/plugin marketplace add harlan-zw/harlan-claude-code/plugin install harlan-claude-code@harlan-claude-codeDefined inline in plugin.json manifest
{
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-compact.sh"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pnpm-only.sh"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-commit-push.sh",
"timeout": 120000
}
],
"matcher": "Bash"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/eslint.sh",
"timeout": 30000
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/typecheck.sh",
"timeout": 60000
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/vitest.sh",
"timeout": 120000
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 7
},
"eventStats": {
"PreCompact": 1,
"PreToolUse": 2,
"PostToolUse": 3,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 7,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 3
}
}