Feature request
`rtk discover` flagged these as top unhandled commands in real usage (from Claude Code session history):
| Command |
Count |
Example |
npm install |
2 |
npm install (raw, unfiltered output) |
jq |
2 |
`jq -e '.hooks.PreToolUse[] |
npm install
Currently falls through unfiltered. Would be good to have rtk npm install (or auto-detected under the existing rtk npm subcommand) compact the install output similar to rtk pnpm install, which already reports ~90% savings.
jq
jq output is often large JSON that could benefit from the same key-only / compact-value treatment rtk json already does for JSON files. A rtk jq <args> wrapper (or auto-routing through the existing rtk json filter) would help here.
Happy to provide more example invocations/output if useful.
Feature request
`rtk discover` flagged these as top unhandled commands in real usage (from Claude Code session history):
npm installnpm install(raw, unfiltered output)jqnpm installCurrently falls through unfiltered. Would be good to have
rtk npm install(or auto-detected under the existingrtk npmsubcommand) compact the install output similar tortk pnpm install, which already reports ~90% savings.jqjqoutput is often large JSON that could benefit from the same key-only / compact-value treatmentrtk jsonalready does for JSON files. Artk jq <args>wrapper (or auto-routing through the existingrtk jsonfilter) would help here.Happy to provide more example invocations/output if useful.