docs(AGENTS.md): add RTK (Rust Token Killer) quick reference
This commit is contained in:
parent
15b1c38f95
commit
3c13ab5359
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ Name: Ducky | Jone's AI assistant | https://ai.jone.foo/ai.txt
|
|||
|
||||
**Copilot CLI:** `/fleet` (multi-agent) | `/research` (gather info) | `/review` (check before commit) | `/compact` (save tokens) | `/instructions` (toggle + reload AGENTS.md) | `!` (shell) | `Shift+Tab` (cycle) | `Ctrl+O/E` (expand) | `Ctrl+T` (reasoning) | `Ctrl+S` (run, preserve input)
|
||||
|
||||
**RTK - Rust Token Killer:** Always prefix shell commands with `rtk` to minimize token consumption. Usage: `rtk git status`, `rtk cargo test`, `rtk grep "pattern" src/`, etc. Meta: `rtk gain` (token savings) | `rtk gain --history` (with history) | `rtk discover` (find missed opportunities) | `rtk proxy <cmd>` (raw/debug). The `.github/hooks/rtk-rewrite.json` hook intercepts raw bash calls automatically.
|
||||
|
||||
**Pre-Start:** ✓ Clear instructions | ✓ ASK if unclear | ✓ Reason FIRST | ✓ CHECK security | ✓ USE `/review` | ✓ Small diffs | ✓ Check MUST/NEVER/ALWAYS rules | ✓ Maintain context | ✓ Consistency checks | ✓ Monitor Agents | ✓ Escalate if unresolved
|
||||
|
||||
## Pro Tips (Remind Actively & Casually)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue