docs: Update branding from Claude Flow to Ruflo in init executor#1305
Merged
ruvnet merged 2 commits intoruvnet:mainfrom Mar 17, 2026
Merged
docs: Update branding from Claude Flow to Ruflo in init executor#1305ruvnet merged 2 commits intoruvnet:mainfrom
ruvnet merged 2 commits intoruvnet:mainfrom
Conversation
added 2 commits
March 6, 2026 04:10
Update comments and user-facing strings in helpers-generator.ts to use consistent Ruflo branding: - Pre-commit and post-commit hook headers - Session manager script header - Agent router script header - Memory helper script header - Hook handler script header - Cross-platform session manager header - Update CLI command reference from @claude-flow/cli to ruflo@latest This aligns the generated helper scripts with the v3.5 rebranding from Claude Flow to Ruflo.
Update user-facing strings and generated documentation in executor.ts: - Update _note fields in v3-progress.json, learning.json to reference Ruflo - Update comment for writeCapabilitiesDoc function - Update MCP Server Setup section to use ruflo@latest command - Update Essential Commands section to use ruflo@latest instead of @claude-flow/cli@latest This ensures consistent Ruflo branding in generated configuration files and documentation.
xkonjin
reviewed
Mar 8, 2026
xkonjin
left a comment
There was a problem hiding this comment.
Quick review pass:
- Main risk area here is auth/session state and stale credential handling.
- I didn’t see targeted regression coverage in the diff; please add or point CI at a focused test for the changed path in executor.ts, helpers-generator.ts.
- Before merge, I’d smoke-test the behavior touched by executor.ts, helpers-generator.ts with malformed input / retry / rollback cases, since that’s where this class of change usually breaks.
ruvnet
approved these changes
Mar 17, 2026
Owner
ruvnet
left a comment
There was a problem hiding this comment.
ACCEPT — Clean branding update, 'Claude Flow' → 'Ruflo' in user-facing strings and comments.
OwenQianDD
added a commit
to OwenQianDD/ruflo
that referenced
this pull request
Mar 20, 2026
* origin/main: fix: intelligence vector store + statusline accuracy (ruvnet#1377) feat: ruvector WASM integration + real semantic embeddings (ruvnet#1374) fix: add missing attention class wrappers + CJS/ESM interop (from ruvnet#1338) (ruvnet#1370) fix: close semantic routing learning loop in hooks-tools (ruvnet#1311) fix(daemon): CPU-proportional maxCpuLoad replaces hardcoded 2.0 (rebased from ruvnet#1353) (ruvnet#1369) fix: rebase onto v3.5.23 + apply ESM/CJS interop with 'default' in mod check (ruvnet#1368) docs: Update branding from Claude Flow to Ruflo in init executor (ruvnet#1305) fix(agents): make base template frontmatter YAML-safe (ruvnet#1317) feat: v3.5.23 — merge 5 community PRs + ADR-065 Fix PluginManager priority and version checks (ruvnet#1336) Fix benchmark environment lookup in ESM (ruvnet#1337) Fix hooks package type export paths (ruvnet#1341) fix(memory): add prepublishOnly guard to prevent missing dist exports (ruvnet#1314) fix(cli): prevent TS2307 for optional @claude-flow/codex import (ruvnet#1346) docs: update MCP tool counts to 259, add beginner guidance (ruvnet#1366) feat: implement all stub features + fix 8 bugs (v3.5.22) fix: 7 critical audit fixes, Windows settings, ADR-063 (v3.5.21) fix: doctor checks + AgentDB bridge errors (v3.5.19) fix: statusline generator always overwrites legacy copy from writeHelpers
deepakdgupta1
pushed a commit
to deepakdgupta1/claude-flow
that referenced
this pull request
Mar 21, 2026
…net#1305) Reviewed: branding update in init executor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates branding references from "Claude Flow" to "Ruflo" in the init executor and generated configuration templates.
Changes
Why
Maintains consistent branding across generated configuration files and documentation after the v3.5 rebrand from "Claude Flow" to "Ruflo".
Scope
All changes are in , affecting:
Testing
Fixes #XXX (if there's a related issue)