Stats
Actions
Tags
From cmux-agent-teams
Runs Node cleanup scripts when the session stops, closing background processes or persisting state. Executes scripts via Node.
1 event · 1 hook
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
SCRIPT_DIR="$(cd "$(dirname "$0")/../skills/cmux-agent-teams/scripts" 2>/dev/null && pwd)"; [ -f "$SCRIPT_DIR/cleanup-session.sh" ] && bash "$SCRIPT_DIR/cleanup-session.sh" --auto 2>/dev/null || truenpx claudepluginhub hungrytech/cmux-agent-teams --plugin cmux-agent-teams