-
Notifications
You must be signed in to change notification settings - Fork 308
Expand file tree
/
Copy pathshowcase-animation-storyboard.json
More file actions
96 lines (96 loc) · 4.39 KB
/
Copy pathshowcase-animation-storyboard.json
File metadata and controls
96 lines (96 loc) · 4.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"schema_version": "loopx_showcase_animation_storyboard_v0",
"source_catalog": "docs/showcases/showcase-catalog.json",
"duration_seconds_target": {
"min": 20,
"max": 30
},
"public_boundary": {
"allowed_sources": [
"docs/showcases/showcase-catalog.json",
"docs/showcases/cases/*.md",
"docs/assets/control-plane-board.svg",
"docs/assets/frontstage-showcase-first-screen.png"
],
"live_registry_state": false,
"local_status_exports": false,
"user_specific_active_state": false,
"private_docs_or_chats": false,
"raw_benchmark_traces": false,
"internal_project_names": false
},
"recommended_motion_stack": {
"video_primary": "remotion-agent-skills",
"video_fallback": "hyperframes",
"page_motion": "motion-for-react",
"micro_loops": "lottie"
},
"hero_line": "From AI assist to async agent work.",
"supporting_line": "A human sets gates and evidence; agent lanes keep safe work moving across turns.",
"scenes": [
{
"id": "opening-control-plane",
"time_seconds": [0, 4],
"source_case_ids": [],
"visual": "dark canvas with a single shared goal state node; agent lanes orbit into view",
"copy": "One shared control plane for long-running agent work.",
"motion_notes": "fade in the goal node, then pulse two safe lanes without implying live ops data"
},
{
"id": "high-throughput-reviewable-prs",
"time_seconds": [4, 8],
"source_case_ids": ["2026-06-27-overnight-pr-batch"],
"visual": "many small PR-sized lanes converge into a compact review rail with validation markers",
"copy": "High-throughput agent work can stay reviewable.",
"motion_notes": "animate several small lanes into one review rail; avoid raw commit firehoses"
},
{
"id": "issue-comment-repair-loop",
"time_seconds": [8, 12],
"source_case_ids": ["2026-06-24-pr-issue-auto-fix", "2026-06-23-agent-to-agent-pr-comments"],
"visual": "a PR comment becomes a claimed todo, then a repro, fix, validation, and review packet",
"copy": "Review feedback becomes owned repair work with evidence.",
"motion_notes": "show claim, repro, fix, validation, and handoff as a short packet sequence"
},
{
"id": "refactor-and-safe-fallback",
"time_seconds": [12, 16],
"source_case_ids": ["2026-06-23-overnight-project-refactor", "2026-06-17-blocked-p0-safe-rotation"],
"visual": "a broad refactor splits into successor slices while a gated P0 lane pauses and a safe fallback advances",
"copy": "Large work splits. Blocked routes do not freeze safe progress.",
"motion_notes": "show supersede/follow-up chips beside a still-visible user gate"
},
{
"id": "multi-agent-shared-state",
"time_seconds": [16, 21],
"source_case_ids": ["2026-06-19-dynamic-workflow-hardware-agent"],
"visual": "peer lanes claim separate todos against one catalog-backed board",
"copy": "Multiple agents can share one project memory without guessing each other's state.",
"motion_notes": "show claims and handoff lines as lightweight beams into shared state"
},
{
"id": "self-iteration-efficiency-evidence",
"time_seconds": [21, 26],
"source_case_ids": ["2026-06-19-loopx-self-iteration"],
"visual": "repo-scale requirement clusters compress into validated commits, docs, smokes, and frontstage surfaces",
"copy": "Async side work turns repo history into recoverable product momentum.",
"motion_notes": "avoid raw commit firehoses; use compact clusters and conservative evidence labels"
},
{
"id": "creator-operator-safe-production-loop",
"time_seconds": [26, 29],
"source_case_ids": ["2026-06-20-creator-operator-case-spec"],
"visual": "research, preference memory, and draft material move while publishing remains gated",
"copy": "The agent can keep researching while human judgment guards what ships.",
"motion_notes": "animate safe research cards; leave publish decision locked until the final frame"
},
{
"id": "boundary-close",
"time_seconds": [29, 30],
"source_case_ids": [],
"visual": "public showcase catalog badge replaces the live status feed",
"copy": "Public demos read the showcase catalog, not private control-plane state.",
"motion_notes": "close on the catalog badge and a clean public/private boundary line"
}
]
}