This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryUpdates pattern, Before, and After across a mixed release.
Full changelog
Follow-up patch closing the last remaining item flagged by the 2026-07-26 tracker-sweep agent — the sweep tagged it "architectural" but investigation showed a much smaller surgical fix was available.
Fixed
- #2786 fix-3 —
bridgeRecordFeedbackno longer silently swallows every call. The prior code calledlearningSystem.recordFeedback/.recordandreasoningBank.recordOutcome/.record, but the registry actually wires the LOCAL intelligence classes (LocalSonaCoordinator/LocalReasoningBank) viainitializeIntelligence()inmemory/intelligence.ts— those classes never had those methods, and twocatch { /* API mismatch — skip */ }blocks made the failure invisible. Fix: call the real public APIintelligence.recordTrajectory(steps, verdict)— same callhooks_post-commandalready uses. Pattern-store branch also fixed to callLocalReasoningBank.store(pattern)(the one method that actually exists). No mocks, no silent catches on the happy path.
E2E verification (no mocks)
Fresh scratch cwd, memory init + 3× hooks post-task --task ... --store-results true:
- Before:
hooks intelligence stats→ 0 trajectories - After: 6 trajectories on disk + 3 pattern entries (
~/.claude-flow/neural/stats.json)
Upgrade
npx ruflo@latest --version # → 3.32.11
Closes: #2786 (the last remaining fix from the 2026-07-26 sweep).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]