mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Mirrors .cursor and .codex structure with Claude model assignments: - haiku for lighter tasks (translator, browser-check, profiler) - sonnet for standard tasks (code-quality, plan-implementer, etc.) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
443 B
JSON
26 lines
443 B
JSON
{
|
|
"version": 1,
|
|
"hooks": {
|
|
"afterFileEdit": [
|
|
{
|
|
"command": ".claude/hooks/format.sh",
|
|
"timeout": 10
|
|
},
|
|
{
|
|
"command": ".claude/hooks/yarn-install.sh",
|
|
"timeout": 120
|
|
}
|
|
],
|
|
"stop": [
|
|
{
|
|
"command": ".claude/hooks/sync-git-branches.sh",
|
|
"timeout": 60
|
|
},
|
|
{
|
|
"command": ".claude/hooks/verify.sh",
|
|
"timeout": 60
|
|
}
|
|
]
|
|
}
|
|
}
|