Stats
Actions
Tags
From agent-flywheel
Runs a Node.js logging script after each Skill tool use and a nudging script at session start to remind or guide the user. No bash or file writes.
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
flywheel_approve_beadsecho 'Bead approval processed. Run /agent-flywheel:flywheel-status to check progress.'node -e "const {existsSync,readFileSync}=require('fs'),{join}=require('path');const f=join(process.cwd(),'.pi-flywheel','checkpoint.json');if(existsSync(f)){try{const e=JSON.parse(readFileSync(f,'utf8'));const s=e.state;if(s&&s.phase&&s.phase!=='idle'&&s.phase!=='complete'){const goal=s.selectedGoal?(' goal="'+s.selectedGoal+'"'):'';console.log('\u26a0\ufe0f Previous flywheel session detected: phase='+s.phase+goal+'. Run /agent-flywheel:flywheel to resume or /agent-flywheel:flywheel-stop to reset.');}}catch(err){}}" 2>/dev/null || truenpx claudepluginhub burningportra/claude-orchestrator --plugin agent-flywheel