13
0
Fork 0
mirror of https://github.com/jdx/mise-action.git synced 2026-06-28 15:50:45 +00:00
mise-action/.codex/hooks.json
2026-06-25 14:25:38 -05:00

52 lines
1.4 KiB
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": null,
"hooks": [
{
"type": "command",
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks codex post-tool-use'",
"timeout": 30
}
]
}
],
"SessionStart": [
{
"matcher": null,
"hooks": [
{
"type": "command",
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then printf \"%s\\n\" \"{\\\"systemMessage\\\":\\\"Entire CLI is enabled but not installed or not on PATH. Installation guide: https://docs.entire.io/cli/installation#installation-methods\\\"}\"; exit 0; fi; exec entire hooks codex session-start'",
"timeout": 30
}
]
}
],
"Stop": [
{
"matcher": null,
"hooks": [
{
"type": "command",
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks codex stop'",
"timeout": 30
}
]
}
],
"UserPromptSubmit": [
{
"matcher": null,
"hooks": [
{
"type": "command",
"command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks codex user-prompt-submit'",
"timeout": 30
}
]
}
]
}
}