Files
anyllm-proxy/.codex/hooks.json
2026-06-07 15:51:43 -05:00

30 lines
685 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "synrepo agent-hook nudge --client codex --event UserPromptSubmit",
"timeout": 5,
"statusMessage": "Checking synrepo context guidance"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "synrepo agent-hook nudge --client codex --event PreToolUse",
"timeout": 5,
"statusMessage": "Checking synrepo context guidance"
}
],
"matcher": "Bash|apply_patch|mcp__.*"
}
]
}
}