coderifts 8.4.0 → 8.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 8.5.0 - 2026-09-07
6
+
7
+ The generated check-summary reads the rulesets API when there is no classic branch protection (a ruleset-governed repo no longer reports protection_not_configured). The quickstart's Atomic example carries the issuer-grant keyring. The strict workflow template pins contract-gate at d1c348d (v0.9.0), the current gate commit.
8
+
9
+
5
10
  ## 8.4.0 - 2026-09-06
6
11
 
7
12
  ### Added
package/dist/cli.js CHANGED
@@ -3028,7 +3028,7 @@ var require_package = __commonJS({
3028
3028
  "package.json"(exports2, module2) {
3029
3029
  module2.exports = {
3030
3030
  name: "coderifts",
3031
- version: "8.4.0",
3031
+ version: "8.5.0",
3032
3032
  description: "Detect breaking API changes from the command line. Works locally or with the CodeRifts cloud API.",
3033
3033
  author: "CodeRifts <hello@coderifts.com>",
3034
3034
  license: "MIT",
@@ -231520,10 +231520,10 @@ var require_gate_pin = __commonJS({
231520
231520
  "src/generated/gate-pin.json"(exports2, module2) {
231521
231521
  module2.exports = {
231522
231522
  repo: "coderifts/contract-gate",
231523
- sha: "1fae5d2bb2b52e1e1b745e649eab8834eac45645",
231524
- tag: "v0.8.0",
231523
+ sha: "d1c348dc2047cf53de5834961563b206d7d7bbd7",
231524
+ tag: "v0.9.0",
231525
231525
  resolved_from: "https://github.com/coderifts/contract-gate refs/tags/v0",
231526
- resolved_at: "2026-09-02T07:25:19Z",
231526
+ resolved_at: "2026-09-07T07:06:00Z",
231527
231527
  note: "STRICT template pins this full commit SHA (GitHub: only a full SHA is immutable). v0 is a tag we move on every release, so it is NOT a pin. Re-run scripts/generate-gate-pin.js on each gate release; Dependabot bumps adopters."
231528
231528
  };
231529
231529
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coderifts",
3
- "version": "8.4.0",
3
+ "version": "8.5.0",
4
4
  "description": "Detect breaking API changes from the command line. Works locally or with the CodeRifts cloud API.",
5
5
  "author": "CodeRifts <hello@coderifts.com>",
6
6
  "license": "MIT",