Files
fusion/demo
gsxdsm cdf4a69515 docs: fix chat screenshots to show selected conversations
Chat sessions now open via data-testid selectors (chat-session-chat-* and
chat-room-item-leads) and the right dock is closed before capture to prevent
pointer interception. Direct chat threads and the #leads room are now properly
selected and visible in all agent chat and chat room captures.
2026-06-23 19:14:29 -07:00
..

Demo scripts

Seed a sample board

node_modules/.bin/tsx demo/seed.ts /absolute/path/to/demo-project

The seeded board now includes a custom Browser Demo Lifecycle workflow with cards staged across:

  • Todo
  • In Progress
  • In Review
  • QA
  • Publish

This makes it easy to verify browser board rendering for a simple end-to-end lifecycle walkthrough.

Simulate live activity

node_modules/.bin/tsx demo/simulate.ts /absolute/path/to/demo-project

When the seeded workflow is present, the simulator advances demo cards from In Review → QA → Publish while keeping legacy tasks flowing through the standard board lifecycle.