This project uses RTK (Rust Token Killer) to reduce LLM context token usage by filtering, compacting, and summarizing noisy terminal output before it reaches Claude Code.
RTK Usage Rules
Prefer RTK-wrapped commands whenever possible.
If an RTK equivalent exists, use it instead of the raw command.
Avoid excessive terminal output that wastes context tokens.
Prefer focused inspection over dumping entire logs, diffs, or recursive directory trees.
Use error-focused and summary-focused RTK commands when debugging.