Răsfoiți Sursa

删除 'RTK.md'

liaoxg 2 luni în urmă
părinte
comite
f353d39b93
1 a modificat fișierele cu 0 adăugiri și 32 ștergeri
  1. 0 32
      RTK.md

+ 0 - 32
RTK.md

@@ -1,32 +0,0 @@
-# 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
-```