@kungfu-tech/buildchain 4.0.2 → 4.0.3-alpha.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.
Files changed (233) hide show
  1. package/AGENTS.md +4 -4
  2. package/CONTRIBUTING.md +34 -0
  3. package/README.md +1 -1
  4. package/architecture/agent-change-map.md +154 -147
  5. package/architecture/{v4-architecture-constitution.md → architecture-constitution.md} +11 -11
  6. package/architecture/{v3-core-mechanism-inventory.md → baseline-core-mechanism-inventory.md} +1 -1
  7. package/architecture/{v4-bootstrap-authority.json → bootstrap-authority.json} +3 -3
  8. package/architecture/{v3-v4-capability-closure.md → capability-parity-closure.md} +3 -3
  9. package/architecture/{v3-v4-live-capability-inventory.json → capability-parity-live-capability-inventory.json} +4 -4
  10. package/architecture/{v4-capability-state-machine-manifest.json → capability-state-machine-manifest.json} +2 -2
  11. package/architecture/{v4-capability-state-machine-manifest.schema.json → capability-state-machine-manifest.schema.json} +2 -2
  12. package/architecture/ci-lane-change-budget.json +18 -0
  13. package/architecture/{v4-cross-platform-adopter-qualification.json → cross-platform-adopter-qualification.json} +3 -3
  14. package/architecture/{v4-delivery-authority-parity.json → delivery-authority-parity.json} +16 -16
  15. package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.json → delivery-warrant-shadow-bootstrap-plan.json} +3 -3
  16. package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.md → delivery-warrant-shadow-bootstrap-plan.md} +7 -7
  17. package/architecture/{v4-floating-consumer-policy.md → floating-consumer-policy.md} +1 -1
  18. package/architecture/implementation-naming.json +1273 -0
  19. package/architecture/internal-capabilities.json +171 -169
  20. package/architecture/maintainability-debt.json +87 -82
  21. package/architecture/maintainability-policy.json +15 -15
  22. package/architecture/{v4-next-development-parity.json → next-development-parity.json} +8 -8
  23. package/architecture/{v4-partial-mutation-recovery-qualification.json → partial-mutation-recovery-qualification.json} +8 -8
  24. package/architecture/{v4-platform-stage-checkpoints.json → platform-stage-checkpoints.json} +2 -2
  25. package/architecture/{v4-provider-operation-journal-contract.json → provider-operation-journal-contract.json} +9 -9
  26. package/architecture/{v4-publication-rehearsal-parity.json → publication-rehearsal-parity.json} +4 -4
  27. package/architecture/{v4-release-activation-shadow-domain.json → release-activation-shadow-domain.json} +8 -8
  28. package/architecture/{v4-release-topology.json → release-topology.json} +112 -56
  29. package/architecture/{v4-release-train-parity.json → release-train-parity.json} +2 -2
  30. package/architecture/{v4-runtime-ref-resume-authority.json → runtime-ref-resume-authority.json} +1 -1
  31. package/architecture/{v4-runtime-semantic-closure.json → runtime-semantic-closure.json} +2 -2
  32. package/architecture/{v4-rust-libnode-bridge-evaluation.json → rust-libnode-bridge-evaluation.json} +3 -3
  33. package/architecture/{v4-rust-libnode-bridge-spike.md → rust-libnode-bridge-spike.md} +6 -6
  34. package/architecture/{v4-rust-wasm-production-authority.json → rust-wasm-production-authority.json} +11 -11
  35. package/architecture/{v4-stable-publication-fence.json → stable-publication-fence.json} +6 -6
  36. package/architecture/{v4-stage-capsule-contract.json → stage-capsule-contract.json} +1 -1
  37. package/architecture/{v4-stage-capsule-qualification.json → stage-capsule-qualification.json} +6 -6
  38. package/architecture/{v4-stage-capsule-resume-planner.json → stage-capsule-resume-planner.json} +2 -2
  39. package/architecture/{v4-stage-capsule-store-contract.json → stage-capsule-store-contract.json} +4 -4
  40. package/architecture/{v4-tail-reseal-parity.json → tail-reseal-parity.json} +28 -28
  41. package/architecture/{v4-universal-workflow-bootstrap.json → universal-workflow-bootstrap.json} +9 -4
  42. package/architecture/{v4-universal-workflow-fault-campaign.json → universal-workflow-fault-campaign.json} +8 -8
  43. package/architecture/{v4-universal-workflow-train-admission.json → universal-workflow-train-admission.json} +8 -8
  44. package/architecture/workflow-taxonomy.json +11 -0
  45. package/bin/buildchain.mjs +3 -3
  46. package/bin/internal/adopter-delivery-cli.mjs +9 -9
  47. package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
  48. package/crates/{buildchain-v4-bridge → buildchain-host-bridge}/Cargo.lock +1 -1
  49. package/crates/{buildchain-v4-bridge → buildchain-host-bridge}/Cargo.toml +1 -1
  50. package/crates/{buildchain-v4-bridge → buildchain-host-bridge}/src/main.rs +3 -3
  51. package/dist/site/buildchain-contract.json +18 -18
  52. package/dist/site/buildchain-site.json +167 -71
  53. package/dist/site/capability-registry.json +5 -5
  54. package/dist/site/kfd-claims.json +226 -90
  55. package/dist/site/kfd-upstream-aggregate.json +1 -1
  56. package/dist/site/manual-registry.json +7 -7
  57. package/dist/site/node-api-registry.json +12929 -10491
  58. package/dist/site/page-registry.json +155 -59
  59. package/dist/site/public-surface-audit.json +65 -46
  60. package/dist/site/publication-authority-registry.json +27 -17
  61. package/dist/site/publication-registry.json +4 -4
  62. package/dist/site/release-provenance.json +18 -9
  63. package/dist/site/site-manifest.json +11 -11
  64. package/dist/site/workflow-registry.json +86 -52
  65. package/docs/MAP.md +4 -3
  66. package/docs/next-development-transition.md +24 -1
  67. package/docs/node-api-reference.md +435 -175
  68. package/docs/oci-publication.md +173 -0
  69. package/docs/publish-transaction.md +36 -3
  70. package/docs/release-flow.md +1 -1
  71. package/docs/reusable-build-surface.md +1 -1
  72. package/docs/v4-adopter-delivery.md +2 -2
  73. package/docs/v4-canonical-contracts.md +7 -7
  74. package/docs/v4-delivery-warrant-read-candidate.md +3 -3
  75. package/docs/v4-delivery-warrant-semantic-diff.md +3 -3
  76. package/docs/v4-production-release.md +8 -2
  77. package/docs/v4-publication-rehearsal.md +3 -3
  78. package/docs/v4-runtime-ref-resume-authority.md +2 -2
  79. package/docs/v4-rust-wasm-production-authority.md +6 -6
  80. package/docs/v4-stage-capsule.md +7 -7
  81. package/docs/v4-tail-reseal.md +1 -1
  82. package/docs/workflow-catalog.md +1 -0
  83. package/package.json +37 -26
  84. package/packages/compatibility/adopter-delivery.js +16 -0
  85. package/packages/compatibility/cross-platform-adopter-qualification.js +12 -0
  86. package/packages/compatibility/floating-consumer-policy.js +14 -0
  87. package/packages/compatibility/publication-qualification.js +11 -0
  88. package/packages/compatibility/publication-rehearsal.js +18 -0
  89. package/packages/compatibility/runtime-ref-resume-authority.js +13 -0
  90. package/packages/compatibility/tail-reseal-receipt.js +7 -0
  91. package/packages/compatibility/tail-reseal.js +11 -0
  92. package/packages/core/{v4-adopter-delivery-parity.js → adopter-delivery-parity.js} +12 -12
  93. package/packages/core/{v4-adopter-delivery.js → adopter-delivery.js} +24 -24
  94. package/packages/core/buildchain-contract.js +5 -5
  95. package/packages/core/buildchain-domain.wasm +0 -0
  96. package/packages/core/buildchain-publication-authority.js +1 -0
  97. package/packages/core/{v4-canonical-contracts.js → canonical-contracts.js} +32 -31
  98. package/packages/core/{v4-cross-platform-adopter-qualification.js → cross-platform-adopter-qualification.js} +19 -19
  99. package/packages/core/{v4-delivery-warrant-fixture-runner.js → delivery-warrant-fixture-runner.js} +36 -32
  100. package/packages/core/{v4-delivery-warrant-read-candidate.js → delivery-warrant-read-candidate.js} +40 -40
  101. package/packages/core/{v4-delivery-warrant-semantic-diff-gate.js → delivery-warrant-semantic-diff-gate.js} +58 -59
  102. package/packages/core/{v4-delivery-warrant-shadow-adapter.js → delivery-warrant-shadow-adapter.js} +15 -15
  103. package/packages/core/dev-delivery-execution-transfer.js +6 -6
  104. package/packages/core/dev-delivery-native-proof.js +12 -8
  105. package/packages/core/dev-delivery-warrant-legacy-recovery.js +1 -1
  106. package/packages/core/dev-delivery-warrant-native-compatibility.js +4 -4
  107. package/packages/core/dev-delivery-warrant-state.js +11 -11
  108. package/packages/core/dev-delivery-warrant.js +3 -3
  109. package/packages/core/domain-wasm-artifact.js +7 -0
  110. package/packages/core/{v4-domain-wasm.js → domain-wasm.js} +31 -31
  111. package/packages/core/{v4-floating-consumer-evidence.js → floating-consumer-evidence.js} +13 -13
  112. package/packages/core/{v4-floating-consumer-policy.js → floating-consumer-policy.js} +27 -29
  113. package/packages/core/{v4-floating-consumer-release-passport.js → floating-consumer-release-passport.js} +25 -25
  114. package/packages/core/index.js +4 -8
  115. package/packages/core/next-development-projection.js +24 -1
  116. package/packages/core/next-development-transition.js +5 -6
  117. package/packages/core/oci-compose-qualification.js +143 -0
  118. package/packages/core/oci-publication-bundle.js +281 -0
  119. package/packages/core/oci-publication-graph.js +206 -0
  120. package/packages/core/paper-runtime-channels.js +2 -2
  121. package/packages/core/paper.js +3 -3
  122. package/packages/core/partial-mutation-recovery-qualification.js +18 -0
  123. package/packages/core/{v4-platform-stage-checkpoints.js → platform-stage-checkpoints.js} +37 -37
  124. package/packages/core/{v4-product-publication.js → product-publication.js} +11 -9
  125. package/packages/core/{v4-protected-publication-source.js → protected-publication-source.js} +3 -3
  126. package/packages/core/provider-operation-journal.js +62 -0
  127. package/packages/core/{v4-provider-readback-idempotency.js → provider-readback-idempotency.js} +33 -33
  128. package/packages/core/public-export-compatibility.js +33 -0
  129. package/packages/core/publication-development.js +72 -0
  130. package/packages/core/{v4-publication-qualification.js → publication-qualification.js} +17 -17
  131. package/packages/core/{v4-publication-rehearsal-capsule.js → publication-rehearsal-capsule.js} +23 -23
  132. package/packages/core/publication-rehearsal-projection.js +2 -2
  133. package/packages/core/{v4-publication-rehearsal-provider-bindings.js → publication-rehearsal-provider-bindings.js} +4 -4
  134. package/packages/core/publication-rehearsal-runtime.js +21 -21
  135. package/packages/core/{v4-publication-rehearsal.js → publication-rehearsal.js} +33 -33
  136. package/packages/core/publication-sealed-bundle.js +78 -13
  137. package/packages/core/release-activation-shadow.js +32 -0
  138. package/packages/core/release-candidate.js +6 -6
  139. package/packages/core/{v4-release-invocation.js → release-invocation.js} +15 -15
  140. package/packages/core/release-passport.js +36 -36
  141. package/packages/core/release-tail-product-capabilities.js +9 -0
  142. package/packages/core/release-tail-provider-plane.js +10 -10
  143. package/packages/core/{v4-runtime-ref-resume-authority.js → runtime-ref-resume-authority.js} +36 -40
  144. package/packages/core/{v4-runtime-selector-persistence.js → runtime-selector-persistence.js} +7 -7
  145. package/packages/core/stable-publication-fence.js +28 -0
  146. package/packages/core/{v4-stage-capsule-local-store.js → stage-capsule-local-store.js} +56 -54
  147. package/packages/core/{v4-stage-capsule-qualification-campaign.js → stage-capsule-qualification-campaign.js} +37 -38
  148. package/packages/core/{v4-stage-capsule-qualification.js → stage-capsule-qualification.js} +28 -29
  149. package/packages/core/{v4-stage-capsule-resume-planner.js → stage-capsule-resume-planner.js} +29 -29
  150. package/packages/core/{v4-stage-capsule-store.js → stage-capsule-store.js} +59 -56
  151. package/packages/core/{v4-stage-capsule.js → stage-capsule.js} +45 -45
  152. package/packages/core/{v4-tail-reseal-contract.js → tail-reseal-contract.js} +6 -6
  153. package/packages/core/{v4-tail-reseal-github.js → tail-reseal-github.js} +12 -12
  154. package/packages/core/{v4-tail-reseal-receipt.js → tail-reseal-receipt.js} +22 -22
  155. package/packages/core/{v4-tail-reseal.js → tail-reseal.js} +29 -29
  156. package/packages/core/{v4-universal-workflow-bootstrap.js → universal-workflow-bootstrap.js} +23 -23
  157. package/scripts/{v4-architecture.mjs → architecture.mjs} +6 -6
  158. package/scripts/binary-publication-evidence.mjs +1 -1
  159. package/scripts/{v4-bridge-bootstrap.mjs → bridge-bootstrap.mjs} +14 -18
  160. package/scripts/{v4-bridge-evidence.mjs → bridge-evidence.mjs} +8 -8
  161. package/scripts/{build-v4-domain-wasm.mjs → build-domain-wasm.mjs} +6 -18
  162. package/scripts/{v3-v4-capability-catalog.mjs → capability-parity-catalog.mjs} +19 -19
  163. package/scripts/check-action-bundles.mjs +2 -2
  164. package/scripts/{check-v3-v4-capability-inventory.mjs → check-capability-parity-inventory.mjs} +42 -42
  165. package/scripts/check-core-mechanism-inventory.mjs +4 -1
  166. package/scripts/{check-v4-floating-consumer-policy-contract.mjs → check-floating-consumer-policy-contract.mjs} +8 -8
  167. package/scripts/check-implementation-naming.mjs +135 -0
  168. package/scripts/check-inventory.mjs +6 -5
  169. package/scripts/check-maintainability.mjs +9 -2
  170. package/scripts/{check-v4-public-dogfood-contract.mjs → check-public-dogfood-contract.mjs} +15 -15
  171. package/scripts/{check-v4-release-topology.mjs → check-release-topology.mjs} +53 -31
  172. package/scripts/{check-v4-runtime-semantic-closure.mjs → check-runtime-semantic-closure.mjs} +19 -16
  173. package/scripts/{check-v4-universal-workflow-bootstrap.mjs → check-universal-workflow-bootstrap.mjs} +14 -14
  174. package/scripts/{v4-consumer-policy.mjs → consumer-policy.mjs} +15 -15
  175. package/scripts/{copy-v4-domain-wasm.mjs → copy-domain-wasm.mjs} +3 -3
  176. package/scripts/{v4-cross-platform-adopter-qualification.mjs → cross-platform-adopter-qualification.mjs} +9 -9
  177. package/scripts/{v4-declarative-promotion-admission.mjs → declarative-promotion-admission.mjs} +4 -4
  178. package/scripts/dev-delivery-warrant-options.mjs +1 -1
  179. package/scripts/dev-delivery-warrant-store.mjs +29 -10
  180. package/scripts/dev-delivery-warrant.mjs +4 -4
  181. package/scripts/dev-pr-delivery-warrant.mjs +1 -1
  182. package/scripts/generate-channel-build-workflow.mjs +2 -2
  183. package/scripts/generate-channel-promotion-workflow.mjs +14 -31
  184. package/scripts/generate-release-candidate-passport.mjs +23 -23
  185. package/scripts/generate-site-bundle.mjs +17 -17
  186. package/scripts/{generate-v4-universal-workflow-facades.mjs → generate-universal-workflow-facades.mjs} +61 -21
  187. package/scripts/{v4-host-adapter.mjs → host-adapter.mjs} +1 -1
  188. package/scripts/implementation-references.mjs +25 -0
  189. package/scripts/init-repo.mjs +1 -1
  190. package/scripts/next-development-review.mjs +17 -11
  191. package/scripts/oci-compose-preview.mjs +261 -0
  192. package/scripts/{v4-platform-stage-checkpoint-rehearsal.mjs → platform-stage-checkpoint-rehearsal.mjs} +17 -17
  193. package/scripts/{v4-product-publication-intent.mjs → product-publication-intent.mjs} +16 -8
  194. package/scripts/publication-candidate-kind.mjs +93 -0
  195. package/scripts/publication-candidate-sealer.mjs +16 -1
  196. package/scripts/{v4-publication-rehearsal-fixture.mjs → publication-rehearsal-fixture.mjs} +5 -5
  197. package/scripts/{v4-publication-settlement.mjs → publication-settlement.mjs} +8 -8
  198. package/scripts/{v4-release-candidate-adapter.mjs → release-candidate-adapter.mjs} +4 -4
  199. package/scripts/release-candidate-resolver.mjs +15 -26
  200. package/scripts/release-tail.mjs +5 -5
  201. package/scripts/resume-from-candidate-run.mjs +35 -42
  202. package/scripts/site-capability-metadata.mjs +9 -0
  203. package/scripts/source-verification-evidence.mjs +7 -7
  204. package/scripts/{v4-stage-capsule-qualification.mjs → stage-capsule-qualification.mjs} +62 -62
  205. package/scripts/{v4-stage-capsule-resume-rehearsal.mjs → stage-capsule-resume-rehearsal.mjs} +6 -6
  206. package/scripts/{v4-tail-reseal-macos-rehearsal.mjs → tail-reseal-macos-rehearsal.mjs} +9 -9
  207. package/scripts/{v4-tail-reseal.mjs → tail-reseal.mjs} +19 -19
  208. package/scripts/universal-facade-maintainability.mjs +12 -3
  209. package/scripts/{v4-universal-workflow-backflow.mjs → universal-workflow-backflow.mjs} +10 -10
  210. package/scripts/{v4-universal-workflow-engine.mjs → universal-workflow-engine.mjs} +40 -38
  211. package/scripts/{v4-universal-workflow-self-dogfood.mjs → universal-workflow-self-dogfood.mjs} +12 -12
  212. package/scripts/verify-version-state-delta.mjs +4 -2
  213. package/scripts/{v4-warrant-shadow-plan.mjs → warrant-shadow-plan.mjs} +6 -6
  214. package/templates/universal-buildchain-bootstrap-recovery.yml +4 -4
  215. package/packages/core/buildchain-v4-domain.wasm +0 -0
  216. package/packages/core/v4-domain-wasm-artifact.js +0 -7
  217. package/packages/core/v4-partial-mutation-recovery-qualification.js +0 -18
  218. package/packages/core/v4-provider-operation-journal.js +0 -62
  219. package/packages/core/v4-release-activation-shadow.js +0 -32
  220. package/packages/core/v4-stable-publication-fence.js +0 -28
  221. /package/actions/{v4-release-candidate-promote → release-candidate-promote}/README.md +0 -0
  222. /package/architecture/{v4-adopter-delivery-parity.json → adopter-delivery-parity.json} +0 -0
  223. /package/architecture/{v3-core-mechanism-inventory.json → baseline-core-mechanism-inventory.json} +0 -0
  224. /package/architecture/{v4-canonical-contract-fixtures.json → canonical-contract-fixtures.json} +0 -0
  225. /package/architecture/{v4-compatibility-facts-parity.json → compatibility-facts-parity.json} +0 -0
  226. /package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.schema.json → delivery-warrant-shadow-bootstrap-plan.schema.json} +0 -0
  227. /package/architecture/{v4-delivery-warrant-shadow-fixtures.json → delivery-warrant-shadow-fixtures.json} +0 -0
  228. /package/architecture/{v4-delivery-warrant-shadow-fixtures.schema.json → delivery-warrant-shadow-fixtures.schema.json} +0 -0
  229. /package/architecture/{v4-exception-ledger.json → exception-ledger.json} +0 -0
  230. /package/architecture/{v4-exception-ledger.schema.json → exception-ledger.schema.json} +0 -0
  231. /package/architecture/{v4-floating-consumer-policy.json → floating-consumer-policy.json} +0 -0
  232. /package/architecture/{v4-publication-facade-patches.json → publication-facade-patches.json} +0 -0
  233. /package/architecture/{v4-release-invocation-fixtures.json → release-invocation-fixtures.json} +0 -0
@@ -15,7 +15,7 @@
15
15
  "maturity": "stable",
16
16
  "counts": {
17
17
  "manualCount": 4,
18
- "pageCount": 21,
18
+ "pageCount": 22,
19
19
  "cliCommandCount": 9,
20
20
  "nodeApiCount": 0,
21
21
  "workflowCount": 0,
@@ -51,7 +51,7 @@
51
51
  "manualCount": 7,
52
52
  "pageCount": 8,
53
53
  "cliCommandCount": 27,
54
- "nodeApiCount": 24,
54
+ "nodeApiCount": 29,
55
55
  "workflowCount": 2,
56
56
  "actionCount": 3
57
57
  },
@@ -88,7 +88,7 @@
88
88
  "manualCount": 6,
89
89
  "pageCount": 19,
90
90
  "cliCommandCount": 10,
91
- "nodeApiCount": 16,
91
+ "nodeApiCount": 19,
92
92
  "workflowCount": 4,
93
93
  "actionCount": 2
94
94
  },
@@ -256,7 +256,7 @@
256
256
  "manualCount": 11,
257
257
  "pageCount": 17,
258
258
  "cliCommandCount": 13,
259
- "nodeApiCount": 16,
259
+ "nodeApiCount": 17,
260
260
  "workflowCount": 23,
261
261
  "actionCount": 0
262
262
  },
@@ -298,7 +298,7 @@
298
298
  "pageCount": 12,
299
299
  "cliCommandCount": 0,
300
300
  "nodeApiCount": 2,
301
- "workflowCount": 84,
301
+ "workflowCount": 85,
302
302
  "actionCount": 2
303
303
  },
304
304
  "manuals": [
@@ -14,19 +14,19 @@
14
14
  },
15
15
  "runtimeContract": {
16
16
  "contract": "kungfu-buildchain-runtime-contract-world",
17
- "compatibilityDigest": "sha256:20411029d83211dff426fb6535a608902129844a5ccb4788db77d3f81becb839",
17
+ "compatibilityDigest": "sha256:a0d4f48bb6236f6932466cfb2802b866035c5be5861a9d41c2975307a640fb18",
18
18
  "majorLine": "v4"
19
19
  },
20
20
  "publicSurfaceReverseAudit": {
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "2d03a067917fdbbd8a78525c227a7cac5054391d06c6bece75a600fbf959bf6d",
24
+ "sha256": "53f821889881caa22a05f6f3d6dd786ce346e891ff0ab29b6ca072fa300f0a28",
25
25
  "summary": {
26
26
  "cliCommandCount": 117,
27
- "workflowCount": 114,
27
+ "workflowCount": 115,
28
28
  "actionCount": 8,
29
- "sitePageCount": 87,
29
+ "sitePageCount": 88,
30
30
  "docCommandRefCount": 1050,
31
31
  "failureCount": 0
32
32
  },
@@ -246,12 +246,12 @@
246
246
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
247
247
  "path": "dist/site/public-surface-audit.json",
248
248
  "status": "passed",
249
- "sha256": "2d03a067917fdbbd8a78525c227a7cac5054391d06c6bece75a600fbf959bf6d",
249
+ "sha256": "53f821889881caa22a05f6f3d6dd786ce346e891ff0ab29b6ca072fa300f0a28",
250
250
  "summary": {
251
251
  "cliCommandCount": 117,
252
- "workflowCount": 114,
252
+ "workflowCount": 115,
253
253
  "actionCount": 8,
254
- "sitePageCount": 87,
254
+ "sitePageCount": 88,
255
255
  "docCommandRefCount": 1050,
256
256
  "failureCount": 0
257
257
  },
@@ -332,6 +332,18 @@
332
332
  "public": true,
333
333
  "plane": "action"
334
334
  },
335
+ {
336
+ "id": "doc:actions/release-candidate-promote/README.md",
337
+ "name": "actions/release-candidate-promote/README.md",
338
+ "kind": "documentation",
339
+ "sourcePath": "actions/release-candidate-promote/README.md",
340
+ "evidencePath": "actions/release-candidate-promote/README.md",
341
+ "availability": "shipped",
342
+ "visibility": "public",
343
+ "participantFacing": true,
344
+ "public": true,
345
+ "plane": "action"
346
+ },
335
347
  {
336
348
  "id": "doc:actions/release-tail/README.md",
337
349
  "name": "actions/release-tail/README.md",
@@ -368,18 +380,6 @@
368
380
  "public": true,
369
381
  "plane": "action"
370
382
  },
371
- {
372
- "id": "doc:actions/v4-release-candidate-promote/README.md",
373
- "name": "actions/v4-release-candidate-promote/README.md",
374
- "kind": "documentation",
375
- "sourcePath": "actions/v4-release-candidate-promote/README.md",
376
- "evidencePath": "actions/v4-release-candidate-promote/README.md",
377
- "availability": "shipped",
378
- "visibility": "public",
379
- "participantFacing": true,
380
- "public": true,
381
- "plane": "action"
382
- },
383
383
  {
384
384
  "id": "doc:actions/validate-config/README.md",
385
385
  "name": "actions/validate-config/README.md",
@@ -1632,8 +1632,8 @@
1632
1632
  "id": "export:./v4-floating-consumer-policy",
1633
1633
  "name": "@kungfu-tech/buildchain/v4-floating-consumer-policy",
1634
1634
  "kind": "package-export",
1635
- "sourcePath": "packages/core/v4-floating-consumer-policy.js",
1636
- "evidencePath": "packages/core/v4-floating-consumer-policy.js",
1635
+ "sourcePath": "packages/compatibility/floating-consumer-policy.js",
1636
+ "evidencePath": "packages/compatibility/floating-consumer-policy.js",
1637
1637
  "availability": "shipped",
1638
1638
  "visibility": "public",
1639
1639
  "participantFacing": true,
@@ -1644,8 +1644,8 @@
1644
1644
  "id": "export:./v4-runtime-ref-resume-authority",
1645
1645
  "name": "@kungfu-tech/buildchain/v4-runtime-ref-resume-authority",
1646
1646
  "kind": "package-export",
1647
- "sourcePath": "packages/core/v4-runtime-ref-resume-authority.js",
1648
- "evidencePath": "packages/core/v4-runtime-ref-resume-authority.js",
1647
+ "sourcePath": "packages/compatibility/runtime-ref-resume-authority.js",
1648
+ "evidencePath": "packages/compatibility/runtime-ref-resume-authority.js",
1649
1649
  "availability": "shipped",
1650
1650
  "visibility": "public",
1651
1651
  "participantFacing": true,
@@ -1656,8 +1656,8 @@
1656
1656
  "id": "export:./v4-tail-reseal",
1657
1657
  "name": "@kungfu-tech/buildchain/v4-tail-reseal",
1658
1658
  "kind": "package-export",
1659
- "sourcePath": "packages/core/v4-tail-reseal.js",
1660
- "evidencePath": "packages/core/v4-tail-reseal.js",
1659
+ "sourcePath": "packages/compatibility/tail-reseal.js",
1660
+ "evidencePath": "packages/compatibility/tail-reseal.js",
1661
1661
  "availability": "shipped",
1662
1662
  "visibility": "public",
1663
1663
  "participantFacing": true,
@@ -1668,8 +1668,8 @@
1668
1668
  "id": "export:./v4-tail-reseal-receipt",
1669
1669
  "name": "@kungfu-tech/buildchain/v4-tail-reseal-receipt",
1670
1670
  "kind": "package-export",
1671
- "sourcePath": "packages/core/v4-tail-reseal-receipt.js",
1672
- "evidencePath": "packages/core/v4-tail-reseal-receipt.js",
1671
+ "sourcePath": "packages/compatibility/tail-reseal-receipt.js",
1672
+ "evidencePath": "packages/compatibility/tail-reseal-receipt.js",
1673
1673
  "availability": "shipped",
1674
1674
  "visibility": "public",
1675
1675
  "participantFacing": true,
@@ -1680,8 +1680,8 @@
1680
1680
  "id": "export:./v4-publication-rehearsal",
1681
1681
  "name": "@kungfu-tech/buildchain/v4-publication-rehearsal",
1682
1682
  "kind": "package-export",
1683
- "sourcePath": "packages/core/v4-publication-rehearsal.js",
1684
- "evidencePath": "packages/core/v4-publication-rehearsal.js",
1683
+ "sourcePath": "packages/compatibility/publication-rehearsal.js",
1684
+ "evidencePath": "packages/compatibility/publication-rehearsal.js",
1685
1685
  "availability": "shipped",
1686
1686
  "visibility": "public",
1687
1687
  "participantFacing": true,
@@ -1716,8 +1716,8 @@
1716
1716
  "id": "export:./v4-publication-qualification",
1717
1717
  "name": "@kungfu-tech/buildchain/v4-publication-qualification",
1718
1718
  "kind": "package-export",
1719
- "sourcePath": "packages/core/v4-publication-qualification.js",
1720
- "evidencePath": "packages/core/v4-publication-qualification.js",
1719
+ "sourcePath": "packages/compatibility/publication-qualification.js",
1720
+ "evidencePath": "packages/compatibility/publication-qualification.js",
1721
1721
  "availability": "shipped",
1722
1722
  "visibility": "public",
1723
1723
  "participantFacing": true,
@@ -1836,8 +1836,8 @@
1836
1836
  "id": "export:./v4-adopter-delivery",
1837
1837
  "name": "@kungfu-tech/buildchain/v4-adopter-delivery",
1838
1838
  "kind": "package-export",
1839
- "sourcePath": "packages/core/v4-adopter-delivery.js",
1840
- "evidencePath": "packages/core/v4-adopter-delivery.js",
1839
+ "sourcePath": "packages/compatibility/adopter-delivery.js",
1840
+ "evidencePath": "packages/compatibility/adopter-delivery.js",
1841
1841
  "availability": "shipped",
1842
1842
  "visibility": "public",
1843
1843
  "participantFacing": true,
@@ -1848,8 +1848,8 @@
1848
1848
  "id": "export:./v4-cross-platform-adopter-qualification",
1849
1849
  "name": "@kungfu-tech/buildchain/v4-cross-platform-adopter-qualification",
1850
1850
  "kind": "package-export",
1851
- "sourcePath": "packages/core/v4-cross-platform-adopter-qualification.js",
1852
- "evidencePath": "packages/core/v4-cross-platform-adopter-qualification.js",
1851
+ "sourcePath": "packages/compatibility/cross-platform-adopter-qualification.js",
1852
+ "evidencePath": "packages/compatibility/cross-platform-adopter-qualification.js",
1853
1853
  "availability": "shipped",
1854
1854
  "visibility": "public",
1855
1855
  "participantFacing": true,
@@ -2215,6 +2215,114 @@
2215
2215
  "participantFacing": true,
2216
2216
  "public": true,
2217
2217
  "packageExport": "./buildchain-kfd-claims"
2218
+ },
2219
+ {
2220
+ "id": "export:./oci-publication",
2221
+ "name": "@kungfu-tech/buildchain/oci-publication",
2222
+ "kind": "package-export",
2223
+ "sourcePath": "packages/core/oci-publication-bundle.js",
2224
+ "evidencePath": "packages/core/oci-publication-bundle.js",
2225
+ "availability": "shipped",
2226
+ "visibility": "public",
2227
+ "participantFacing": true,
2228
+ "public": true,
2229
+ "packageExport": "./oci-publication"
2230
+ },
2231
+ {
2232
+ "id": "export:./floating-consumer-policy",
2233
+ "name": "@kungfu-tech/buildchain/floating-consumer-policy",
2234
+ "kind": "package-export",
2235
+ "sourcePath": "packages/core/floating-consumer-policy.js",
2236
+ "evidencePath": "packages/core/floating-consumer-policy.js",
2237
+ "availability": "shipped",
2238
+ "visibility": "public",
2239
+ "participantFacing": true,
2240
+ "public": true,
2241
+ "packageExport": "./floating-consumer-policy"
2242
+ },
2243
+ {
2244
+ "id": "export:./runtime-ref-resume-authority",
2245
+ "name": "@kungfu-tech/buildchain/runtime-ref-resume-authority",
2246
+ "kind": "package-export",
2247
+ "sourcePath": "packages/core/runtime-ref-resume-authority.js",
2248
+ "evidencePath": "packages/core/runtime-ref-resume-authority.js",
2249
+ "availability": "shipped",
2250
+ "visibility": "public",
2251
+ "participantFacing": true,
2252
+ "public": true,
2253
+ "packageExport": "./runtime-ref-resume-authority"
2254
+ },
2255
+ {
2256
+ "id": "export:./tail-reseal",
2257
+ "name": "@kungfu-tech/buildchain/tail-reseal",
2258
+ "kind": "package-export",
2259
+ "sourcePath": "packages/core/tail-reseal.js",
2260
+ "evidencePath": "packages/core/tail-reseal.js",
2261
+ "availability": "shipped",
2262
+ "visibility": "public",
2263
+ "participantFacing": true,
2264
+ "public": true,
2265
+ "packageExport": "./tail-reseal"
2266
+ },
2267
+ {
2268
+ "id": "export:./tail-reseal-receipt",
2269
+ "name": "@kungfu-tech/buildchain/tail-reseal-receipt",
2270
+ "kind": "package-export",
2271
+ "sourcePath": "packages/core/tail-reseal-receipt.js",
2272
+ "evidencePath": "packages/core/tail-reseal-receipt.js",
2273
+ "availability": "shipped",
2274
+ "visibility": "public",
2275
+ "participantFacing": true,
2276
+ "public": true,
2277
+ "packageExport": "./tail-reseal-receipt"
2278
+ },
2279
+ {
2280
+ "id": "export:./publication-rehearsal",
2281
+ "name": "@kungfu-tech/buildchain/publication-rehearsal",
2282
+ "kind": "package-export",
2283
+ "sourcePath": "packages/core/publication-rehearsal.js",
2284
+ "evidencePath": "packages/core/publication-rehearsal.js",
2285
+ "availability": "shipped",
2286
+ "visibility": "public",
2287
+ "participantFacing": true,
2288
+ "public": true,
2289
+ "packageExport": "./publication-rehearsal"
2290
+ },
2291
+ {
2292
+ "id": "export:./publication-qualification",
2293
+ "name": "@kungfu-tech/buildchain/publication-qualification",
2294
+ "kind": "package-export",
2295
+ "sourcePath": "packages/core/publication-qualification.js",
2296
+ "evidencePath": "packages/core/publication-qualification.js",
2297
+ "availability": "shipped",
2298
+ "visibility": "public",
2299
+ "participantFacing": true,
2300
+ "public": true,
2301
+ "packageExport": "./publication-qualification"
2302
+ },
2303
+ {
2304
+ "id": "export:./adopter-delivery",
2305
+ "name": "@kungfu-tech/buildchain/adopter-delivery",
2306
+ "kind": "package-export",
2307
+ "sourcePath": "packages/core/adopter-delivery.js",
2308
+ "evidencePath": "packages/core/adopter-delivery.js",
2309
+ "availability": "shipped",
2310
+ "visibility": "public",
2311
+ "participantFacing": true,
2312
+ "public": true,
2313
+ "packageExport": "./adopter-delivery"
2314
+ },
2315
+ {
2316
+ "id": "export:./cross-platform-adopter-qualification",
2317
+ "name": "@kungfu-tech/buildchain/cross-platform-adopter-qualification",
2318
+ "kind": "package-export",
2319
+ "sourcePath": "packages/core/cross-platform-adopter-qualification.js",
2320
+ "evidencePath": "packages/core/cross-platform-adopter-qualification.js",
2321
+ "availability": "shipped",
2322
+ "visibility": "public",
2323
+ "participantFacing": true,
2324
+ "public": true,
2325
+ "packageExport": "./cross-platform-adopter-qualification"
2218
2326
  }
2219
2327
  ],
2220
2328
  "siteConsumptionContracts": [
@@ -6410,6 +6518,22 @@
6410
6518
  ],
6411
6519
  "reverseAuditSource": ".github/workflows"
6412
6520
  },
6521
+ {
6522
+ "id": "workflow:public-release-oci-compose-preview",
6523
+ "name": "workflow:public-release-oci-compose-preview",
6524
+ "kind": "workflow",
6525
+ "sourcePath": ".github/workflows/public-release-oci-compose-preview.yml",
6526
+ "evidencePath": ".github/workflows/public-release-oci-compose-preview.yml",
6527
+ "availability": "shipped",
6528
+ "visibility": "public",
6529
+ "participantFacing": true,
6530
+ "public": true,
6531
+ "inputCount": 1,
6532
+ "inputs": [
6533
+ "universal-request-json"
6534
+ ],
6535
+ "reverseAuditSource": ".github/workflows"
6536
+ },
6413
6537
  {
6414
6538
  "id": "workflow:public-release-paper-sealed",
6415
6539
  "name": "workflow:public-release-paper-sealed",
@@ -7688,6 +7812,52 @@
7688
7812
  ],
7689
7813
  "reverseAuditSource": "actions/*/action.yml"
7690
7814
  },
7815
+ {
7816
+ "id": "action:release-candidate-promote",
7817
+ "name": "action:release-candidate-promote",
7818
+ "kind": "action",
7819
+ "sourcePath": "actions/release-candidate-promote/action.yml",
7820
+ "evidencePath": "actions/release-candidate-promote/action.yml",
7821
+ "availability": "shipped",
7822
+ "visibility": "public",
7823
+ "participantFacing": true,
7824
+ "public": true,
7825
+ "inputCount": 31,
7826
+ "inputs": [
7827
+ "artifact-paths",
7828
+ "candidate-build-summary-path",
7829
+ "candidate-passport-path",
7830
+ "failure-after-capability",
7831
+ "mutation-token",
7832
+ "product-publication-intent-path",
7833
+ "publication-qualification-path",
7834
+ "publish-artifact-kind",
7835
+ "publish-auth",
7836
+ "publish-command",
7837
+ "publish-dist-tag",
7838
+ "publish-mode",
7839
+ "publish-package-main",
7840
+ "publish-package-set-order",
7841
+ "publish-rematerialize-on-resume",
7842
+ "publish-transaction-override",
7843
+ "publisher-workflow-sha",
7844
+ "repository",
7845
+ "required-artifacts-path",
7846
+ "required-status-check",
7847
+ "resume-transaction-id",
7848
+ "runtime-commit",
7849
+ "runtime-tree",
7850
+ "sealed-bundle-manifest",
7851
+ "sealed-bundle-root",
7852
+ "source-sha",
7853
+ "stage-capsules-path",
7854
+ "state-path",
7855
+ "target-ref",
7856
+ "target-sha",
7857
+ "token"
7858
+ ],
7859
+ "reverseAuditSource": "actions/*/action.yml"
7860
+ },
7691
7861
  {
7692
7862
  "id": "action:release-tail",
7693
7863
  "name": "action:release-tail",
@@ -7813,52 +7983,6 @@
7813
7983
  ],
7814
7984
  "reverseAuditSource": "actions/*/action.yml"
7815
7985
  },
7816
- {
7817
- "id": "action:v4-release-candidate-promote",
7818
- "name": "action:v4-release-candidate-promote",
7819
- "kind": "action",
7820
- "sourcePath": "actions/v4-release-candidate-promote/action.yml",
7821
- "evidencePath": "actions/v4-release-candidate-promote/action.yml",
7822
- "availability": "shipped",
7823
- "visibility": "public",
7824
- "participantFacing": true,
7825
- "public": true,
7826
- "inputCount": 31,
7827
- "inputs": [
7828
- "artifact-paths",
7829
- "candidate-build-summary-path",
7830
- "candidate-passport-path",
7831
- "failure-after-capability",
7832
- "mutation-token",
7833
- "product-publication-intent-path",
7834
- "publication-qualification-path",
7835
- "publish-artifact-kind",
7836
- "publish-auth",
7837
- "publish-command",
7838
- "publish-dist-tag",
7839
- "publish-mode",
7840
- "publish-package-main",
7841
- "publish-package-set-order",
7842
- "publish-rematerialize-on-resume",
7843
- "publish-transaction-override",
7844
- "publisher-workflow-sha",
7845
- "repository",
7846
- "required-artifacts-path",
7847
- "required-status-check",
7848
- "resume-transaction-id",
7849
- "runtime-commit",
7850
- "runtime-tree",
7851
- "sealed-bundle-manifest",
7852
- "sealed-bundle-root",
7853
- "source-sha",
7854
- "stage-capsules-path",
7855
- "state-path",
7856
- "target-ref",
7857
- "target-sha",
7858
- "token"
7859
- ],
7860
- "reverseAuditSource": "actions/*/action.yml"
7861
- },
7862
7986
  {
7863
7987
  "id": "action:validate-config",
7864
7988
  "name": "action:validate-config",
@@ -7914,8 +8038,8 @@
7914
8038
  "reverseAuditSource": "dist/site/page-registry.json"
7915
8039
  },
7916
8040
  {
7917
- "id": "site-page:action:release-tail",
7918
- "name": "site-page:action:release-tail",
8041
+ "id": "site-page:action:release-candidate-promote",
8042
+ "name": "site-page:action:release-candidate-promote",
7919
8043
  "kind": "site-page",
7920
8044
  "sourcePath": "dist/site/page-registry.json",
7921
8045
  "evidencePath": "dist/site/page-registry.json",
@@ -7926,8 +8050,8 @@
7926
8050
  "reverseAuditSource": "dist/site/page-registry.json"
7927
8051
  },
7928
8052
  {
7929
- "id": "site-page:action:report-buildchain-issue",
7930
- "name": "site-page:action:report-buildchain-issue",
8053
+ "id": "site-page:action:release-tail",
8054
+ "name": "site-page:action:release-tail",
7931
8055
  "kind": "site-page",
7932
8056
  "sourcePath": "dist/site/page-registry.json",
7933
8057
  "evidencePath": "dist/site/page-registry.json",
@@ -7938,8 +8062,8 @@
7938
8062
  "reverseAuditSource": "dist/site/page-registry.json"
7939
8063
  },
7940
8064
  {
7941
- "id": "site-page:action:run-lifecycle",
7942
- "name": "site-page:action:run-lifecycle",
8065
+ "id": "site-page:action:report-buildchain-issue",
8066
+ "name": "site-page:action:report-buildchain-issue",
7943
8067
  "kind": "site-page",
7944
8068
  "sourcePath": "dist/site/page-registry.json",
7945
8069
  "evidencePath": "dist/site/page-registry.json",
@@ -7950,8 +8074,8 @@
7950
8074
  "reverseAuditSource": "dist/site/page-registry.json"
7951
8075
  },
7952
8076
  {
7953
- "id": "site-page:action:v4-release-candidate-promote",
7954
- "name": "site-page:action:v4-release-candidate-promote",
8077
+ "id": "site-page:action:run-lifecycle",
8078
+ "name": "site-page:action:run-lifecycle",
7955
8079
  "kind": "site-page",
7956
8080
  "sourcePath": "dist/site/page-registry.json",
7957
8081
  "evidencePath": "dist/site/page-registry.json",
@@ -8465,6 +8589,18 @@
8465
8589
  "public": true,
8466
8590
  "reverseAuditSource": "dist/site/page-registry.json"
8467
8591
  },
8592
+ {
8593
+ "id": "site-page:manual:oci-publication",
8594
+ "name": "site-page:manual:oci-publication",
8595
+ "kind": "site-page",
8596
+ "sourcePath": "dist/site/page-registry.json",
8597
+ "evidencePath": "dist/site/page-registry.json",
8598
+ "availability": "shipped",
8599
+ "visibility": "public",
8600
+ "participantFacing": true,
8601
+ "public": true,
8602
+ "reverseAuditSource": "dist/site/page-registry.json"
8603
+ },
8468
8604
  {
8469
8605
  "id": "site-page:manual:ownership",
8470
8606
  "name": "site-page:manual:ownership",
@@ -9092,6 +9228,6 @@
9092
9228
  }
9093
9229
  }
9094
9230
  ],
9095
- "publicSurfaceCount": 521
9231
+ "publicSurfaceCount": 532
9096
9232
  }
9097
9233
  }
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "4.0.2",
7
+ "version": "4.0.3-alpha.0",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {
@@ -9,7 +9,7 @@
9
9
  "title": "Buildchain documentation map",
10
10
  "path": "docs/MAP.md",
11
11
  "plane": "use",
12
- "digest": "sha256:aef677bb3e37882f73daf65b7052989fc549e3b40d70bc4036beb2738b608345",
12
+ "digest": "sha256:93128b060fe11f0c14451966aa2ac467c47248946c577a16daed124344824282",
13
13
  "capabilityGroup": "getting-started",
14
14
  "audience": [
15
15
  "agent",
@@ -165,7 +165,7 @@
165
165
  "title": "Next-development transition",
166
166
  "path": "docs/next-development-transition.md",
167
167
  "plane": "verify",
168
- "digest": "sha256:36f514efc9a7c1c6da59e93126e1512529c5c2349ea987516ef13f1e592be454",
168
+ "digest": "sha256:2a3556d2b7dd1e3a27878c2741aa5ae42d628afa5bb94ab62e468d789ddf0806",
169
169
  "capabilityGroup": "governance-versioning",
170
170
  "audience": [
171
171
  "release-operator",
@@ -362,7 +362,7 @@
362
362
  "title": "Generated Node API reference",
363
363
  "path": "docs/node-api-reference.md",
364
364
  "plane": "use",
365
- "digest": "sha256:df073c14c12f15c851eb4507cbeb2919add936ac3079b10f222478138720d092",
365
+ "digest": "sha256:7ead263fccd68f471a4e3fee4b9ffe39b2ef0cbbea3c961605f8a13f66f09328",
366
366
  "capabilityGroup": "api-cli-reference",
367
367
  "audience": [
368
368
  "agent",
@@ -433,7 +433,7 @@
433
433
  "title": "Reusable build surface",
434
434
  "path": "docs/reusable-build-surface.md",
435
435
  "plane": "use",
436
- "digest": "sha256:0ea67ecc0eb6e4d49f71e11ccd670d442b811c9132736dd8c600d038dc6ebbe9",
436
+ "digest": "sha256:71a327274f18445d3e26392d24a707b887650603c574354009243164dbc59cdc",
437
437
  "capabilityGroup": "reusable-build",
438
438
  "audience": [
439
439
  "consumer",
@@ -447,7 +447,7 @@
447
447
  "title": "V4 public adopter delivery",
448
448
  "path": "docs/v4-adopter-delivery.md",
449
449
  "plane": "verify",
450
- "digest": "sha256:1afe656ccb66bb63c73956413bb2d3551d3ba39c3f6e50389e7695877dac87a2",
450
+ "digest": "sha256:6679e6761bcc17d47efebee22f00db207645f134d8d61955f7b89264192ee409",
451
451
  "capabilityGroup": "reusable-build",
452
452
  "audience": [
453
453
  "consumer",
@@ -462,7 +462,7 @@
462
462
  "title": "Publish transaction",
463
463
  "path": "docs/publish-transaction.md",
464
464
  "plane": "verify",
465
- "digest": "sha256:635de0da30769e4e6f956748ec9758338a1ae7921bce73268c2d914ae240693d",
465
+ "digest": "sha256:b1ee27a958bfe2327ec4702f6f288d916b8c7362bcc01c2c59388ffbe61037bf",
466
466
  "capabilityGroup": "release-passport-trust",
467
467
  "audience": [
468
468
  "release-operator"
@@ -534,7 +534,7 @@
534
534
  "title": "Release flow",
535
535
  "path": "docs/release-flow.md",
536
536
  "plane": "verify",
537
- "digest": "sha256:1b97defb4f635937ea96f92e1180625cf1a5bc3454191062ec3c76b168d4c451",
537
+ "digest": "sha256:c981dadaa48e5adf5dcd8712eb1d37b60285bf66b0ba3a6c13a5252fcbdeedba",
538
538
  "capabilityGroup": "governance-versioning",
539
539
  "audience": [
540
540
  "release-operator",