blue/crates/blue-core/src
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
..
daemon chore: apply clippy fixes and fix invalid YAML test 2026-01-25 18:35:54 -05:00
forge chore: apply clippy fixes and fix invalid YAML test 2026-01-25 18:35:54 -05:00
realm chore: apply clippy fixes and fix invalid YAML test 2026-01-25 18:35:54 -05:00
alignment.rs feat: implement RFC 0012 alignment dialogue orchestration 2026-01-24 20:14:13 -05:00
documents.rs feat: implement plan file authority (RFC 0017) 2026-01-25 20:10:05 -05:00
indexer.rs chore: apply clippy fixes and fix invalid YAML test 2026-01-25 18:35:54 -05:00
lib.rs feat: implement plan file authority (RFC 0017) 2026-01-25 20:10:05 -05:00
llm.rs chore: apply clippy fixes and fix invalid YAML test 2026-01-25 18:35:54 -05:00
manifest.rs feat: implement dynamic context activation (RFC 0016 + 0017) 2026-01-25 17:21:05 -05:00
plan.rs feat: implement plan file authority (RFC 0017) 2026-01-25 20:10:05 -05:00
repo.rs chore: apply clippy fixes and fix invalid YAML test 2026-01-25 18:35:54 -05:00
state.rs chore: sync state.rs and add RFC/spike documents 2026-01-24 20:32:32 -05:00
store.rs feat: implement plan file authority (RFC 0017) 2026-01-25 20:10:05 -05:00
uri.rs feat: implement dynamic context activation (RFC 0016 + 0017) 2026-01-25 17:21:05 -05:00
voice.rs feat: Phase 4 - session and reminder tools 2026-01-24 03:29:51 -05:00
workflow.rs feat(core): Complete Phase 1 - Foundation porting from coherence-mcp 2026-01-24 00:43:25 -05:00