14 lines
281 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|