Files
AohDrllTools/.codex/hooks.json

16 lines
258 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "python -X utf8 .codex/hooks/inject-workflow-state.py",
"timeout": 15
}
]
}
]
}
}