Update for StartOS 0.4.0#7
Open
MattDHill wants to merge 27 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull recent changes: typecheck before bundling, and resolve git deps via `git rev-parse` so the build works inside git worktrees. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
|
Thanks for keeping this up-to-date with the updates. Appreciated! |
* Bump SDK to 1.5.0; add instructions.md; drop docsUrls - @start9labs/start-sdk → 1.5.0 - Add instructions.md per writing-instructions.md - Drop docsUrls from manifest (ported into instructions.md Documentation section) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: bump start-sdk to 1.5.1; repoint deps to next --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The release workflow's BuildMatrix needs to know which leaf make-targets
the package wants built in parallel. Two minimal plumbing changes:
1. Default TARGETS to $(ARCHES) instead of 'arches'. Plain 'make'
behavior is unchanged ('all: $(TARGETS)' still expands to the
arches), but 'make -s print-TARGETS' now returns the actual leaf
list (e.g. 'x86 arm riscv') instead of 'arches'. Variant packages
that already override TARGETS to a list (immich, ollama, vllm)
are unaffected.
2. Add a generic 'print-%' rule. Standard make-variable introspection
pattern — works for any variable, not just TARGETS.
Companion to Start9Labs/shared-workflows#5.
- align CLAUDE.md / CONTRIBUTING.md / AGENTS.md / TODO.md with fleet canonical - rewrite UPDATING.md with `## Determining the upstream version` (per-source check commands) and `## Applying the bump` Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
No description provided.