gsxdsm
bcdad279d7
FN-8289: add feature-video review artifacts
Add gated local feature-video capture to completed user-facing deliverables.
- Capture loopback scenario WebM recordings through the existing artifact registry.
- Keep recording failures non-blocking and cover gated, unsafe, and failed capture paths.
- Document the scenario contract and package the Playwright runtime dependency.
Files changed:
.changeset/fn-8289-feature-video.md | 7 +
docs/workflow-steps.md | 8 +
packages/cli/package.json | 3 +-
packages/cli/tsup.config.ts | 7 +
packages/engine/package.json | 3 +-
.../__tests__/executor-review-artifacts.test.ts | 44 ++++
packages/engine/src/executor.ts | 33 +++
.../src/review-artifacts/feature-video.test.ts | 75 +++++++
.../engine/src/review-artifacts/feature-video.ts | 226 +++++++++++++++++++++
packages/engine/src/review-artifacts/index.ts | 10 +
pnpm-lock.yaml | 6 +
11 files changed, 420 insertions(+), 2 deletions(-)
Fusion-Task-Id: FN-8289
Fusion-Task-Lineage: 8a34675a-2417-4669-a14a-b74c4aa99331
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-18 13:53:58 -07:00
..
2026-07-18 13:53:58 -07:00
2026-07-18 00:52:59 -07:00
2026-07-18 13:53:58 -07:00
2026-06-08 15:19:27 -07:00
2026-07-18 07:48:45 -07:00