Files
zyt/.claude/settings.json
T
2026-04-20 16:01:59 +08:00

76 lines
1.5 KiB
JSON

{
"statusLine": {
"type": "command",
"command": "python3 .claude/hooks/statusline.py"
},
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "python3 .claude/hooks/session-start.py",
"timeout": 10
}
]
},
{
"matcher": "clear",
"hooks": [
{
"type": "command",
"command": "python3 .claude/hooks/session-start.py",
"timeout": 10
}
]
},
{
"matcher": "compact",
"hooks": [
{
"type": "command",
"command": "python3 .claude/hooks/session-start.py",
"timeout": 10
}
]
}
],
"PreToolUse": [
{
"matcher": "Task",
"hooks": [
{
"type": "command",
"command": "python3 .claude/hooks/inject-subagent-context.py",
"timeout": 30
}
]
},
{
"matcher": "Agent",
"hooks": [
{
"type": "command",
"command": "python3 .claude/hooks/inject-subagent-context.py",
"timeout": 30
}
]
}
],
"SubagentStop": [
{
"matcher": "check",
"hooks": [
{
"type": "command",
"command": "python3 .claude/hooks/ralph-loop.py",
"timeout": 10
}
]
}
]
},
"enabledPlugins": {}
}