Skip to content

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

Merged
ruvnet merged 2 commits intoruvnet:mainfrom
haosenwang1018:branding-executor
Mar 17, 2026
Merged

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

Conversation

@haosenwang1018
Copy link
Copy Markdown
Contributor

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
Copy Markdown

@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.

Copy link
Copy Markdown
Owner

@ruvnet ruvnet left a comment

Choose a reason for hiding this comment

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

ACCEPT — Clean branding update, 'Claude Flow' → 'Ruflo' in user-facing strings and comments.

@ruvnet ruvnet merged commit 7bc901c into ruvnet:main Mar 17, 2026
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
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.

3 participants