Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 2.47 KB

File metadata and controls

44 lines (37 loc) · 2.47 KB

Changelog

0.4.0

  • 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, and fix-references to keep CLI guidance congruent with behavior.
  • Fix command-line validation by removing eval's conflicting -q shorthand with global -q/--quiet.
  • Wire check --stale-days through to runtime stale checks and keep help output aligned.
  • Improve duplicate-policy wording in check help and behavior documentation to avoid misleading user expectations.

0.3.1

  • Add --query, --phrase, --explain, and --no-stopwords for better query control and diagnostics.
  • Add query diagnostics (tokens, stems, missing terms, index stats) and JSON diagnostics payloads.
  • Add yore vocabulary with lines, json, and prompt formats for deterministic term extraction from index coverage.
  • Add vocabulary default stop-word filtering, optional --stopwords, and --include-stemming behavior.
  • Add --from-files to assemble with @list.txt list 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.

0.3.0

  • Add --json flag to build and eval commands for structured output
  • Add --track-renames to build for git rename history extraction
  • Add --use-git-history to fix-links for rename-aware suggestions
  • Add [external] config section for cross-repo link validation
  • Add propose/apply pattern to fix-links for agent-friendly disambiguation
  • Extend .yore.toml config with [link-check] and [policy] sections
  • Add section-length and required-link policy rules for targeted doc enforcement
  • Add canonical-orphans to report high-canonicality docs with no inbound links
  • Update OUTPUT FORMATS help section with complete command list

0.2.0

  • Add maintenance workflows documentation for graph and consolidation
  • Add policy checks, link fixes, move and stale commands
  • Expand policy, consolidation, and graph tooling

0.1.0

  • 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