Skip to content

Align pack SDK docs: GitHub Release tarball, not a store - #3

Merged
tomymaritano merged 3 commits into
mainfrom
cursor/packs-github-release-c3e3
Aug 26, 2026
Merged

Align pack SDK docs: GitHub Release tarball, not a store#3
tomymaritano merged 3 commits into
mainfrom
cursor/packs-github-release-c3e3

Conversation

@tomymaritano

@tomymaritano tomymaritano commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Product SSOT from Dripnex GM: developers.dripnex.app is the SDK of packs, not a store. docs.dripnex.app remains the user manual.

What changed

  • Publishing is a satellite dripnex/plugin-* or dripnex/theme-* repo plus a GitHub Release asset {id}-{version}.tar.gz. A git tag alone is not enough. Removed first-party Browse, Connect-as-store, ipm, and “publish to Dripnex / registry” language.
  • Theme pack shape: manifest.json + dist/index.js + theme.json (parsePluginTheme: id, name, colorScheme, tokens; optional description/author/frosted). registerTheme() in activate() remains valid; Settings harvests JS if there is no theme.json.
  • OFFICIAL_THEMES is []. Palettes are not in the core app.
  • How users get a pack (so authors know what they shipped): Settings → Themes → Available (one click, bundleUrl) or Settings → Plugins → Install / Other package. Not a public ipm.
  • Dropped leftover “community catalog” wording (layout order, Vim, stamp install, README).

Also includes the pnpm lockfile + allowBuilds.esbuild from #2 if that PR has not merged yet (CI frozen-lockfile needs it).

Open in Web Open in Cursor 

cursoragent and others added 2 commits August 26, 2026 03:05
pnpm 11 requires allowBuilds in pnpm-workspace.yaml; without it install
fails on esbuild's postinstall. Commit the lockfile so CI can use
--frozen-lockfile.

Co-authored-by:  Tomás Maritano <tomymaritano@gmail.com>
Publishing is a satellite dripnex/plugin-* or dripnex/theme-* repo plus
{id}-{version}.tar.gz on the GitHub Release. Remove registry/browse/ipm
language. Theme packs are manifest.json + dist/index.js + theme.json;
OFFICIAL_THEMES is empty. Users install from Settings → Themes → Available
or Plugins → Install / Other package.

Co-authored-by:  Tomás Maritano <tomymaritano@gmail.com>
@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 5aac0e5f-1190-4681-9d5a-9c0137b13a8f


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@tomymaritano
tomymaritano marked this pull request as ready for review August 26, 2026 03:09
User install paths are Settings → Themes → Available and Plugins → Install / Other package. Satellite packs, not a community catalog.

Co-authored-by:  Tomás Maritano <tomymaritano@gmail.com>
@tomymaritano
tomymaritano merged commit 828618d into main Aug 26, 2026
2 checks passed
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.

2 participants