-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo.tape
More file actions
40 lines (31 loc) · 1.1 KB
/
demo.tape
File metadata and controls
40 lines (31 loc) · 1.1 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
# demo.tape — PRISM session intelligence for Claude Code
# Record with: vhs demo.tape (requires vhs + ffmpeg + ttyd)
# Output: demo.gif
Output demo.gif
Set Shell "bash"
Set FontSize 14
Set Width 1200
Set Height 650
Set Theme "Dracula"
Set Padding 20
Set TypingSpeed 50ms
# ── 1. prism analyze ─────────────────────────────────────────────────────────
Sleep 500ms
Type "prism analyze"
Enter
Sleep 5s
# Let the health table sit so viewers can read grades
Sleep 3s
# ── 2. prism advise on worst project ─────────────────────────────────────────
Type "prism advise --project ~/.claude/projects/my-project"
Enter
Sleep 4s
# Let recommendations sit
Sleep 3s
# ── 3. Flash the TUI ─────────────────────────────────────────────────────────
Type "prism"
Enter
Sleep 4s
# Press q to exit
Ctrl+C
Sleep 1s