Stats
Actions
Tags
From labby
Runs a setup script on ConfigChange and SessionStart to sync uv.lock and set up the plugin environment. Executes bash commands and modifies files.
2 events · 2 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
user_settingsif command -v labby >/dev/null 2>&1; then labby setup plugin-hook; else echo 'labby is not installed — plugin settings were NOT synced. Install labby, then run: labby setup'; fi60msif command -v labby >/dev/null 2>&1; then labby setup plugin-hook --no-repair; else echo 'labby is not installed — install it with: curl -fsSL https://raw.githubusercontent.com/jmagar/lab/main/scripts/install.sh | sh (then run: labby setup)'; fi30msnpx claudepluginhub jmagar/dendrite --plugin labby