blue/.blue
Eric Garcia 29f139e1cd fix: remove wrong alignment orchestration architecture (RFC 0015)
RFC 0012 was implemented with Option B (MCP orchestrates via Ollama)
instead of Option A (Claude orchestrates via Task tool). This caused:
- No parallel agents spawned
- Fake Ollama responses instead of real deliberation
- Inline JSON instead of .dialogue.md files

Fix by removing blue_alignment_play tool entirely. Claude now
orchestrates alignment dialogues directly using Task tool per ADR 0014.

Also:
- Add pub mod resources for RFC 0016/0017 (was missing)
- Update lib.rs threading for spawn_blocking
- Add .blue/worktrees/ to gitignore
- Update database schema

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 17:36:16 -05:00
..
docs fix: remove wrong alignment orchestration architecture (RFC 0015) 2026-01-25 17:36:16 -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