feat(panorama-viewer): make Registry the sole release source#29
Merged
Conversation
superche
marked this pull request as ready for review
July 23, 2026 06:58
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
packages/plugins/panorama-vieweras the only source for the product's HTML, CSS, JavaScript, WebGL renderer, manifest, localized title, toolbar commands, tests, package metadata, and release ZIPpanorama-viewer@0.2.1and Registry sequence 29Why
Panorama Viewer previously existed both here and inside Convax Desktop. That dual source made releases ambiguous and caused the Desktop built-in identity to collide with the same-id Registry package. This PR makes
convax-pluginsthe sole source and publishing boundary.Host compatibility
The companion host PR removes the built-in catalog reservation and migrates a verified legacy installation by dropping only its built-in provenance marker. This release is intentionally
0.2.1, newer than the final built-in0.2.0, so the normal Registry update transaction replaces the preserved package.Companion host PR: https://github.com/microvoid/convax/pull/42
Validation
bun run check— workspace builds/typechecks/tests, validate, companion builds, 67 tooling tests, all-package pack, Registry and Showcase index passedbun test tooling/panorama-viewer.test.js tooling/registry.test.js— 10 passed, 0 failed, 105 expectationsbun run validate— 19 packages at Registry sequence 29bun run pack -- --kind plugin --id panorama-viewer— 72,588-byte ZIP, SHA-2564e876c9753708a10058eb42eabbd70694121158c997d2542047aa8cdbf979e81bun run build:index— Registry sequence 29 with 19 packages; Showcase sequence 29 with 12 packagespanorama-viewer@0.2.1withtrustedBuiltin: false; initialized WebGL with a 1024×512 local panorama; captured the viewport to.convax/assets/全景视口截图.png; persisted one image node and oneplugin → imageedge at revision 3Validate / check— passedMerge order
plugin-panorama-viewer-v0.2.1.