╔══════════════════════════════════════════════════════════════════╗
║                                                                  ║
║          VANCOUVER.DEV DEMO - PRINT & CARRY CARD                ║
║                                                                  ║
╚══════════════════════════════════════════════════════════════════╝

┌─────────────────────────────────────────────────────────────────┐
│ BEFORE YOU GO ON STAGE                                          │
├─────────────────────────────────────────────────────────────────┤
│ [ ] Run: ./demo_vancouver_test.sh                               │
│ [ ] Terminal font size: 18+                                     │
│ [ ] Laptop charged + backup battery                             │
│ [ ] This card in hand                                           │
│ [ ] Deep breath. Smile. Let's go! 😊                           │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ DEMO COMMANDS (Type exactly as shown)                           │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│ 1. ./target/release/cmdai "show system uptime and load average" │
│    → uptime                                                      │
│    THEN: uptime                                                  │
│                                                                  │
│ 2. ./target/release/cmdai "show top 10 processes by CPU usage"  │
│    → ps aux | sort -nr -k 3 | head -n 10                        │
│    THEN: ps aux | sort -nr -k 3 | head -n 10 | head -3          │
│                                                                  │
│ 3. ./target/release/cmdai "find all rust files modified in last │
│    7 days"                                                       │
│    → find . -type f -name '*.rs' -mtime -7                       │
│    THEN: find . -type f -name '*.rs' -mtime -7 | head -3         │
│                                                                  │
│ 4. ./target/release/cmdai "archive current directory"           │
│    → tar czvf archive.tar.gz ./                                  │
│    SAY: "Perfect, ready to use"                                  │
│                                                                  │
│ 5. ./target/release/cmdai "find files with setuid bit enabled"  │
│    → find . -type f -perm +s                                     │
│    SAY: "Security auditing made simple"                          │
│                                                                  │
│ 6. ./target/release/cmdai "show users who logged in today"      │
│    → last                                                        │
│    THEN: last | head -5                                          │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ KEY MESSAGES (Say these exact phrases)                          │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│ "Specialized sub-agent, not a replacement for Claude/ChatGPT"   │
│                                                                  │
│ "Not just a prompt - it's skills, tools, rules, and community"  │
│                                                                  │
│ "All local. All private. All yours."                            │
│                                                                  │
│ "We need builders, not just users"                              │
│                                                                  │
│ "Star, test, share - that's all we ask"                         │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ TIMING CHECKPOINTS                                              │
├─────────────────────────────────────────────────────────────────┤
│ 1:00 - Finished problem + vision slides                         │
│ 2:00 - Started demo                                             │
│ 4:30 - Finished demo, on closing slide                          │
│ 5:00 - Done! Questions time                                     │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ IF DEMO FAILS                                                   │
├─────────────────────────────────────────────────────────────────┤
│ Option 1: Laugh it off, try next command                        │
│ Option 2: Show --help instead                                   │
│ Option 3: Talk through architecture                             │
│ Option 4: Show pre-recorded video                               │
│                                                                  │
│ REMEMBER: Energy > Perfection!                                  │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ CALL TO ACTION                                                  │
├─────────────────────────────────────────────────────────────────┤
│ github.com/[username]/caro.sh                                   │
│ discord.gg/carosh                                               │
│ @carosh_dev                                                     │
│                                                                  │
│ "Star, test, share. Join us building the future of terminals!"  │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ BACKUP TALKING POINTS                                           │
├─────────────────────────────────────────────────────────────────┤
│ • 87% success rate in testing                                   │
│ • 3.9MB single binary                                           │
│ • MLX optimized for Apple Silicon                               │
│ • 52 community-curated safety patterns                          │
│ • Open source (AGPL-3.0)                                        │
│ • No API costs, works offline                                   │
└─────────────────────────────────────────────────────────────────┘

╔══════════════════════════════════════════════════════════════════╗
║                                                                  ║
║  YOU'VE GOT THIS! 🚀                                            ║
║                                                                  ║
║  Passion beats perfection.                                       ║
║  Have fun. Build in the open.                                    ║
║  The community is with you! 💜                                  ║
║                                                                  ║
╚══════════════════════════════════════════════════════════════════╝
