Stats
Actions
Tags
From jrobic-cc-harness-setup-example
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
bun run "${CLAUDE_PLUGIN_ROOT}/scripts/harness-setup.ts" check >/dev/null 2>&1; code=$?; [ $code -eq 3 ] && echo 'Harness: configuration incomplete — run /harness-setup to apply the recommended deny rules and context import.' || truenpx claudepluginhub jrobic/cc-harness-setup-example --plugin jrobic-cc-harness-setup-example