Skip to content

v0.4.1

Choose a tag to compare

@novcky novcky released this 22 May 14:45
· 9 commits to main since this release

中文

  • 明确首轮初始化文件不会单独提交,会随第一个 task 边界提交进入版本库。
  • 明确 final review 只更新 tasks.md 时使用 final-review 跟踪提交。
  • 固定 final-review 提交信息为 goal-N final review: complete,并禁止旧的 goal-N task final: Final Review 格式。
  • 同步 README 和校验脚本,防止提交策略回归。

English

  • Clarify that initialization files are not committed on the first turn; they are included in the first task-boundary commit.
  • Clarify that final-review-only tasks.md updates use a final-review tracking commit.
  • Standardize the final-review commit message as goal-N final review: complete and reject the old goal-N task final: Final Review format.
  • Update README docs and validation checks to prevent commit-policy regressions.

Full Changelog: v0.4.0...v0.4.1