Write memories using Claude's memory tools (not to MEMORY.md manually)
Prompt: "Write a memory about my development workflow for this project"
This should capture:
- How we sync/deploy code (e.g., rsync, docker, deploy scripts)
- Where the code runs (e.g., host:port, container name)
- Testing approach (unit tests, integration tests, manual testing)
- Build/compile steps if any
Prompt: "Write a memory documenting this project's architecture and key files"
This should capture:
- Important directories and what they contain
- Key files and their purposes
- Component relationships
- Where to find specific functionality
Prompt: "Write/update a memory about what I'm currently working on"
This should capture:
- Current branch
- Active feature/bugfix
- Known issues or blockers
- Next steps
Prompt: "List and read all memories for this project"
This loads all stored context immediately.