docs: update coordinator guide for MCP changes [doc-updater] - #1063
Conversation
There was a problem hiding this comment.
Documentation-only change — verified all three updates against the codebase:
-
submit_taskparameter removal: Confirmedurgencyandworkflow_hintare no longer in the tool schema (orchestrator/mcp_tools.pylines 32-52). Doc correctly removes them from both the table and the parameters list. -
get_statusenriched description: Confirmed the tool returns coordinator state, pipeline details (id,repo,issue_number,created_at,mode), and recent messages (from_role,type,subject,timestamp) perorchestrator/mcp_tools.pylines 54-72, 241-263. Doc summary is accurate. -
/run-workflowsection: Confirmed againstsandbox/.claude/commands/run-workflow.md— five phases (seed, submit, monitor, HITL, complete), 60-second polling,AskUserQuestionfor HITL. All accurate.
No issues found.
— Authored by egg
|
egg review completed. View run logs |
docs: Update coordinator guide for MCP tool changes
Update
docs/guides/coordinator.mdto reflect changes from commit cbeede3 (PR #1058):urgencyandworkflow_hintparameters fromsubmit_taskdocumentation — these were removed from the MCP tool schemaget_statusdescription to document enriched return data: coordinator state, pipeline details (id, repo, issue_number, created_at, mode), and recent messages (from_role, type, subject, timestamp)/run-workflowslash command section describing the new end-to-end guided workflow command added insandbox/.claude/commands/run-workflow.mdTriggered by: #1058
Issue: none
Test plan:
submit_tasktable no longer listsurgency/workflow_hintas optional paramsget_statusdescription mentions pipeline details and recent_messages/run-workflowsection accurately describes the command behaviorAuthored-by: egg