# 30-Second Demo Transcript

**Setup (what happened before):**
```bash
python3 /home/ubuntu/pipo-mirror/pipo.py
```

---

**User types:** `What can you help me with?`

**Pipo responds:** (contextual answer using loaded memory + skills)

---

**User types:** `List my open GitHub issues`

**Pipo responds:** Mentions it has the `github-issues` skill loaded, asks which repo to query (e.g., `myristica`, `baby-checklist`, etc.)

---

**User types:** `Explain the health bridge to me`

**Pipo responds:** (uses MEMORY.md context about Health Bridge: ~/health-bridge FastAPI/SQLite, Pixel 9a signed HMAC ingest, Google Fit backfill, etc.)

---

**Skills/_tools invoked:**
- No actual tool execution (pi-zen runs in `--no-tools` text-only mode)
- Skill knowledge comes from SKILL.md content in system prompt
- Pipo references capabilities ("I can help with X using nano-pdf", "GitHub issues via gh")

---

**Session saved:** `~/.pipo-mirror/sessions/session.jsonl`

**Resume:** On next run, `📝 Loaded N previous messages` shows history preserved.