documentationeffort-smallenhancementgood first issue
Description
First of all, well done and thanks! Second, for a project aiming to improve token spend - you bloat the claude.md in a terrible way without telling us. Why do we need there info on token consumption? Why the word Cargo needs to be added to my context for a js project? etc. It's like an hidden ad, not cool.
This is my summarized lines. I suggest you find the best 3-liner instead of the current bloat.
<!-- rtk-instructions -->
# RTK - Token-Optimized CLI Proxy (60-90% savings)
Always prefix ALL commands with `rtk` (e.g., `rtk git status`, `rtk pnpm install`, `rtk docker ps`). Works with git, gh, pnpm/npm/npx, docker, kubectl, curl, cargo, tsc, vitest, and more.
If RTK has a filter it compresses output; if not it passes through unchanged — so it's always safe to use. In command chains: `rtk git add . && rtk git commit -m "msg"`.
Meta commands: `rtk gain` (savings stats), `rtk discover` (find missed usage), `rtk proxy <cmd>` (bypass filtering for debug).
<!-- /rtk-instructions -->
And thanks again