What problem does it solve?
It helps you permanently record what happened in a specific repository—findings, investigations, decisions, and coding lessons—so future work doesn’t repeat the same research or lose crucial context.
Core Features & Use Cases
- Repo-scoped, durable note storage: Saves notes under 020-work/project-notes/<project-name>/ with date-first filenames for stable sorting.
- Structured capture for provenance: Supports reproducible investigations and clear decision records with forward-only history (no rewriting past outcomes).
- Topic discovery via consistent formatting: Enforces required conventions like frontmatter schema, required sections such as ## Sources, and wikilink references for cross-notes.
- Use cases: Log a bug investigation, document a technical decision, capture a coding lesson from failed tests, or create a reusable per-project reference note.
Quick Start
Ask the AI to save your latest project finding as a date-prefixed note under 020-work/project-notes/<project-name>/ with an appropriate topic slug and an ## Sources section.