Files
2026-03-20 11:17:26 -07:00

35 lines
715 B
JSON

{
"hooks": {
"sessionStart": [
{
"type": "command",
"command": "~/.local/bin/agentmon-copilot-handler start"
}
],
"sessionEnd": [
{
"type": "command",
"command": "~/.local/bin/agentmon-copilot-handler stop"
}
],
"userPromptSubmitted": [
{
"type": "command",
"command": "~/.local/bin/agentmon-copilot-handler prompt"
}
],
"preToolUse": [
{
"type": "command",
"command": "~/.local/bin/agentmon-copilot-handler tool-start"
}
],
"postToolUse": [
{
"type": "command",
"command": "~/.local/bin/agentmon-copilot-handler tool-end"
}
]
}
}