blue/crates
Eric Garcia 9759f0e3db feat: implement plan file authority (RFC 0017)
Plan files (.plan.md) are now the authoritative source for RFC task
tracking, with SQLite as a derived cache rebuilt on read.

Changes:
- Add plan.rs with PlanFile parsing/generation
- Add schema v7 migration for plan_cache table
- Modify handle_rfc_plan to write .plan.md files
- Modify handle_rfc_task_complete to update .plan.md
- Implement rebuild-on-read for stale cache detection
- Add RFC header validation (table vs inline format)
- Extend blue_lint with headers check and --fix support

Also includes spike investigating Claude Code task integration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 20:10:05 -05:00
..
blue-core feat: implement plan file authority (RFC 0017) 2026-01-25 20:10:05 -05:00
blue-mcp feat: implement plan file authority (RFC 0017) 2026-01-25 20:10:05 -05:00
blue-ollama chore: apply clippy fixes and fix invalid YAML test 2026-01-25 18:35:54 -05:00