feat(desktop): official logos, brand identity polish, packaging + docs (stage 4) - #805
Merged
Conversation
…s (stage 4) Closes out the desktop port. Branding: - Official clawcodex.app pixel-art crab everywhere: app icon rebuilt as the crab on a warm rounded tile (nearest-neighbor upscale keeps the pixels crisp at every icns/ico tier), bare transparent crab as the in-app brand mark, official apple-touch icon. - Live visual identity renamed: theme nous -> clawcodex (clawcodexTheme, CLAWCODEX_BLUE, brandTint*), BUILTIN_THEMES keyed clawcodex with a legacy nous alias so stored prefs keep resolving; DEFAULT_SKIN_NAME clawcodex; skin-command aliases updated. - Onboarding features the provider this backend actually ships (FEATURED_ID -> anthropic). - Kept by design (quarantine precedent): portal/billing strings + provider protocol literals behind the inert portal.invalid base; third-party hermes-parser/hermes-estree lockfile entries (Facebook JS-engine tooling). Packaging: - dist:mac produces ClawCodex-0.17.0-mac-arm64.dmg + .zip (unsigned; notarize skips cleanly without Apple creds); bundle verified: CFBundleName ClawCodex, com.clawcodex.desktop, official icon baked in. ui-desktop/release/ + playwright test-results/ gitignored. Docs: - CHANGELOG Unreleased entry for ClawCodex Desktop; root README section pointing at ui-desktop/README.md. Tests: - updates.test.ts contract expectations moved to the v1 ladder (43/43 green). Full ui vitest failure set remains byte-identical to the reference baseline (38 files). Playwright: boot-failure spec 2/2 green; mock-backend-setup needs config-seeding parity in e2e/fixtures.ts (documented follow-up). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Final stage of the Desktop port.
Branding
nous→clawcodex(clawcodexTheme,CLAWCODEX_BLUE,brandTint*);BUILTIN_THEMESkeyedclawcodexwith a legacy alias so stored prefs keep resolving;DEFAULT_SKIN_NAME = 'clawcodex'.FEATURED_ID→anthropic).portal.invalidbase;hermes-parser/hermes-estreelockfile entries are Facebook's JS-engine tooling (unrelated third-party deps).Packaging
npm run dist:mac→ ClawCodex-0.17.0-mac-arm64.dmg (128 MB) + .zip, unsigned (notarize skips cleanly without Apple creds). Bundle verified:CFBundleName=ClawCodex,com.clawcodex.desktop, official icon byte-verified in the bundle.ui-desktop/release/+ playwrighttest-results/gitignored.Docs
CHANGELOG
[Unreleased]entry for ClawCodex Desktop; root README section pointing atui-desktop/README.md.Verification
🤖 Generated with Claude Code