diff --git a/.story_kit/stories/current/44_agent_completion_report_via_mcp.md b/.story_kit/stories/current/44_agent_completion_report_via_mcp.md index fc5f218..1f18388 100644 --- a/.story_kit/stories/current/44_agent_completion_report_via_mcp.md +++ b/.story_kit/stories/current/44_agent_completion_report_via_mcp.md @@ -12,7 +12,7 @@ As an agent finishing work on a story, I want to report my completion status via ## Acceptance Criteria - [ ] MCP tool report_completion(story_id, agent_name, summary) allows agents to signal they are done -- [ ] Server rejects the report if the agent's worktree has uncommitted changes +- [ ] Server auto-commits all changes in the worktree (git add -A && git commit) with a deterministic message before running gates — agents do NOT need to commit themselves - [ ] Server runs acceptance gates (clippy, tests) automatically on report - [ ] Completion status and results are stored on the agent record for retrieval by wait_for_agent or the supervisor - [ ] Agent prompts are updated to call report_completion as their final action