{
  "name": "rtk",
  "version": "1.0.0",
  "description": "RTK token compression — rewrites shell commands through RTK proxy to reduce LLM token usage by 60-90%",
  "hooks": [],
  "scripts": [
    {
      "name": "rtk-rewrite",
      "file": "rtk-rewrite.sh",
      "targetDir": "hooks"
    }
  ],
  "lifecycleHooks": [
    {
      "event": "PreToolUse",
      "matcher": "Bash",
      "type": "command",
      "command": "sh ~/.claude/hooks/rtk-rewrite.sh",
      "timeout": 10,
      "statusMessage": "RTK: compressing output..."
    }
  ],
  "scaffoldDefault": false
}
