-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo-quick.tape
More file actions
65 lines (57 loc) · 1.28 KB
/
demo-quick.tape
File metadata and controls
65 lines (57 loc) · 1.28 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
# ============================================================================
# Darkzloop Quick Demo - 15 Second Version
# ============================================================================
# This is a shorter version optimized for social media.
# Run with: vhs demo-quick.tape
# ============================================================================
Output demo-quick.gif
Set Shell "bash"
Set FontSize 20
Set Width 1000
Set Height 600
Set Padding 20
Set FontFamily "JetBrains Mono"
Set Theme "Catppuccin Mocha"
Set WindowBar "Rings"
Set TypingSpeed 30ms
# Setup (hidden)
Hide
Type "export PS1='➜ '"
Enter
Type "clear"
Enter
Show
# The 3-command promise
Type "# 🚀 Darkzloop in 30 seconds"
Enter
Sleep 1s
Type "pip install darkzloop"
Enter
Sleep 1.5s
Type "darkzloop config native claude"
Enter
Sleep 1s
Type "✓ Configured: Claude CLI"
Enter
Sleep 500ms
Type "darkzloop init"
Enter
Sleep 500ms
Type "✓ Detected: Rust (Cargo.toml)"
Enter
Type "✓ Created: darkzloop.json"
Enter
Sleep 500ms
Type `darkzloop fix "Add retry logic to payment webhook"`
Enter
Sleep 500ms
Type "⚙️ PLANNING → EXECUTING → TESTING → DONE"
Enter
Type "✓ All gates passed"
Enter
Type "✓ Fix applied!"
Enter
Sleep 2s
Type "# ♾️ Reliable. Autonomous. Model-Agnostic."
Enter
Sleep 3s