fix(tracing): register waive_finding in VERBS_WITHOUT_TRACING (parity gate)

The note + task.finding_waived audit event is the durable rationale —
no journal:decision needed, mirroring declare_coverage.
This commit is contained in:
Renn F
2026-07-14 08:56:55 +02:00
committed by Renzo F
parent 5a34db2528
commit d6cdedcd22
+4
View File
@@ -430,6 +430,10 @@ VERBS_WITHOUT_TRACING: frozenset[str] = frozenset(
# sync_branch is a git-only rebase+force-push through the gate; no DB
# state change, no journal/plan rationale (mirrors open_pr).
"sync_branch",
# waive_finding is an auditor curation move: the required note is the
# rationale, captured on the ledger row + a task.finding_waived audit
# event — no task status change, no journal:decision needed.
"waive_finding",
}
)