mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
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:
@@ -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",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user