Files
gh-gsornsen-mycelium-plugin…/hooks/hooks.json
2025-11-29 18:29:36 +08:00

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
}
]
}
]
}
}