@seanyao/roll 3.614.4 → 3.615.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
+ ## v3.615.1 — 2026-06-15
6
+
7
+ ### 修复
8
+
9
+ - **故事档案页的文本证据又能直接看了**:AC 下的 Vitest/test 输出等文本证据改回内联折叠展示,不用点开新页面;截图证据仍是缩略图点开看大图,文件缺失时显示明确空态。(FIX-285) `[dossier]`
10
+ <!-- evidence: .roll/features/delivery-dossier/FIX-285/latest/FIX-285-report.html -->
11
+
12
+ - **项目页的选角和钩子信息按正确稿显示了**:Casting 区恢复 3+1 阶梯卡、ramp 竖条和场景角色三列布局;Loop 的 Hooks 区改为列本仓真实 git 钩子,不再把调度 lane 当成 hooks。(FIX-284) `[loop]`
13
+ <!-- evidence: .roll/features/delivery-dossier/FIX-284/latest/FIX-284-report.html -->
14
+
5
15
  ## v3.614.4 — 2026-06-14
6
16
 
7
17
  ### 改进
package/README.md CHANGED
@@ -44,7 +44,8 @@ First time through? Start with [Getting started](guide/en/getting-started.md).
44
44
  | Command | Description |
45
45
  |---------|-------------|
46
46
  | **Autonomy · daily use** | |
47
- | `roll loop <on\|off\|now\|status\|runs\|log\|story\|events\|eval\|signals\|alert\|fmt\|pr-inbox\|mute\|unmute\|pause\|resume\|reset\|gc>` | Manage the autonomous BACKLOG executor (incl. per-cycle result scoring) |
47
+ | `roll loop <on\|off\|now\|status\|watch\|runs\|log\|story\|events\|eval\|signals\|alert\|fmt\|pr-inbox\|mute\|unmute\|pause\|resume\|reset\|gc>` | Manage the autonomous BACKLOG executor (incl. per-cycle result scoring) |
48
+ | `roll loop watch [-n <lines>] [--verbose\|--raw] [--attach]` | Read-only, concise, real-time view of THIS project's loop — auto-tails `.roll/loop/live.log` through the renderer (cycle / story / results / ALERT / cost / heartbeat). It never writes to or signals a running cycle; Ctrl-C ends the view, not the loop. `--attach` joins the loop's tmux observe window read-only |
48
49
  | `roll loop go [--epic <e>\|--cards <ids>] [--budget <usd>] [--for <duration>] [--review <auto\|hetero\|self\|off>]` | Run goal mode manually until the scoped work completes, pauses, or hits a budget/usage/timebox guardrail; it can run while the scheduler is off, and a paused loop should be resumed first; final review defaults to `auto` |
49
50
  | `roll loop goal` | Show persisted goal scope, review mode, usage, limits, safety gate, and last decision |
50
51
  | `roll brief` | Show latest owner brief |
@@ -61,7 +62,7 @@ First time through? Start with [Getting started](guide/en/getting-started.md).
61
62
  | `roll offboard` | Remove Roll from this project |
62
63
  | `roll test [--where] [--reset]` | Run the test suite (routes through the isolation adapter; unknown types fail loud) |
63
64
  | `roll ci [--wait]` | Show or wait for current commit's CI status |
64
- | `roll release [--dry-run]` | The ONE release flow: bump → changelog fold → package gate → PRmergeconsistency gate → tag push |
65
+ | `roll release [--dry-run]` | The ONE release flow: bump → changelog fold → package gate → commit-pushconsistency gate PR auto-merge → tag push (gate runs before merge; drives the merge via GitHub auto-merge) |
65
66
  | `roll showcase [--card <ID>]` | The golden-path standard E2E in an isolated sandbox: reset the card, cast a heterogeneous real-agent trio (kimi/claude/pi), deliver via the loop, capture CLI+web screenshots, assemble the evidence chain, emit a pass/fail verdict |
66
67
  | `roll pair [init\|status\|score]` | Cross-agent pairing: heterogeneous peer re-checks and scores deliveries |
67
68
  | `roll cycles [--since 1d\|3d\|7d\|all]` | The cycle ledger — one line per cycle, failures never swallowed |