init: company-haness 설계
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"_comment": "Org OS enforcement hooks. TEMPLATE — activate by merging into .claude/settings.json (takes effect on next Claude Code session; hook changes require security review).",
|
||||
"hooks": {
|
||||
"PreToolUse": [
|
||||
{
|
||||
"matcher": "Bash|Write|Edit|NotebookEdit",
|
||||
"hooks": [
|
||||
{ "type": "command", "command": "python3 \"$CLAUDE_PROJECT_DIR/.claude/hooks/guard_tools.py\"" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"SubagentStop": [
|
||||
{
|
||||
"hooks": [
|
||||
{ "type": "command", "command": "python3 \"$CLAUDE_PROJECT_DIR/.claude/hooks/stop_validate.py\"" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user