{ "version": 1, "hooks": { "postToolUse": [ { "type": "command", "matcher": "", "bash": "root=\"${PLUGIN_ROOT:-${COPILOT_PLUGIN_ROOT:-.}}\"; node \"$root/bin/observer.js\" postToolUse", "timeoutSec": 5 } ], "sessionEnd": [ { "type": "command", "bash": "root=\"${PLUGIN_ROOT:-${COPILOT_PLUGIN_ROOT:-.}}\"; node \"$root/bin/observer.js\" sessionEnd", "timeoutSec": 30 } ], "sessionStart": [ { "type": "command", "bash": "root=\"${PLUGIN_ROOT:-${COPILOT_PLUGIN_ROOT:-.}}\"; node \"$root/bin/observer.js\" sessionStart", "timeoutSec": 10 } ] } }