• v0.11.1 f422b63bb3

    v0.11.1 Stable

    ktg released this 2026-08-13 08:54:43 +00:00 | 11 commits to main since this release

    No known key found for this signature in database

    Fixed

    • TAGS-SIGNED, the affirmative verdict, was near-unreachable. It was gated
      on findings.length === 0, so the presence of a TAG-SIGNED-PREPOLICY OK
      suppressed it — and every repo in the org has pre-policy tags. Caught by
      dogfooding the v0.11.0 release: this repo signed the first tag the check ever
      judged, and the gate did not say so.

      The status was green either way, which is what made it worth fixing rather
      than shrugging at: a reader could not tell this repo signed its new tag from
      this repo has cut no tag since the policy. Two different facts wearing one
      silence — the same defect as an exemption nobody can see, which this engine
      already refuses to ship one check over. The gate now keys the affirmative on
      the JUDGED findings only, and the two cases carry different sentences.

      Measured after: 18 repos emit both TAGS-SIGNED and TAG-SIGNED-PREPOLICY,
      3 TAG-SIGNED-NONE, still 0 ERROR and 0 WARN. 243 tests, from 241.

    Downloads