Conversation
Fetch open/completed task counts from remote MCP providers in analyze_tasklist() instead of returning zeros. Degrades gracefully when the remote fetch fails. Also add explicit DO NOT COMMIT instruction to the builder prompt. Generated with millstone orchestrator
When the tasklist is MCP-backed, run_single_task() now derives the current task title and ID from the remote provider's cached task list instead of reading a local file that may not exist or be stale. After research mode completes, the remote task is closed via update_task_status() so MCP-backed tasks don't remain open. Generated with millstone orchestrator Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When the builder agent commits its own changes (advancing HEAD), the orchestrator now detects this and uses the committed diff for review instead of expecting unstaged changes. Skips redundant commit delegation and auto-commits the tasklist checkbox if the builder left it unstaged. Handles edge cases: review-fix cycles with uncommitted changes after an early commit, LoC baseline updates, and git failures during tasklist auto-commit. Generated with millstone orchestrator Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Four MCP ergonomics fixes found and implemented via self-hosted millstone runs:
Tasklist: github (labels: millstone)instead of the misleading local file path when MCP is configured--statusnow shows live open task count (Open tasks: N) by querying the remote provider--researchmode now closes the remote task via MCP after completing research output (was silently no-op before)delegate_commit; also addsDO NOT COMMITguard to the tasklist promptTest plan
millstone --dry-runshowsTasklist: github (labels: millstone)with MCP configmillstone --statusshowsOpen tasks: Nwith MCP configmillstone --research --task "..."closes the MCP issue after completingCloses #56, #57, #58, #60
🤖 Generated with Claude Code