You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(init): warn when jq is missing during hook installation
The shell-based hook (rtk-rewrite.sh) requires jq to parse JSON from
Claude Code / Cursor. When jq is not installed the hook exits silently
(exit 0, no output), causing every command to fall through without RTK
rewriting — resulting in zero token savings with no visible error.
Add a soft check during `rtk init -g` that warns the user if jq is not
found on PATH, with install instructions for common platforms.
This is a stopgap until the hook is replaced by a native Rust subcommand
(see rtk-ai#785).
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments