Skip to content

Polish README and document MCP Host 0.1.1 publication - #13

Merged
DZXH-TX merged 1 commit into
mainfrom
codex/publish-evidence-0.1.1
Aug 24, 2026
Merged

Polish README and document MCP Host 0.1.1 publication#13
DZXH-TX merged 1 commit into
mainfrom
codex/publish-evidence-0.1.1

Conversation

@DZXH-TX

@DZXH-TX DZXH-TX commented Aug 24, 2026

Copy link
Copy Markdown
Owner

概要 采用参考文档的简洁视觉层级重排中英文 README,并补记 PR #12 squash merge 后的 MCP Host 0.1.1 实际发布证据。参考稿只作为排版与语气参考;当前事实仍以仓库源码、最终构建和发布 workflow 为准。 ## README 改版 - 将“快速开始”前移,使用 Store / GitHub Release 定宽安装表和事实修正后的“三步上手”。 - 核心能力拆为“翻译与流水线 / 模型接入 / 桌面体验与运维”三个折叠组。 - 支持范围改为首列定宽 HTML 表格,并保留多归档、字节码与模型边界。 - Microsoft Store 订阅与国内加速拆成“订阅说明与定价 / 权益核验与下载链路”两个折叠块,保留 fail-closed、一次性 URL、四路 Range、续签、SHA-256 与默认源回退事实。 - 将源码构建独立成节,继续保留 Windows App Runtime 2.3.1 与 Cargo --locked 门禁。 - 参与贡献改为 checklist;AI 使用声明折叠;版权与项目链接改为居中 footer。 - 中英文结构同步;没有加入参考稿中不存在于仓库的截图。 ## MCP 0.1.1 发布证据 - 区分本地 MSIX 二进制验证提交 2d087426 与 PR #12 squash merge / 发布提交 1f3f3d9a。 - mcp-v0.1.1 触发 Publish GitHub Package run 32784059982;完整 run 约 59 秒,其中 publish job 为 55 秒,测试、pack、安装 smoke、artifact 上传与 Packages 推送全部成功。 - Actions artifact ZIP 为 430,797 bytes;其中唯一 nupkg 为 433,460 bytes,SHA-256 B740AECC8D6B4242F478F1B48503AFD4675E2BA0B0C233B00AC09B2D5815D87D。 - nuspec RepositoryCommit 与 EXE ProductVersion 均绑定 1f3f3d9a…;Packages 页面显示 0.1.1 为“最新”。 ## 验证 - GitHub GFM 实际渲染:中英文各 15 个二级区块、11 个折叠区、10 张表格,IMPORTANT / WARNING 均正常。 - <details><table><div> 标签数量成对;政策文档相对路径存在;git diff --check 通过。 - 保留当前基线:855/855 .NET tests、28/28 Rust tests、五语言各 676 keys。 - 本 PR 只有一个提交 9625026;本地 git verify-commit 为 Good signature,GitHub API 为 verification.verified=true / reason=valid。 - 本 PR 仅修改 Markdown,不修改产品代码,不加入图片。

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The added “55 秒” runtime claim and “workflow artifact” size wording do not match GitHub Actions run/artifact metadata and should be corrected for accuracy/clarity.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates the verification record to add post-merge publication evidence for MCP Host 0.1.1, explicitly distinguishing the local MSIX verification commit from the squash-merge/release commit to eliminate hash ambiguity caused by differing RepositoryCommit values.

Changes:

  • Clarifies the two relevant commits: local MSIX verification (2d087426…) vs PR #12 squash merge / MCP Host release (1f3f3d9a…).
  • Updates the MCP Host version evidence to reflect the released ProductVersion commit (0.1.1+1f3f3d9a…).
  • Adds remote publication evidence referencing the mcp-v0.1.1 tag, the Publish workflow run, and GitHub Packages page.
File summaries
File Description
docs/verification.md Adds/clarifies MCP Host 0.1.1 release evidence (commit mapping + CI run + Packages page references).
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread docs/verification.md Outdated
Copilot AI review requested due to automatic review settings August 24, 2026 22:40
@DZXH-TX
DZXH-TX force-pushed the codex/publish-evidence-0.1.1 branch from 136fa2e to fa9cc08 Compare August 24, 2026 22:40
@DZXH-TX DZXH-TX changed the title Document MCP Host 0.1.1 publication evidence Polish README and document MCP Host 0.1.1 publication Aug 24, 2026
@DZXH-TX
DZXH-TX force-pushed the codex/publish-evidence-0.1.1 branch from fa9cc08 to 9625026 Compare August 24, 2026 22:42
@DZXH-TX

DZXH-TX commented Aug 24, 2026

Copy link
Copy Markdown
Owner Author

已按反馈精确区分 workflow run、publish job、Actions artifact ZIP 与 nupkg;当前 HEAD 9625026 仅含一个 GPG 签名提交,GitHub 验证为 valid。README 中英文排版改版也已纳入并完成 GFM 渲染检查。

@copilot review
@codex review

Copilot AI commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

已按反馈精确区分 workflow run、publish job、Actions artifact ZIP 与 nupkg;当前 HEAD 9625026 仅含一个 GPG 签名提交,GitHub 验证为 valid。README 中英文排版改版也已...

The previously flagged issues are addressed in commit 9625026: the documentation now correctly states the full run took ~59 seconds and the publish job took 55 seconds, and it clearly distinguishes the Actions artifact ZIP (430,797 bytes) from the contained nupkg (433,460 bytes, with its SHA-256). No further changes are needed.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

docs/verification.md currently states workflow artifact size/SHA values that don’t match the actual Actions run output, so the publication evidence needs to be corrected/clarified.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment thread docs/verification.md
Copilot AI review requested due to automatic review settings August 24, 2026 22:43
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Hooray!

Reviewed commit: 9625026ad4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approved

The changes are documentation-only and the updated release-evidence claims (tag, workflow run timing, artifact size) are consistent with the referenced GitHub Actions/tag data.

Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

@DZXH-TX

DZXH-TX commented Aug 24, 2026

Copy link
Copy Markdown
Owner Author

当前 HEAD 已更新为签名提交 9625026,两条同类 artifact/runtime 反馈均已在该提交修正并解决。请仅基于当前 HEAD 复审。

@copilot review

Copilot AI commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

当前 HEAD 已更新为签名提交 9625026,两条同类 artifact/runtime 反馈均已在该提交修正并解决。请仅基于当前 HEAD 复审。

@copilot review

All previously flagged issues are resolved in the current HEAD (9625026). The documentation correctly distinguishes the full workflow run (~59 s) from the publish job (55 s), and separately records the Actions artifact ZIP (430,797 bytes) and the extracted nupkg (433,460 bytes, SHA-256 B740AECC…). No further changes are required.

@DZXH-TX
DZXH-TX merged commit c63b873 into main Aug 24, 2026
9 checks passed
@DZXH-TX
DZXH-TX deleted the codex/publish-evidence-0.1.1 branch August 24, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants