Skip to content

fix(pstack): shrink logo under 512KiB - #309

Merged
poteto merged 3 commits into
mainfrom
benny/pstack-logo-under-512k
Sep 3, 2026
Merged

fix(pstack): shrink logo under 512KiB#309
poteto merged 3 commits into
mainfrom
benny/pstack-logo-under-512k

Conversation

@poteto

@poteto poteto commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

Marketplace rejected / complained that the pstack logo was too large (~1.9MB). Resized with LANCZOS + oxipng (no palette quantization) to the largest square that stays under 512KiB.

  • pstack/assets/logo.png: 1254×1254 (~1.9MB) → 626×626 (~512KiB)
  • version 0.14.70.14.8

Verification

  • File size ≤ 524288 bytes
  • PNG RGBA, sharp downsample (no JPEG/webp)

Note

Low Risk
Packaging-only change (image resize and version bump); no runtime or security impact.

Overview
Resizes the pstack marketplace logo so it meets the 512KiB asset limit (from ~1.9MB at 1254×1254 down to ~512KiB at 626×626, LANCZOS + oxipng, still RGBA PNG).

Bumps the plugin release to 0.14.8 in plugin.json so the smaller assets/logo.png ships with a new version.

Reviewed by Cursor Bugbot for commit 933c8fe. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor

cursor Bot commented Sep 3, 2026

Copy link
Copy Markdown

PASS

Independent Shipping verification for head 933c8fef9713170232e702c675e8be2c49d2bbe3.

  • pstack/assets/logo.png is 361,140 bytes, which is 163,148 bytes below the 524,288-byte cap. It is a valid 512×512 PNG. A full decode passed.
  • pstack/.cursor-plugin/plugin.json is valid JSON. It has version 0.14.8, up from 0.14.7 on main, and "logo": "assets/logo.png". The path resolves inside pstack.
  • The diff touches only pstack/.cursor-plugin/plugin.json and pstack/assets/logo.png.
  • node scripts/validate-plugins.mjs passed locally. The exact-head validate CI check also passed.

@poteto
poteto merged commit 7314f72 into main Sep 3, 2026
2 checks passed
@poteto
poteto deleted the benny/pstack-logo-under-512k branch September 3, 2026 04:37
github-actions Bot added a commit to SmailG/claude-cursor-plugins that referenced this pull request Sep 3, 2026
…iB (cursor#309)

chore: sync with cursor/plugins — fix(pstack): shrink logo under 512KiB (cursor#309)
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