@kungfu-tech/buildchain 4.0.1-alpha.3 → 4.0.1-alpha.4
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/architecture/v4-delivery-warrant-shadow-fixtures.json +15 -6
- package/dist/site/buildchain-contract.json +7 -7
- package/dist/site/buildchain-site.json +9 -9
- package/dist/site/kfd-claims.json +2 -2
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +1 -1
- package/dist/site/node-api-registry.json +8 -8
- package/dist/site/page-registry.json +4 -4
- package/dist/site/public-surface-audit.json +2 -2
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +5 -5
- package/dist/site/workflow-registry.json +4 -4
- package/docs/dev-delivery-warrant.md +8 -4
- package/docs/node-api-reference.md +6 -6
- package/package.json +1 -1
- package/packages/core/dev-delivery-process-boundary.js +1 -2
- package/packages/core/dev-delivery-warrant-state.js +4 -5
- package/packages/core/dev-delivery-warrant.js +1 -0
- package/scripts/check-v4-floating-consumer-policy-contract.mjs +1 -1
- package/scripts/dev-pr-auto-merge.mjs +1 -1
- package/scripts/release-train-self-dogfood.mjs +94 -92
- package/templates/native-dev-delivery.yml +2 -0
|
@@ -25,19 +25,24 @@
|
|
|
25
25
|
"id": "submit-101",
|
|
26
26
|
"operation": "submit",
|
|
27
27
|
"pullRequestNumber": 101,
|
|
28
|
+
"overrides": { "deliveryClass": "non-native-fast" },
|
|
28
29
|
"now": "2026-08-07T00:00:01Z"
|
|
29
30
|
},
|
|
30
31
|
{
|
|
31
32
|
"id": "submit-102",
|
|
32
33
|
"operation": "submit",
|
|
33
34
|
"pullRequestNumber": 102,
|
|
34
|
-
"overrides": {
|
|
35
|
+
"overrides": {
|
|
36
|
+
"deliveryClass": "non-native-fast",
|
|
37
|
+
"priority": "expedited"
|
|
38
|
+
},
|
|
35
39
|
"now": "2026-08-07T00:00:02Z"
|
|
36
40
|
},
|
|
37
41
|
{
|
|
38
42
|
"id": "duplicate-101",
|
|
39
43
|
"operation": "submit",
|
|
40
44
|
"pullRequestNumber": 101,
|
|
45
|
+
"overrides": { "deliveryClass": "non-native-fast" },
|
|
41
46
|
"now": "2026-08-07T00:00:03Z"
|
|
42
47
|
},
|
|
43
48
|
{
|
|
@@ -61,7 +66,7 @@
|
|
|
61
66
|
"now": "2026-08-07T00:02:00Z"
|
|
62
67
|
}
|
|
63
68
|
],
|
|
64
|
-
"expectedLegacyProjectionRoot": "sha256:
|
|
69
|
+
"expectedLegacyProjectionRoot": "sha256:da58eec588414e16781ffad1b92d3733b207b43e2c7846f6b659c71b150d964d"
|
|
65
70
|
},
|
|
66
71
|
{
|
|
67
72
|
"id": "lease-expiry-and-stale-fence",
|
|
@@ -91,6 +96,7 @@
|
|
|
91
96
|
"id": "submit-successor",
|
|
92
97
|
"operation": "submit",
|
|
93
98
|
"pullRequestNumber": 121,
|
|
99
|
+
"overrides": { "deliveryClass": "non-native-fast" },
|
|
94
100
|
"now": "2026-08-07T01:00:02Z"
|
|
95
101
|
},
|
|
96
102
|
{
|
|
@@ -128,7 +134,7 @@
|
|
|
128
134
|
"now": "2026-08-07T01:02:03Z"
|
|
129
135
|
}
|
|
130
136
|
],
|
|
131
|
-
"expectedLegacyProjectionRoot": "sha256:
|
|
137
|
+
"expectedLegacyProjectionRoot": "sha256:24cf52c9108393b268cb40943f540c0e9a000a782e59251e3a9b6d5a63c1eb06"
|
|
132
138
|
},
|
|
133
139
|
{
|
|
134
140
|
"id": "settlement-idempotence",
|
|
@@ -152,6 +158,7 @@
|
|
|
152
158
|
"id": "submit",
|
|
153
159
|
"operation": "submit",
|
|
154
160
|
"pullRequestNumber": 150,
|
|
161
|
+
"overrides": { "deliveryClass": "non-native-fast" },
|
|
155
162
|
"now": "2026-08-07T02:00:02Z"
|
|
156
163
|
},
|
|
157
164
|
{
|
|
@@ -176,7 +183,7 @@
|
|
|
176
183
|
"now": "2026-08-07T02:02:00Z"
|
|
177
184
|
}
|
|
178
185
|
],
|
|
179
|
-
"expectedLegacyProjectionRoot": "sha256:
|
|
186
|
+
"expectedLegacyProjectionRoot": "sha256:60fead53ff605fcd81934e6d752ea5f2b4951c57addcec1c1df87fb6dec9b7ba"
|
|
180
187
|
},
|
|
181
188
|
{
|
|
182
189
|
"id": "queued-cancellation-idempotence",
|
|
@@ -191,6 +198,7 @@
|
|
|
191
198
|
"id": "submit",
|
|
192
199
|
"operation": "submit",
|
|
193
200
|
"pullRequestNumber": 151,
|
|
201
|
+
"overrides": { "deliveryClass": "non-native-fast" },
|
|
194
202
|
"now": "2026-08-07T03:00:01Z"
|
|
195
203
|
},
|
|
196
204
|
{
|
|
@@ -210,7 +218,7 @@
|
|
|
210
218
|
"now": "2026-08-07T03:00:03Z"
|
|
211
219
|
}
|
|
212
220
|
],
|
|
213
|
-
"expectedLegacyProjectionRoot": "sha256:
|
|
221
|
+
"expectedLegacyProjectionRoot": "sha256:7000f721d975b379c0f321d935ab70e38589229a691517a3c41d2b1330fd3796"
|
|
214
222
|
},
|
|
215
223
|
{
|
|
216
224
|
"id": "cas-response-loss-provider-conflict",
|
|
@@ -225,6 +233,7 @@
|
|
|
225
233
|
"id": "submit",
|
|
226
234
|
"operation": "submit",
|
|
227
235
|
"pullRequestNumber": 160,
|
|
236
|
+
"overrides": { "deliveryClass": "non-native-fast" },
|
|
228
237
|
"now": "2026-08-07T04:00:01Z"
|
|
229
238
|
},
|
|
230
239
|
{
|
|
@@ -244,7 +253,7 @@
|
|
|
244
253
|
},
|
|
245
254
|
{ "id": "provider-stop", "operation": "provider-conflict" }
|
|
246
255
|
],
|
|
247
|
-
"expectedLegacyProjectionRoot": "sha256:
|
|
256
|
+
"expectedLegacyProjectionRoot": "sha256:c616a8278ace8ece6933987cf9559ca53d4e2fba0e937664c2770464800cff04"
|
|
248
257
|
}
|
|
249
258
|
]
|
|
250
259
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "4.0.1-alpha.
|
|
7
|
+
"version": "4.0.1-alpha.4",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v4",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"retryable GitHub fallback fetches use a bounded attempt budget before exact source SHA and tree verification"
|
|
53
53
|
],
|
|
54
54
|
"breakingDigest": "sha256:dfbedd543ae0c067982b5c8c02d98dd2f7f7df88752be97fb330da6b0ba30faa",
|
|
55
|
-
"auditDigest": "sha256:
|
|
55
|
+
"auditDigest": "sha256:3ece8acdaf1586998a6afc7315115e732eed7b0ed98bfcefa347cd935bae2026"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"contractVersion": 1,
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"durable consumers call the public floating workflow and may route a train or exact runtime only through trusted non-persistent dispatch input"
|
|
175
175
|
],
|
|
176
176
|
"breakingDigest": "sha256:21b65d0746d2e8b3e8a7df4c6fab295a85c8fd42cc405ec3bc5df5cdab0421f0",
|
|
177
|
-
"auditDigest": "sha256:
|
|
177
|
+
"auditDigest": "sha256:f6e6e46ce563d76c5c96af9f6296883f01e317210f6dfcf4317f3a10b2977b77"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"contractVersion": 1,
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
876
876
|
],
|
|
877
877
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
878
|
-
"auditDigest": "sha256:
|
|
878
|
+
"auditDigest": "sha256:4014b051c52065d7eb6e1303c2563419a64b9c785c8243e9b07a6a5971c1abaf"
|
|
879
879
|
},
|
|
880
880
|
{
|
|
881
881
|
"contractVersion": 1,
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
898
898
|
],
|
|
899
899
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
900
|
-
"auditDigest": "sha256:
|
|
900
|
+
"auditDigest": "sha256:51e72da489094ade9164a55fbd983f57bde3abe35c37ddd49a264e2a947f9140"
|
|
901
901
|
},
|
|
902
902
|
{
|
|
903
903
|
"contractVersion": 1,
|
|
@@ -1576,7 +1576,7 @@
|
|
|
1576
1576
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1577
1577
|
],
|
|
1578
1578
|
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb",
|
|
1579
|
-
"auditDigest": "sha256:
|
|
1579
|
+
"auditDigest": "sha256:3ece8acdaf1586998a6afc7315115e732eed7b0ed98bfcefa347cd935bae2026"
|
|
1580
1580
|
},
|
|
1581
1581
|
{
|
|
1582
1582
|
"contractVersion": 1,
|
|
@@ -3943,5 +3943,5 @@
|
|
|
3943
3943
|
}
|
|
3944
3944
|
],
|
|
3945
3945
|
"compatibilityDigest": "sha256:c8407195cafe42cb62ac2a4f5ff5b2c3f9b8aa65c27cc678efd46240cb3f0ecc",
|
|
3946
|
-
"contractDigest": "sha256:
|
|
3946
|
+
"contractDigest": "sha256:e2e0bea1a4f70b69ec848e386126eed791e837145be53c3fbe6045cbd293f195"
|
|
3947
3947
|
}
|