What problem does it solve?
Context generated during a coding session often gets lost after the work is done, making it hard to reuse hard-won decisions, discoveries, and caveats later.
Core Features & Use Cases
- Insight capture from session context: Converts the user’s summary (or a single clarification question when the user omits arguments) plus current session context into one or more structured insights.
- Typed knowledge records: Registers insights as
discovery, decision, solution, issue, or caveat, with required/optional fields such as rationale, detail, tags, and followUps.
- Bulk registration for multiple insights: Uses the bulk API when a single session yields multiple independent insights.
- Operational safety check: Presents a confirmation message to the user before sending data to the local API.
Quick Start
Use /context-save with a short description of the problem cause and solution to store the resulting insight(s) in the context-dictionary API for later reuse.