Files
deepseek-harness/examples/acp-agent/tests/snapshots/hook-codex-promptsubmit-context/workspace/codex-hooks.json
T

12 lines
212 B
JSON
Raw Normal View History

{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{ "type": "command", "command": "echo 'The user has previously stated their favorite color is teal.'" }
]
}
]
}
}