@kungfu-tech/buildchain 4.0.1-alpha.42 → 4.0.1-alpha.54

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.
Files changed (68) hide show
  1. package/architecture/agent-change-map.md +1015 -0
  2. package/architecture/ci-lane-change-budget.json +17 -0
  3. package/architecture/internal-capabilities.json +156 -11
  4. package/architecture/maintainability-debt.json +3229 -0
  5. package/architecture/maintainability-policy.json +474 -125
  6. package/architecture/v3-core-mechanism-inventory.json +4 -3
  7. package/architecture/v3-v4-capability-closure.md +59 -0
  8. package/architecture/v3-v4-live-capability-inventory.json +102404 -0
  9. package/architecture/v4-cross-platform-adopter-qualification.json +52 -0
  10. package/architecture/v4-delivery-warrant-shadow-fixtures.json +3 -3
  11. package/architecture/v4-runtime-semantic-closure.json +710 -0
  12. package/bin/internal/trust-release-release-handlers.mjs +5 -0
  13. package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
  14. package/dist/site/buildchain-contract.json +71 -31
  15. package/dist/site/buildchain-site.json +38 -18
  16. package/dist/site/capability-registry.json +2 -2
  17. package/dist/site/cli-registry.json +5 -2
  18. package/dist/site/controller-registry.json +37 -5
  19. package/dist/site/kfd-claims.json +76 -14
  20. package/dist/site/kfd-upstream-aggregate.json +1 -1
  21. package/dist/site/manual-registry.json +4 -4
  22. package/dist/site/node-api-registry.json +1168 -203
  23. package/dist/site/page-registry.json +30 -10
  24. package/dist/site/public-surface-audit.json +46 -17
  25. package/dist/site/publication-registry.json +4 -4
  26. package/dist/site/release-provenance.json +3 -0
  27. package/dist/site/site-manifest.json +8 -8
  28. package/dist/site/workflow-registry.json +47 -18
  29. package/docs/cli-reference.md +4 -4
  30. package/docs/dev-delivery-warrant.md +12 -9
  31. package/docs/node-api-reference.md +224 -169
  32. package/docs/publish-transaction.md +11 -4
  33. package/docs/v4-adopter-delivery.md +23 -4
  34. package/package.json +6 -3
  35. package/packages/core/adopter-delivery-passport.js +36 -0
  36. package/packages/core/dev-delivery-warrant-settlement.js +5 -1
  37. package/packages/core/dev-delivery-warrant.js +13 -4
  38. package/packages/core/github-governance-authority.js +4 -4
  39. package/packages/core/paper-scaffold-content.js +401 -0
  40. package/packages/core/paper.js +12 -378
  41. package/packages/core/publication-control-plane-audit.js +135 -111
  42. package/packages/core/publication-rehearsal-projection.js +104 -0
  43. package/packages/core/publication-rehearsal-runtime.js +190 -0
  44. package/packages/core/release-candidate-recovery.js +1 -0
  45. package/packages/core/release-passport.js +82 -184
  46. package/packages/core/v4-cross-platform-adopter-qualification.js +343 -0
  47. package/packages/core/v4-floating-consumer-policy.js +3 -2
  48. package/packages/core/v4-floating-consumer-release-passport.js +119 -0
  49. package/scripts/audit-publication-control-plane.mjs +17 -17
  50. package/scripts/buildchain-cli-help.mjs +3 -0
  51. package/scripts/check-internal-architecture.mjs +23 -3
  52. package/scripts/check-inventory.mjs +21 -3
  53. package/scripts/check-maintainability.mjs +145 -4
  54. package/scripts/check-v3-v4-capability-inventory.mjs +574 -0
  55. package/scripts/check-v4-floating-consumer-policy-contract.mjs +10 -3
  56. package/scripts/check-v4-runtime-semantic-closure.mjs +266 -0
  57. package/scripts/generate-agent-change-map.mjs +118 -0
  58. package/scripts/maintainability-domain-metrics.mjs +237 -0
  59. package/scripts/maintainability-governance.mjs +473 -0
  60. package/scripts/maintainability-metrics.mjs +28 -6
  61. package/scripts/promotion-routing-evidence.mjs +35 -6
  62. package/scripts/release-line-policy.mjs +25 -15
  63. package/scripts/release-tail.mjs +19 -2
  64. package/scripts/resume-from-candidate-run.mjs +1 -1
  65. package/scripts/run-lifecycle-core.mjs +341 -376
  66. package/scripts/site-capability-metadata.mjs +3 -0
  67. package/scripts/v3-v4-capability-catalog.mjs +439 -0
  68. package/scripts/v4-cross-platform-adopter-qualification.mjs +228 -0
@@ -0,0 +1,1015 @@
1
+ <!-- Generated by scripts/generate-agent-change-map.mjs. Do not edit directly. -->
2
+ # Agent Change Map
3
+
4
+ Use this index to identify the smallest implementation, contract, test, generated-output, and validation surface for a capability change. The machine-readable source of truth is `architecture/internal-capabilities.json`.
5
+
6
+ ## Governed complexity debt routes
7
+
8
+ Owner: Buildchain architecture maintainers
9
+
10
+ Capability: `maintainability-governance`
11
+
12
+ Invariant: Every over-default surface remains exactly measured, owned, mapped, and unable to widen.
13
+
14
+ Tests: `tests/maintainability.test.mjs`, `tests/maintainability-governance.test.mjs`
15
+
16
+ Safe change route: Reduce one owned responsibility behind the stable facade, run focused differential tests, regenerate this map, and lower the exact ceiling.
17
+
18
+ ### Oversized surfaces
19
+
20
+ - sources: `actions/macos-credential-island/index.js`
21
+ - sources: `actions/macos-credential-island/lib.js`
22
+ - sources: `actions/promote-buildchain-ref/index.js`
23
+ - sources: `actions/promote-buildchain-ref/internal/durable-transaction-operations.js`
24
+ - sources: `actions/promote-buildchain-ref/internal/durable-transaction-store.js`
25
+ - sources: `actions/promote-buildchain-ref/internal/version-state-operations.js`
26
+ - sources: `actions/promote-buildchain-ref/lib.js`
27
+ - sources: `bin/buildchain.mjs`
28
+ - sources: `packages/core/artifact-passport.js`
29
+ - sources: `packages/core/artifact-verification-envelope.js`
30
+ - sources: `packages/core/buildchain-config.js`
31
+ - sources: `packages/core/buildchain-contract.js`
32
+ - sources: `packages/core/buildchain-kfd-claims.js`
33
+ - sources: `packages/core/dev-delivery-execution-transfer.js`
34
+ - sources: `packages/core/dev-delivery-native-proof.js`
35
+ - sources: `packages/core/dev-delivery-process-boundary.js`
36
+ - sources: `packages/core/diagnostics.js`
37
+ - sources: `packages/core/engineering-housekeeper-github.js`
38
+ - sources: `packages/core/github-artifact-attestation.js`
39
+ - sources: `packages/core/github-governance-authority.js`
40
+ - sources: `packages/core/index.js`
41
+ - sources: `packages/core/issue-reporting.js`
42
+ - sources: `packages/core/kfd-gate.js`
43
+ - sources: `packages/core/kfd-product-gates.js`
44
+ - sources: `packages/core/kfd.js`
45
+ - sources: `packages/core/kfd3-surface-register.js`
46
+ - sources: `packages/core/next-development-controller.js`
47
+ - sources: `packages/core/next-development-transition.js`
48
+ - sources: `packages/core/paper-npm-bootstrap.js`
49
+ - sources: `packages/core/paper.js`
50
+ - sources: `packages/core/publication-artifact.js`
51
+ - sources: `packages/core/publication-authority.js`
52
+ - sources: `packages/core/publication-reproducibility.js`
53
+ - sources: `packages/core/publish-transaction.js`
54
+ - sources: `packages/core/readme-badges.js`
55
+ - sources: `packages/core/release-candidate.js`
56
+ - sources: `packages/core/release-passport.js`
57
+ - sources: `packages/core/release-tail-provider-plane.js`
58
+ - sources: `packages/core/release-train.js`
59
+ - sources: `packages/core/stable-release-gate.js`
60
+ - sources: `packages/core/v4-runtime-ref-resume-authority.js`
61
+ - sources: `scripts/audit-github-governance.mjs`
62
+ - sources: `scripts/audit-publication-control-plane.mjs`
63
+ - sources: `scripts/auditable-demo.mjs`
64
+ - sources: `scripts/build-contract-core.mjs`
65
+ - sources: `scripts/check-inventory.mjs`
66
+ - sources: `scripts/check-maintainability.mjs`
67
+ - sources: `scripts/dev-alpha-candidate-patrol.mjs`
68
+ - sources: `scripts/dev-delivery-authority.mjs`
69
+ - sources: `scripts/dev-delivery-two-phase.mjs`
70
+ - sources: `scripts/dev-delivery-warrant-options.mjs`
71
+ - sources: `scripts/dev-pr-auto-merge.mjs`
72
+ - sources: `scripts/finalize-native-artifact-signing-result.mjs`
73
+ - sources: `scripts/generate-channel-promotion-workflow.mjs`
74
+ - sources: `scripts/generate-site-bundle.mjs`
75
+ - sources: `scripts/infra-contract-core.mjs`
76
+ - sources: `scripts/infra-contract.mjs`
77
+ - sources: `scripts/locked-source-checkout.mjs`
78
+ - sources: `scripts/maintainability-domain-metrics.mjs`
79
+ - sources: `scripts/paper.mjs`
80
+ - sources: `scripts/publication-commit-evidence.mjs`
81
+ - sources: `scripts/reconcile-github-governance.mjs`
82
+ - sources: `scripts/release-candidate-resolver.mjs`
83
+ - sources: `scripts/release-line-policy.mjs`
84
+ - sources: `scripts/resume-from-candidate-run.mjs`
85
+ - sources: `scripts/run-lifecycle-core.mjs`
86
+ - sources: `scripts/stable-candidate-patrol.mjs`
87
+ - sources: `scripts/stable-release-gate.mjs`
88
+ - sources: `scripts/v4-architecture.mjs`
89
+ - sources: `scripts/v4-warrant-shadow-plan.mjs`
90
+ - sources: `scripts/web-surface-core.mjs`
91
+ - sources: `scripts/web-surface-production-release-pr.mjs`
92
+ - sources: `scripts/web-surface.mjs`
93
+ - sources: `actions/promote-buildchain-ref/internal/promotion-operations.js`
94
+ - rust: `crates/buildchain-v4-bridge/src/main.rs`
95
+ - rust: `crates/buildchain-v4-contracts/src/main.rs`
96
+ - rust: `crates/buildchain-v4-contracts/src/provider_operation_journal.rs`
97
+ - rust: `crates/buildchain-v4-contracts/src/provider_operation_journal/fold.rs`
98
+ - rust: `crates/buildchain-v4-contracts/src/warrant.rs`
99
+ - rust: `crates/buildchain-v4-contracts/src/warrant/decision.rs`
100
+ - tests: `tests/auditable-demo-platform.test.mjs`
101
+ - tests: `tests/auditable-demo.test.mjs`
102
+ - tests: `tests/aws-windows-jit-controller.test.mjs`
103
+ - tests: `tests/build-surface-promotion.test.mjs`
104
+ - tests: `tests/build-surface.test.mjs`
105
+ - tests: `tests/buildchain-config.test.mjs`
106
+ - tests: `tests/cli.test.mjs`
107
+ - tests: `tests/dev-alpha-candidate-patrol.test.mjs`
108
+ - tests: `tests/dev-delivery-authority.test.mjs`
109
+ - tests: `tests/dev-delivery-process-boundary.test.mjs`
110
+ - tests: `tests/dev-delivery-warrant-command.test.mjs`
111
+ - tests: `tests/dev-delivery-warrant.test.mjs`
112
+ - tests: `tests/dev-pr-auto-merge.test.mjs`
113
+ - tests: `tests/github-governance-authority.test.mjs`
114
+ - tests: `tests/infra-contract.test.mjs`
115
+ - tests: `tests/macos-credential-island.test.mjs`
116
+ - tests: `tests/native-artifact-signing-authority.test.mjs`
117
+ - tests: `tests/paper.test.mjs`
118
+ - tests: `tests/promote-buildchain-ref-governance.test.mjs`
119
+ - tests: `tests/promote-buildchain-ref.test.mjs`
120
+ - tests: `tests/publication-authority.test.mjs`
121
+ - tests: `tests/publish-transaction.test.mjs`
122
+ - tests: `tests/release-candidate-recovery.test.mjs`
123
+ - tests: `tests/release-candidate.test.mjs`
124
+ - tests: `tests/release-passport.test.mjs`
125
+ - tests: `tests/release-propagation.test.mjs`
126
+ - tests: `tests/v4-delivery-authority-parity.test.mjs`
127
+ - tests: `tests/v4-floating-consumer-policy-contract.test.mjs`
128
+ - tests: `tests/v4-floating-consumer-policy.test.mjs`
129
+ - tests: `tests/v4-publication-rehearsal.test.mjs`
130
+ - tests: `tests/web-surface.test.mjs`
131
+ - tests: `tests/build-surface-reusable-build.test.mjs`
132
+ - tests: `tests/build-surface-reusable-build-signing.test.mjs`
133
+ - tests: `tests/build-surface-reusable-build-artifacts.test.mjs`
134
+ - tests: `tests/promote-buildchain-ref-durable-recovery.test.mjs`
135
+ - tests: `tests/promote-buildchain-ref-major-promotion.test.mjs`
136
+ - tests: `tests/promote-buildchain-ref-recovery-alpha-finalization.test.mjs`
137
+ - tests: `tests/promote-buildchain-ref-recovery-release-reconciliation.test.mjs`
138
+ - workflows: `.github/workflows/.build.yml`
139
+ - workflows: `.github/workflows/.gate-profile.yml`
140
+ - workflows: `.github/workflows/.publication-authority.yml`
141
+ - workflows: `.github/workflows/.release-candidate-promote.yml`
142
+ - workflows: `.github/workflows/.release-verify.yml`
143
+ - workflows: `.github/workflows/.web-surface.yml`
144
+ - workflows: `.github/workflows/build.yml`
145
+ - workflows: `.github/workflows/check.yml`
146
+ - workflows: `.github/workflows/dev-pr-auto-merge.yml`
147
+ - workflows: `.github/workflows/paper-release-sealed.yml`
148
+ - workflows: `.github/workflows/paper-release.yml`
149
+ - workflows: `.github/workflows/publication-artifact.yml`
150
+ - workflows: `.github/workflows/release-candidate-promote.yml`
151
+ - workflows: `.github/workflows/release-propagation.yml`
152
+
153
+ ### Current top twenty maintenance hotspots
154
+
155
+ - `tests/v3-v4-capability-inventory.test.mjs`
156
+ - `tests/v4-floating-consumer-policy-contract.test.mjs`
157
+ - `.github/workflows/v4-adopter-delivery.yml`
158
+ - `.github/workflows/buildchain-ref-promotion.yml`
159
+ - `tests/release-candidate-recovery.test.mjs`
160
+ - `.github/workflows/.release-candidate-promote.yml`
161
+ - `tests/build-surface-promotion.test.mjs`
162
+ - `.github/workflows/buildchain-ref-promotion-recovery.yml`
163
+ - `tests/build-surface.test.mjs`
164
+ - `tests/internal-architecture.test.mjs`
165
+ - `scripts/resume-from-candidate-run.mjs`
166
+ - `scripts/check-v3-v4-capability-inventory.mjs`
167
+ - `.github/workflows/release-candidate-promote.yml`
168
+ - `actions/promote-buildchain-ref/lib.js`
169
+ - `scripts/check-inventory.mjs`
170
+ - `tests/promote-buildchain-ref.test.mjs`
171
+ - `tests/promotion-channel-router.test.mjs`
172
+ - `scripts/site-capability-metadata.mjs`
173
+ - `tests/v4-floating-consumer-policy.test.mjs`
174
+ - `scripts/buildchain-cli-help.mjs`
175
+ - `scripts/check-v4-floating-consumer-policy-contract.mjs`
176
+ - `tests/dev-delivery-warrant.test.mjs`
177
+ - `actions/promote-buildchain-ref/internal/version-state.js`
178
+ - `packages/core/v4-floating-consumer-policy.js`
179
+ - `packages/core/v4-floating-consumer-release-passport.js`
180
+ - `packages/core/release-passport.js`
181
+ - `tests/promote-buildchain-ref-governance.test.mjs`
182
+ - `tests/v4-declarative-promotion-mode.test.mjs`
183
+ - `scripts/buildchain-cli-help.mjs`
184
+
185
+ ## cli-command-registry
186
+
187
+ Owner: Buildchain CLI maintainers
188
+
189
+ ### Implementation
190
+
191
+ - `bin/buildchain.mjs`
192
+ - `bin/internal/command-registry.mjs`
193
+
194
+ ### Contracts
195
+
196
+ - `docs/cli.md`
197
+ - `dist/site/cli-registry.json`
198
+
199
+ ### Tests
200
+
201
+ - `tests/command-registry.test.mjs`
202
+ - `tests/cli.test.mjs`
203
+
204
+ ### Generated outputs
205
+
206
+ - `dist/site/cli-registry.json`
207
+
208
+ ### Minimal validation
209
+
210
+ - `node --test tests/command-registry.test.mjs tests/cli.test.mjs`
211
+
212
+ ## cli-trust-release-dispatch
213
+
214
+ Owner: Buildchain maintainers
215
+
216
+ ### Implementation
217
+
218
+ - `bin/internal/cli-options.mjs`
219
+ - `bin/internal/trust-release-command-handlers.mjs`
220
+ - `bin/internal/trust-release-cli.mjs`
221
+ - `bin/internal/trust-release-inspection-handlers.mjs`
222
+ - `bin/internal/trust-release-release-handlers.mjs`
223
+ - `bin/internal/trust-release-verification-handlers.mjs`
224
+
225
+ ### Contracts
226
+
227
+ - `bin/buildchain.mjs`
228
+ - `docs/cli.md`
229
+
230
+ ### Tests
231
+
232
+ - `tests/cli.test.mjs`
233
+ - `tests/public-surface-audit.test.mjs`
234
+
235
+ ### Generated outputs
236
+
237
+ - None.
238
+
239
+ ### Minimal validation
240
+
241
+ - `node --test tests/cli.test.mjs tests/public-surface-audit.test.mjs`
242
+
243
+ ## declarative-release-provider-plane
244
+
245
+ Owner: Buildchain release provider maintainers
246
+
247
+ ### Implementation
248
+
249
+ - `packages/core/release-tail-provider-plane.js`
250
+ - `packages/core/release-tail-provider-adapters.js`
251
+ - `packages/core/release-tail-compatibility.js`
252
+ - `scripts/release-tail.mjs`
253
+ - `actions/release-tail/index.js`
254
+
255
+ ### Contracts
256
+
257
+ - `contracts/release-tail-capabilities-v1.schema.json`
258
+ - `contracts/release-tail-provider-bindings-v1.schema.json`
259
+ - `.github/workflows/release-tail.yml`
260
+ - `actions/release-tail/action.yml`
261
+ - `docs/release-tail-provider-plane.md`
262
+
263
+ ### Tests
264
+
265
+ - `tests/release-tail-provider-plane.test.mjs`
266
+ - `tests/release-tail-contract.test.mjs`
267
+
268
+ ### Generated outputs
269
+
270
+ - `actions/release-tail/dist/index.js`
271
+
272
+ ### Minimal validation
273
+
274
+ - `node --test tests/release-tail-provider-plane.test.mjs tests/release-tail-contract.test.mjs`
275
+
276
+ ## engineering-housekeeper
277
+
278
+ Owner: Buildchain engineering hygiene maintainers
279
+
280
+ ### Implementation
281
+
282
+ - `packages/core/engineering-housekeeper.js`
283
+ - `packages/core/engineering-housekeeper-github-client.js`
284
+ - `packages/core/engineering-housekeeper-github.js`
285
+ - `scripts/engineering-housekeeper-workflow.mjs`
286
+
287
+ ### Contracts
288
+
289
+ - `contracts/engineering-housekeeper-v1.schema.json`
290
+ - `contracts/fixtures/engineering-housekeeper-v1/cases.json`
291
+ - `docs/engineering-housekeeper.md`
292
+
293
+ ### Tests
294
+
295
+ - `tests/engineering-housekeeper.test.mjs`
296
+ - `tests/engineering-housekeeper-github.test.mjs`
297
+ - `tests/engineering-housekeeper-workflow.test.mjs`
298
+
299
+ ### Generated outputs
300
+
301
+ - None.
302
+
303
+ ### Minimal validation
304
+
305
+ - `node --test tests/engineering-housekeeper.test.mjs tests/engineering-housekeeper-github.test.mjs tests/engineering-housekeeper-workflow.test.mjs`
306
+
307
+ ## maintainability-governance
308
+
309
+ Owner: Buildchain architecture maintainers
310
+
311
+ ### Implementation
312
+
313
+ - `scripts/check-internal-architecture.mjs`
314
+ - `scripts/check-maintainability.mjs`
315
+ - `scripts/maintainability-metrics.mjs`
316
+ - `scripts/generate-agent-change-map.mjs`
317
+ - `scripts/maintainability-domain-metrics.mjs`
318
+ - `scripts/maintainability-governance.mjs`
319
+
320
+ ### Contracts
321
+
322
+ - `architecture/internal-capabilities.json`
323
+ - `architecture/maintainability-debt.json`
324
+ - `architecture/maintainability-policy.json`
325
+
326
+ ### Tests
327
+
328
+ - `tests/internal-architecture.test.mjs`
329
+ - `tests/maintainability.test.mjs`
330
+ - `tests/maintainability-governance.test.mjs`
331
+
332
+ ### Generated outputs
333
+
334
+ - `architecture/agent-change-map.md`
335
+
336
+ ### Minimal validation
337
+
338
+ - `node --test tests/internal-architecture.test.mjs tests/maintainability.test.mjs tests/maintainability-governance.test.mjs`
339
+ - `node scripts/generate-agent-change-map.mjs`
340
+
341
+ ## paper-fleet-golden-path
342
+
343
+ Owner: Buildchain Paper maintainers
344
+
345
+ ### Implementation
346
+
347
+ - `packages/core/paper-agent-entry.js`
348
+ - `packages/core/paper-fleet.js`
349
+ - `packages/core/paper-npm-bootstrap.js`
350
+ - `packages/core/paper-repository.js`
351
+ - `packages/core/paper-scaffold-content.js`
352
+ - `packages/core/paper-work.js`
353
+ - `packages/core/paper.js`
354
+ - `packages/core/public-surface-cli.js`
355
+ - `scripts/buildchain-cli-help.mjs`
356
+ - `scripts/paper-work-fleet-cli.mjs`
357
+
358
+ ### Contracts
359
+
360
+ - `dist/site/cli-registry.json`
361
+ - `dist/site/node-api-registry.json`
362
+
363
+ ### Tests
364
+
365
+ - `tests/cli.test.mjs`
366
+ - `tests/paper.test.mjs`
367
+ - `tests/public-surface-audit.test.mjs`
368
+
369
+ ### Generated outputs
370
+
371
+ - `dist/site/cli-registry.json`
372
+ - `dist/site/node-api-registry.json`
373
+
374
+ ### Minimal validation
375
+
376
+ - `node --test tests/cli.test.mjs tests/paper.test.mjs tests/public-surface-audit.test.mjs`
377
+
378
+ ## promotion-channel-orchestration
379
+
380
+ Owner: Buildchain action maintainers
381
+
382
+ ### Implementation
383
+
384
+ - `actions/promote-buildchain-ref/internal/promote-alpha-channel.js`
385
+ - `actions/promote-buildchain-ref/internal/promote-major-channel.js`
386
+ - `actions/promote-buildchain-ref/internal/promote-release-channel.js`
387
+
388
+ ### Contracts
389
+
390
+ - `actions/promote-buildchain-ref/action.yml`
391
+ - `actions/promote-buildchain-ref/lib.js`
392
+
393
+ ### Tests
394
+
395
+ - `tests/promote-buildchain-ref.test.mjs`
396
+ - `tests/promote-buildchain-ref-recovery.test.mjs`
397
+ - `tests/promote-buildchain-ref-governance.test.mjs`
398
+ - `tests/promotion-responsibilities.test.mjs`
399
+
400
+ ### Generated outputs
401
+
402
+ - `actions/promote-buildchain-ref/dist/index.js`
403
+
404
+ ### Minimal validation
405
+
406
+ - `node --test tests/promote-buildchain-ref.test.mjs tests/promote-buildchain-ref-recovery.test.mjs tests/promote-buildchain-ref-governance.test.mjs tests/promotion-responsibilities.test.mjs`
407
+
408
+ ## promotion-github-transaction-store
409
+
410
+ Owner: Buildchain maintainers
411
+
412
+ ### Implementation
413
+
414
+ - `actions/promote-buildchain-ref/internal/durable-transaction-store.js`
415
+ - `actions/promote-buildchain-ref/internal/durable-transaction-operations.js`
416
+ - `actions/promote-buildchain-ref/internal/github-adapter.js`
417
+ - `actions/promote-buildchain-ref/internal/promotion-operations.js`
418
+
419
+ ### Contracts
420
+
421
+ - `actions/promote-buildchain-ref/lib.js`
422
+
423
+ ### Tests
424
+
425
+ - `tests/promote-buildchain-ref.test.mjs`
426
+ - `tests/promote-buildchain-ref-recovery.test.mjs`
427
+ - `tests/promotion-responsibilities.test.mjs`
428
+
429
+ ### Generated outputs
430
+
431
+ - `actions/promote-buildchain-ref/dist/index.js`
432
+
433
+ ### Minimal validation
434
+
435
+ - `node --test tests/promote-buildchain-ref.test.mjs tests/promote-buildchain-ref-recovery.test.mjs tests/promotion-responsibilities.test.mjs`
436
+
437
+ ## promotion-policy
438
+
439
+ Owner: Buildchain maintainers
440
+
441
+ ### Implementation
442
+
443
+ - `actions/promote-buildchain-ref/internal/promotion-policy.js`
444
+
445
+ ### Contracts
446
+
447
+ - `actions/promote-buildchain-ref/action.yml`
448
+ - `actions/promote-buildchain-ref/lib.js`
449
+
450
+ ### Tests
451
+
452
+ - `tests/promote-buildchain-ref.test.mjs`
453
+ - `tests/promote-buildchain-ref-governance.test.mjs`
454
+ - `tests/promotion-responsibilities.test.mjs`
455
+
456
+ ### Generated outputs
457
+
458
+ - `actions/promote-buildchain-ref/dist/index.js`
459
+
460
+ ### Minimal validation
461
+
462
+ - `node --test tests/promote-buildchain-ref.test.mjs tests/promote-buildchain-ref-governance.test.mjs tests/promotion-responsibilities.test.mjs`
463
+
464
+ ## promotion-runtime-override-authorization
465
+
466
+ Owner: Buildchain release governance maintainers
467
+
468
+ ### Implementation
469
+
470
+ - `scripts/authorize-promotion-runtime-override.cjs`
471
+
472
+ ### Contracts
473
+
474
+ - `.github/workflows/release-candidate-promote.yml`
475
+
476
+ ### Tests
477
+
478
+ - `tests/authorize-promotion-runtime-override.test.mjs`
479
+
480
+ ### Generated outputs
481
+
482
+ - None.
483
+
484
+ ### Minimal validation
485
+
486
+ - `node --test tests/authorize-promotion-runtime-override.test.mjs`
487
+
488
+ ## promotion-version-state
489
+
490
+ Owner: Buildchain maintainers
491
+
492
+ ### Implementation
493
+
494
+ - `actions/promote-buildchain-ref/internal/version-state.js`
495
+ - `actions/promote-buildchain-ref/internal/version-state-operations.js`
496
+
497
+ ### Contracts
498
+
499
+ - `.buildchain/release-impact.json`
500
+ - `actions/promote-buildchain-ref/lib.js`
501
+
502
+ ### Tests
503
+
504
+ - `tests/promote-buildchain-ref.test.mjs`
505
+ - `tests/promote-buildchain-ref-recovery.test.mjs`
506
+ - `tests/release-impact-contract.test.mjs`
507
+
508
+ ### Generated outputs
509
+
510
+ - `actions/promote-buildchain-ref/dist/index.js`
511
+
512
+ ### Minimal validation
513
+
514
+ - `node --test tests/promote-buildchain-ref.test.mjs tests/promote-buildchain-ref-recovery.test.mjs tests/release-impact-contract.test.mjs`
515
+
516
+ ## release-passport-verification
517
+
518
+ Owner: Buildchain release trust maintainers
519
+
520
+ ### Implementation
521
+
522
+ - `packages/core/release-passport.js`
523
+
524
+ ### Contracts
525
+
526
+ - `docs/release-passport.md`
527
+ - `dist/site/release-passport-check-manifest.json`
528
+
529
+ ### Tests
530
+
531
+ - `tests/release-passport.test.mjs`
532
+ - `tests/release-passport-contract.test.mjs`
533
+
534
+ ### Generated outputs
535
+
536
+ - `dist/site/release-passport-check-manifest.json`
537
+
538
+ ### Minimal validation
539
+
540
+ - `node --test tests/release-passport.test.mjs tests/release-passport-contract.test.mjs`
541
+
542
+ ## release-workflow-promotion-routing
543
+
544
+ Owner: Buildchain maintainers
545
+
546
+ ### Implementation
547
+
548
+ - `scripts/promotion-routing-evidence.mjs`
549
+ - `scripts/verify-promotion-router-binding.sh`
550
+
551
+ ### Contracts
552
+
553
+ - `.github/workflows/.release-candidate-promote.yml`
554
+ - `.github/workflows/release-candidate-promote.yml`
555
+
556
+ ### Tests
557
+
558
+ - `tests/promotion-routing-evidence.test.mjs`
559
+ - `tests/build-surface.test.mjs`
560
+ - `tests/build-surface-promotion.test.mjs`
561
+
562
+ ### Generated outputs
563
+
564
+ - `.github/workflows/release-candidate-promote.yml`
565
+
566
+ ### Minimal validation
567
+
568
+ - `node --test tests/promotion-routing-evidence.test.mjs tests/build-surface.test.mjs tests/build-surface-promotion.test.mjs`
569
+
570
+ ## reusable-build-orchestration
571
+
572
+ Owner: Buildchain workflow maintainers
573
+
574
+ ### Implementation
575
+
576
+ - `scripts/generate-channel-build-workflow.mjs`
577
+ - `scripts/resolve-artifact-transfer-mode.mjs`
578
+ - `scripts/resolve-build-summary-names.sh`
579
+ - `scripts/run-lifecycle-core.mjs`
580
+
581
+ ### Contracts
582
+
583
+ - `.github/workflows/.build.yml`
584
+ - `.github/workflows/build.yml`
585
+
586
+ ### Tests
587
+
588
+ - `tests/artifact-transfer-mode.test.mjs`
589
+ - `tests/resolve-build-summary-names.test.mjs`
590
+ - `tests/build-surface-reusable-build-artifacts.test.mjs`
591
+ - `tests/build-surface.test.mjs`
592
+ - `tests/build-surface-promotion.test.mjs`
593
+ - `tests/controller-evidence.test.mjs`
594
+
595
+ ### Generated outputs
596
+
597
+ - `.github/workflows/build.yml`
598
+ - `actions/run-lifecycle/dist/index.js`
599
+
600
+ ### Minimal validation
601
+
602
+ - `node --test tests/artifact-transfer-mode.test.mjs tests/resolve-build-summary-names.test.mjs tests/build-surface-reusable-build-artifacts.test.mjs tests/build-surface.test.mjs tests/build-surface-promotion.test.mjs tests/controller-evidence.test.mjs`
603
+
604
+ ## reusable-workflow-call-contract
605
+
606
+ Owner: Buildchain release governance maintainers
607
+
608
+ ### Implementation
609
+
610
+ - `packages/core/workflow-call-contract.js`
611
+ - `packages/core/workflow-yaml-contract.js`
612
+ - `scripts/workflow-call-contract.mjs`
613
+
614
+ ### Contracts
615
+
616
+ - `docs/release-governance.md`
617
+
618
+ ### Tests
619
+
620
+ - `tests/workflow-call-contract.test.mjs`
621
+ - `tests/public-surface-audit.test.mjs`
622
+
623
+ ### Generated outputs
624
+
625
+ - None.
626
+
627
+ ### Minimal validation
628
+
629
+ - `node --test tests/workflow-call-contract.test.mjs tests/public-surface-audit.test.mjs`
630
+
631
+ ## shared-build-contract
632
+
633
+ Owner: Buildchain contract maintainers
634
+
635
+ ### Implementation
636
+
637
+ - `packages/core/buildchain-contract.js`
638
+ - `scripts/build-contract-core.mjs`
639
+
640
+ ### Contracts
641
+
642
+ - `dist/site/buildchain-contract.json`
643
+ - `docs/runtime-train-validation.md`
644
+
645
+ ### Tests
646
+
647
+ - `tests/buildchain-contract.test.mjs`
648
+ - `tests/build-surface.test.mjs`
649
+ - `tests/build-surface-promotion.test.mjs`
650
+
651
+ ### Generated outputs
652
+
653
+ - `dist/site/buildchain-contract.json`
654
+
655
+ ### Minimal validation
656
+
657
+ - `node --test tests/buildchain-contract.test.mjs tests/build-surface.test.mjs tests/build-surface-promotion.test.mjs`
658
+
659
+ ## site-upstream-agent-propagation
660
+
661
+ Owner: Buildchain release propagation maintainers
662
+
663
+ ### Implementation
664
+
665
+ - `packages/core/release-propagation-agent-entry.js`
666
+ - `packages/core/release-propagation-push.js`
667
+ - `packages/core/release-propagation-stage-evidence.js`
668
+ - `packages/core/release-propagation-work.js`
669
+ - `scripts/release-propagation.mjs`
670
+
671
+ ### Contracts
672
+
673
+ - `docs/release-propagation.md`
674
+ - `dist/site/cli-registry.json`
675
+ - `dist/site/node-api-registry.json`
676
+
677
+ ### Tests
678
+
679
+ - `tests/release-propagation.test.mjs`
680
+ - `tests/release-propagation-pickup.test.mjs`
681
+
682
+ ### Generated outputs
683
+
684
+ - `dist/site/cli-registry.json`
685
+ - `dist/site/node-api-registry.json`
686
+
687
+ ### Minimal validation
688
+
689
+ - `node --test tests/release-propagation.test.mjs tests/release-propagation-pickup.test.mjs`
690
+
691
+ ## v4-adopter-delivery
692
+
693
+ Owner: Buildchain adopter delivery maintainers
694
+
695
+ ### Implementation
696
+
697
+ - `bin/internal/adopter-delivery-cli.mjs`
698
+ - `packages/core/adopter-delivery-gate.js`
699
+ - `packages/core/adopter-delivery-passport.js`
700
+ - `packages/core/adopter-delivery-vectors.js`
701
+ - `packages/core/buildchain-delivery-bootstrap.js`
702
+ - `packages/core/buildchain-delivery-infrastructure.js`
703
+ - `packages/core/buildchain-delivery-self-dogfood.js`
704
+ - `packages/core/kfd-adopter-category-driver.js`
705
+ - `packages/core/legacy-kfd-adopter-driver.js`
706
+ - `packages/core/published-delivery-authority.js`
707
+ - `packages/core/v4-adopter-delivery.js`
708
+ - `packages/core/v4-adopter-delivery-parity.js`
709
+ - `packages/core/v4-cross-platform-adopter-qualification.js`
710
+ - `scripts/v4-cross-platform-adopter-qualification.mjs`
711
+ - `crates/buildchain-v4-contracts/src/adopter_delivery.rs`
712
+
713
+ ### Contracts
714
+
715
+ - `architecture/v4-adopter-delivery-parity.json`
716
+ - `architecture/v4-cross-platform-adopter-qualification.json`
717
+ - `contracts/v4-adopter-delivery-v1.schema.json`
718
+ - `contracts/fixtures/v4-adopter-delivery-v1/archive-template.json`
719
+ - `contracts/fixtures/v4-adopter-delivery-v1/bootstrap-positive.json`
720
+ - `contracts/fixtures/v4-adopter-delivery-v1/gate-positive.json`
721
+ - `contracts/fixtures/v4-adopter-delivery-v1/gate-unknown-selector.json`
722
+ - `contracts/fixtures/v4-adopter-delivery-v1/offline-vectors.json`
723
+ - `.github/workflows/v4-adopter-delivery.yml`
724
+ - `.github/workflows/v4-adopter-delivery-dogfood.yml`
725
+ - `docs/v4-adopter-delivery.md`
726
+
727
+ ### Tests
728
+
729
+ - `tests/v4-adopter-delivery.test.mjs`
730
+ - `tests/v4-adopter-delivery-parity.test.mjs`
731
+ - `tests/v4-cross-platform-adopter-qualification.test.mjs`
732
+ - `tests/non-kfd-specification-driver-clean-room.test.mjs`
733
+
734
+ ### Generated outputs
735
+
736
+ - None.
737
+
738
+ ### Minimal validation
739
+
740
+ - `node --test tests/v4-adopter-delivery.test.mjs tests/v4-adopter-delivery-parity.test.mjs tests/v4-cross-platform-adopter-qualification.test.mjs tests/non-kfd-specification-driver-clean-room.test.mjs`
741
+
742
+ ## v4-architecture-governance
743
+
744
+ Owner: Buildchain architecture maintainers
745
+
746
+ ### Implementation
747
+
748
+ - `scripts/v4-architecture.mjs`
749
+ - `scripts/v4-bridge-bootstrap.mjs`
750
+ - `scripts/v4-bridge-evidence.mjs`
751
+ - `scripts/v4-host-adapter.mjs`
752
+ - `crates/buildchain-v4-bridge/src/main.rs`
753
+ - `packages/core/v4-provider-operation-journal.js`
754
+ - `packages/core/v4-provider-readback-idempotency.js`
755
+ - `packages/core/v4-release-activation-shadow.js`
756
+ - `packages/core/v4-stable-publication-fence.js`
757
+ - `packages/core/v4-partial-mutation-recovery-qualification.js`
758
+ - `packages/core/v4-runtime-ref-resume-authority.js`
759
+ - `packages/core/v4-runtime-selector-persistence.js`
760
+ - `packages/core/v4-tail-reseal-contract.js`
761
+ - `packages/core/v4-tail-reseal.js`
762
+ - `packages/core/v4-tail-reseal-github.js`
763
+ - `packages/core/v4-tail-reseal-receipt.js`
764
+ - `scripts/v4-tail-reseal.mjs`
765
+ - `scripts/v4-tail-reseal-macos-rehearsal.mjs`
766
+ - `packages/core/v4-stage-capsule.js`
767
+ - `packages/core/v4-stage-capsule-store.js`
768
+ - `packages/core/v4-stage-capsule-local-store.js`
769
+ - `packages/core/v4-platform-stage-checkpoints.js`
770
+ - `scripts/v4-platform-stage-checkpoint-rehearsal.mjs`
771
+ - `packages/core/v4-stage-capsule-qualification.js`
772
+ - `packages/core/v4-stage-capsule-qualification-campaign.js`
773
+ - `scripts/v4-stage-capsule-qualification.mjs`
774
+ - `crates/buildchain-v4-contracts/src/stage_capsule.rs`
775
+ - `crates/buildchain-v4-contracts/src/stage_capsule_store.rs`
776
+ - `crates/buildchain-v4-contracts/src/provider_operation_journal.rs`
777
+ - `crates/buildchain-v4-contracts/src/provider_operation_journal/fold.rs`
778
+ - `crates/buildchain-v4-contracts/src/provider_readback_idempotency.rs`
779
+ - `crates/buildchain-v4-contracts/src/release_activation_shadow.rs`
780
+ - `crates/buildchain-v4-contracts/src/release_activation_shadow/model.rs`
781
+ - `crates/buildchain-v4-contracts/src/release_activation_shadow/journal.rs`
782
+ - `crates/buildchain-v4-contracts/src/stable_publication_fence.rs`
783
+ - `crates/buildchain-v4-contracts/src/partial_mutation_recovery.rs`
784
+
785
+ ### Contracts
786
+
787
+ - `architecture/v4-architecture-constitution.md`
788
+ - `architecture/v4-capability-state-machine-manifest.json`
789
+ - `architecture/v4-bootstrap-authority.json`
790
+ - `architecture/v4-exception-ledger.json`
791
+ - `architecture/v4-rust-libnode-bridge-evaluation.json`
792
+ - `architecture/v4-rust-libnode-bridge-spike.md`
793
+ - `architecture/v4-provider-operation-journal-contract.json`
794
+ - `architecture/v4-release-activation-shadow-domain.json`
795
+ - `architecture/v4-stable-publication-fence.json`
796
+ - `architecture/v4-partial-mutation-recovery-qualification.json`
797
+ - `architecture/v4-stage-capsule-contract.json`
798
+ - `architecture/v4-stage-capsule-store-contract.json`
799
+ - `architecture/v4-platform-stage-checkpoints.json`
800
+ - `architecture/v4-stage-capsule-qualification.json`
801
+ - `architecture/v4-runtime-ref-resume-authority.json`
802
+ - `contracts/v4-host-contract-v1.schema.json`
803
+ - `contracts/v4-provider-operation-journal-v1.schema.json`
804
+ - `contracts/v4-release-activation-shadow-v1.schema.json`
805
+ - `contracts/v4-stable-publication-fence-v1.schema.json`
806
+ - `contracts/v4-partial-mutation-recovery-v1.schema.json`
807
+ - `contracts/v4-stage-capsule-v1.schema.json`
808
+ - `contracts/v4-stage-capsule-store-v1.schema.json`
809
+ - `contracts/fixtures/v4-stage-capsule-v1/shared.json`
810
+ - `contracts/fixtures/v4-stage-capsule-store-v1/shared.json`
811
+ - `contracts/fixtures/v4-provider-operation-journal-v1/shared.json`
812
+ - `contracts/fixtures/v4-provider-readback-idempotency-v1/shared.json`
813
+ - `contracts/fixtures/v4-release-activation-shadow-v1/shared.json`
814
+ - `contracts/fixtures/v4-stable-publication-fence-v1/shared.json`
815
+ - `contracts/fixtures/v4-partial-mutation-recovery-v1/shared.json`
816
+ - `contracts/v4-runtime-ref-resume-authority-v1.schema.json`
817
+ - `contracts/fixtures/v4-runtime-ref-resume-authority-v1/scenario.json`
818
+ - `architecture/v4-tail-reseal-parity.json`
819
+ - `contracts/v4-tail-reseal-v1.schema.json`
820
+ - `contracts/fixtures/v4-tail-reseal-v1/valid.json`
821
+ - `.github/workflows/v4-tail-reseal.yml`
822
+ - `docs/v4-stage-capsule.md`
823
+ - `docs/v4-runtime-ref-resume-authority.md`
824
+ - `docs/v4-tail-reseal.md`
825
+
826
+ ### Tests
827
+
828
+ - `tests/v4-architecture.test.mjs`
829
+ - `tests/v4-bridge.test.mjs`
830
+ - `tests/v4-provider-operation-journal.test.mjs`
831
+ - `tests/v4-provider-readback-idempotency.test.mjs`
832
+ - `tests/v4-release-activation-shadow.test.mjs`
833
+ - `tests/v4-stable-publication-fence.test.mjs`
834
+ - `tests/v4-partial-mutation-recovery-qualification.test.mjs`
835
+ - `tests/v4-stage-capsule.test.mjs`
836
+ - `tests/v4-stage-capsule-store.test.mjs`
837
+ - `tests/v4-platform-stage-checkpoints.test.mjs`
838
+ - `tests/v4-stage-capsule-qualification.test.mjs`
839
+ - `tests/v4-runtime-ref-resume-authority.test.mjs`
840
+ - `tests/v4-tail-reseal.test.mjs`
841
+ - `tests/v4-tail-reseal-parity.test.mjs`
842
+
843
+ ### Generated outputs
844
+
845
+ - None.
846
+
847
+ ### Minimal validation
848
+
849
+ - `node --test tests/v4-architecture.test.mjs tests/v4-bridge.test.mjs tests/v4-provider-operation-journal.test.mjs tests/v4-provider-readback-idempotency.test.mjs tests/v4-release-activation-shadow.test.mjs tests/v4-stable-publication-fence.test.mjs tests/v4-partial-mutation-recovery-qualification.test.mjs tests/v4-stage-capsule.test.mjs tests/v4-stage-capsule-store.test.mjs tests/v4-platform-stage-checkpoints.test.mjs tests/v4-stage-capsule-qualification.test.mjs tests/v4-runtime-ref-resume-authority.test.mjs tests/v4-tail-reseal.test.mjs tests/v4-tail-reseal-parity.test.mjs`
850
+
851
+ ## v4-compatibility-facts
852
+
853
+ Owner: Buildchain compatibility authority maintainers
854
+
855
+ ### Implementation
856
+
857
+ - `bin/internal/compatibility-facts-cli.mjs`
858
+ - `packages/core/kungfu-temporal-fact.js`
859
+ - `packages/core/buildchain-compatibility-fact.js`
860
+ - `packages/core/buildchain-compatibility-authority.js`
861
+ - `packages/core/buildchain-compatibility-proof.js`
862
+ - `crates/buildchain-v4-contracts/src/compatibility_facts.rs`
863
+ - `crates/buildchain-v4-contracts/src/compatibility_facts/encoding.rs`
864
+ - `crates/buildchain-v4-contracts/src/compatibility_facts/fixture.rs`
865
+ - `crates/buildchain-v4-contracts/src/compatibility_facts/lifecycle.rs`
866
+ - `crates/buildchain-v4-contracts/src/compatibility_facts/verifier.rs`
867
+
868
+ ### Contracts
869
+
870
+ - `architecture/v4-compatibility-facts-parity.json`
871
+ - `contracts/v4-compatibility-facts-v1.schema.json`
872
+ - `contracts/fixtures/v4-compatibility-facts-v1/shared.json`
873
+ - `dist/site/schemas/v4-compatibility-facts-v1.schema.json`
874
+ - `docs/v4-compatibility-facts.md`
875
+
876
+ ### Tests
877
+
878
+ - `tests/v4-compatibility-facts.test.mjs`
879
+
880
+ ### Generated outputs
881
+
882
+ - `dist/site/schemas/v4-compatibility-facts-v1.schema.json`
883
+
884
+ ### Minimal validation
885
+
886
+ - `node --test tests/v4-compatibility-facts.test.mjs`
887
+
888
+ ## v4-delivery-authority
889
+
890
+ Owner: Buildchain protected delivery maintainers
891
+
892
+ ### Implementation
893
+
894
+ - `packages/core/dev-delivery-warrant.js`
895
+ - `packages/core/dev-delivery-warrant-state.js`
896
+ - `packages/core/dev-delivery-warrant-qualification.js`
897
+ - `packages/core/dev-delivery-native-proof.js`
898
+ - `packages/core/dev-delivery-native-execution.js`
899
+ - `packages/core/dev-delivery-execution-failure.js`
900
+ - `packages/core/dev-delivery-execution-transfer.js`
901
+ - `packages/core/dev-delivery-process-boundary.js`
902
+ - `packages/core/dev-delivery-contract-surface.js`
903
+ - `packages/core/dev-delivery-authority-candidate.js`
904
+ - `packages/core/dev-delivery-authority-evidence.js`
905
+ - `packages/core/dev-delivery-authority-state.js`
906
+ - `packages/core/dev-delivery-authority-qualification.js`
907
+ - `packages/core/dev-delivery-authority-landing.js`
908
+ - `packages/core/dev-delivery-landing-admission-core.js`
909
+ - `packages/core/dev-delivery-authority-settlement.js`
910
+ - `packages/core/dev-delivery-landing-readback.js`
911
+ - `packages/core/dev-delivery-landing-terminal-evidence.js`
912
+ - `packages/core/dev-delivery-landing-testing-port.js`
913
+ - `packages/core/dev-delivery-provider-attempt.js`
914
+ - `packages/core/dev-delivery-provider-heartbeat.js`
915
+ - `scripts/dev-delivery-warrant.mjs`
916
+ - `scripts/dev-delivery-warrant-options.mjs`
917
+ - `scripts/dev-delivery-warrant-store.mjs`
918
+ - `scripts/dev-delivery-authority.mjs`
919
+ - `scripts/dev-delivery-authority-command-adapters.mjs`
920
+ - `scripts/dev-delivery-authority-provider.mjs`
921
+ - `scripts/dev-delivery-native-run.mjs`
922
+ - `scripts/dev-delivery-process-boundary.mjs`
923
+ - `scripts/dev-delivery-provider-heartbeat.mjs`
924
+ - `scripts/dev-delivery-two-phase-resume.mjs`
925
+ - `scripts/dev-delivery-two-phase.mjs`
926
+
927
+ ### Contracts
928
+
929
+ - `architecture/v4-delivery-authority-parity.json`
930
+ - `architecture/decisions/0003-two-phase-delivery-warrant.md`
931
+ - `contracts/dev-delivery-authority-v2.schema.json`
932
+ - `dist/site/schemas/dev-delivery-authority-v2.schema.json`
933
+ - `.github/workflows/dev-pr-auto-merge.yml`
934
+ - `.github/workflows/buildchain-dev-delivery.yml`
935
+ - `templates/native-dev-delivery.yml`
936
+ - `docs/dev-delivery-warrant.md`
937
+ - `docs/dev-delivery-qualification-landing-adr.md`
938
+
939
+ ### Tests
940
+
941
+ - `tests/dev-delivery-warrant.test.mjs`
942
+ - `tests/dev-delivery-warrant-command.test.mjs`
943
+ - `tests/dev-delivery-two-phase.test.mjs`
944
+ - `tests/dev-delivery-two-phase-run.test.mjs`
945
+ - `tests/dev-delivery-native-run.test.mjs`
946
+ - `tests/dev-delivery-process-boundary.test.mjs`
947
+ - `tests/dev-delivery-process-boundary-negative.test.mjs`
948
+ - `tests/dev-delivery-provider-heartbeat.test.mjs`
949
+ - `tests/dev-delivery-authority.test.mjs`
950
+ - `tests/build-surface.test.mjs`
951
+ - `tests/v4-delivery-authority-parity.test.mjs`
952
+
953
+ ### Generated outputs
954
+
955
+ - `dist/site/schemas/dev-delivery-authority-v2.schema.json`
956
+
957
+ ### Minimal validation
958
+
959
+ - `node --test tests/dev-delivery-warrant.test.mjs tests/dev-delivery-warrant-command.test.mjs tests/dev-delivery-two-phase.test.mjs tests/dev-delivery-two-phase-run.test.mjs tests/dev-delivery-native-run.test.mjs tests/dev-delivery-process-boundary.test.mjs tests/dev-delivery-process-boundary-negative.test.mjs tests/dev-delivery-provider-heartbeat.test.mjs tests/dev-delivery-authority.test.mjs tests/build-surface.test.mjs tests/v4-delivery-authority-parity.test.mjs`
960
+
961
+ ## v4-publication-rehearsal
962
+
963
+ Owner: Buildchain publication rehearsal maintainers
964
+
965
+ ### Implementation
966
+
967
+ - `packages/core/v4-publication-rehearsal-capsule.js`
968
+ - `packages/core/v4-publication-rehearsal-provider-bindings.js`
969
+ - `packages/core/v4-publication-rehearsal.js`
970
+
971
+ ### Contracts
972
+
973
+ - `architecture/v4-publication-rehearsal-parity.json`
974
+ - `contracts/v4-publication-rehearsal-capsule-v1.schema.json`
975
+ - `.github/workflows/v4-publication-rehearsal-dogfood.yml`
976
+ - `docs/v4-publication-rehearsal.md`
977
+
978
+ ### Tests
979
+
980
+ - `tests/v4-publication-rehearsal.test.mjs`
981
+
982
+ ### Generated outputs
983
+
984
+ - None.
985
+
986
+ ### Minimal validation
987
+
988
+ - `node --test tests/v4-publication-rehearsal.test.mjs`
989
+
990
+ ## web-surface-delivery
991
+
992
+ Owner: Buildchain web-surface maintainers
993
+
994
+ ### Implementation
995
+
996
+ - `scripts/web-surface-core.mjs`
997
+ - `scripts/web-surface-routing.mjs`
998
+ - `scripts/web-surface.mjs`
999
+
1000
+ ### Contracts
1001
+
1002
+ - `.github/workflows/.web-surface.yml`
1003
+
1004
+ ### Tests
1005
+
1006
+ - `tests/web-surface.test.mjs`
1007
+ - `tests/web-surface-publication-authority.test.mjs`
1008
+
1009
+ ### Generated outputs
1010
+
1011
+ - None.
1012
+
1013
+ ### Minimal validation
1014
+
1015
+ - `node --test tests/web-surface.test.mjs tests/web-surface-publication-authority.test.mjs`