chore(rebrand): phase 5-6 — i18n values, translation glossary and placeholder assets#147
Conversation
|
CodeAnt AI is reviewing your PR. Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
CodeAnt AI finished reviewing your PR. |
|
@CodeAnt-AI review |
|
CodeAnt AI is running the review. Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
|
@CodeAnt-AI review |
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
Sequence DiagramThis PR updates locale bundles and help content so that all user-facing text, including PWA install prompts, settings, and docs, now uses the WorldScript Studio name while keeping keys and behavior unchanged. sequenceDiagram
participant User
participant WebApp
participant LocaleStore
User->>WebApp: Open app or help section
WebApp->>LocaleStore: Load localized UI and help strings
LocaleStore-->>WebApp: Strings with WorldScript Studio branding
WebApp-->>User: Render screens, tours, and settings with new name
Generated by CodeAnt AI |
The help docs in this PR reference the localStorage key `worldscript-feature-flags`, but the runtime FEATURE_FLAGS_STORAGE_KEY was still `storycraft-feature-flags`, so the documented reset key was wrong. Rename the runtime key to `worldscript-feature-flags` and update the E2E feature-flag seeding helpers (tests/e2e/helpers.ts, lora-wizard.spec.ts) in lockstep. Pre-release (no users) so no migration needed. PR #144 further refactors this key into services/featureFlagsStorage.ts using the same value. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
|
@CodeAnt-AI review |
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
Sequence DiagramThis PR aligns the feature flag localStorage key with the help docs and E2E tests by renaming it to worldscript-feature-flags. The diagram shows how tests seed this key, how the app loads it into Redux feature flags, and how updates are persisted back to storage. sequenceDiagram
participant Test
participant Browser
participant FeatureFlags
participant Storage
Test->>Browser: addInitScript sets worldscript-feature-flags overrides
Browser->>FeatureFlags: Initialize feature flags on app load
FeatureFlags->>Storage: Read worldscript-feature-flags
Storage-->>FeatureFlags: Return stored flag overrides
FeatureFlags->>Browser: Merge overrides with default flags
Browser->>FeatureFlags: User toggles a feature flag
FeatureFlags->>Storage: Save updated worldscript-feature-flags
Generated by CodeAnt AI |
The voice UI copy was rebranded to "Hey WorldScript" across all locales, but the runtime default wakeWordPhrase stayed "Hey StoryCraft" in settingsSlice, voiceCommandService and the EnergyThresholdWakeWordEngine, so following the on-screen instruction would never trigger activation. Rename the default phrase to "Hey WorldScript" (engine, both settings defaults, service default, types doc) and update the wake-word + settings-fixture tests in lockstep. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
|
@CodeAnt-AI review |
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
Sequence DiagramThis PR aligns the default wake-word phrase and feature-flag storage so that voice activation responds to "Hey WorldScript" and feature-flag resets target the documented localStorage key. sequenceDiagram
participant User
participant App
participant VoiceEngine
participant E2EHarness
participant LocalStorage
User->>App: Enable wake word mode
User->>VoiceEngine: Speak "Hey WorldScript"
VoiceEngine->>VoiceEngine: Check transcript for default phrase
VoiceEngine-->>App: Wake word detected
App-->>User: Start listening for voice command
E2EHarness->>LocalStorage: Seed worldscript-feature-flags entry
App->>LocalStorage: Read worldscript-feature-flags on startup
App->>LocalStorage: Persist updated feature flags to worldscript-feature-flags
Generated by CodeAnt AI |
The help docs in this PR reference the localStorage key `worldscript-feature-flags`, but the runtime FEATURE_FLAGS_STORAGE_KEY was still `storycraft-feature-flags`, so the documented reset key was wrong. Rename the runtime key to `worldscript-feature-flags` and update the E2E feature-flag seeding helpers (tests/e2e/helpers.ts, lora-wizard.spec.ts) in lockstep. Pre-release (no users) so no migration needed. PR #144 further refactors this key into services/featureFlagsStorage.ts using the same value. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The voice UI copy was rebranded to "Hey WorldScript" across all locales, but the runtime default wakeWordPhrase stayed "Hey StoryCraft" in settingsSlice, voiceCommandService and the EnergyThresholdWakeWordEngine, so following the on-screen instruction would never trigger activation. Rename the default phrase to "Hey WorldScript" (engine, both settings defaults, service default, types doc) and update the wake-word + settings-fixture tests in lockstep. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
303e377 to
11e3ace
Compare
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
|
@CodeAnt-AI review |
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
User description
Summary
Part of the StoryCraft → WorldScript rebrand split. This PR updates i18n values across all 11 locales and refreshes placeholder assets.
Changes
Notes
icon.icnsis still a placeholder and will be replaced in a follow-up.Related
CodeAnt-AI Description
Finish the WorldScript rebrand in voice, help, and app text
What Changed
worldscript-feature-flags, matching the reset instructions shown in helpImpact
✅ Voice activation matches the on-screen prompt✅ Correct feature-flag reset instructions✅ Consistent branding across the app💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.