blue/crates/blue-mcp/src/handlers
Eric Garcia ddaa1cfca8 feat: Phase 6 - audit and completion tools
Add three high-priority tools from coherence-mcp:

- blue_audit: Project health check with issues and recommendations
  - Checks for stalled RFCs (in-progress without worktrees)
  - Finds implemented RFCs without ADRs
  - Detects overdue reminders and expired staging locks

- blue_rfc_complete: Mark RFC as implemented
  - Requires 70% task completion minimum
  - Auto-advances from accepted to in-progress if needed
  - Identifies ADR graduation candidates
  - Returns remaining tasks for follow-up

- blue_worktree_cleanup: Post-merge cleanup
  - Verifies PR is merged
  - Removes git worktree
  - Deletes local branch
  - Returns commands for syncing with develop

Total: 35 MCP tools, 28 tests passing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 03:48:07 -05:00
..
adr.rs feat(mcp): Complete Phase 2 - Workflow handlers 2026-01-24 00:49:57 -05:00
audit.rs feat: Phase 6 - audit and completion tools 2026-01-24 03:48:07 -05:00
decision.rs feat(mcp): Complete Phase 2 - Workflow handlers 2026-01-24 00:49:57 -05:00
mod.rs feat: Phase 6 - audit and completion tools 2026-01-24 03:48:07 -05:00
pr.rs feat(mcp): Complete Phase 3 - PR and Release handlers 2026-01-24 03:21:36 -05:00
release.rs feat(mcp): Complete Phase 3 - PR and Release handlers 2026-01-24 03:21:36 -05:00
reminder.rs feat: Phase 4 - session and reminder tools 2026-01-24 03:29:51 -05:00
rfc.rs feat: Phase 6 - audit and completion tools 2026-01-24 03:48:07 -05:00
session.rs feat: Phase 4 - session and reminder tools 2026-01-24 03:29:51 -05:00
spike.rs feat(mcp): Complete Phase 2 - Workflow handlers 2026-01-24 00:49:57 -05:00
staging.rs feat: Phase 5 - staging lock tools for multi-agent coordination 2026-01-24 03:37:40 -05:00
worktree.rs feat: Phase 6 - audit and completion tools 2026-01-24 03:48:07 -05:00