@seanyao/roll 3.609.2 → 3.610.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
@@ -1,6 +1,28 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
3
+ ## v3.610.1 — 2026-06-10
4
+
5
+ ### 稳定性
6
+
7
+ - 故事档案改"按节点增量挂载"为主路:各生命周期节点把当场已知的产出挂上页面,全量重渲降级为显式 rebuild 修复工具,根治"合了但页面没动"(US-DOSSIER-007)
8
+
9
+ ### 可见性
10
+
11
+ - 历史交付卡 legacy 状态语义:pre-v3 已 Done 卡(无 latest/无 ac-map)派生 legacy 标记,状态仍=完成+历史 chip,脊柱不再读证据假装半成品(US-DOSSIER-008)
12
+ - backlog 状态机归一到单一强类型真相,渲染与调度与对账全部消费它,不再各自拿字符串猜状态(REFACTOR-047) `[loop]`
13
+
14
+ ### 工程和测试
15
+
16
+ - 把 7 个曾比对旧引擎 oracle、现退化为确定性自校验的差异测试升级为真冻结期望快照(US-PORT-021b)
17
+
18
+ ### 其他
19
+
20
+ - 把幻灯片渲染命令改写为 TS,脱离 bash 回落引擎(US-PORT-016)
21
+ - 把待办管理写端命令改写为 TS,脱离 bash 回落引擎(US-PORT-019)
22
+ - 所有命令脱回落后退役 bash 引擎并清残件(高爆破坏性收尾,人工放行)(US-PORT-021)
23
+ - release ship 的确认提示在新版 Node 上仍会卡住,敲回车没反应,目前只能用免确认参数绕过,需彻底修交互读取(FIX-229) `[loop]`
24
+ - dossier: redesign features index as a delivery board (status overview + foldable epics + lifecycle spine)(PR#560)
25
+ - dossier: align features index status/type with backlog + 3-state grouping (delivery board)(PR#559)
4
26
 
5
27
  ## v3.609.2 — 2026-06-09
6
28
 
package/README.md CHANGED
@@ -72,8 +72,7 @@ Dev side — a pnpm monorepo. Publish side — one npm package.
72
72
 
73
73
  ```
74
74
  packages/ TypeScript engine (pnpm workspaces): spec · core · infra · cli · web
75
- bin/roll Frozen bash v2 engine automatic fallback + the diff-test oracle
76
- lib/ Runtime companions (python/sh) used by the loop & fallback paths
75
+ lib/ Runtime companions (python/sh) used by the loop
77
76
  skills/ Git submodule → seanyao/roll-skills (the agent skill contracts)
78
77
  conventions/ Conventions synced into AI clients by `roll setup`
79
78
  template/ Project scaffolding installed by `roll init`