Task 586: Screenshot-Based Animation Review Infrastructure
未着手 ← タスク一覧
Task 586: Screenshot-Based Animation Review Infrastructure
Status: DONE
Description
Human directive phase 33 item 5: "3D 可視化を含むアニメーション可視化は実際のレンダリング結果を
少しずつ進行させたもののスクリーンショットを撮って確からしさをエージェントが確認しやすい構造に
しておくこと。"
Create infrastructure for capturing progressive animation screenshots at key time
points and presenting them in a format that agents can review for correctness.
Plan
- Create a Playwright-based screenshot capture script for orbital 3D viewer
- Capture screenshots at configurable time points (start, key transfers, midpoints, end)
- Save screenshots with metadata (time, scene, description) for review
- Add an npm script command for easy invocation
- Add a review summary script that agents can read
Files
ts/src/screenshot-review.ts— capture logic using Playwrightts/examples/orbital-3d.html— standalone target for screenshotsts/package.json— npm run review-screenshots command