Skip to content

fix: normalize HanzoStudio PascalCase naming + gitignore pycache#2

Merged
zeekay merged 2 commits into
mainfrom
feat/hanzo-rebranding
Feb 9, 2026
Merged

fix: normalize HanzoStudio PascalCase naming + gitignore pycache#2
zeekay merged 2 commits into
mainfrom
feat/hanzo-rebranding

Conversation

@zeekay

@zeekay zeekay commented Feb 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Fix inconsistent naming: Hanzo Studio (with space) -> HanzoStudio (PascalCase) in variable names, class names, function names
  • Add __pycache__/ to .gitignore, untrack .pyc files

Test plan

  • Verify app loads without reference errors
  • Verify rebranding strings render correctly

Normalize "Hanzo Studio" to "HanzoStudio" (PascalCase, no space) in
variable names, class names, function names, comments, and user-facing
strings across 6 files. Continuation of the rebrand started in main.
@zeekay zeekay merged commit 5367032 into main Feb 9, 2026
4 of 9 checks passed
zeekay added a commit that referenced this pull request Feb 9, 2026
The ComfyUI → Hanzo Studio rename broke identifiers, imports, and types:
- Fix hyphenated identifiers (hanzo-studio_x → hanzo_studio_x) across schemas/types/stores
- Fix space-in-identifier errors (Hanzo StudioPreset → HanzoStudioPreset) in 16+ files
- Update ~90 broken import paths after file renames (@/types/comfy → @/types/hanzo, etc.)
- Restore ElectronAPI type definitions stripped to bare index signature
- Fix display strings that were overcorrected (restore 'Hanzo Studio' with space for UI labels)
- Update host whitelist regex for studio.hanzo.ai domain
- Fix registry-types package.json exports path
- Fix browser test fixture import (ComfyPage → StudioPage)
- Adjust test expectations for new truncation limits

Fixes #2
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