bulwark
bulwark copied to clipboard
Add a counter to the Verdict struct
There should be a counter for how many plugins contributed any degree of certainty to the decision so that plugins can know whether there was something resembling quorum or if they're gathering feedback from very few evidence sources.
The previous detail about combined decision access earlier in the lifecycle is not possible in the new API design and probably wasn't all that great an idea anyway. However counters are still relevant.
This change will break plugin compatibility due to Verdict being part of the handler interface.