diff --git a/promo/relay-hero.png b/promo/relay-hero.png new file mode 100644 index 0000000..47b7d74 Binary files /dev/null and b/promo/relay-hero.png differ diff --git a/promo/terminal-screenshot.html b/promo/terminal-screenshot.html new file mode 100644 index 0000000..dcab750 --- /dev/null +++ b/promo/terminal-screenshot.html @@ -0,0 +1,207 @@ + + + + + +Relay Terminal Screenshot + + + + +
+
+
+
+
+
+
+ manavaryasingh — relay — 80×40 +
+
(.venv) manavaryasingh@MacBook-Pro-5 ~ % relay status + + ════════════════════════════════════════════════════════════ + 📋 Session Snapshot + ════════════════════════════════════════════════════════════ + + 📁 ~/myproject + 🕐 2026-04-05 18:20:03 + + 🎯 Current Task + ────────────────────────────────────────────────── + Fix the WebSocket handler — borrow checker error on line 47 + + 📝 Progress + ────────────────────────────────────────────────── + ✅ Database schema + REST API + ✅ Landing page overhaul + 🔄 WebSocket handler (IN PROGRESS) + ⏳ Frontend charts + ⏳ Auth system + + 🚨 Last Error + ────────────────────────────────────────────────── + error[E0499]: cannot borrow `state` as mutable more than once + + 💬 Conversation (25 turns) + ────────────────────────────────────────────────── + 🤖 AI The fix is to wrap state in Arc<Mutex<T>> + 🔧 TOOL [Edit] src/server/websocket.rs (replacing 234 chars) + 📤 OUT File updated successfully. + 🔧 TOOL [Bash] cargo check + 📤 OUT error[E0499]: cannot borrow `state` as mutable... + + ════════════════════════════════════════════════════════════ + +(.venv) manavaryasingh@MacBook-Pro-5 ~ % relay handoff --to codex --deadline "7:00 PM" + + ╔═══════════════════════════════════════════════╗ + + ⚡ R E L A Y + Cross-agent context handoff + + ╚═══════════════════════════════════════════════╝ + + [1/3] Session captured + [2/3] Handoff built + [3/3] Codex launched + + ✅ Handed off to codex + 📄 .relay/handoff_20260405_182003.md + +
╭────────────────────────────────────────────╮ + >_ OpenAI Codex (research preview) + + model: gpt-5.4 /model to change + dir: ~/myproject +╰────────────────────────────────────────────╯ + + Context restored from your Claude session. I can see you were + fixing a borrow checker error in the WebSocket handler + (src/server/websocket.rs line 47). What would you like me to do?
+
+
+ + + diff --git a/relay-hero.png b/relay-hero.png new file mode 100644 index 0000000..47b7d74 Binary files /dev/null and b/relay-hero.png differ