Skip to content

fix(hooks): update statusline branding from 'Claude Flow V3' to 'Rufl…#1271

Open
webdevpraveen wants to merge 1 commit intoruvnet:mainfrom
webdevpraveen:fix/statusline-branding-ruflo
Open

fix(hooks): update statusline branding from 'Claude Flow V3' to 'Rufl…#1271
webdevpraveen wants to merge 1 commit intoruvnet:mainfrom
webdevpraveen:fix/statusline-branding-ruflo

Conversation

@webdevpraveen
Copy link

Updates the statusline output to display Ruflo V3 instead of the old Claude Flow V3 branding.

Problem

The package was rebranded from claude-flow to ruflo, but the statusline generator still outputs the old name:

# Current (wrong)
▊ Claude Flow V3 ● user │ ⎇ main │ Opus 4.5
# Expected
▊ Ruflo V3 ● user │ ⎇ main │ Opus 4.5

This affects users who migrated to the ruflo package and see inconsistent branding.


Fix

Updated 4 occurrences in v3/@claude-flow/hooks/src/statusline/index.ts :

Location Before After
Doc comment (line 8) Claude Flow V3 Ruflo V3
generateStatusline() header ▊ Claude Flow V3 ▊ Ruflo V3
generateSingleLine() prefix CF-V3 Ruflo-V3
generateSafeStatusline() header ▊ Claude Flow V3 ▊ Ruflo V3

Why this is safe

Pure string replacement - no logic changes, no API changes, no risk of regression. Aligns with the rebrand that was already applied to package.json, README, and CLI commands.


Fixes Issue #1254

…o V3'

The project was rebranded from claude-flow to ruflo, but the
statusline generator still outputs 'Claude Flow V3' in the header.
This affects three output modes:

- generateStatusline() (multi-line format)
- generateSingleLine() (compact single-line format)
- generateSafeStatusline() (collision-safe multi-line format)

Update all four occurrences (including the doc comment) to use
the new 'Ruflo V3' branding.

Fixes ruvnet#1254
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.

1 participant