Skip to content

Loki Mode v7.102.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 16:44
Immutable release. Only release title and notes can be modified.

Trust: unknown quality-gate status can no longer read green

  • Unrecognized gate status normalized to inconclusive (autonomy/lib/proof-generator.py):
    _norm_gate_status returned an unrecognized gate status verbatim (e.g. a gate
    emitting "blocked" or a custom token). The Evidence Receipt headline only
    checks gate status against "passed" and "failed", so such a value matched
    neither and silently vanished - a gate that did not pass would not count
    against a VERIFIED headline (a fake-green vector). An unrecognized status now
    maps to "inconclusive", which lands the gate in honesty.degraded and forces an
    honest non-green headline. Known statuses are unchanged. Regression test added.