chore: bump start-sdk to 1.5.0#10
Closed
helix-nine wants to merge 2 commits into
Closed
Conversation
Bumps @start9labs/start-sdk from 1.3.3 to 1.5.0 and renames the version file to 6.4.5:8 with refreshed release notes. No SDK breaking changes affected this package. Upstream simplexmq 6.5.0 is available but the `simplexchat/smp-server:v6.5.0` Docker image has not been published (only `xftp-server:v6.5.0` is). Per the per-repo CLAUDE.md note, both image tags must move together, so the upstream bump is deferred until smp-server v6.5.0 is published.
- New root `instructions.md` covers the two API interfaces (SMP, XFTP), the embedded fingerprint:password connection URLs, and the Tor Settings action that opts the server into forwarding to .onion destinations. - Ports the manifest's single `docsUrls` entry into the Documentation section and removes the field from `startos/manifest/index.ts`. - `CONTRIBUTING.md` matches the hello-world shape; the upstream-bump section spells out that both `simplexchat/smp-server` and `simplexchat/xftp-server` dockerTags must be bumped together. - `CLAUDE.md` collapsed to a pointer at `CONTRIBUTING.md`; the prior "how upstream is pulled" note moved into CONTRIBUTING.
3 tasks
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
@start9labs/start-sdkfrom 1.3.3 to 1.5.0.v6.4.5:7→v6.4.5:8, with refreshed release notes mentioning the SDK bump. No new migration;other: []stays empty.npm updateran clean; no other dependency drift.tsc --noEmitandmake(s9pk pack) both pass.Upstream status
Upstream simplexmq 6.5.0 is available, but the
simplexchat/smp-server:v6.5.0Docker image has not been published (onlyxftp-server:v6.5.0is multi-arch on Docker Hub;smp-server's latest published v-tag is stillv6.4.5, with only6.5.0-beta.*available). Per the repo CLAUDE.md ("Both must be updated together"), the upstream bump is deferred until both tags are published.When that lands, the same PR can also drop the
arch: ['x86_64']restriction and the@TODO aarch64 coming after 6.4.5notes instartos/manifest/index.ts— upstream is shipping multi-arch (amd64+arm64) for both images starting with the 6.5 line.Test plan
npm run check(tsc --noEmit) passesmakebuildssimplex_x86_64.s9pksuccessfully