Skip to content

Releases: rahulrajaram/yore

yore 0.4.0

22 Feb 00:17
b970943

Choose a tag to compare

0.4.0

Highlights

  • Add missing command coverage in the help and README command reference (similar, diff, stats, repl, policy).
  • Add missing option documentation for eval, fix-links, mv, and fix-references to keep CLI guidance aligned.
  • Fix command-line validation by removing eval's conflicting -q shorthand with global -q/--quiet.
  • Wire check --stale-days to runtime stale checks and keep help text consistent.
  • Improve duplicate-policy wording and behavior documentation for clearer expectations.

Notes

  • This release is a follow-up release of recent help, diagnostics, and command-alignment work.

yore 0.3.1

21 Feb 19:46

Choose a tag to compare

Release 0.3.1

What changed

  • Added richer query and diagnostics ergonomics: --query, --phrase, --explain, and --no-stopwords.
  • Added query diagnostics output (token/stem/indexing details) and JSON-structured diagnostics payloads.
  • Added assemble --from-files support, including @list.txt list expansion.
  • Added local commit hooks for squash-scope review with optional LLM-assisted analysis.
  • Added staged sensitive-content scanning and hook-install tooling updates.
  • Added GitHub workflow support for post-merge squash-scope visibility.
  • Kept query parsing aligned with indexing tokenization and stemmer behavior.

Commit highlights

  • a54dd00 — Enhance policy rules and CLI help
  • b6a5269 — Improve query diagnostics and squash-scope hooks
  • d75338f — chore: bump version to 0.3.1

Notes

This is a patch release focused on tooling and query diagnostics improvements with no public breaking API changes.