Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Ruflo Loop Workers

Plugin Verifiziert Aktiv
Teil von:Ruflo

Cache-aware /loop workers and CronCreate background automation — wraps 5 hooks_worker-* MCP tools (list/dispatch/status/detect/cancel) and exposes 12 background worker triggers (ultralearn, optimize, consolidate, predict, audit, map, preload, deepdive, document, refactor, benchmark, testgaps)

2 Skills 0 MCPs
Zweck

To automate recurring tasks and background processes within the Ruflo ecosystem, ensuring efficient and reliable execution of scheduled operations.

Funktionen

  • Cache-aware loop workers with 270s delay
  • CronCreate for persistent background automation
  • 12 distinct background worker triggers
  • MCP tools for worker management (list, dispatch, status, detect, cancel)
  • Integration with ruflo-core and other Ruflo plugins

Anwendungsfälle

  • Automating recurring security audits or code optimizations
  • Scheduling background tasks that need to survive session restarts
  • Integrating automated workflows into development and maintenance processes
  • Ensuring prompt cache warmth through cache-aware scheduling

Nicht-Ziele

  • Directly executing arbitrary shell commands
  • Managing dependencies outside of the specified CLI versions
  • Handling user authentication or secret management
  • Providing functionality beyond background task scheduling and monitoring

Workflow

  1. Check current worker status using CLI or MCP.
  2. Dispatch needed workers via CLI or MCP with specified trigger and scope.
  3. Schedule next iteration using `ScheduleWakeup` (loop mode) or `CronCreate` (persistent mode).

Voraussetzungen

  • `ruflo-core` plugin (provides MCP server)
  • `@claude-flow/cli` v3.6 major+

Documentation

  • info:Configuration & parameter referenceThe README and skill descriptions mention available workers and their triggers, but specific default parameters for scheduling or worker configurations are not detailed.

Code Execution

  • info:ValidationWhile structured arguments are used, explicit validation schemas (like Zod or pydantic) for tool parameters are not evident in the provided files.
  • info:LoggingThe plugin integrates with Claude Code's logging and auditing mechanisms, but explicit details on local audit file generation are not provided.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-loop-workers@ruflo

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 23 hours ago

Vertrauenssignale

Letzter Commitabout 24 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen