Download Latest Version v3.32.9 -- Statusline accuracy + memory_SQLite integrity fixes source code.zip (34.8 MB)
Email in envelope

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

Home / v3.32.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-18 2.1 kB
v3.32.8 -- CI unblock, memory_search fix, version lockstep source code.tar.gz 2026-07-18 31.2 MB
v3.32.8 -- CI unblock, memory_search fix, version lockstep source code.zip 2026-07-18 34.7 MB
Totals: 3 Items   65.9 MB 0

v3.32.8 — CI unblock, memory_search fix, version lockstep

Fixed

  • CI-breaking lockfile drift (#2719, [#2717]): v3/pnpm-lock.yaml was pinned to @claude-flow/security@^3.0.0-alpha.10 while package.json had moved to ^3.0.0-alpha.12, failing every --frozen-lockfile CI job (Type Check V3 and others) on every PR since the drift landed. Regenerated via pnpm install --lockfile-only.
  • MCP memory_search namespace regression (#2646, third occurrence of [#1123]/#1131): omitting the optional namespace parameter returned 0 results even when data existed across multiple namespaces, because the tool handler coerced an omitted namespace to the literal string 'default' instead of leaving it undefined so the search layer's own namespace || 'all' fallback could fire. Fixed with a regression test that asserts what the tool handler forwards to the search layer directly, so this class of regression is caught at the tool boundary going forward.
  • Package version lockstep (surfaced by [#2703]): claude-flow had drifted to 3.32.2 while @claude-flow/cli/ruflo were at 3.32.7, failing the Plugin package install-safety CI check. All three packages are now back in lockstep at 3.32.8.

Verified as already fixed (no code change this release)

  • [P0] Worktree daemon fanout quota exhaustion (#2661): confirmed already fixed same-day via [#2662]/#2663 (shipped v3.27.4/v3.28.0) — repository-scoped supervisor election, workspace leases, and a global AI-launch budget with a circuit breaker replaced the old per-worktree dedup that let every Git worktree spin up its own set of scheduled Claude-powered workers. The tracking issue had stayed open because the fix commits didn't use GitHub's auto-close keyword; closed now with verification (40/43 tests passing; the 3 failures are a Windows symlink-privilege sandbox limitation, not real bugs).

Registry

  • latest, alpha, and v3alpha dist-tags are synced to 3.32.8 across @claude-flow/cli, claude-flow, and ruflo (#2703).

Full Changelog: https://github.com/ruvnet/ruflo/compare/v3.32.7...v3.32.8

Source: README.md, updated 2026-07-18