What problem does it solve?
Maintains a repository-level context folder as durable implementation memory — a living memory of current implementation reality, subsystem boundaries, decisions, and lessons that helps future engineers understand and safely change the project without re-deriving everything from code.
Core Features & Use Cases
- Establishes and maintains a repository memory layer in context/, including architecture anchors, subsystem boundaries, decision rationale, and durable notes.
- Enables on-demand loading of canonical references, notes, and project plans to ground ongoing work.
- Supports deterministic upkeep activities (repo scanning and context linting) to keep the memory layer aligned with code reality across sessions.
Quick Start
Invoke the upkeep-context workflow to initialise or refresh the repository memory by scanning the repository and producing canonical context documents grounded in current code reality.