docs: shorten demo, inline human interaction, use GitHub issues

Trimmed the chat transcript: removed separate "You jump in" section,
inlined a single human message within the webapp group flow, dropped
Linear sync in favor of GitHub issue creation. Shorter, tighter.

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
This commit is contained in:
Claude
2026-02-11 05:01:38 +00:00
parent fce256fe59
commit f13e101656

View File

@@ -23,48 +23,25 @@ Agent: "🔍 Sending QA (reviewer) for #42: Add login page"
Agent: "🎉 QA PASS #42. Issue closed." Agent: "🎉 QA PASS #42. Issue closed."
Agent: "⚡ Sending DEV (junior) for #43: Fix button color on /settings" Agent: "⚡ Sending DEV (junior) for #43: Fix button color on /settings"
Agent: "✅ DEV DONE #43 — Updated to brand blue. Moved to QA." Agent: "✅ DEV DONE #43 — Updated to brand blue. Moved to QA."
Agent: "🔍 Sending QA (reviewer) for #43: Fix button color on /settings"
Agent: "❌ QA FAIL #43 — Color doesn't match dark mode. Back to DEV." Agent: "❌ QA FAIL #43 — Color doesn't match dark mode. Back to DEV."
Agent: "⚡ Sending DEV (junior) for #43: Fix button color on /settings" Agent: "⚡ Sending DEV (junior) for #43: Fix button color on /settings"
You: "Create an issue for refactoring the profile page, pick it up."
Agent: created #44 "Refactor user profile page" on GitHub — To Do
Agent: "⚡ Sending DEV (medior) for #44: Refactor user profile page"
Agent: "✅ DEV DONE #43 — Fixed dark-mode color. Back to QA."
Agent: "🎉 QA PASS #43. Issue closed."
── Group: "Dev - My API" ───────────────────────────────── ── Group: "Dev - My API" ─────────────────────────────────
Agent: "🧠 Spawning DEV (senior) for #18: Migrate auth to OAuth2" Agent: "🧠 Spawning DEV (senior) for #18: Migrate auth to OAuth2"
Agent: "✅ DEV DONE #18 — OAuth2 provider with refresh tokens. Moved to QA." Agent: "✅ DEV DONE #18 — OAuth2 provider with refresh tokens. Moved to QA."
Agent: "🔍 Sending QA (reviewer) for #18: Migrate auth to OAuth2"
Agent: "🎉 QA PASS #18. Issue closed." Agent: "🎉 QA PASS #18. Issue closed."
Agent: "⚡ Sending DEV (medior) for #19: Add rate limiting to /api/search" Agent: "⚡ Sending DEV (medior) for #19: Add rate limiting to /api/search"
── You jump in ─────────────────────────────────────────
You: "How's the frontend looking?"
Agent: "#41 shipped, #42 shipped, #43 back in DEV (dark-mode fix).
1 issue left in To Do. DEV is working, QA is idle."
You: "We need to refactor the profile page before we add settings.
Create an issue for that, mark it high priority, and pick it up."
Agent: creates #44 "Refactor user profile page" — To Do, priority: high
Agent: "⚡ Sending DEV (medior) for #44: Refactor user profile page"
You: "Also create an issue for adding the settings page.
Keep it in Planning until #44 is done."
Agent: creates #45 "Add settings page" — Planning
Agent: "Parked in Planning. I'll move it to To Do once #44 ships."
You: "Push these to Linear."
Agent: synced #44 → LIN-312 "Refactor user profile page"
Agent: synced #45 → LIN-313 "Add settings page"
Agent: "Both issues synced to Linear."
── Autonomous work continues ───────────────────────────
Agent: "✅ DEV DONE #43 — Fixed dark-mode color. Back to QA."
Agent: "🎉 QA PASS #43. Issue closed."
Agent: "✅ DEV DONE #44 — Profile page refactored. Moved to QA."
Agent: "📋 Moving #45 to To Do — dependency #44 is in QA."
``` ```
Three issues shipped, one sent back for a fix (the scheduler retried it automatically), another project's migration completed — all while you slept. And when you dropped in, you planned work, reprioritized, and synced to your external tracker without leaving the chat. The heartbeat kept going before, during, and after. Multiple issues shipped, a QA failure automatically retried, and a second project's migration completed — all while you slept. When you dropped in mid-stream to create an issue, the scheduler kept going before, during, and after.
--- ---