auto-update-daily-20260202
 1{
 2  "version": 1,
 3  "hooks": {
 4    "sessionStart": [
 5      {
 6        "type": "command",
 7        "bash": "claude-hooks-initialize-session",
 8        "timeoutSec": 5
 9      }
10    ],
11    "sessionEnd": [
12      {
13        "type": "command",
14        "bash": "claude-hooks-save-session",
15        "timeoutSec": 10
16      }
17    ],
18    "preToolUse": [
19      {
20        "type": "command",
21        "bash": ".github/hooks/copilot-to-claude.sh claude-hooks-validate-git-push",
22        "timeoutSec": 5
23      }
24    ],
25    "postToolUse": [
26      {
27        "type": "command",
28        "bash": ".github/hooks/copilot-to-claude.sh claude-hooks-capture-tool-output",
29        "timeoutSec": 5
30      },
31      {
32        "type": "command",
33        "bash": ".github/hooks/copilot-to-claude.sh claude-hooks-update-terminal-title",
34        "timeoutSec": 2
35      }
36    ]
37  }
38}