mirror of
https://github.com/sinanyuntu/trade-message-center.git
synced 2026-09-17 13:22:11 +08:00
28 lines
574 B
JSON
28 lines
574 B
JSON
{
|
|
"hooks": {
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "python3 -X utf8 .codex/hooks/inject-workflow-state.py",
|
|
"timeout": 15
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"SubagentStart": [
|
|
{
|
|
"matcher": "^(?:trellis-implement|trellis-check|trellis-research)$",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "python3 -X utf8 .codex/hooks/inject-subagent-context.py",
|
|
"timeout": 15
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|