Files
nucleoDocs/.claude/settings.json
josedario87 8a576ab776
Some checks failed
build-and-deploy / build (push) Failing after 6s
build-and-deploy / deploy (push) Has been skipped
Implementación inicial de Nucleo Docs
2025-10-13 15:45:52 -06:00

17 lines
290 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/monitor-gitea-action.sh",
"timeout": 600
}
]
}
]
}
}