docs(governance): 支持 Registry 完整 Worker 预览 - #32
Open
xiaoland wants to merge 1 commit into
Open
Conversation
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.
Registry Web 的详情、发布者操作和原生分发需要同一 Python Worker。将 ext-reg 的预览 profile 从静态 Pages 更新为每 PR 独立 Worker/D1/R2,并将通用预览条款的 Pages 专指改为 preview。
预览 workflow 自己构建 exact head,独立 runner 只接收模块和 SQL;可信控制器负责凭据、绑定及关闭 PR 后清理。验证 CI 仍不向预览或发布提供构建产物,生产权限不变。
配套实现:InKCre/ext-reg#33。人工核对现行授权条款、构建与凭据分离及资源生命周期;
git diff --check通过。本 PR 只更新交付约定,不执行部署。