Files
lectom bedb357259 chore(monorepo): import hmwebviewer history at a717900
git-subtree-dir: apps/viewer-3d
git-subtree-mainline: 5e10bb1be4
git-subtree-split: a71790070d
2026-07-29 09:04:52 +09:00

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
}
]
}
]
}
}