impeccable project-wide

This commit is contained in:
2026-07-17 00:09:25 +02:00
parent 60bcd589c0
commit b4c02c45f0
106 changed files with 51536 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write|apply_patch",
"hooks": [
{
"type": "command",
"command": "node \".agents/skills/impeccable/scripts/hook.mjs\"",
"timeout": 5,
"statusMessage": "Checking UI changes"
}
]
}
]
}
}