diff --git a/hooks/claude/rtk-awareness.md b/hooks/claude/rtk-awareness.md index f68d972a2e..1402d065ac 100644 --- a/hooks/claude/rtk-awareness.md +++ b/hooks/claude/rtk-awareness.md @@ -11,19 +11,9 @@ rtk discover # Analyze Claude Code history for missed opportunities rtk proxy # Execute raw command without filtering (for debugging) ``` -## Installation Verification - -```bash -rtk --version # Should show: rtk X.Y.Z -rtk gain # Should work (not "command not found") -which rtk # Verify correct binary -``` - -⚠️ **Name collision**: If `rtk gain` fails, you may have reachingforthejack/rtk (Rust Type Kit) installed instead. - ## Hook-Based Usage All other commands are automatically rewritten by the Claude Code hook. Example: `git status` → `rtk git status` (transparent, 0 tokens overhead) -Refer to CLAUDE.md for full command reference. +For the full command surface, run `rtk --help` or `rtk discover`.