Skip to content

Commit b5af178

Browse files
committed
Fix demo tapes: remove zsh-incompatible comment lines from GIF recordings
1 parent f936e05 commit b5af178

6 files changed

Lines changed: 0 additions & 18 deletions

File tree

docs/demo/safety.gif

-72.7 KB
Loading

docs/demo/safety.tape

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Sleep 500ms
3232
Show
3333

3434
# 1. Dry-run: validate without executing
35-
Type "# --dry-run validates the request without sending it"
36-
Enter
37-
Sleep 500ms
3835
Type "outline documents create --json "
3936
Type@0 "'"
4037
Type@0 '{"title":"Test","collectionId":"48c4642d-2241-4b09-9a8a-9521170b6276","text":"# Hello"}'
@@ -45,9 +42,6 @@ Enter
4542
Sleep 3s
4643

4744
# 2. Input validation: bad UUID
48-
Type "# Input validation catches malformed IDs"
49-
Enter
50-
Sleep 500ms
5145
Type "outline documents info --json "
5246
Type@0 "'"
5347
Type@0 '{"id":"not-a-valid-uuid?inject=true"}'
@@ -57,9 +51,6 @@ Enter
5751
Sleep 3s
5852

5953
# 3. Schema validation: missing required field
60-
Type "# Schema validation catches missing required fields"
61-
Enter
62-
Sleep 500ms
6354
Type "outline documents create --json "
6455
Type@0 "'"
6556
Type@0 '{"title":"No Collection"}'

docs/demo/schema.gif

-20 KB
Loading

docs/demo/schema.tape

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Sleep 500ms
3232
Show
3333

3434
# 1. Schema in text mode (human-readable summary)
35-
Type "# Discover API methods at runtime"
36-
Enter
37-
Sleep 500ms
3835
Type "outline schema documents.create"
3936
Sleep 300ms
4037
Enter

docs/demo/text-vs-json.gif

-119 KB
Loading

docs/demo/text-vs-json.tape

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ Sleep 500ms
3131
Show
3232

3333
# 1. Text output (default) — formatted table
34-
Type "# Default output: human-readable table"
35-
Enter
36-
Sleep 500ms
3734
Type "outline collections list"
3835
Sleep 300ms
3936
Enter
@@ -50,9 +47,6 @@ Enter
5047
Sleep 3s
5148

5249
# 3. JSON output — machine-readable
53-
Type "# JSON output: structured for agents and scripts"
54-
Enter
55-
Sleep 500ms
5650
Type "outline collections list --output json --fields id,name"
5751
Sleep 300ms
5852
Enter

0 commit comments

Comments
 (0)