git-subtree-dir: apps/viewer-3d git-subtree-mainline:5e10bb1be4git-subtree-split:a71790070d
37 lines
769 B
JSON
37 lines
769 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Edit(/.claude/skills/modeler-architecture/**)",
|
|
"Edit(/.claude/skills/license-gate/**)",
|
|
"Edit(/.claude/skills/feature-recipe/**)",
|
|
"Edit(/.claude/skills/topo-naming/**)"
|
|
]
|
|
},
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "startup|resume|clear",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash .claude/hooks/session-start.sh",
|
|
"timeout": 10
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Edit|Write",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash .claude/hooks/license-guard.sh",
|
|
"timeout": 10
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|