All notable changes to this project will be documented in this file.
- Correct invalid top-of-file
rtk readwindow forms such as--line 1-120or--start-line 1 --max-lines Nto--max-lines N. - Rewrite read-only
git -C <path> ...commands through RTK while continuing to leave mutatinggit -Ccommands and pathspecgit diff -- ...forms alone. - Make installed
PreToolUseconfig matcherless and preserve full shell-like tool inputs when returningupdatedInput, so Windows/Desktop shell tools can be rewritten without dropping arguments such asworkdir. - Clarify that installers must migrate or add a broad matcherless hook group even when older scoped matcher groups already contain the same command.
- Fail open for invalid already-RTK hook suggestions instead of suggesting
malformed
rtk readorrtk grepcommands. - Highlight Windows support in the README install guidance.
- Make
Cargo.tomlandCargo.lockthe release version source of truth, and fail the GitHub release workflow when the tag does not match the package version.
- Sync
Cargo.tomlandCargo.lockto the release tag inside the release workflow so published binaries report the released version. - Rework installation around Codex-managed setup: publish release archives, move detailed install/development guidance out of the README, remove installer scripts and binary-managed hook registration, and leave hook trust as an explicit user action.