New Features:
- Documentation Indexer tool for semantic documentation search
- Multi-format support: Markdown, reStructuredText, AsciiDoc, plain text
- Three search modes: semantic, exact, and fuzzy
- Smart chunking based on document structure
- File pattern filtering with glob support
- Automatic index updates via file watching
- Heuristic context generation (no LLM API calls)
Bug Fixes:
- Fixed flaky tests caused by temp directory collisions
- Fixed CLI version reporting to read from package.json
Breaking Changes:
- None
Migration Notes:
- Run `npx cc-devtools setup` to enable documentation-indexer feature
- Or add via `npx cc-devtools add-feature --features=documentation-indexer`
Stats:
- 5,444 lines changed across 25 files
- 165 new tests (616 total tests passing)
- New dependency: minimatch@10.1.1
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>