RFC 0018 - Document Import/Sync:
- Add content_hash and indexed_at fields to Document
- Implement find_document_with_fallback for filesystem recovery
- Add reconcile() for database/filesystem sync
- Create blue_sync MCP tool
- Update blue_status to show index drift
RFC 0019 - Claude Code Task Integration:
- Expose .plan.md as MCP resource (blue://docs/rfcs/{n}/plan)
- Enhance blue_rfc_get with claude_code_tasks array
- Add 💙 prefix for Blue-synced tasks
- Add knowledge/task-sync.md for session injection
- Automatic sync via injected instructions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
549 B
549 B
Blue Task Sync
When you call blue_rfc_get, it returns a claude_code_tasks array with pre-formatted tasks ready for TaskCreate. Each task includes:
- 💙 prefix in subject (indicates Blue-synced task)
blue_rfcandblue_task_indexin metadata
Create these tasks to track RFC work in Claude Code's task UI.
When you mark a task complete that has blue_rfc metadata, call blue_rfc_task_complete with:
title: the RFC title from metadatatask_index: the task index from metadata
This updates the .plan.md file automatically.