Skip to content

refactor: rename 'studio' to 'rocclaw' throughout codebase#24

Merged
simonCatBot merged 1 commit intomasterfrom
cleanup/studio-to-rocclaw
Apr 3, 2026
Merged

refactor: rename 'studio' to 'rocclaw' throughout codebase#24
simonCatBot merged 1 commit intomasterfrom
cleanup/studio-to-rocclaw

Conversation

@simonCatBot
Copy link
Copy Markdown
Owner

Summary

Replaced all instances of 'studio' with 'rocclaw' throughout the codebase.

Patterns replaced

Pattern Replacement
studio rocclaw
Studio ROCclaw
STUDIO_* ROCCLAW_*
NEXT_PUBLIC_STUDIO_* NEXT_PUBLIC_ROCCLAW_*

Key identifier renames

  • AgentStudioPageAgentROCclawPage
  • loadStudioSettingsloadROCclawSettings
  • saveStudioSettingssaveROCclawSettings
  • StudioSettingsCoordinatorROCclawSettingsCoordinator
  • createStudioRoutecreateRocclawRoute
  • runStudioBootstrapLoadOperationrunRocclawBootstrapLoadOperation

Files changed

120 files with ±901 insertions/deletions

Replaced all instances of:
- 'studio' → 'rocclaw' (lowercase)
- 'Studio' → 'ROCclaw' (uppercase for types/constants)
- 'STUDIO_*' → 'ROCCLAW_*' (env var prefixes)
- 'NEXT_PUBLIC_STUDIO_*' → 'NEXT_PUBLIC_ROCCLAW_*' (public env vars)

Renamed identifiers:
- AgentStudioPage → AgentROCclawPage
- loadStudioSettings → loadROCclawSettings
- saveStudioSettings → saveROCclawSettings
- StudioSettingsCoordinator → ROCclawSettingsCoordinator
- etc.

Changes across 120 files.
@simonCatBot simonCatBot force-pushed the cleanup/studio-to-rocclaw branch from b1ded43 to a2f38db Compare April 3, 2026 18:25
@simonCatBot simonCatBot merged commit 57d5407 into master Apr 3, 2026
4 checks passed
@simonCatBot simonCatBot deleted the cleanup/studio-to-rocclaw branch April 3, 2026 18:54
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