feat: wire app icons and adopt brand handoff assets#146
Merged
Conversation
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
Task Reference: —
Replaces leftover old-brand (
mymir) icons with the official piyaz brand-handoff assets and wires them into the app so every user-facing icon renders the new piyaz mark.public/piyaz-mark.png, 1024²) and squircle app tiles (public/piyaz-icon-dark.png/piyaz-icon-light.png); rebuild multi-resolutionfavicon.ico(16/32/48/64) from the handoff favicon.<link>tags for favicon + PNG icon + apple-touch-icon (cache-busted?v=3), plus a newapp/manifest.tsweb manifest (192 + 512 tiles). Previously only the bare/favicon.icowas served —apple-icon.pngand the manifest PNGs were never referenced.serverInfo.icons+websiteUrl+title) so clients like claude.ai show the new mark directly instead of guessing from the (cache-prone) domain favicon.mymir-*files topiyaz-*(codex pluginlogo/composerIcon, demo gif) and update references; remove supersededicon1.png,apple-icon.png,web-app-manifest-*.png. Fix manifesttheme_colorthat was seeded as the old teal#14b8a6(not in the new palette) →#07080a.Type of change
Testing
bun run devbun run lint)bun run typecheck)Verified on the dev server:
/manifest.webmanifestserves the tile pair;<head>emits the correcticon/apple-touch-icon/manifestlinks; all five new assets return 200; the four removed orphans return 404.Notes for reviewer
app.piyaz.aifor the icons to appear externally. To clear claude.ai's stale connector icon, remove and re-add the Piyaz connector after deploy.serverInfo.icons; the favicon path remains a correct fallback.brandColor#14B8A6inplugins/codex/.codex-plugin/plugin.json, and'MYM'/MYMR-226text leftovers inlib/mcp/create-server.tsandpackage.json.