feat: add Claude and Codex configs to dotfiles

This commit is contained in:
Dmitry
2026-05-13 19:55:36 +03:00
parent 02b0ca610d
commit c42f0d0362
8 changed files with 227 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# RTK - Rust Token Killer (Codex CLI)
**Usage**: Token-optimized CLI proxy for shell commands.
## Rule
Always prefix shell commands with `rtk`.
Examples:
```bash
rtk git status
rtk cargo test
rtk npm run build
rtk pytest -q
```
## Meta Commands
```bash
rtk gain # Token savings analytics
rtk gain --history # Recent command savings history
rtk proxy <cmd> # Run raw command without filtering
```
## Verification
```bash
rtk --version
rtk gain
which rtk
```