{
"permissions": {
"allow": [
"Bash(ctx *)"
],
"deny": [
"Bash(ctx self-update*)",
"Edit(.ctx/rules.toml)",
"Edit(.claude/hooks/ctx/**)",
"Edit(.claude/settings.json)"
]
},
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/ctx/session-start.sh"
}
]
}
],
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/ctx/post-tool-use.sh"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/ctx/stop.sh"
}
]
}
]
}
}