@seanyao/roll 4.719.2 → 4.720.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 +11 -0
- package/dist/roll.mjs +512 -208
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## v4.720.1 — 2026-07-20
|
|
6
|
+
|
|
7
|
+
### 稳定性
|
|
8
|
+
- `roll worktree cleanup` 现在能认出压缩合并的交付,未交付分支仍会保留(FIX-1471)[loop]
|
|
9
|
+
- 暂停后可用 `roll loop go --cards` 只跑指定卡,其他启动方式继续保持暂停(FIX-1472)[loop]
|
|
10
|
+
|
|
11
|
+
## v4.719.3 — 2026-07-19
|
|
12
|
+
|
|
13
|
+
### 稳定性
|
|
14
|
+
- 修复致命回收漏洞:`.roll/loop/worktrees` 下"磁盘有、但 git 已不再注册"的孤儿目录(多因 `git worktree remove` 撞上 `.next` 之类未跟踪生成物"目录非空"失败,注册删了目录留下)会一直把运行时 canary 顶高、让 loop 永久暂停,而 cleanup 却看不见它、清不掉;现在审计会扫磁盘把孤儿显式计入并展示,能证明其所属 cycle 已交付的孤儿用"有界删除"(严格限定在 `.roll/loop/worktrees` 直接子目录内)自动回收、证不了的一律保留+提示 `--reclaim-orphan <path>` 人工回收;registered/外部/用户 worktree 绝不触碰;删注册 worktree 若残留目录也用同一有界删除补齐,不再产生新孤儿 (FIX-1460 / #1468)
|
|
15
|
+
|
|
5
16
|
## v4.719.2 — 2026-07-19
|
|
6
17
|
|
|
7
18
|
### 稳定性
|