verify_claimed_actions
Check claimed coding actions against the local Git working tree, rejecting ghost claims before completion. Forces missing work to be executed or admitted for accurate summaries.
Instructions
Verify a list of claimed coding actions against the local Git working tree before reporting completion. Call this with every file you claim to have created, edited, deleted, or every package you claim to have installed. Ghost claims are a hard rejection: you must execute the missing work or admit failure before the user sees a completion summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claims | Yes | Actions you claim to have completed, e.g. ["updated src/index.ts", "created README.md", "installed lodash"] |