Skip to content

Instantly share code, notes, and snippets.

@ruvnet
Created July 8, 2026 17:27
Show Gist options
  • Select an option

  • Save ruvnet/ed276119404d4d3fffdadfc0797705f8 to your computer and use it in GitHub Desktop.

Select an option

Save ruvnet/ed276119404d4d3fffdadfc0797705f8 to your computer and use it in GitHub Desktop.
ruflo v3.25.5 npm release: wrapper publish + CI-red fixes

ruflo v3.25.5 npm release: wrapper publish + CI-red fixes

Published on 2026-07-08 from branch fix/main-v3-ci-red-shim-types, targeting source commit e09843303232b0199d5c8629ec3bd5e233adc5a7.

Release tracker: ruvnet/ruflo#2614 PR: ruvnet/ruflo#2604

Packages published

  • claude-flow@3.25.5
    • tags: latest, alpha, v3alpha
    • wrapper package includes the root claude-flow binary and published wrapper payload.
  • @claude-flow/cli@3.25.5
    • tags: latest, alpha, v3alpha
    • contains the optional dependency import safety fixes.
  • @claude-flow/plugin-agent-federation@1.0.0-alpha.17
    • tags: latest, alpha
    • contains the federation transport loader/build fix.

Fix coverage

  • #2613: PreToolUse hook stdout contract for Cursor third-party hook imports and Claude Code compatibility.
  • #2608: plugin-agent-federation TS build and CLI optional dependency install-safety failures.
  • #2590: Node 24 pnpm smoke verified green.
  • #2578: in-repo phantom agentic-flow/transport/loader guard verified green; external verifier residual remains outside this repo.

Registry verification

npm view claude-flow@3.25.5 version dist-tags bin --json
npm view @claude-flow/cli@3.25.5 version dist-tags bin --json
npm view @claude-flow/plugin-agent-federation@1.0.0-alpha.17 version dist-tags bin --json

Expected results:

  • claude-flow version 3.25.5, tags latest/alpha/v3alpha, bin claude-flow: bin/cli.js.
  • @claude-flow/cli version 3.25.5, tags latest/alpha/v3alpha, bins cli, claude-flow, claude-flow-mcp.
  • @claude-flow/plugin-agent-federation version 1.0.0-alpha.17, tags latest/alpha, bin ruflo-federation.

Smoke verification

npx -y claude-flow@3.25.5 --version
npx -y @claude-flow/cli@3.25.5 --version
npx -y @claude-flow/plugin-agent-federation@1.0.0-alpha.17 --help

Observed:

  • npx -y claude-flow@3.25.5 --version returned ruflo v3.25.5.
  • npx -y @claude-flow/cli@3.25.5 --version returned ruflo v3.25.5.
  • ruflo-federation --help printed help; optional transport warnings are expected without agentic-flow or midstreamer installed.

CI verification

Note on source metadata

The npm publish was staged from temporary directories to avoid including unrelated dirty local files. A follow-up source commit should update package metadata to match the published versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment