Releases: rahulrajaram/yore
Releases · rahulrajaram/yore
yore 0.4.0
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, andfix-referencesto keep CLI guidance aligned. - Fix command-line validation by removing
eval's conflicting-qshorthand with global-q/--quiet. - Wire
check --stale-daysto 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
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-filessupport, including@list.txtlist 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 helpb6a5269— Improve query diagnostics and squash-scope hooksd75338f— 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.