Fix first frame issue: Show activation output instead of empty prompt

Moved Show command to appear after source activate.sh completes,
so the first visible frame shows the activation finishing instead
of an empty prompt. This makes the recording flow more natural.

Changes:
- cd command stays hidden
- source activate.sh runs inside Hide block
- Show appears after activation completes
- First frame now shows activation output

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vijay Janapa Reddi
2025-11-29 11:43:04 -05:00
parent 58fe9363f0
commit b461340e34
4 changed files with 10 additions and 8 deletions

View File

@@ -25,15 +25,15 @@ Set TypingSpeed 100ms
Set Shell bash
Env PS1 "@profvjreddi 🔥 "
# Change to TinyTorch directory and activate (hidden from recording)
# Change to TinyTorch directory and activate (cd hidden, activation shown)
Hide
Type "cd /Users/VJ/GitHub/TinyTorch"
Enter
Sleep 500ms
Type "source activate.sh"
Enter
Sleep 2s
Show
Sleep 2s
# Show the beautiful welcome screen
Type "tito"

View File

@@ -25,15 +25,15 @@ Set Shell bash
Env PS1 "@profvjreddi 🔥 "
Set TypingSpeed 100ms
# Activate TinyTorch environment
# Activate TinyTorch environment (cd hidden, activation shown)
Hide
Type "cd /Users/VJ/GitHub/TinyTorch"
Enter
Sleep 500ms
Show
Type "source activate.sh"
Sleep 400ms
Enter
Show
Sleep 2s
# Start module 02

View File

@@ -25,15 +25,17 @@ Set Shell bash
Env PS1 "@profvjreddi 🔥 "
Set TypingSpeed 100ms
# Setup: cd, activate, and complete modules 01-06 (all hidden)
# Setup: cd and activate (shown), then complete modules 01-06 (hidden)
Hide
Type "cd /Users/VJ/GitHub/TinyTorch"
Enter
Sleep 500ms
Type "source activate.sh"
Enter
Show
Sleep 2s
# Complete modules 01-06 to unlock module 07 and milestone 03
# Complete modules 01-06 to unlock module 07 and milestone 03 (hidden)
Hide
Type "tito module complete 01"
Enter
Sleep 5s

View File

@@ -25,15 +25,15 @@ Set Shell bash
Env PS1 "@profvjreddi 🔥 "
Set TypingSpeed 100ms
# Activate TinyTorch environment
# Activate TinyTorch environment (cd hidden, activation shown)
Hide
Type "cd /Users/VJ/GitHub/TinyTorch"
Enter
Sleep 500ms
Show
Type "source activate.sh"
Sleep 400ms
Enter
Show
Sleep 2s
# Check progress