“Go Sleep - Copilot's Got the Overnight Shift”
Zotero Integration Session - April 6-7, 2026
A real, unscripted moment from a Claude Code session that captures the multi-agent workflow in action: one AI agent finishing its work, delegating 9 issues to another agent for overnight processing, and signing off.
The Moment

What You're Seeing
At the end of an evening session, Claude Code presents a status report. Every task has a clear disposition:
Merged
PRs #1281 and #1283 - already merged and deployed. The Zotero environment setup and initial bibliography integration are live.
Auto-merge Waiting
PR #1293 - CI passed, auto-merge is enabled. It will merge on its own once status checks propagate. No human intervention needed.
Assigned to Copilot Overnight
Nine sub-issues from the Zotero integration were created and assigned to Copilot's coding agent. While the human sleeps, Copilot picks up each issue, creates a branch, writes the implementation, opens a PR, and moves on to the next.
Documented for Next Session
Issue #1347 - work that requires human decision-making or is too complex for autonomous execution, saved for the next interactive session.
Why This Matters
This screenshot captures three things about how TABS is built:
1. Multi-Agent Orchestration
Claude Code acts as the session orchestrator - researching the codebase, writing implementations, opening PRs, and creating issues. When the session ends, it delegates remaining work to GitHub Copilot's coding agent, which operates autonomously on assigned issues. Two AI agents, different capabilities, coordinated handoff.
2. Autonomous CI/CD
The pipeline does not stop when the human leaves. Auto-merge waits for CI checks to pass and merges without intervention. Copilot picks up issues, writes code, and opens PRs that go through the same automated review cycle. By morning, the human wakes up to PRs ready for review - not an empty backlog.
3. The Human-AI Collaboration Model
The human decided to build Zotero integration. Claude Code executed the plan across multiple PRs and issues. Copilot handles the follow-up work overnight. The human reviews the results in the morning. Direction is human; execution is distributed across agents; quality is enforced by CI.
Session Context
This screenshot came from the session that built the Zotero reference management integration. In a single evening, the session:
- Created the
zotero-prodGitHub environment with API credentials - Set up the pyzotero MCP server across Claude Desktop, VS Code, and Claude Code
- Populated the Website Citations collection with 64+ items from the Zotero library
- Created 15 enriched software citations with full metadata
- Opened 9 sub-issues and assigned them all to Copilot at end of session
- Merged PRs #1281 and #1283, with #1293 set to auto-merge
This page documents a real moment from the TABS development process. The screenshot is unedited. The quote is what the agent actually said.