Stats
Actions
Tags
From chacon-travel
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
startupif [ -d ./playwright ] && [ ! -d ./playwright/node_modules ]; then echo '[chacon-travel] Installing Playwright dependencies...' && cd ./playwright && npm install --silent && echo '[chacon-travel] Playwright dependencies installed.'; finpx claudepluginhub ceojoe1/chacon-claude-plugins --plugin chacon-travel