Publish source materials for the bundled Git runtime - #2235
Merged
Conversation
zhiiw
marked this pull request as ready for review
August 6, 2026 00:48
zhiiw
force-pushed
the
codex/bundled-git-source-compliance
branch
from
August 6, 2026 00:50
a866033 to
432174c
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.
What changed
Why
The bundled Git runtime merged in #2199 is invoked as a separate command-line program, so it does not change Maka's Apache-2.0 license. Distribution still carries upstream license and source-availability obligations. Runtime trust and source publication have different owners and rollback boundaries, so this PR handles only the latter.
The attached archives provide immediate, revision-pinned source materials. The packaged written offer remains the authority for requests for complete corresponding source, including applicable build and installation scripts, for the stated period.
User and developer impact
Validation
git diff --check: passed.The local
check:third-party-noticescommand observed stale pre-rebasenode_modulesmetadata for the newly updated AI SDK onmain; this PR does not modify that lockfile/notice surface, and CI runs from a clean install.中文说明
修改内容
原因
#2199 引入的 bundled Git 以独立命令行程序方式运行,因此不会把 Maka 自身的 Apache-2.0 许可证改变为 GPL;但发布者仍需要履行上游许可证与源码可获得性义务。Runtime trust 与 source publication 的 owner、失败方式和回滚边界不同,所以本 PR 只处理后者。
Release 附件提供可立即下载、绑定具体 revision 的 source materials。应用内的书面 offer 继续作为请求完整对应源码(包括适用的构建和安装脚本)的权威入口。
影响
验证
git diff --check通过。本地
check:third-party-notices读取到了 rebase 前旧的node_modulesAI SDK 元数据;本 PR 不修改对应 lockfile/notice,CI 会使用 clean install 验证。