Files
amare/.github/hooks/impeccable.json
2026-08-01 22:06:48 -03:00

14 lines
281 B
JSON

{
"version": 1,
"hooks": {
"postToolUse": [
{
"type": "command",
"matcher": "edit|create|apply_patch",
"bash": "node \"$(git rev-parse --show-toplevel)/.github/skills/impeccable/scripts/hook.mjs\"",
"timeoutSec": 5
}
]
}
}