Skip to content

docs: Update branding from Claude Flow to Ruflo in init executor#1305

Open
haosenwang1018 wants to merge 2 commits intoruvnet:mainfrom
haosenwang1018:branding-executor
Open

docs: Update branding from Claude Flow to Ruflo in init executor#1305
haosenwang1018 wants to merge 2 commits intoruvnet:mainfrom
haosenwang1018:branding-executor

Conversation

@haosenwang1018
Copy link

Summary

Updates branding references from "Claude Flow" to "Ruflo" in the init executor and generated configuration templates.

Changes

  • ** template**: Updated fields
  • ** template**: Updated fields
  • ** function**: Updated comment
  • MCP Server Setup section: Updated commands in CAPABILITIES.md template
  • Essential Commands section: Updated commands in CAPABILITIES.md template

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:

  1. Generated project configuration files
  2. Generated learning manifest
  3. Generated capabilities documentation

Testing

  • Verified all branding references updated
  • No functional changes - purely documentation/branding

Fixes #XXX (if there's a related issue)

OpenClaw Bot 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.
Copy link

@xkonjin xkonjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants