You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CLI surface for RuFlo has expanded significantly (referencing #1791 regarding CLI gaps), but there is no centralized "Quick Start" or command reference in the README. To help new users and contributors, we should document the core commands and their expected behavior.
Below is a proposed list of commands that need official documentation/verification:
Currently, the CLI surface for RuFlo has expanded significantly (referencing #1791 regarding CLI gaps), but there is no centralized "Quick Start" or command reference in the README. To help new users and contributors, we should document the core commands and their expected behavior.
Below is a proposed list of commands that need official documentation/verification:
npx ruflo init — Should document the creation of .mcp.json and how it handles the legacy claude-flow keys (ref: init writes
.mcp.jsonwith legacyclaude-flowkey, causing duplicate MCP registration alongsideruflo#1779).ruflo login — Authentication workflow for agent federation.
ruflo spawn --claude — Usage for starting a new agent instance.
ruflo run [task] — Executing specific tasks or goals.
--plan-only — Clarifying the behavior between planning and auto-execution (ref: #1694).
ruflo daemon start — Running the background service (noting current Windows + Node 25 known issues daemon start (background) still dies on Windows + Node 25 in v3.6.30 — IPC channel keeps fork tied to parent #1766).
ruflo federate — Setting up cross-installation agent federation.
ruflo metrics — Viewing hook metrics and outcome persistence.
ruflo memory stats — Checking embedding provider activity (ref: #1622).
Proposed Action:
Create a COMMANDS.md or update the main README.
Add a --help audit to ensure all lazy-loaded commands (ref: #1651) display short flags correctly.