Stats
Actions
Tags
From studio-core
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
if [ -d studio/changes ]; then count=$(ls studio/changes 2>/dev/null | grep -v .gitkeep | wc -l | tr -d ' '); if [ "$count" -gt 0 ]; then echo "[studio] $count active plugin(s) in development. Run /studio-core:status for details."; fi; finpx claudepluginhub ameng2001/astra-studio-plugins --plugin studio-core