- Add missing command coverage in the help and README command reference (
similar,diff,stats,repl,policy) for full CLI parity. - Add missing option documentation for
eval,fix-links,mv, andfix-referencesto keep CLI guidance congruent with behavior. - Fix command-line validation by removing
eval's conflicting-qshorthand with global-q/--quiet. - Wire
check --stale-daysthrough to runtime stale checks and keep help output aligned. - Improve duplicate-policy wording in
checkhelp and behavior documentation to avoid misleading user expectations.
- Add
--query,--phrase,--explain, and--no-stopwordsfor better query control and diagnostics. - Add query diagnostics (tokens, stems, missing terms, index stats) and JSON diagnostics payloads.
- Add
yore vocabularywithlines,json, andpromptformats for deterministic term extraction from index coverage. - Add vocabulary default stop-word filtering, optional
--stopwords, and--include-stemmingbehavior. - Add
--from-filestoassemblewith@list.txtlist expansion support. - Add local commit hooks for squash-scope review and optional LLM-assisted analysis.
- Add a staged sensitive-content scan to pre-commit checks, plus hook install tooling.
- Add a GitHub workflow to post squash-scope analysis on PRs for team visibility.
- Align query parsing behavior with indexing tokenization and stemmer assumptions.
- Add
--jsonflag tobuildandevalcommands for structured output - Add
--track-renamestobuildfor git rename history extraction - Add
--use-git-historytofix-linksfor rename-aware suggestions - Add
[external]config section for cross-repo link validation - Add propose/apply pattern to
fix-linksfor agent-friendly disambiguation - Extend
.yore.tomlconfig with[link-check]and[policy]sections - Add section-length and required-link policy rules for targeted doc enforcement
- Add
canonical-orphansto report high-canonicality docs with no inbound links - Update OUTPUT FORMATS help section with complete command list
- Add maintenance workflows documentation for graph and consolidation
- Add policy checks, link fixes, move and stale commands
- Expand policy, consolidation, and graph tooling
- Initial release with core indexing and search
- BM25 ranking with MinHash similarity detection
- Duplicate and near-duplicate detection
- Link validation and broken link checking
- Context assembly for LLMs