chore(release): v0.1.0#1
Merged
ClodoCapeo merged 1 commit intomainfrom May 2, 2026
Merged
Conversation
First tagged release of Solar. Triggers the release workflow on push of tag v0.1.0, producing solar-v0.1.0.tgz as a GitHub Release asset for downstream consumption by Orion v2 (static-serve) and Prism (vendoring). 8/9 acceptance criteria empirically met -- criterion 9 (BUNDLE_INCOMPATIBLE major-mismatch runtime check) deferred to a later v0.1.1 cleanup.
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
package.jsonversion0.0.0→0.1.0.v0.1.0(pushed after merge) triggers the release workflow → publishessolar-v0.1.0.tgzas a GitHub Release asset.Downstream consumption (recap)
<gate>/orion/static/solar/v0.1.0/index.htmlfor Pulsar CEF.resources/solar/v0.1.0/for the Electron renderer.Coverage state
BUNDLE_INCOMPATIBLEruntime check on major-version mismatch inmount.ts) intentionally deferred to v0.1.1 — defensive behaviour useful only at the first major bumpTest plan
npm ci --ignore-scriptscleannpm run lint,npm run typecheck,npm test,npm run build,npm run check:bundlegreen locally on commitc90d688(initial scaffold) — version bump only, no source changev0.1.0after merge → release workflow green🤖 Generated with Claude Code