Every document filename now mirrors its lifecycle state with a status suffix (e.g., .draft.md, .wip.md, .accepted.md). No more bare .md for tracked document types. Also renamed all from_str methods to parse to avoid FromStr trait confusion, introduced StagingDeploymentParams struct, and fixed all 19 clippy warnings across the codebase. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
313 B
Markdown
17 lines
313 B
Markdown
# Spike: Sqlite Storage Expansion
|
|
|
|
| | |
|
|
|---|---|
|
|
| **Status** | Complete |
|
|
| **Date** | 2026-01-24 |
|
|
| **Time Box** | 2 hours |
|
|
|
|
---
|
|
|
|
## Question
|
|
|
|
What changes are needed to store spikes and plans in SQLite like RFCs, and store dialogue metadata (but not content) in SQLite?
|
|
|
|
---
|
|
|
|
*Investigation notes by Blue*
|