mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 08:36:25 +03:00
Carry native comp capture and completion integrity fixes into the reviewed component workflow. Bump the skill to 4.4.0 and engine/platform pins to 0.1.6; keep publication separate from this release candidate. AI assistance: implemented and validated with OpenAI Codex.
30 lines
822 B
JSON
30 lines
822 B
JSON
{
|
|
"hooks": {
|
|
"BeforeTool": [
|
|
{
|
|
"matcher": "^run_shell_command$",
|
|
"hooks": [
|
|
{
|
|
"name": "impeccable-session",
|
|
"type": "command",
|
|
"command": "[ ! -f \"$GEMINI_PROJECT_DIR/.gemini/skills/impeccable/scripts/impeccable\" ] || \"$GEMINI_PROJECT_DIR/.gemini/skills/impeccable/scripts/impeccable\" hook",
|
|
"timeout": 5000
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AfterAgent": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"name": "impeccable-completion",
|
|
"type": "command",
|
|
"command": "[ ! -f \"$GEMINI_PROJECT_DIR/.gemini/skills/impeccable/scripts/impeccable\" ] || \"$GEMINI_PROJECT_DIR/.gemini/skills/impeccable/scripts/impeccable\" hook",
|
|
"timeout": 30000
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|