Skip to main content

Module modifiers

Module modifiers 

Source
Expand description

Runtime evidence modifiers applied to a Contradictory outcome’s weight before it enters the reducer.

Three orthogonal multiplicative gates:

  • surface_relevance: is the observed differential on the surface this technique tests?
  • precondition_confidence: did the request reach the layer where the technique would matter?
  • control_integrity: did the mutation preserve the intended baseline reference?

All three default to 1.0 (full evidence). When any gate zeroes, the outcome becomes Inapplicable rather than entering the reducer with a zero contribution.

Structs§

EvidenceModifiers
Multiplicative modifier triple gating Contradictory evidence weight.
ModifierResult
Modifiers plus an optional structured block reason explaining why a gate fired.

Functions§

compute_modifiers
Computes the runtime evidence modifiers for a Contradictory outcome.