feat(git): read files from accepted trees - #23
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-tree-file-data-plane
branch
from
August 24, 2026 03:12
19c985d to
ffe4188
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-tree-file-data-plane
branch
from
August 24, 2026 03:49
ffe4188 to
d7ebe54
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-tree-file-data-plane
branch
from
August 24, 2026 03:55
d7ebe54 to
38274ff
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-tree-file-data-plane
branch
from
August 24, 2026 04:05
38274ff to
575de40
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-tree-file-data-plane
branch
from
August 24, 2026 04:19
575de40 to
07cbd69
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.
Summary
Primary invariant
Dependency manifests and lockfiles are read from the exact immutable accepted Git tree. A caller cannot substitute a repository, commit, tree, or mutable projection path.
Owner: Gitoxide managed-repository admission authority.
Atomicity boundary: one read-only helper invocation against one accepted commit/tree identity; no durable mutation or T1 is involved.
Failure state: any malformed path, missing object, identity mismatch, unsupported entry, encoding violation, or resource-limit violation fails closed.
Rollback: none required because this slice writes no durable state.
Verification
npm --workspace @maka/runtime-host run buildnpx biome check ...for the changed Runtime Host filesnpm run check:asf-headersgit diff --checkThis is a stacked Draft based on
codex/gitoxide-projection-data-plane. It has no standalone production consumer; the next M1.3 composition PR consumes it together with the packaged helper and dependency authorities.中文说明
概要
主要不变量
依赖 manifest 与 lockfile 必须来自 exact immutable accepted Git tree。caller 不能替换 repository、commit、tree,也不能把 mutable projection 路径冒充权威输入。
Owner:Gitoxide managed-repository admission authority。
原子边界:单次只读 helper invocation 对应唯一 accepted commit/tree;没有 durable mutation,也没有 T1。
失败状态:路径、object、identity、entry kind、编码或资源上限任一不合法都 fail closed。
回滚:本切片不写 durable state,无需回滚。
这是基于
codex/gitoxide-projection-data-plane的 stacked Draft;它不单独声明生产能力,下一步 M1.3 composition 会把它与 packaged helper、dependency authority 一起接入真实产品入口。