CLI command
probierz incident resolve
Close one register entry by recording what actually repaired it.
Invocation#
probierz incident resolve --note <NOTE> <ID>Required inputs and options#
- `<id>` and `--note` are required; the note says what was done, not that it is done.
- `--run <runId>` binds the repair to the run that proves it. `PROBIERZ_ACTOR` names who resolved it.
Output and state effects#
Appends one `ai.wisent.probierz.incident-resolution.v1` line without rewriting the incident. Concurrent resolutions are serialized: exactly one can close an open incident and the other is refused. Desktop exposes the resolution note and optional verification run ID.
Exact refusals#
- The parser requires `--note`; a blank note is refused as `--note must say what closed it`.
- An unknown identifier: `no incident <id> in <path>`.
- A second resolution: `<id> was resolved at <timestamp> by <actor>`, and nothing is appended.
Source snapshot#
Generated from the Rust binaries at https://github.com/wisent-ai/probierz.git revision `c589d6917201c31f57e6a7f24522c0d50ae5bd0f`.
Combined help SHA-256: `43f0d9cd136ac2c46ec3eedb2824bd5d6168f235dea4caaa50610c005f40c84a`; binary SHA-256: `7e42c843082863ed265817de90a110a2f27546426a54d372e10009fd665a4d8e`.