docs: Update branding from Claude Flow to Ruflo in init executor#1305
Open
haosenwang1018 wants to merge 2 commits intoruvnet:mainfrom
Open
docs: Update branding from Claude Flow to Ruflo in init executor#1305haosenwang1018 wants to merge 2 commits intoruvnet:mainfrom
haosenwang1018 wants to merge 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.
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)