Files
gh-basher83-lunar-claude-pl…/hooks/hooks.json
2025-11-29 18:00:31 +08:00

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"
}
]
}
]
}
}