feat(studio): storyboard empty state with agent copy-prompt and skeleton preview#2091
Merged
Conversation
…ton preview The storyboard view's empty state was a single "no storyboard yet" line. Add a copy-to-clipboard prompt box (a ready-to-paste handoff prompt carrying the canonical STORYBOARD.md frontmatter + per-frame format) so users can hand it to their coding agent, plus a faded skeleton of the contact-sheet grid so landing on an empty board previews what a filled one looks like instead of a dead end.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Improves the storyboard view's empty state (shown when a project has no
STORYBOARD.md). It was a single "No storyboard yet" line, which felt like a dead end.Now it shows:
STORYBOARD.mdfrontmatter (format/message/arc/audience) and the per-frame format (duration/transition_in/status/src+ narrative). Users hand it to their coding agent to scaffold the board.Scope
Single file:
packages/studio/src/components/storyboard/StoryboardView.tsx. Uses the existingcopyTextToClipboardutil andButtonprimitive; no new deps. Loading/error/loaded states are unchanged.Notes
@hyperframes/core/storyboard) actually accepts, so the scaffold an agent produces validates.