Skip to content

Commit eb60140

Browse files
luiseimanclaude
andcommitted
fix: demo recording requires manual capture, not vhs
vhs cannot automate interactive CLIs like Claude Code. Updated instructions to use Kap for manual screen recording. Removed empty GIF and vhs tape file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f637613 commit eb60140

2 files changed

Lines changed: 12 additions & 82 deletions

File tree

demo/README.md

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,25 @@
11
# Demo Recording
22

3-
## Option A: vhs (recommended)
3+
`vhs` no funciona con CLIs interactivos como Claude Code. Hay que grabar manualmente.
44

5-
```bash
6-
brew install charmbracelet/tap/vhs
7-
vhs demo/demo.tape
8-
```
9-
10-
Generates `demo/demo.gif`. Edit `demo.tape` to customize.
11-
12-
## Option B: asciinema
13-
14-
```bash
15-
brew install asciinema
16-
asciinema rec demo/demo.cast
17-
# Run the commands manually, then ctrl+d to stop
18-
# Convert to GIF:
19-
npm install -g svg-term-cli
20-
svg-term --in demo/demo.cast --out demo/demo.svg --window
21-
```
22-
23-
## Option C: Manual screen recording
5+
## Instrucciones
246

25-
1. Open terminal, resize to ~900x500
26-
2. Run these commands:
7+
1. Instalar Kap: `brew install --cask kap`
8+
2. Abrir terminal, resize a ~900x500
9+
3. Iniciar grabación en Kap
10+
4. Correr:
2711
```
28-
cd ~/my-project
12+
cd ~/Documents/GitHub/algún-proyecto
2913
claude
3014
/forge init
31-
/forge audit
32-
/forge status
3315
```
34-
3. Trim to ~30 seconds
35-
4. Export as GIF (ezgif.com or gifski)
16+
5. Esperar output, mostrar resultado
17+
6. Exportar como GIF desde Kap (Settings → GIF, FPS 10, max width 900)
18+
7. Guardar como `demo/demo.gif`
3619

37-
## After recording
20+
## Agregar al README
3821

39-
Add to README.md after the badges:
22+
Una vez generado el GIF, agregar después de los badges en README.md:
4023
```markdown
4124
![claude-kit demo](demo/demo.gif)
4225
```

demo/demo.tape

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)