@kungfu-tech/buildchain 3.0.9-alpha.0 → 3.0.9-alpha.2
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/contracts/fixtures/kfd-adopter-release-v1/kfd-4-perspective.json +16 -0
- package/contracts/fixtures/kfd-adopter-release-v1/kfd-4-replay.json +57 -0
- package/contracts/release-cut-v1.schema.json +1 -0
- package/contracts/release-train-transition-v1.schema.json +1 -0
- package/dist/site/buildchain-contract.json +27 -28
- package/dist/site/buildchain-site.json +37 -27
- package/dist/site/controller-registry.json +8 -4
- package/dist/site/kfd-claims.json +3 -3
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +7 -7
- package/dist/site/node-api-registry.json +370 -73
- package/dist/site/page-registry.json +26 -16
- package/dist/site/public-surface-audit.json +2 -2
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +11 -11
- package/dist/site/workflow-registry.json +4 -4
- package/docs/dev-delivery-warrant.md +12 -2
- package/docs/node-api-reference.md +116 -106
- package/docs/release-governance.md +5 -3
- package/docs/release-passport.md +7 -0
- package/docs/release-train.md +46 -4
- package/docs/reusable-build-surface.md +26 -9
- package/docs/runtime-train-validation.md +6 -0
- package/docs/versioning.md +3 -2
- package/package.json +1 -1
- package/packages/core/buildchain-channel-identity.js +119 -0
- package/packages/core/buildchain-compatibility-proof.js +32 -0
- package/packages/core/buildchain-contract.js +7 -0
- package/packages/core/controller-evidence.js +2 -1
- package/packages/core/dev-delivery-warrant.js +15 -4
- package/packages/core/kfd-adopter-manifest.js +3 -3
- package/packages/core/release-blocker-priority.js +192 -0
- package/packages/core/release-train.js +220 -0
- package/scripts/buildchain-channel-router.mjs +18 -2
- package/scripts/buildchain-contract-lock.mjs +11 -1
- package/scripts/check-inventory.mjs +2 -2
- package/scripts/generate-buildchain-kfd-witnesses.mjs +88 -94
- package/scripts/generate-channel-build-workflow.mjs +78 -31
- package/scripts/promotion-channel-router.mjs +5 -3
- package/scripts/release-train-self-dogfood.mjs +579 -0
- package/scripts/runtime-ref-core.mjs +4 -17
|
@@ -8003,8 +8003,8 @@
|
|
|
8003
8003
|
"workflowRegistryPath": "dist/site/workflow-registry.json",
|
|
8004
8004
|
"pageRegistryPath": "dist/site/page-registry.json",
|
|
8005
8005
|
"cliRegistryDigest": "099c0db9c5346942aee236af2cb7b6a7a91fbb2c54ebb17b7a2544a339c00d40",
|
|
8006
|
-
"workflowRegistryDigest": "
|
|
8007
|
-
"pageRegistryDigest": "
|
|
8006
|
+
"workflowRegistryDigest": "65c832629ee164235674ec4da7cd1bc47229fae1152d7487d09876d03d7ded91",
|
|
8007
|
+
"pageRegistryDigest": "adfef59fcc28508390dac4c634a65b52e49f8500545ac86fbdad1134ed480bc5"
|
|
8008
8008
|
},
|
|
8009
8009
|
"comparison": {
|
|
8010
8010
|
"missingCliRegistry": [],
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"contract": "kungfu-buildchain-publication-release-registry",
|
|
4
|
-
"generatedAt": "2026-08-
|
|
5
|
-
"publishedAt": "2026-08-
|
|
4
|
+
"generatedAt": "2026-08-11T09:59:20.000Z",
|
|
5
|
+
"publishedAt": "2026-08-11T09:59:20.000Z",
|
|
6
6
|
"reproducible": true,
|
|
7
7
|
"timestampPolicy": "ci-injected",
|
|
8
8
|
"deterministicInputs": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"declared Buildchain surface manifest contract"
|
|
20
20
|
],
|
|
21
21
|
"sourceDateEpoch": "0",
|
|
22
|
-
"sourceRevision": "
|
|
22
|
+
"sourceRevision": "dbad2f383a6ab93abd192c4edefb4689c9eebc78",
|
|
23
23
|
"timestampPolicyDetails": {
|
|
24
24
|
"contract": "kungfu-buildchain-surface-timestamp-policy",
|
|
25
25
|
"timestampFields": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"package": {
|
|
34
34
|
"name": "@kungfu-tech/buildchain",
|
|
35
|
-
"version": "3.0.9-alpha.
|
|
35
|
+
"version": "3.0.9-alpha.2",
|
|
36
36
|
"versionSource": "package.json#version"
|
|
37
37
|
},
|
|
38
38
|
"sourceKind": "package-site-bundle",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"contract": "kungfu-buildchain-site-manifest",
|
|
4
|
-
"generatedAt": "2026-08-
|
|
5
|
-
"publishedAt": "2026-08-
|
|
4
|
+
"generatedAt": "2026-08-11T09:59:20.000Z",
|
|
5
|
+
"publishedAt": "2026-08-11T09:59:20.000Z",
|
|
6
6
|
"reproducible": true,
|
|
7
7
|
"timestampPolicy": "ci-injected",
|
|
8
8
|
"deterministicInputs": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"declared Buildchain surface manifest contract"
|
|
20
20
|
],
|
|
21
21
|
"sourceDateEpoch": "0",
|
|
22
|
-
"sourceRevision": "
|
|
22
|
+
"sourceRevision": "dbad2f383a6ab93abd192c4edefb4689c9eebc78",
|
|
23
23
|
"timestampPolicyDetails": {
|
|
24
24
|
"contract": "kungfu-buildchain-surface-timestamp-policy",
|
|
25
25
|
"timestampFields": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"package": {
|
|
39
39
|
"name": "@kungfu-tech/buildchain",
|
|
40
|
-
"version": "3.0.9-alpha.
|
|
40
|
+
"version": "3.0.9-alpha.2",
|
|
41
41
|
"versionSource": "package.json#version"
|
|
42
42
|
},
|
|
43
43
|
"entrypoint": "buildchain-site.json",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"path": "docs/release-passport.md",
|
|
86
86
|
"plane": "verify",
|
|
87
87
|
"exists": true,
|
|
88
|
-
"digest": "sha256:
|
|
88
|
+
"digest": "sha256:b95c4e0ae152113f2aedb5ec6c6edfc8a86162abd796d15578fd3aac41bc92c1"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"id": "github-artifact-attestation",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"path": "docs/release-train.md",
|
|
134
134
|
"plane": "verify",
|
|
135
135
|
"exists": true,
|
|
136
|
-
"digest": "sha256:
|
|
136
|
+
"digest": "sha256:5ec5534ee48790df09c71a2578e1ca364a14dadf6ba662685ee66f78ae2589e7"
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
"id": "release-propagation",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"path": "docs/node-api-reference.md",
|
|
246
246
|
"plane": "use",
|
|
247
247
|
"exists": true,
|
|
248
|
-
"digest": "sha256:
|
|
248
|
+
"digest": "sha256:bbef23e4f489376f759e5678d61e2f07c69dfa5542f5538e14c68a0714233ea3"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"id": "build-facts",
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"path": "docs/reusable-build-surface.md",
|
|
286
286
|
"plane": "use",
|
|
287
287
|
"exists": true,
|
|
288
|
-
"digest": "sha256:
|
|
288
|
+
"digest": "sha256:8868acbf7942b0d8e5101203a4ab98b984028b90e0584ea131e1d9b0253e4344"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"id": "publish-transaction",
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
"path": "docs/release-governance.md",
|
|
326
326
|
"plane": "why",
|
|
327
327
|
"exists": true,
|
|
328
|
-
"digest": "sha256:
|
|
328
|
+
"digest": "sha256:b810461f8e688ea5a4fb3ec927a95e945cac3460c3997bbcbca417e6beb6198e"
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"id": "release-flow",
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"path": "docs/runtime-train-validation.md",
|
|
342
342
|
"plane": "verify",
|
|
343
343
|
"exists": true,
|
|
344
|
-
"digest": "sha256:
|
|
344
|
+
"digest": "sha256:f0a1cdb7fe5f72fc2ed921f1aeadbd16184dda16be3727e4193fa2af250325db"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"id": "versioning",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"path": "docs/versioning.md",
|
|
350
350
|
"plane": "why",
|
|
351
351
|
"exists": true,
|
|
352
|
-
"digest": "sha256:
|
|
352
|
+
"digest": "sha256:68934ebe8330a13376d1b71d1a875d67d2970b1036e0f185a923175ca2a257fe"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"id": "web-surface-deployments",
|
|
@@ -1961,7 +1961,7 @@
|
|
|
1961
1961
|
"status": "preview",
|
|
1962
1962
|
"owner": "buildchain-workflows",
|
|
1963
1963
|
"maturity": "preview",
|
|
1964
|
-
"introducedVersion": "3.0.9-alpha.
|
|
1964
|
+
"introducedVersion": "3.0.9-alpha.2",
|
|
1965
1965
|
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1966
1966
|
"deprecationReplacement": "",
|
|
1967
1967
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
@@ -1982,7 +1982,7 @@
|
|
|
1982
1982
|
"status": "preview",
|
|
1983
1983
|
"owner": "buildchain-workflows",
|
|
1984
1984
|
"maturity": "preview",
|
|
1985
|
-
"introducedVersion": "3.0.9-alpha.
|
|
1985
|
+
"introducedVersion": "3.0.9-alpha.2",
|
|
1986
1986
|
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1987
1987
|
"deprecationReplacement": "",
|
|
1988
1988
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
@@ -2003,7 +2003,7 @@
|
|
|
2003
2003
|
"status": "preview",
|
|
2004
2004
|
"owner": "buildchain-workflows",
|
|
2005
2005
|
"maturity": "preview",
|
|
2006
|
-
"introducedVersion": "3.0.9-alpha.
|
|
2006
|
+
"introducedVersion": "3.0.9-alpha.2",
|
|
2007
2007
|
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2008
2008
|
"deprecationReplacement": "",
|
|
2009
2009
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
@@ -2053,7 +2053,7 @@
|
|
|
2053
2053
|
"status": "preview",
|
|
2054
2054
|
"owner": "buildchain-workflows",
|
|
2055
2055
|
"maturity": "preview",
|
|
2056
|
-
"introducedVersion": "3.0.9-alpha.
|
|
2056
|
+
"introducedVersion": "3.0.9-alpha.2",
|
|
2057
2057
|
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2058
2058
|
"deprecationReplacement": "",
|
|
2059
2059
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
@@ -8,11 +8,11 @@ confidence: high
|
|
|
8
8
|
sensitivity: public
|
|
9
9
|
evidence_grade: A
|
|
10
10
|
review_state: unreviewed
|
|
11
|
-
last_reviewed: 2026-08-
|
|
11
|
+
last_reviewed: 2026-08-11
|
|
12
12
|
ai_provenance:
|
|
13
13
|
model_family: GPT-5
|
|
14
14
|
product: Codex
|
|
15
|
-
generated_at: 2026-08-
|
|
15
|
+
generated_at: 2026-08-11
|
|
16
16
|
invisible_context: not asserted
|
|
17
17
|
---
|
|
18
18
|
|
|
@@ -63,6 +63,16 @@ The queue does not infer an emergency: callers must choose it explicitly under
|
|
|
63
63
|
their reviewed policy. Delivery classes are `non-native-fast`,
|
|
64
64
|
`native-proof-required`, `cross-platform`, and `release`.
|
|
65
65
|
|
|
66
|
+
A release-blocker candidate may additionally carry a rooted priority claim
|
|
67
|
+
created from a settled Release Train dual landing. The claim binds the exact
|
|
68
|
+
Assignment, Initiative, repair, prior and successor cuts, candidate generation,
|
|
69
|
+
cut candidate, Dev head, semantic patch, both landing evidence roots, and
|
|
70
|
+
publication gate. Only a claim whose repository, protected base, Work roots,
|
|
71
|
+
head, patch, and claim root match the queued candidate enters the blocker lane.
|
|
72
|
+
That lane outranks not-yet-leased ordinary work, but never preempts or rewrites
|
|
73
|
+
an active Warrant; unrelated, conflicted, mismatched, or fabricated claims fail
|
|
74
|
+
closed before selection.
|
|
75
|
+
|
|
66
76
|
## Split proof authority
|
|
67
77
|
|
|
68
78
|
Source Qualification Proof is independent of the moving dev base. It binds the
|