Back to Ruflo

Ruflo Loop

plugins/ruflo-loop-workers/commands/ruflo-loop.md

3.6.30610 B
Original Source

$ARGUMENTS Start a cache-aware /loop worker. Parse the worker name from $ARGUMENTS.

Available workers:

  • audit (critical) -- security scanning
  • optimize (high) -- performance optimization
  • testgaps (normal) -- test coverage analysis
  • map (normal) -- codebase mapping
  • consolidate (low) -- memory consolidation
  • predict (normal) -- predictive preloading
  • document (normal) -- auto-documentation

Run the worker via npx @claude-flow/cli@latest hooks worker dispatch --trigger WORKER_NAME, then use ScheduleWakeup with delay 270s (cache-warm) to schedule the next iteration.