1{ 2 "description": "ZK plugin hooks for session initialization and stewardship reminders", 3 "hooks": { 4 "SessionStart": [ 5 { 6 "hooks": [ 7 { 8 "type": "command", 9 "command": "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh" 10 } 11 ] 12 } 13 ] 14 } 15}