diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
| commit | 04d965d67a7264a1c7c211494aebda1953df7603 (patch) | |
| tree | 0ebd700a6e219f84a26a656f4bee8778bc75da7b /.cursor/hooks.json | |
Initial push
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" + } + ] + } +} |
