Packages

Decision graph tooling for AI-assisted development

Current section

Files

Jump to
deciduex priv templates config settings.json
Raw

priv/templates/config/settings.json

{
"hooks": {
"PreToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR/.claude/hooks/require-action-node.sh\""
}
]
}
],
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR/.claude/hooks/post-commit-reminder.sh\""
}
]
}
]
}
}