init: company-haness 설계

This commit is contained in:
DongHyeonka
2026-07-23 17:49:00 +09:00
parent 57d1bab894
commit f668d6a158
962 changed files with 98989 additions and 1 deletions
+20
View File
@@ -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\"" }
]
}
]
}
}