{
"description": "Drive the local G915 Codex task-status indicator.",
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "__HOME__/.local/bin/codex-agent-indicator hook",
"timeout": 1
}
]
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "__HOME__/.local/bin/codex-agent-indicator hook",
"timeout": 1
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "__HOME__/.local/bin/codex-agent-indicator hook",
"timeout": 1
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "__HOME__/.local/bin/codex-agent-indicator hook",
"timeout": 1
}
]
}
],
"SubagentStart": [
{
"hooks": [
{
"type": "command",
"command": "__HOME__/.local/bin/codex-agent-indicator hook",
"timeout": 1
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "__HOME__/.local/bin/codex-agent-indicator hook",
"timeout": 1
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "__HOME__/.local/bin/codex-agent-indicator hook",
"timeout": 1
}
]
}
]
}
}