mirror of
https://github.com/alirezarezvani/ClaudeForge.git
synced 2026-07-03 02:13:15 -04:00
13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"$comment": "ClaudeForge shared hook config. Commit this file. Per-developer overrides go in hooks/hooks-config.local.json (gitignored).",
|
|
"validateClaudeMd": {
|
|
"enabled": true,
|
|
"maxLines": 150,
|
|
"exemptFilenameSuffix": ".local.md",
|
|
"exitCodeOnViolation": 2
|
|
},
|
|
"stopAuditLine": {
|
|
"enabled": true
|
|
}
|
|
}
|