review_verdict
Record a verdict against a registered review item, replacing any prior answer. Free-text verdict with optional note, refusing unregistered names.
Instructions
Record a verdict against a review item registered by review_add.
verdict is a free string, not an enum — past review rounds answered
yes/no, "loop"/"hold", or a specific choice by name, and a fixed
vocabulary would misfit whichever question the next round is actually
asking.
Refuses a name review_add has not registered. Calling it again for
the same item replaces that item's answer rather than appending one,
so a round holds one verdict per item, with the time it was recorded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The registered item being answered. An unregistered name is refused. | |
| note | No | Anything to record beside the verdict. | |
| path | No | The project directory to act on. Omit it — the usual case — when this server is bound to a project (started as `proofcut -C DIR mcp`, or inside a project; `ping` says which): it then resolves to that one bound project, a relative path resolves against it, and a path outside it is refused by name. Unbound, `path` is the whole address and omitting it refuses rather than guessing. | |
| verdict | Yes | The answer, as free text rather than an enum — past rounds answered yes/no, loop/hold, or a specific choice by name, and a fixed vocabulary would misfit whichever question the next round asks. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||