fix: P0 version sync + badge + CHANGELOG — 7-dimension Phase 2 (#9)#9
Merged
Merged
Conversation
…ent Phase 2 P0-1: Fix pyproject.toml version 0.3.41 → 0.3.42 (matches README/CHANGELOG) P0-2: Fix README test badge ~4269 → ~4298 (matches actual test count) CHANGELOG: Add 0.3.42.1 section documenting: - PR #8: MoraleSystem routing bug fix (can_accept_orders) - PR #8: screenshot_real_game.py moved to scripts/ - PR #9: Version synchronization across all 3 sources All version sources now consistent: pyproject.toml = README.md = CHANGELOG.md = 0.3.42 Test result: 4298 passed, 0 failed (52.88s)
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
7维度项目整理评估 Phase 2 — P0 文档一致性修复
基于 DevSquad 7角色并行评估 + 实际命令验证暴露的文档不一致问题。
P0 Fixes
1. Version Synchronization (pyproject.toml)
version = "0.3.41"version = "0.3.42"pip installnow shows correct version matching README/CHANGELOG2. README Test Badge Accuracy
~4269 passed~4298 passed3. CHANGELOG Completeness
[0.3.42.1] - 2026-06-23section documenting:can_accept_orders)Verification
Files Changed
pyproject.toml— version 0.3.41 → 0.3.42README.md— badge ~4269 → ~4298CHANGELOG.md— added 0.3.42.1 section (+18 lines)