Merged
Conversation
All public MCP tool names are renamed: task_create → plan_create task_status → plan_status task_stop → plan_stop task_retry → plan_retry task_list → plan_list task_file_info → plan_file_info (cloud) task_download → plan_download (local) The task_id UUID field name is intentionally unchanged. Changes: - mcp_cloud/tool_models.py: rename 18 Python classes (Task* → Plan*) with backward-compat aliases - mcp_cloud/app.py: schema constants, ToolDefinition names, handler functions, TOOL_HANDLERS dict, server instructions - mcp_cloud/http_server.py: imports, FastMCP wrapper functions, handler_map keys, payload.tool check - mcp_local/planexe_mcp_local.py: schema constants, ToolDefinition names, handler functions, _call_remote_tool() calls, TOOL_HANDLERS, server instructions - Test files: updated imports and string literal assertions (5 files) - Docs: updated all tool name references (13 files) - Proposal 73 status: Draft → Implemented Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2 tasks
neoneye
added a commit
that referenced
this pull request
Mar 9, 2026
Rule-based validation that audits distilled assumptions for common failure modes: missing quantification, implausibly wide ranges (>100x span ratio), and low-confidence claims without evidence references. Runs as a pipeline task after DistillAssumptionsTask with no LLM calls. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 task
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.
No description provided.