v3/docs/releases/v3.32.30.md
Ruflo can coordinate hundreds of agent, memory, policy, federation, and MetaHarness capabilities—but users should not have to memorize that surface or install unpublished internal packages to make it work. v3.32.30 makes the public install self-contained and teaches newly initialized agents how to use the system safely.
This is a corrective release for v3.32.29. That package exposed the new policy
runtime through a static @claude-flow/security import while declaring the
unpublished package optional. Fresh installs could run --version, but policy
and daemon command loading failed with ERR_MODULE_NOT_FOUND. v3.32.30 embeds
the reviewed Security, Codex, and federation runtimes in each applicable public
artifact and promotes their public transitive dependencies to the containing
package.
guidance_brain which registered Ruflo capabilities fit a task instead
of guessing tool names.CLAUDE.md and AGENTS.md instructions that use the Capability
Brain, the validated implementation loop, isolated concurrent writers,
source-bound evidence, and non-expanding authority envelopes.@claude-flow/codex publication.npm install --global [email protected]
ruflo doctor
Or run without a global install:
npx [email protected] --help
From an MCP client:
{
"name": "guidance_brain",
"arguments": {
"mode": "recommend",
"task": "Implement, test, benchmark, and review this change with concurrent agents"
}
}
The returned workflow follows:
recall → inspect → route → plan → execute → test → validate
→ benchmark → optimize → receipt → handoff → authorized publish
Learning, Darwin, Flywheel, and MetaHarness can propose or evaluate candidates. They cannot promote themselves or expand tools, network access, secrets, spending, concurrency, or release authority.
Generated guidance now requires:
The normal release publishes exactly:
@claude-flow/[email protected][email protected][email protected]The Security, Codex, and federation runtimes are built from the reviewed monorepo source and carried as npm bundled dependencies inside the CLI and umbrella artifacts. Their source package coordinates are not published as part of this release.
init unless --force is used.guidance_brain is absent.legacy by default; operators can move through
observe before enforce.ruflo, claude-flow, and @claude-flow/cli remain version-locked and
install through their established command names.Release acceptance requires:
--version, policy status, daemon start/status/stop, and init --codex
smoke tests;npm ls without invalid dependency edges;latest, alpha, and v3alpha tags.