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 `f40fa7ed94a028b56b5a59342eaf55982ba5cf7d`.
Combined help SHA-256: `04bab0ac1e9691119efcb70627b534a73431f51bb44ed8ba81d93cc10afd6569`; binary SHA-256: `08424ee2465261eafaa112d13ef05a20ce1fe1b6479e896341e22fbc55e61d3e`.