Files
seedit/.codex/hooks.json
2026-04-15 13:31:13 +07:00

34 lines
635 B
JSON

{
"version": 1,
"hooks": {
"afterFileEdit": [
{
"command": ".codex/hooks/format.sh",
"timeout": 10
},
{
"command": ".codex/hooks/yarn-install.sh",
"timeout": 120
},
{
"command": ".codex/hooks/react-pattern-review.sh",
"timeout": 10
}
],
"stop": [
{
"command": ".codex/hooks/sync-git-branches.sh",
"timeout": 60
},
{
"command": ".codex/hooks/react-pattern-review.sh",
"timeout": 10
},
{
"command": ".codex/hooks/verify.sh",
"timeout": 60
}
]
}
}