refactor(registry): unify package build/publish lifecycle in agentos-toolchain#222
Merged
Merged
Conversation
e4e88aa to
c0368f8
Compare
|
🚅 Environment secure-exec-pr-222 in rivet-frontend has no services deployed. 🚅 Deployed to the secure-exec-pr-222 environment in secure-exec
|
c0368f8 to
e4840bc
Compare
e4840bc to
496af27
Compare
496af27 to
5ff284a
Compare
5ff284a to
f5ee1f2
Compare
f5ee1f2 to
ae60693
Compare
ae60693 to
2966c9b
Compare
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.
@rivet-dev/agentos-toolchaininto the full package lifecycle CLI: newstage(populatesbin/from a commands dir per declarativecommands/aliases/stubsinagentos-package.json),build(assemblesdist/package/), andpublish(per-package version; dist-tagdevby default,latestonly with explicit--latest), alongside the existingpackagentos-package.jsonstaging manifests to everyregistry/software/*package and switch their builds toagentos-toolchain stage && tsc && agentos-toolchain build, fixing the unpopulated-bin/gapregistry/Makefile,publish-software.sh,assemble-dist-package.mjs,generate-readme.mjs, the stalesoftware/*/wasm/outputs and meta.json generationbin/in npm tarballs (packages shipped every binary twice)just registry-native [cmd],registry-build [pkg],registry-test,registry-publish <pkg> [tag],registry-publish-all, andregistry-statusrecipes, plus awasm-cmdtarget inregistry/native/Makefilefor single-command rebuildsagentos-toolchainbin instead of a relative dist pathregistry/README.mdaround the new lifecycle and updateCLAUDE.md