diff options
Diffstat (limited to '.cursor/hooks.json')
| -rw-r--r-- | .cursor/hooks.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.cursor/hooks.json b/.cursor/hooks.json new file mode 100644 index 0000000..854f910 --- /dev/null +++ b/.cursor/hooks.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "hooks": { + "sessionStart": [ + { + "command": "bash ../.cursor/hooks/refresh-master-ai-rules.sh session" + } + ], + "postToolUse": [ + { + "command": "bash ../.cursor/hooks/refresh-master-ai-rules.sh periodic" + } + ] + } +} |
