blue/.blue
Eric Garcia d77ea4ba3f feat: add Ollama integration for semantic file indexing
Implements the AI-powered indexing component of RFC 0010:
- Add indexer module with LlmProvider abstraction
- Integrate qwen2.5:3b via Ollama for local file analysis
- Extract summaries, relationships, and symbols from source files
- Support partial indexing for files >1000 lines
- Wire indexer to all CLI index commands (--all, --diff, --file, --refresh)

The indexer generates structured YAML output with:
- One-sentence file summaries
- Relationship descriptions for semantic search
- Symbol-level indexing with line numbers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 18:51:48 -05:00
..
docs feat: add Ollama integration for semantic file indexing 2026-01-24 18:51:48 -05:00
blue.db feat: implement RFC 0010 semantic index core infrastructure 2026-01-24 18:44:44 -05:00
config.yaml chore: Track .blue folder in git 2026-01-24 10:53:07 -05:00