Add memory.md and working-agreement section per ~/claude conventions

This commit is contained in:
megaproxy 2026-07-16 23:22:16 +01:00
parent e681c446b6
commit ac72db9925
2 changed files with 57 additions and 0 deletions

View file

@ -1,5 +1,13 @@
# Shattered Void - MMO Strategy Game Development Guide
## Working agreement
- This is a git repo with `origin` on Forgejo at `https://git.rdx4.com/megaproxy/Shatteredvoid.git` — note the capital `S` in the repo name; the local folder is `shatteredvoid`. HTTPS auth uses the token in `~/.git-credentials` — pushes are non-interactive.
- **The repo is currently public**, which is against the private-by-default rule in `~/claude/CLAUDE.md`. Don't add anything sensitive until that's resolved.
- Commit after each logical change with a one-line imperative message; `git push` after each commit (or at minimum before ending the session).
- Read `memory.md` at session start. Update it before ending the session.
- Never commit secrets — see `.gitignore` and the rules in `~/claude/CLAUDE.md`.
## Project Overview
Shattered Void is a cross-platform text-based MMO strategy game set in a post-collapse galaxy. Players rebuild civilizations from ruins through colony management, fleet construction, exploration, and participation in dynamic galaxy-wide events.