准备真实提交
git_prepare_commitReview the current change set against HEAD and validation evidence to surface blocking issues before committing. It reports readiness without staging, committing, or pushing anything.
Instructions
Read the exact current change set, bind it to the current HEAD and validation evidence, and report blockers. This tool never stages, commits, or pushes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | Optional workspace id. When omitted, CodexPro binds the authoritative conversation workspace automatically; an explicit unknown or mismatched id is rejected. | |
| commit_message | No | Proposed commit message; no commit is executed. | |
| selected_paths | No | Exact changed file paths to prepare. Default: every current changed path. | |
| conversation_id | No | Connector conversation id bound to this workspace. Modern MCP injects it automatically; side-effecting tools require it to match the authoritative binding. | |
| validation_refs | Yes | Validation, Acceptance, browser, run, event, or workspace-relative evidence references. | |
| workspace_generation | No | Optional authoritative workspace generation. When omitted, CodexPro injects the conversation-bound generation; an explicit stale generation is rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_result | Yes |