diff --git a/claude_code_sdk/chief_of_staff_agent/.claude/settings.local.json b/claude_code_sdk/chief_of_staff_agent/.claude/settings.local.json new file mode 100644 index 0000000..006b6b1 --- /dev/null +++ b/claude_code_sdk/chief_of_staff_agent/.claude/settings.local.json @@ -0,0 +1,38 @@ +{ + "$schema": "https://json.schemastore.org/claude-code-settings.json", + "permissions": { + "allow": [], + "deny": [] + }, + "hooks": { + "PostToolUse": [ + { + "matcher": "Bash", + "hooks": [ + { + "type": "command", + "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/script-usage-logger.py" + } + ] + }, + { + "matcher": "Write", + "hooks": [ + { + "type": "command", + "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/report-tracker.py" + } + ] + }, + { + "matcher": "Edit", + "hooks": [ + { + "type": "command", + "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/report-tracker.py123" + } + ] + } + ] + } +}