structure.py•724 B
"""Structure guide for Memory Bank."""
GUIDE = """## Memory Bank Structure
The Memory Bank consists of core files, all in Markdown format:
### Core Files (Every file is required)
1. 'projectbrief.md' - Foundation document that shapes all other files
2. 'productContext.md' - Explains why the project exists, problems being solved
3. 'memory_bank_instructions.md' - Instructions how to use the Memory Bank
4. 'activeContext.md' - Current work focus, recent changes, next steps
5. 'systemPatterns.md' - System architecture, technical decisions, design patterns
6. 'techContext.md' - Technologies used, development setup, constraints
7. 'progress.md' - What works, what's left to build
Make sure to create all 7 files.
"""