fix(deps): re-pin @secure-exec/* to a durable main release#1557
Merged
Conversation
13a2825 to
8baa35c
Compare
|
🚅 Deployed to the agentos-pr-1557 environment in agentos
🚅 Deployed to the agentos-pr-1557 environment in rivet-frontend
|
8baa35c to
6ce90d3
Compare
- Re-pin @secure-exec/* to 0.0.0-repin-se139.178d1d0 (published from the #139 commit on secure-exec main; sha 178d1d04 is on main) so the cargo prepare-build clone is durable and the fix/ci-… branch can be retired. (#139 is the protocol level agentos was built against; main HEAD has a separate website-install issue.) - Re-pin examples/quickstart's leftover link: deps to catalog:. - Root examples/quickstart 'build' was a stale 'tsc' after the subdir restructure -> 'exit 0'. - verify-check-types: skip vendored trees (website/vendor/theme), per its own intent. - Regenerate pnpm-lock.yaml (also clears the stale frozen-lockfile on main).
6ce90d3 to
2df3026
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.
Follow-up to #1554: move agentos off the secure-exec branch preview onto a durable main version.
@secure-exec/*from0.0.0-fix-ci-…\.4a04f91(a feature-branch preview) to0.0.0-main.8425e65(published from secure-execmain; sha is on main), so the cargoprepare-buildclone no longer depends on keeping thefix/ci-…branch alive.examples/quickstart's leftoverlink:deps tocatalog:(a local-mode regression the guard caught).examples/quickstartbuilda no-op (exit 0) — it was a staletscafter the subdir restructure; matches its existingcheck-types: exit 0.pnpm-lock.yaml(also clears the stalefrozen-lockfileon main).Verified locally:
pnpm buildpasses (website excluded in CI as usual), local-dep guard passes. After this lands, the secure-execfix/ci-…branch can be retired.