qa_probe_label
Record feedback on endpoint diagnosis: mark expected results to suppress findings or confirm real bugs, ensuring labels are reapplied on future QA probe runs.
Instructions
Record feedback on an endpoint diagnosis so qa-probe reapplies it on future runs. Use this to teach the tool: mark a result as expected/known (suppresses the finding) or confirm it as a real bug. Example: "mark the empty GET /alerts result as expected".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Why — free text. Strongly recommended; this is the audit trail. | |
| signal | No | Optional rootCause this label applies to (e.g. "empty_db"). The label auto-revokes if the observed rootCause changes, so it can never hide a regression. Defaults to "any". | |
| verdict | Yes | One of: expected, ignore, known_gate, ok, bug, real_bug, confirm. expected/ignore/known_gate/ok SUPPRESS the finding; bug/real_bug/confirm CONFIRM it. | |
| endpoint | Yes | Endpoint key exactly as shown in the report, e.g. "GET /alerts". |