Documentation
¶
Overview ¶
demoseed is a thin CLI over internal/demokit: it seeds a THROWAWAY Seamless data dir with backdated fixtures. Two modes:
go run ./cmd/demoseed -data /tmp/seamless-demo # console fleet history (branding) go run ./cmd/demoseed -scenes -data /tmp/x -repo /tmp/myapp # terminal-scene fixture (shared)
Run it only against a fresh dir while no daemon holds the DB (single-writer SQLite); never point it at a live instance. The seeding logic lives in internal/demokit so the agent-scenario benchmark can reuse it.
Click to show internal directories.
Click to hide internal directories.