21 lines
478 B
JSON
21 lines
478 B
JSON
{
|
|
"description": "Mycelium infrastructure validation and coordination hooks",
|
|
"version": "1.0",
|
|
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"description": "Validate infrastructure before running tests",
|
|
"matcher": "Bash.*pytest|Bash.*uv run pytest",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-test-validation.sh",
|
|
"timeout": 60000
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|