repopilot_finish_step
Close a running step with a terminal outcome and evidence-backed summary after the skill stops, rejecting conflicting statuses.
Instructions
Finish a running RepoPilot Step with an explicit terminal outcome and evidence-backed summary. Use only after the associated Skill has stopped; do not use it to update a Step that is still running. Repeating the same status and summary is idempotent, while a conflicting terminal result is rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Terminal outcome for the running Step; a conflicting second outcome is rejected. | |
| stepId | Yes | UUID returned by repopilot_start_step. | |
| summary | Yes | Evidence-backed completion summary without credentials or other secrets. |