mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-20 17:48:47 +00:00
Make approval urgency sorting deterministic
This commit is contained in:
parent
8061670b10
commit
8b3ff78ec6
3 changed files with 101 additions and 8 deletions
|
|
@ -781,6 +781,9 @@ approval consumers must treat the approval queue as `soonest expiry first`,
|
|||
then higher risk, then older request time, rather than inheriting raw API
|
||||
order. Approval-linked findings must follow that same ordering so multi-approval
|
||||
`Review` actions jump to the most urgent finding instead of an arbitrary one.
|
||||
Malformed or missing approval timestamps must sort after valid timestamps and
|
||||
must not produce non-deterministic comparator results in the shared urgency
|
||||
utility.
|
||||
Patrol fix approvals also inherit the unified action-governance preflight
|
||||
contract: queued fixes must keep their plan-level dry-run availability, safety
|
||||
checks, verification steps, approval policy, and action id in the shared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue