{ "version": 1, "hooks": { "sessionStart": [ { "type": "command", "bash": ".github/hooks/continual-learning/learn.sh sessionStart", "cwd": ".", "timeoutSec": 5 } ], "postToolUse": [ { "type": "command", "bash": ".github/hooks/continual-learning/learn.sh postToolUse", "cwd": ".", "timeoutSec": 3 } ], "sessionEnd": [ { "type": "command", "bash": ".github/hooks/continual-learning/learn.sh sessionEnd", "cwd": ".", "timeoutSec": 10 } ] } }