com um clique
federation-init
Initialize federation on this node — generate keypair and configure peers
Menu
Initialize federation on this node — generate keypair and configure peers
Spawn nested sub-agents (agents that spawn sub-agents, up to depth=5) via Claude Code's native Task tool — for context-managed deep delegation
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool
Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix
Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation
| name | federation-init |
| description | Initialize federation on this node — generate keypair and configure peers |
| allowed-tools | Bash(npx *) mcp__claude-flow__memory_store mcp__claude-flow__hooks_post-task Read Write |
| argument-hint | [--compliance hipaa|soc2|gdpr|none] |
Initialize this node for federation. Generates an ed25519 keypair, creates the federation config, and optionally sets a compliance mode.
Steps:
npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation initnpx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation config --compliance MODEStore init event:
mcp__claude-flow__memory_store({ key: "federation-init", value: "Node initialized", namespace: "federation" })