@seanyao/roll 4.712.1 → 4.713.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## v4.713.1 — 2026-07-13
6
+
7
+ ### 自动化流水线
8
+ - 交付"最后一公里"重做成一个对账闭环:cycle 开完 PR 就进"等待合并"挂起态、立刻释放去做下一张卡,不再干等合并;合并与记账由交付对账器在任意 `roll` 调用时完成,**退役了那个在无人值守/headless 环境常起不来的独立 PR 守护进程**(US-DELIV-001、US-DELIV-006) `[loop]`
9
+ - 交付真相从 main 反查:用 PR 状态 + git patch-id 认出"已交付"——**不管是循环自己合的、还是人手动合的都算数**,`roll loop cycles` 账本不再和实际交付对不上;附只读命令 `roll loop reconcile`(US-DELIV-002) `[loop]`
10
+ - 缺验收证据的交付在 push 前就被拦下并告警,不再留下没有 PR 的裸分支 (US-DELIV-004) `[loop]`
11
+ - 对账时发现 PR 的 CI 已绿,自动执行 `gh pr merge --squash`,不用等仓库开 auto-merge 也不用依赖 launchd 守护进程 (US-DELIV-003) `[loop]`
12
+ - 同一张卡同时只允许一个交付在途(租约),避免多个 agent 重复做同一张卡、白白烧钱 (US-DELIV-005) `[loop]`
13
+ - 文档同步:架构说明更新为"最后一公里=一个对账闭环、无独立守护",三仓一致 (US-DELIV-007) `[loop]`
14
+
5
15
  ## v4.712.1 — 2026-07-12
6
16
 
7
17
  ### 交付方法