@kungfu-tech/buildchain 2.14.18-alpha.2 → 2.14.18-alpha.3

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.
@@ -89,10 +89,11 @@ tries to apply that commit directly. If GitHub still rejects release
89
89
  finalization bookkeeping, Buildchain creates or reuses a same-repository
90
90
  `buildchain/version-state/*` PR based on the current target channel head and
91
91
  returns `finalization-needed=true`; a later idempotent promotion run can resume
92
- from the durable transaction state. Strict alpha promotion still fails with a
93
- configuration diagnostic instead of opening a post-publish human PR. Reusable
94
- wrapper callers should allow `checks: write` so the generated checks are owned by
95
- GitHub Actions and matches the managed branch protection rule.
92
+ from the durable transaction state. Strict alpha uses the same protected
93
+ version-state PR recovery for its target and dev bookkeeping, and does not move
94
+ tags until those provider-enforced transactions land. Reusable wrapper callers
95
+ should allow `checks: write` so the generated checks are owned by GitHub Actions
96
+ and match the managed branch protection rule.
96
97
 
97
98
  Stable promotion also protects concurrent development work. The reusable
98
99
  wrapper checks out the exact current `dev/vN/vN.M` head as a reconciliation
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "name": "Buildchain",
6
6
  "package": "@kungfu-tech/buildchain",
7
- "version": "2.14.18-alpha.2",
7
+ "version": "2.14.18-alpha.3",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "majorLine": "v2",
@@ -641,7 +641,7 @@
641
641
  "manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
642
642
  ],
643
643
  "breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
644
- "auditDigest": "sha256:06b0ce651bca9d9f9cd53bf734f391bb55851945c8049fb854d881676d0d025a"
644
+ "auditDigest": "sha256:79677fecc366c7769100648324a597456e03e91768a5e16570a3ce3c171d8e84"
645
645
  },
646
646
  {
647
647
  "contractVersion": 1,
@@ -3126,5 +3126,5 @@
3126
3126
  }
3127
3127
  ],
3128
3128
  "compatibilityDigest": "sha256:df13c3b8066068925ce847b31002201d533034d10d342542422db3a665c10475",
3129
- "contractDigest": "sha256:b68d06cff4de41052d18b13e7c7af9890331a4e8fa626bb452f48c912a9a1ba1"
3129
+ "contractDigest": "sha256:4e538fc6bc877664f5f9786cef16ea326fd735ad5b3404ba5b25541411ed0949"
3130
3130
  }