hooks.json
json
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83
chore(governance): sync handover+roadmap to 84db8c8 (drift:…
Human
1 day ago
| 1 | { |
| 2 | "version": 1, |
| 3 | "hooks": { |
| 4 | "sessionStart": [ |
| 5 | { |
| 6 | "command": ".cursor/hooks/session-start-next.sh", |
| 7 | "failClosed": false |
| 8 | } |
| 9 | ], |
| 10 | "sessionEnd": [ |
| 11 | { |
| 12 | "command": ".cursor/hooks/session-end-closeout.sh", |
| 13 | "failClosed": false |
| 14 | } |
| 15 | ], |
| 16 | "stop": [ |
| 17 | { |
| 18 | "command": ".cursor/hooks/session-start-next.sh", |
| 19 | "failClosed": false, |
| 20 | "loop_limit": 1, |
| 21 | "note": "Print NEXT once on stop. Do not re-run governance-sync --dry-run here (sessionEnd already did)." |
| 22 | } |
| 23 | ] |
| 24 | } |
| 25 | } |
File History
1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199
fix(ISR): default require_independent_second_reviewer to require
Human
minor
⚠
1 day ago