blue/crates/blue-core/src
Eric Garcia 7dd263f1f9 feat: Implement RFCs 0002, 0004, and 0005
RFC 0002 (runbook-action-lookup):
- Add action metadata storage to runbooks
- Implement blue_runbook_lookup with word-based matching
- Add blue_runbook_actions to list all actions

RFC 0004 (adr-adherence):
- Add blue_adr_list, blue_adr_get, blue_adr_relevant, blue_adr_audit
- Implement keyword-based relevance matching with stem-like prefixes
- Add adr:N query support in blue_search

RFC 0005 (local-llm-integration):
- Create blue-ollama crate for embedded Ollama server management
- Add LlmProvider trait and MockLlm in blue-core
- Implement OllamaLlm with HTTP client for model operations
- Add MCP tools: blue_llm_start/stop/status, blue_model_pull/list/remove/warmup
- Support BLUE_OLLAMA_PATH env var for air-gapped builds

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 15:15:33 -05:00
..
daemon feat(realm): Implement RFC 0002 Phase 4 notifications 2026-01-24 07:42:26 -05:00
realm feat(realm): Implement RFC 0001 cross-repo coordination and RFC 0002 Phase 1 MCP tools 2026-01-24 07:14:35 -05:00
documents.rs feat(core): Complete Phase 1 - Foundation porting from coherence-mcp 2026-01-24 00:43:25 -05:00
lib.rs feat: Implement RFCs 0002, 0004, and 0005 2026-01-24 15:15:33 -05:00
llm.rs feat: Implement RFCs 0002, 0004, and 0005 2026-01-24 15:15:33 -05:00
repo.rs feat(core): Implement RFC 0003 per-repo .blue/ folders 2026-01-24 11:41:17 -05:00
state.rs feat(core): Implement RFC 0003 per-repo .blue/ folders 2026-01-24 11:41:17 -05:00
store.rs feat: Implement RFCs 0002, 0004, and 0005 2026-01-24 15:15:33 -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