1.2 KiB
1.2 KiB
id, category, confidence_score, tags, last_reinforced
| id | category | confidence_score | tags | last_reinforced | |
|---|---|---|---|---|---|
| P-REINFORCE-WIKI-714E4EE2 | Dev | 0.95 |
|
2026-05-02 |
ADR-0001: Implement Project Chronicle Guard As An Independent Module
Status
Accepted
Context
The requested feature records project planning, questions, decisions, development logs, bugs, and retrospectives. Existing chat and agent systems already manage model interaction and agent skills.
Decision
Implement Project Chronicle Guard as a separate module under src/features/projectChronicle.
Reason
- It reduces the chance of regressions in chat and agent execution.
- It keeps the MVP focused on local Markdown generation.
- It can later receive events from chat or agents without owning those flows.
- It makes project-specific record storage easier to test and evolve.
Alternatives
- Integrate into the existing Second Brain flow.
- Extend Agent Skill files to double as project records.
- Add a standalone Project Chronicle module.
Selected Alternative
Add a standalone Project Chronicle module.
Consequences
The first stage needs explicit sidebar actions to create and write records. Automatic extraction can be layered on later.