23 lines
385 B
JSON
23 lines
385 B
JSON
{
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "ccstatusline",
|
|
"padding": 0,
|
|
"refreshInterval": 10
|
|
},
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash .claude/hooks/status-reminder.sh",
|
|
"timeout": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|