run_gemini_coding_task
Invokes Gemini CLI to execute or plan coding tasks, enforcing Git-verified commits, acceptance criteria, and file scope. Requires explicit approval before running.
Instructions
Invoke Gemini CLI for coding. Supports strict execute/plan contracts, Git-verified commits and file scope, acceptance-test traceability, and compact responses with persisted diagnostics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspacePath | Yes | Repository or workspace path. | |
| prompt | Yes | Prompt for the coding task. | |
| allowExecution | No | Must be true before invoking the tool. | |
| timeoutSeconds | No | ||
| mode | No | ||
| planApproved | No | ||
| requireCommit | No | ||
| requireCleanWorkspace | No | ||
| acceptanceCriteria | No | ||
| allowedFiles | No | ||
| model | No | The model to use for the coding task. | |
| responseDetail | No |