Accept findings
acceptMark review findings as accepted by key and reason, stopping their count in the review. Optionally prune orphaned acceptances when findings are gone.
Instructions
Mark findings of check_layout, ergonomics, electrical or plumbing as looked at, by the key the review gives: accept=[[key, reason]] — they stay in their review with the reason and stop counting (score, pendencies, dry runs); an empty reason takes one back. prune=true drops every acceptance whose finding is gone (the reviews list them as orphaned). One undoable step. Reply ok, with accepted and removed counts; read the review again to see it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prune | No | Drop every acceptance whose finding is gone — the `orphaned` the reviews list — from all of them at once | |
| accept | No | `[[key, reason]]`, key as the review names it (`check_layout`, ergonomics, electrical, plumbing): it keeps showing there with the reason and stops counting. An empty reason takes it back |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | No | Plan version written to, when there are several | |
| ok | Yes | Always true | |
| ids | No | Ids created or touched | |
| rev | No | Plan revision | |
| text | Yes | The reply as written | |
| removed | No | Acceptances removed | |
| accepted | No | Findings accepted |