Align pack SDK docs: GitHub Release tarball, not a store - #3
Merged
Conversation
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>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 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. Comment |
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>
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.
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
dripnex/plugin-*ordripnex/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.manifest.json+dist/index.js+theme.json(parsePluginTheme: id, name, colorScheme, tokens; optional description/author/frosted).registerTheme()inactivate()remains valid; Settings harvests JS if there is notheme.json.OFFICIAL_THEMESis[]. Palettes are not in the core app.bundleUrl) or Settings → Plugins → Install / Other package. Not a public ipm.Also includes the pnpm lockfile +
allowBuilds.esbuildfrom #2 if that PR has not merged yet (CIfrozen-lockfileneeds it).