638 B
638 B
Instructions for Gemini
This file serves as a guide for future sessions working on this codebase.
- Read Memory First: Always read
MEMORY.mdat the start of a session to understand the project context and our working agreements. - Update Memory: If we make significant architectural decisions or change our working patterns, update
MEMORY.mdto reflect this. - Check Documentation:
README.md,docs/ARCHITECTURE.md, anddocs/SETUP.mdare the sources of truth for the system. Keep them updated as code changes. - Task Tracking: Use the
task.mdartifact to track progress on multi-step tasks.