Conversation
(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)
This was referenced Sep 22, 2026
Collaborator
Author
|
Closing the separate draft PR while consolidating Workers work around the canonical feature/workers-refactor branches. The CLI/Skill branch and its reviewed commits remain intact; this does not publish or merge the package. Open one fresh CLI PR when its placementMode P1 is resolved and release is ready. |
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 CLI 与 bundled Skill 工作集中到从 main 创建的
feature/workers-refactor:#31 原生环境 placement、#34 workspace/SQLite DO migrations/大项目兼容,以及已进入 dev 的 #35 Container 工作流。保留 main 的 inspect/plan 与凭据处理;去重重复的 Wrangler 元数据兼容实现及测试。组合 Container 与 multipart 上传时补齐 manifest 的 containers,避免部署声明在传输中丢失;新增回归先复现丢失再验证修复。
保持 Draft。#31 中 placementMode 未进入 deployment identity 的 P1 仍待处理,详见
docs/workers-refactor.md,不会因为旧 PR 关闭而标记解决。最终 PR 分类使用 feat(skill),以满足 bundled skill 发布说明规范。验证全部通过:
bun install --frozen-lockfile、bun run typecheck、bun run build、bun run test(550 passed)、npm pack --dry-run --ignore-scripts。没有发布 npm、创建版本/tag、修改自动发布工作流或进行真实 xAPI 验收。Release Please #37 保留不合并。