Move story 41 to current: Agent Completion Notification via MCP

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-20 12:54:07 +00:00
parent 4605db13de
commit 0d48370ac0

View File

@@ -0,0 +1,21 @@
---
name: Agent Completion Notification via MCP
test_plan: pending
---
# Story 41: Agent Completion Notification via MCP
## User Story
As a CLI user coordinating sub-agents, I want to be notified when an agent completes without manually polling, so that I can review results promptly without babysitting the process.
## Acceptance Criteria
- [ ] MCP tool wait_for_agent(story_id, agent_name) blocks until the agent reaches a terminal state (completed, failed, stopped)
- [ ] Returns the agent's final status and summary info (session_id, worktree_path, any commit made)
- [ ] Respects a timeout parameter so callers aren't stuck forever
- [ ] Works as a background call from Claude Code CLI so the user can keep working while waiting
## Out of Scope
- TBD