feat: update logo to current PostHog brand mark - #217
Merged
Conversation
Replaces assets/logo.svg with the current PostHog logomark, taken from the @posthog/brand package (Logo.Logomark, gradient variant, rendered from src/logo/geometry.ts at v0.10.2). The old mark was the previous flat three-bar hedgehog; the new one uses the brand gradients and updated silhouette. Both .cursor-plugin/plugin.json and .codex-plugin/plugin.json already point at assets/logo.svg, so replacing the single file updates every client at once. Gradient ids are namespaced (posthog-logomark-*) so the mark stays correct if it is ever inlined next to other SVGs. Patch-bumps all four manifests, matching what sync-skills.yml does, to nudge the marketplaces to re-index. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
rafaeelaudibert
enabled auto-merge (squash)
September 9, 2026 19:45
skoob13
approved these changes
Sep 10, 2026
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.
Swaps
assets/logo.svgfor the current PostHog logomark and bumps every manifest so the marketplaces re-index.What changed
The old asset was the previous flat three-bar hedgehog. The new one is the current brand logomark, pulled from
@posthog/brand(Logo.Logomark,gradientvariant, rendered fromsrc/logo/geometry.tsat v0.10.2) — brand gradients and the updated silhouette.0 0 50 300 0 52 28#000#111Aspect ratio is near-identical, so it's a drop-in — no layout changes needed anywhere.
One file, every client
.cursor-plugin/plugin.jsonand.codex-plugin/plugin.jsonboth already referenceassets/logo.svg, so replacing the single file covers both. No new per-client asset.Gradient ids are namespaced (
posthog-logomark-*rather than the package's genericlogo-jump-p*) so the mark still renders correctly if it's ever inlined alongside other SVGs.Version bumps
Patch bump on all four manifests, mirroring what
sync-skills.ymlalready does (marketplace.jsontracksplugin.json):.claude-plugin/plugin.json.claude-plugin/marketplace.json.cursor-plugin/plugin.json.codex-plugin/plugin.jsongemini-extension.jsonKnown caveat: dark backgrounds
The hedgehog's head is
#111, so on a dark surface it recedes into the background — the three gradient spikes read fine, the head largely doesn't. This is not a regression (the old mark had the same problem withfill="#000"), and it's how the brand gradient logomark is defined, so I've kept it faithful rather than deviating unilaterally.If we do want to fix it,
@posthog/brandships amonovariant (<Logo variant="mono" color="#fff" />) that inherits or takes an explicit color — happy to swap, but that's a brand call rather than a mechanical one.Why only Cursor and Codex get a logo
.claude-plugin/plugin.json,.claude-plugin/marketplace.json, andgemini-extension.jsondeliberately get no logo field — neither format has one. Verified rather than assumed:Claude Code — the plugins reference and marketplace reference define no logo/icon/image/avatar field. Confirmed empirically against
claude plugin validate(v2.1.266) by adding the fields to a scratch copy:Tolerated but ignored — so adding them buys nothing and costs three permanent validation warnings. (Arbitrary data belongs under the free-form
metadataobject, which Claude Code also doesn't read.)Gemini CLI — the extension reference lists
name,version,description,mcpServers,contextFileName,excludeTools,migratedTo,plan,settings,themes. No icon/logo field; listings on geminicli.com/extensions are text-only.If either format grows a logo field later, it should point at this same
assets/logo.svg.Testing
./tests/test_gate_exec_write.sh— 45 passedpytest tests/test_session_parser.py tests/test_posthog_llma.py— 86 passedclaude plugin validate .passes cleanlogopath references confirmed to still resolve🤖 Generated with Claude Code