Download Latest Version v3.5.80 -- Tier A Blocker Fixes source code.tar.gz (88.0 MB)
Email in envelope

Get an email when there's a new version of RuFlo

Home / v3.5.80
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-11 2.0 kB
v3.5.80 -- Tier A Blocker Fixes source code.tar.gz 2026-04-11 88.0 MB
v3.5.80 -- Tier A Blocker Fixes source code.zip 2026-04-11 94.2 MB
Totals: 3 Items   182.2 MB 4

Highlights

Fixes three Tier A blockers that made the CLI, MCP agent_spawn tool, and Claude Code memory integration partially unusable.

πŸ› Fixed

  • #1596 β€” CLI lazy-loaded command routing (daemon start, bare start, doctor)
  • Two-pass parser was greedy-matching the first positional as a phantom subcommand when the outer command was lazy-loaded
  • Added lazyCommandNames registry to Parser so Pass 1 breaks at the first non-flag positional for known-lazy commands
  • #1567 β€” MCP agent_spawn input validation rejected every input
  • validateAgentSpawn was passing {agentType, name} to @claude-flow/security's SpawnAgentSchema which expects {type, id}; every call failed with type: Required
  • Also relaxed the strict 15-value enum so custom agent types (memory-specialist, etc.) are accepted
  • #1556 β€” AutoMemoryBridge.curateIndex() destroyed hand-curated MEMORY.md
  • On every Stop-hook tick when no topic files matched the hardcoded DEFAULT_TOPIC_MAPPING, the curator overwrote MEMORY.md with a stub
  • Now exits early with an index:skipped event when section map is empty

πŸ”§ Also

  • @claude-flow/memory's prebuild now cleans tsconfig.tsbuildinfo so tsc --incremental produces fresh output after rm -rf dist

πŸ“¦ Published packages

Package Version
@claude-flow/cli 3.5.80
@claude-flow/memory 3.0.0-alpha.14
claude-flow 3.5.80
ruflo 3.5.80

βœ… Regression tests

  • parser.test.ts β€” 52/52 (includes 4 new lazy command routing (#1596) cases)
  • validate-input-agent-spawn.test.ts β€” 4/4
  • auto-memory-bridge.test.ts β€” 74/74 (includes new [#1556] preservation test)

πŸš€ Upgrade

:::bash
npx @claude-flow/cli@latest --version   # 3.5.80
npx ruflo@latest --version              # 3.5.80

Full Changelog: https://github.com/ruvnet/ruflo/compare/v3.5.78...v3.5.80

Source: README.md, updated 2026-04-11