blue/.blue/docs/rfcs
Eric Garcia cf0baa0ea0 feat: implement RFC 0010 semantic index core infrastructure
Adds the foundation for AI-maintained semantic file indexing:

Schema (v4 migration):
- file_index table with summary, relationships, prompt_version
- symbol_index table with name, kind, line numbers, description
- FTS5 virtual tables for full-text search

CLI commands (blue index):
- --all: Bootstrap full index
- --diff: Index staged files (for pre-commit hook)
- --file: Single file indexing
- --refresh: Re-index stale entries
- --install-hook: Install git pre-commit hook
- status: Show index freshness

MCP tools:
- blue_index_status: Get index stats
- blue_index_search: FTS5 search across files/symbols
- blue_index_impact: Analyze change blast radius
- blue_index_file: Store AI-generated index data
- blue_index_realm: List all indexed files

Remaining work: Ollama integration for actual AI indexing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 18:44:44 -05:00
..
0001-cross-repo-realms.md chore: move adrs, rfcs, spikes to .blue/docs 2026-01-24 16:16:34 -05:00
0001-dialogue-sqlite-metadata.md feat: implement RFC 0008 (status file sync) and RFC 0009 (audit documents) 2026-01-24 17:56:20 -05:00
0001-efficient-document-format.md chore: move adrs, rfcs, spikes to .blue/docs 2026-01-24 16:16:34 -05:00
0002-port-coherence-functionality.md chore: move adrs, rfcs, spikes to .blue/docs 2026-01-24 16:16:34 -05:00
0002-realm-mcp-integration.md chore: move adrs, rfcs, spikes to .blue/docs 2026-01-24 16:16:34 -05:00
0002-runbook-action-lookup.md feat: implement RFC 0008 (status file sync) and RFC 0009 (audit documents) 2026-01-24 17:56:20 -05:00
0003-per-repo-blue-folders.md feat: implement RFC 0008 (status file sync) and RFC 0009 (audit documents) 2026-01-24 17:56:20 -05:00
0004-adr-adherence.md feat: implement RFC 0008 (status file sync) and RFC 0009 (audit documents) 2026-01-24 17:56:20 -05:00
0005-local-llm-integration.md feat: implement RFC 0008 (status file sync) and RFC 0009 (audit documents) 2026-01-24 17:56:20 -05:00
0006-document-deletion-tools.md feat: implement RFC 0008 (status file sync) and RFC 0009 (audit documents) 2026-01-24 17:56:20 -05:00
0007-consistent-branch-naming.md feat: implement RFC 0006 (soft-delete) and RFC 0007 (branch naming) 2026-01-24 16:42:31 -05:00
0008-status-update-file-sync.md feat: implement RFC 0008 (status file sync) and RFC 0009 (audit documents) 2026-01-24 17:56:20 -05:00
0009-audit-document-type.md feat: implement RFC 0008 (status file sync) and RFC 0009 (audit documents) 2026-01-24 17:56:20 -05:00
0010-realm-semantic-index.md feat: implement RFC 0010 semantic index core infrastructure 2026-01-24 18:44:44 -05:00