{
  "version": 1,
  "hooks": {
    "preToolUse": [
      {
        "type": "command",
        "command": "context-mode hook copilot-cli pretooluse"
      }
    ],
    "postToolUse": [
      {
        "type": "command",
        "command": "context-mode hook copilot-cli posttooluse"
      }
    ],
    "sessionStart": [
      {
        "type": "command",
        "command": "context-mode hook copilot-cli sessionstart"
      }
    ],
    "userPromptSubmitted": [
      {
        "type": "command",
        "command": "context-mode hook copilot-cli userpromptsubmit"
      }
    ],
    "agentStop": [
      {
        "type": "command",
        "command": "context-mode hook copilot-cli stop"
      }
    ],
    "preCompact": [
      {
        "type": "command",
        "command": "context-mode hook copilot-cli precompact"
      }
    ]
  }
}
