What problem does it solve?
Provides a structured, persistent project memory so agents and collaborators can resume work across sessions without losing context, decisions, or progress.
Core Features & Use Cases
- Ordered Boot Sequence: mandates reading core memory files in a specific order at session start to establish the current state and context.
- File Templates & Safe Edits: includes templates for current-state, project brief, product and tech context, patterns, progress, and next-session with rules to read-before-write and append-only updates.
- Operational Rules & Handover: defines initialization and closing protocols, date verification, gardening rules for architecture decisions, and guidance to prevent accidental deletion or restructuring.
- Use Case: ideal for agent-driven development workflows where continuity, reproducible handovers, and an auditable project history are required.
Quick Start
Initialize the memory bank by creating memory-bank/core/, generate the seven core files from the provided templates, and load them in order from current-state.md through next-session.md.