blue/.blue
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
..
docs feat: implement plan file authority (RFC 0017) 2026-01-25 20:10:05 -05:00
blue.db fix: remove wrong alignment orchestration architecture (RFC 0015) 2026-01-25 17:36:16 -05:00
config.yaml chore: Track .blue folder in git 2026-01-24 10:53:07 -05:00
context.manifest.yaml feat: implement dynamic context activation (RFC 0016 + 0017) 2026-01-25 17:21:05 -05:00