Problem
Verifying sprite sheet output currently requires launching the full dev server (pnpm run dev) and navigating to a run in the catwalk visualization. There is no lightweight way to visually inspect the generated sprites.
Solution
Enhance the sprite generator script to optionally emit an HTML preview page alongside the SVG sprite sheets. The page should display each frame in the 4x3 grid with labels (idle 1, walking, working 1, etc.) against the midnight blue background (#1a1a2e) used in the catwalk, showing both subagent and orchestrator sprites side by side.
Context
Problem
Verifying sprite sheet output currently requires launching the full dev server (
pnpm run dev) and navigating to a run in the catwalk visualization. There is no lightweight way to visually inspect the generated sprites.Solution
Enhance the sprite generator script to optionally emit an HTML preview page alongside the SVG sprite sheets. The page should display each frame in the 4x3 grid with labels (idle 1, walking, working 1, etc.) against the midnight blue background (
#1a1a2e) used in the catwalk, showing both subagent and orchestrator sprites side by side.Context