feat(workers): deploy native bundles with consistent plans and resource references - #39
Merged
Merged
Conversation
Co-authored-by: GlacierLuo <1090490148@qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat(workers): preserve native deployments and exact plans
…-components--xapi-to chore(main): release 0.1.23
(cherry picked from commit e25116c)
(cherry picked from commit 9894dd1)
(cherry picked from commit a6a3016)
* feat(workers): deploy native container projects * docs(workers): explain container risk admission * fix(skill): clarify container rollout readiness (cherry picked from commit 1ade83c)
(cherry picked from commit 78fa45a)
(cherry picked from commit 67d2732)
(cherry picked from commit c48bb0a)
Collaborator
Author
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Workers 部署使用原生构建产物,通过 xAPI 整包上传与计划执行;配置引用和独立资源分开,避免 JSON 省略导致误删,或过期 plan 覆盖其他发布。
整合 multipart/原生模块与资产、Wrangler 配置导入、Queue/Cron/D1 部署计划、三方资源同步及部署版本检查。Secret 按环境独立设置;超时结果只查询,用户明确重试才重新提交。随包 Skill 同步说明配置后果、保留期、系统重试和原生能力边界。
此 dev 集成分支文件树与 feature
93d1714相同;仅解决重复历史造成的合并冲突,不顺带发布其他产品。验证:
bun install --frozen-lockfile、typecheck、build、580 项测试、npm pack --dry-run --ignore-scripts全部通过。真实 microfeed/Kanby/Jev 构建产物与 Backend 编解码一致;本地测试不是线上 xAPI/CF 或 npm 发版验收。配合 Backend Workers 统一管理候选使用;先 dev/测试服。版本和发版继续由 Release Please 管理,本 PR 不改版本、不创建 tag、不直接发布 npm。