@seanyao/roll 4.707.1 → 4.708.2

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,23 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## v4.708.2 — 2026-07-08
6
+
7
+ ### 新功能
8
+ - `roll worktree audit` — 先盘清哪些 worktree 可回收、哪些要保留(US-LOOP-093) `[loop-engine]`
9
+ <!-- evidence: .roll/features/loop-engine/US-LOOP-093/latest/US-LOOP-093-report.html -->
10
+
11
+ ## v4.708.1 — 2026-07-08
12
+
13
+ ### 稳定性
14
+ - 用户项目自主发布不再卡在空验收报告或复检超时,会按真实证据继续推进(FIX-1233、FIX-1234) `[loop-engine]`
15
+ - codex 恢复参与派工,隔离不再剥掉登录凭据(FIX-1235) `[loop-engine]`
16
+ <!-- evidence: .roll/features/loop-engine/FIX-1235/latest/FIX-1235-report.html -->
17
+ - loop 发现 agent 写回主仓会立即硬停并隔离现场,不再暂停后继续污染主仓(FIX-1236) `[loop-engine]`
18
+ <!-- evidence: .roll/features/loop-engine/FIX-1236/latest/FIX-1236-report.html -->
19
+ - `loop now --cards` 不再启动旧版全局 runner,本地安全修复不会被绕过(FIX-1239) `[loop-engine]`
20
+ - 交付对账不再丢 PR 信息,已合并卡不会反复制造未提交变更(FIX-1240) `[loop-engine]`
21
+
5
22
  ## v4.707.1 — 2026-07-07
6
23
 
7
24
  ### 稳定性
package/README.md CHANGED
@@ -123,7 +123,9 @@ profiles, evidence, Evaluator, and release gates:
123
123
  - **autonomous** — `roll loop on` installs the scheduler; eligible Stories may
124
124
  be picked within the existing pause, budget, route, evidence, Evaluator, and
125
125
  release gates. `roll loop pause` / `roll loop off` return control to guided
126
- operation; `roll loop resume` / `roll loop on` switch back explicitly.
126
+ operation; `roll loop off --all` is the machine-wide emergency stop for every
127
+ local `com.roll.*` LaunchAgent; `roll loop resume` / `roll loop on` switch
128
+ back explicitly.
127
129
  - **Attest and evidence are story-scoped**. A Story is accepted through its own Acceptance Review Page (`latest/<id>-review.html`), AC map, and screenshots/test artifacts. `latest/<id>-report.html` remains a legacy alias for one release cycle.
128
130
 
129
131
  Agent bindings are declared in two files: `~/.roll/agents.yaml` for Machine Scope
@@ -213,11 +215,11 @@ with `roll loop resume` when ready.
213
215
  | `roll backlog [sync\|block\|defer\|lint\|…]` | View, manage, lint, and sync pending tasks |
214
216
  | `roll config [lang\|prices\|tune\|…]` | Read/write configuration, model prices, and suggest-only tuning |
215
217
  | `roll design [--from-file <path>] [--agent <name>] [--verbose\|--raw]` | Launch `$roll-design` with bounded live progress, handoff, and an optional `roll loop go --review auto` continuation when new Todo cards are created |
216
- | `roll doctor [skills\|tools\|language]` | Diagnose install health, skills, tools, permissions, and language drift |
218
+ | `roll doctor [skills\|tools\|language\|repair-protection]` | Diagnose install health, skills, tools, permissions, language drift, and stale main-checkout write protection |
217
219
  | `roll help [--lang en\|zh] [name]` | View built-in Charter / guide docs; `roll --help` prints CLI usage |
218
220
  | `roll idea "<one-sentence description>"` | Capture and classify a new backlog card |
219
221
  | `roll init` | Diagnose this directory and route setup/onboarding |
220
- | `roll loop <on\|off\|go\|watch\|runs\|cycles\|cycle\|alert\|…>` | Run, observe, and maintain the autonomous executor |
222
+ | `roll loop <on\|off [--all]\|go\|watch\|runs\|cycles\|cycle\|alert\|…>` | Run, observe, stop, and maintain the autonomous executor |
221
223
  | `roll next` | Continue init/onboard with one best next command |
222
224
  | `roll north [--json] [--no-color]` | North-star terminal panel for autonomy, delivery rate, fix tax, and attribution errors |
223
225
  | `roll release [--dry-run\|--showcase]` | Release planning/flow plus golden-path showcase support |