@seanyao/roll 4.630.1 → 4.630.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,16 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## v4.630.2 — 2026-06-30
6
+
7
+ ### 自动化流水线
8
+
9
+ - **评分能读懂真实 agent 的输出了**:评审给分时夹带的终端控制字符、启动横幅、JSONL 包装或项目符号前缀都会被自动清理,只要回复里有一段完整的分数/结论/理由就能采信;同时,只要装了别的 agent,干活的 agent 就绝不会给自己的交付打分——要么由独立评审打分,要么诚实地不打分并保留卡片不上线。(FIX-1044) `[loop-engine]`
10
+
11
+ ### 可见性
12
+
13
+ - **v4 角色日志入口补齐**:文档说明 Builder、Peer Reviewer、Evaluator、采信分数和解析失败原始产物分别该去哪里看,方便 supervisor 诊断多 agent 协作链路。(US-OBS-036) `[loop-observability]`
14
+
5
15
  ## v4.630.1 — 2026-06-30
6
16
 
7
17
  ### 自动化流水线
package/README.md CHANGED
@@ -198,6 +198,7 @@ with `roll loop resume` when ready.
198
198
  | `roll pair [init\|status\|score]` | Cross-agent pairing: heterogeneous peer re-checks and scores deliveries |
199
199
  | `roll cycles [--since 1d\|3d\|7d\|all]` | The cycle ledger — one line per cycle, failures never swallowed |
200
200
  | `roll cycle <id>` | One cycle's full trace tape (cycle→story→build→peer→ci→pr→end); the same trace is persisted as `.roll/loop/cycle-<id>.signals.jsonl` for replay |
201
+ | `roll cycle <id> --roles [--json]` | The execution cast — who was Builder and who was Evaluator, which peers were consulted, and the single accepted score; also written to `summary.md`/`summary.json` and the Execution Cast report block ([guide](guide/en/loop.md#cycle-role-visibility)) |
201
202
  | `roll peer [--reviewer <agent>] (--prompt <text>\|--file <path>)` | One-shot structured external-provider review; records `.roll/peer/runs.jsonl` |
202
203
  | **Config & machine** | |
203
204
  | `roll ls [--json] [--stale-days <n>]` | List the cross-project registry (`~/.roll/projects.json`): name · tag · verdict · path; missing/stale rows flagged, never dropped |