feat(launcher): Synthetic Sciences banner, dedicated Atlas CLI option#22
Merged
Merged
Conversation
npx synsci now opens under the Synthetic Sciences wordmark and offers a third path: install just the Atlas research CLI. That option installs or upgrades @synsci/atlas, verifies it with atlas doctor, points at 'openscience connect login' for managed credentials, and prints next steps instead of launching the workspace. Option 2 reuses the same install-or-update helper, so an outdated Atlas CLI gets upgraded there too instead of being left as-is. Launcher 1.2.5; the release script now treats an already-published launcher version as a skip, so out-of-band launcher ships don't turn the next lockstep release red.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
npx synscinow opens under the Synthetic Sciences wordmark (same ANSI-shadow style) and the menu gains a third path:Option 3 installs or upgrades
@synsci/atlas, verifies withatlas doctor, shows theopenscience connect loginhint when no Atlas session exists, prints next steps, and exits without launching the workspace. Option 2 now reuses the same install-or-update helper, so an outdated Atlas CLI gets upgraded instead of ignored.Also: launcher 1.2.5, and the release orchestrator treats an already-published launcher version as a skip so out-of-band launcher ships don't fail the next lockstep release.
Verified end-to-end on macOS: ran the launcher choosing option 3 — banner renders, Atlas CLI upgraded to 0.13.2,
atlas doctorpassed, clean exit.node --check+ turbo typecheck clean.