v3/docs/releases/v3.32.28.md
Ruflo has grown into a large agentic runtime, but its old MCP guidance catalog only knew about 61 of the 353 tools available in a fully equipped process. That made powerful features hard to discover and made agents more likely to guess at stale tool names.
v3.32.28 introduces the Ruflo Capability Brain: a live, machine-readable map of the MCP registry, CLI commands, agents, skills, packages, plugins, authority boundaries, risk, and the end-to-end implementation loop. Agents can now ask Ruflo which capabilities fit a task and automatically choose from tools that are actually registered in the current process.
.claude, .agents, installed packages, and Ruflo
plugins.In Codex, Claude Code, or another MCP client, ask the agent:
Use Ruflo
guidance_brainto recommend the best workflow for implementing this task, then follow the returned implementation loop.
Or call the MCP tool directly:
{
"name": "guidance_brain",
"arguments": {
"mode": "recommend",
"task": "Implement a secure API change with concurrent agents, tests, benchmarks, and a release"
}
}
Useful modes:
{"name":"guidance_brain","arguments":{"mode":"overview"}}
{"name":"guidance_brain","arguments":{"mode":"capabilities","domain":"memory-knowledge"}}
{"name":"guidance_brain","arguments":{"mode":"coverage"}}
{"name":"guidance_brain","arguments":{"mode":"ecosystem"}}
{"name":"guidance_brain","arguments":{"mode":"implementation-loop"}}
The existing guidance_capabilities, guidance_recommend,
guidance_discover, guidance_workflow, and guidance_quickref tools remain
compatible. Their old string catalog is now labeled compatibility-only, and
stale references are never presented as live recommendations.
Generated Codex AGENTS.md guidance and capability recommendations now use one
complete loop:
Learning and optimization remain proposal/evidence capabilities. They cannot promote themselves or expand network, secrets, spending, concurrency, or policy authority.
This release also adds opt-in foundations for policy-governed federation and Cognitum product actions:
heartbeat and
status-broadcast; consequential legacy messages are rejected on ingress
and fail closed on egress to legacy-only peers.The Codex package now exposes:
These references are deliberately observe-only, unsigned, non-persistent, and single-process. They help adapter authors test semantics; they are not distributed release authorities.
npm install --global [email protected]
ruflo doctor
Or run it without a global install:
npx [email protected] --help
Package train:
[email protected][email protected]@claude-flow/[email protected]@claude-flow/[email protected]@claude-flow/[email protected]@claude-flow/[email protected]Validated on Node.js 22/Linux:
These are local microbenchmarks, not cross-platform service SLOs.
These APIs are an opt-in foundation, not a declaration that distributed claim federation is production-ready. Persistent control-plane leases, durable inbox/outbox storage, signed receipt ledgers, release-decision composition, cross-service identity links, and Cognitum production adapters still require deployment-specific implementation and acceptance testing.
A lease, signature, claim, score, memory, consensus result, or passing test is evidence. None grants product or release authority by itself.