51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"hooks": {
|
|
"PostCompact": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"command": "bd codex-hook PostCompact",
|
|
"statusMessage": "Scheduling Beads context refresh",
|
|
"type": "command"
|
|
}
|
|
],
|
|
"matcher": "manual|auto"
|
|
}
|
|
],
|
|
"PreCompact": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"command": "bd codex-hook PreCompact",
|
|
"statusMessage": "Checking Beads context",
|
|
"type": "command"
|
|
}
|
|
],
|
|
"matcher": "manual|auto"
|
|
}
|
|
],
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"command": "bd codex-hook SessionStart",
|
|
"statusMessage": "Loading Beads context",
|
|
"type": "command"
|
|
}
|
|
],
|
|
"matcher": "startup|resume|clear"
|
|
}
|
|
],
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"command": "bd codex-hook UserPromptSubmit",
|
|
"statusMessage": "Refreshing Beads context",
|
|
"type": "command"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|