feat(release): package the Gitoxide helper authority - #22
Closed
zhiiw wants to merge 4 commits into
Closed
Conversation
zhiiw
force-pushed
the
codex/gitoxide-projection-data-plane
branch
from
August 24, 2026 03:10
a841f6f to
cf8a9ed
Compare
zhiiw
force-pushed
the
codex/gitoxide-packaged-helper-authority
branch
from
August 24, 2026 03:11
ebc62c7 to
c47f137
Compare
zhiiw
force-pushed
the
codex/gitoxide-projection-data-plane
branch
from
August 24, 2026 03:48
cf8a9ed to
b38260c
Compare
zhiiw
force-pushed
the
codex/gitoxide-packaged-helper-authority
branch
from
August 24, 2026 03:49
c47f137 to
b1a6872
Compare
zhiiw
force-pushed
the
codex/gitoxide-projection-data-plane
branch
from
August 24, 2026 03:55
b38260c to
820971f
Compare
zhiiw
force-pushed
the
codex/gitoxide-packaged-helper-authority
branch
from
August 24, 2026 03:55
b1a6872 to
220a0d0
Compare
zhiiw
force-pushed
the
codex/gitoxide-projection-data-plane
branch
from
August 24, 2026 04:05
820971f to
59fe107
Compare
zhiiw
force-pushed
the
codex/gitoxide-packaged-helper-authority
branch
from
August 24, 2026 04:05
220a0d0 to
798dbf6
Compare
zhiiw
force-pushed
the
codex/gitoxide-projection-data-plane
branch
from
August 24, 2026 04:18
59fe107 to
161a9a9
Compare
zhiiw
force-pushed
the
codex/gitoxide-packaged-helper-authority
branch
from
August 24, 2026 04:19
798dbf6 to
47c6774
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.
Primary invariant
Only the exact Gitoxide helper produced by the release pipeline and bound by the packaged manifest can become an owner-scoped Runtime Host invocation capability. Callers cannot supply an executable path, discover Git through
PATH, or self-assert a digest.Owner / atomic boundary / failure / rollback
.generated/gitoxide-helperand rebuild. This slice writes no durable runtime state and has no T1.Delivery and legal closure
Cargo.lockgraph;resourcesRoot; the manifest is an integrity declaration, not an independent signature.Verification
This is a stacked Draft on the fresh-projection data-plane branch. It deliberately does not add the M1.3 product consumer; that follows as a separate composition slice.
中文说明
主要不变量
只有发布流程构建、由 packaged manifest 绑定的 exact Gitoxide helper,才能变成 Runtime Host 的 owner-bound 调用 capability。普通调用方不能传裸路径、不能从 PATH 发现 Git,也不能自报摘要获得权限。
Owner、原子边界、失败与回滚
.generated/gitoxide-helper后重新构建。本切片不写 durable state,也没有 T1。同时从 exact Cargo.lock 生成并随包交付第三方许可证清单。外层 trust root 明确是平台签名应用持有的 resourcesRoot;manifest 只是完整性声明,不被描述成独立密码学签名。
这是叠在 fresh-projection data plane 上的 Draft。M1.3 的真实产品 consumer 会在下一独立 composition 切片接入。