16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"description": "Claude docs sync plugin hooks",
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/claude_docs.py --format json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|