v1.104.0
1.104.0 (2026-09-06)
Features
- cli: #2011 AC7 P2 review exec --entry で Flow を observe 実行し steps[] を artifact に付ける (#2124) (036b0df)
- flow: #2011 AC7 P1 flow-runner の骨格を追加する(実行なし) (#2123) (449435c)
Bug Fixes
- #2119 v1.103.0 範囲レビューの minor 10 件を解消する (#2120) (1789de0)
- scripts: #2117 hooks/hooks.json の script 実在検査を manifest 宣言なしでも走らせる (#2122) (d14f84b)
Migration note (#2011 AC7 P2 / #2124) — no action needed
river review exec now accepts --entry <name> (Beta) and, when given, appends steps[] to the JSON artifact: one record per Flow step with outcome in executed / skipped / degraded / stopped / not-implemented. No capability is wired yet, so this slice is record-only: expect every step to be stopped / not-implemented, and gate / decision / findings are unchanged. Without --entry the artifact is byte-identical to v1.103.x. The v1.103.0 Stop hook and Action entry input still run review plan, so they carry no steps[]. See Runner CLI reference → --entry.