record_pin_verification
Logs the result of automated post-deploy verification on a pin, confirming if a fix is verified, regressed, or inconclusive.
Instructions
Record the outcome of Pincushion AI's post-deploy verification on a resolved pin. Called by the critic subagent after running auto-critique on a fresh deploy. Lets stakeholders see "Pincushion AI verified this fix" (or regressed/inconclusive) directly on the pin in the dashboard, closing the "did my feedback actually ship correctly?" loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional plain-text verification notes (up to 2KB) explaining the verdict. | |
| status | Yes | "verified" — fix is in place, no regressions. "regressed" — the fix introduced a new issue. "inconclusive" — couldn't determine outcome (e.g. element gone, page errored). "pending" — explicit reset. | |
| verifiedAt | No | Optional ISO timestamp. Defaults to now. | |
| annotationId | Yes | The pin ID being verified |