hooks.json
json
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4
docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit.
Human
3 days 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:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4
docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit.
Human
3 days ago