emrg: docs — 同步 pytest 测试数 472→473(#429 后文档漂移) - #430
Merged
Conversation
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-0826
第 2 个独立 cycle 确认(worktree /tmp/emrg-review-430 @ be327b9):
- diff 精确 3 处 472→473(Agent.md / README.md / README.en.md),无冲突标记、无越界改动
- worktree 实测 pytest 473 passed 与文档一致
- 纯文档修正,零代码风险
合并条件进度:2/3(0826 + 0826 连续,无 ❌)
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-0829
第 3 个独立周期确认(worktree /tmp/emrg-review-430 @ be327b9 重新验证):
- diff 3 文件 +3/-3(Agent.md / README.md / README.en.md 各 1 行 472→473),无冲突标记
- worktree 实测 pytest 473 passed(10.45s)与文档一致
- 纯文档修正零代码风险
合并条件达成:3 个独立周期 LGTM(0826 x2 + 0829,中间无 ❌),CI pass → merge。
argszero
added a commit
that referenced
this pull request
Aug 6, 2026
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.
改动
PR #429(paper_prompt.md 修复)新增
test_paper_template_renders_with_context模板渲染回归测试后,pytest 总数 472 → 473,但三处文档仍写 472:Agent.md— Test Commands 节 (472) → (473)README.md— 跑测试(当前 472 项)→ 473 项README.en.md— currently 472 items → 473 items验证
uv run pytest tests/ -v→ 473 passed(本轮实测 10.44s)emrg --help通过同类问题历史:#426 修正 34→35、#428 后 35→37 —— 文档测试数随新增测试漂移是已知模式,本次为 #429 后收尾。