Packages

Decision graph tooling for AI-assisted development

Current section

Files

Jump to
deciduex priv templates windsurf hooks.json
Raw

priv/templates/windsurf/hooks.json

{
"hooks": {
"pre_write_code": [
{
"command": "./.windsurf/hooks/require-action-node.sh",
"show_output": true
}
],
"post_run_command": [
{
"command": "./.windsurf/hooks/post-commit-reminder.sh",
"show_output": true
}
]
}
}