/plugin marketplace add RasmusGodske/claude-liv-conventions/plugin install liv-hooks@claude-liv-conventionsDefined inline in plugin.json manifest
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT}/hooks/FormRequestBlocker && uv run python main.py",
"timeout": 10
},
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT}/hooks/VueScriptValidator && uv run python main.py",
"timeout": 30
},
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT}/hooks/ControllerStructureValidator && uv run python main.py",
"timeout": 10
},
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT}/hooks/E2EPathValidator && uv run python main.py",
"timeout": 120
}
],
"matcher": "Write"
},
{
"hooks": [
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT}/hooks/FormRequestBlocker && uv run python main.py",
"timeout": 10
}
],
"matcher": "Bash"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT}/hooks/ControllerServiceLayerReminder && uv run python main.py",
"timeout": 10
}
],
"matcher": "Write"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 6
},
"eventStats": {
"PreToolUse": 5,
"PostToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 6,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}