Files
5chan/.codex/hooks.json
T

26 lines
439 B
JSON

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