/plugin marketplace add GrinRus/ai_driven_dev/plugin install grinrus-feature-dev-aidd@GrinRus/ai_driven_devDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/context-gc-stop.sh",
"timeout": 5
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/gate-workflow.sh",
"timeout": 5
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/gate-tests.sh",
"timeout": 5
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/gate-qa.sh",
"timeout": 60
},
{
"type": "command",
"command": "AIDD_TEST_PROFILE_DEFAULT=targeted ${CLAUDE_PLUGIN_ROOT}/hooks/format-and-test.sh",
"timeout": 900
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-deps.sh",
"timeout": 10
}
],
"matcher": ".*"
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/context-gc-precompact.sh",
"timeout": 8
}
],
"matcher": "auto|manual"
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/context-gc-pretooluse.sh",
"timeout": 2
}
],
"matcher": "Bash|Read"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/context-gc-sessionstart.sh",
"timeout": 5
}
],
"matcher": "startup|resume|clear|compact"
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/context-gc-stop.sh",
"timeout": 5
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/gate-workflow.sh",
"timeout": 5
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/gate-tests.sh",
"timeout": 5
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/gate-qa.sh",
"timeout": 60
},
{
"type": "command",
"command": "AIDD_TEST_PROFILE_DEFAULT=fast ${CLAUDE_PLUGIN_ROOT}/hooks/format-and-test.sh",
"timeout": 900
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-deps.sh",
"timeout": 10
}
],
"matcher": ".*"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/context-gc-userprompt.sh",
"timeout": 2
}
],
"matcher": ".*"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 16
},
"eventStats": {
"Stop": 6,
"PreCompact": 1,
"PreToolUse": 1,
"SessionStart": 1,
"SubagentStop": 6,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 16,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}