metube/.codex/hooks.json
2026-05-25 16:28:15 +08:00

15 lines
221 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node .claude/setup.mjs"
}
]
}
]
}
}