@kungfu-tech/buildchain 4.0.2-alpha.5 → 4.0.2-alpha.50

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 (171) hide show
  1. package/AGENTS.md +10 -1
  2. package/CONTRIBUTING.md +24 -0
  3. package/README.md +2 -2
  4. package/actions/promote-buildchain-ref/README.md +1 -1
  5. package/actions/v4-release-candidate-promote/README.md +28 -0
  6. package/architecture/agent-change-map.md +70 -9
  7. package/architecture/ci-lane-change-budget.json +384 -0
  8. package/architecture/internal-capabilities.json +56 -9
  9. package/architecture/maintainability-debt.json +162 -107
  10. package/architecture/maintainability-policy.json +34 -30
  11. package/architecture/release-tail-contract-inventory.json +6 -6
  12. package/architecture/v4-architecture-constitution.md +23 -20
  13. package/architecture/v4-cross-platform-adopter-qualification.json +1 -1
  14. package/architecture/v4-delivery-authority-parity.json +2 -2
  15. package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.json +1 -1
  16. package/architecture/v4-floating-consumer-policy.json +2 -2
  17. package/architecture/v4-next-development-parity.json +5 -5
  18. package/architecture/v4-partial-mutation-recovery-qualification.json +4 -1
  19. package/architecture/v4-platform-stage-checkpoints.json +1 -1
  20. package/architecture/v4-provider-operation-journal-contract.json +5 -2
  21. package/architecture/v4-publication-facade-patches.json +64 -0
  22. package/architecture/v4-release-activation-shadow-domain.json +5 -2
  23. package/architecture/v4-release-topology.json +198 -38
  24. package/architecture/v4-rust-wasm-production-authority.json +58 -0
  25. package/architecture/v4-stable-publication-fence.json +5 -2
  26. package/architecture/v4-stage-capsule-qualification.json +2 -2
  27. package/architecture/v4-tail-reseal-parity.json +8 -6
  28. package/architecture/v4-universal-workflow-bootstrap.json +176 -0
  29. package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
  30. package/architecture/v4-universal-workflow-train-admission.json +40 -0
  31. package/architecture/workflow-taxonomy.json +1462 -0
  32. package/bin/buildchain.mjs +7 -7
  33. package/contracts/buildchain-v2-residuals-v1.json +57 -48
  34. package/contracts/dev-delivery-authority-v2.schema.json +16 -2
  35. package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
  36. package/contracts/v4-canonical-contracts-v1.schema.json +1 -0
  37. package/dist/site/buildchain-contract.json +93 -48
  38. package/dist/site/buildchain-site.json +276 -72
  39. package/dist/site/capability-registry.json +5 -5
  40. package/dist/site/controller-registry.json +50 -13
  41. package/dist/site/kfd-claims.json +2610 -983
  42. package/dist/site/kfd-upstream-aggregate.json +1 -1
  43. package/dist/site/manual-registry.json +14 -14
  44. package/dist/site/node-api-registry.json +273 -127
  45. package/dist/site/page-registry.json +257 -53
  46. package/dist/site/public-surface-audit.json +3239 -1232
  47. package/dist/site/publication-authority-registry.json +1135 -363
  48. package/dist/site/publication-registry.json +4 -4
  49. package/dist/site/release-provenance.json +2 -1
  50. package/dist/site/schemas/dev-delivery-authority-v2.schema.json +16 -2
  51. package/dist/site/site-manifest.json +18 -18
  52. package/dist/site/workflow-registry.json +5097 -1659
  53. package/docs/MAP.md +2 -0
  54. package/docs/auditable-demo.md +1 -1
  55. package/docs/cli.md +21 -8
  56. package/docs/dev-delivery-warrant.md +1 -1
  57. package/docs/engineering-housekeeper.md +3 -3
  58. package/docs/kfd-support.md +26 -2
  59. package/docs/next-development-transition.md +2 -2
  60. package/docs/node-api-reference.md +216 -205
  61. package/docs/oci-publication.md +160 -0
  62. package/docs/publication-authority.md +2 -2
  63. package/docs/publish-transaction.md +36 -3
  64. package/docs/release-candidate.md +3 -3
  65. package/docs/release-flow.md +67 -19
  66. package/docs/release-governance.md +8 -8
  67. package/docs/release-passport.md +27 -2
  68. package/docs/reusable-build-surface.md +16 -0
  69. package/docs/v4-adopter-delivery.md +2 -2
  70. package/docs/v4-production-release.md +71 -8
  71. package/docs/v4-rust-wasm-production-authority.md +58 -0
  72. package/docs/v4-stage-capsule.md +2 -2
  73. package/docs/v4-tail-reseal.md +1 -1
  74. package/docs/workflow-catalog.md +155 -0
  75. package/docs/workflow-path-migration.md +109 -0
  76. package/package.json +12 -7
  77. package/packages/core/artifact-verification-envelope.js +5 -5
  78. package/packages/core/buildchain-contract.js +1 -1
  79. package/packages/core/buildchain-kfd-claims.js +2 -2
  80. package/packages/core/buildchain-publication-authority.js +43 -26
  81. package/packages/core/buildchain-v4-domain.wasm +0 -0
  82. package/packages/core/ci-lane-change-budget.js +14 -1
  83. package/packages/core/controller-evidence.js +4 -1
  84. package/packages/core/dev-delivery-candidate-identity.js +40 -6
  85. package/packages/core/dev-delivery-warrant-state.js +3 -4
  86. package/packages/core/dev-delivery-warrant.js +12 -2
  87. package/packages/core/github-governance-authority.js +4 -4
  88. package/packages/core/kfd-adopter-manifest.js +46 -47
  89. package/packages/core/next-development-projection.js +2 -2
  90. package/packages/core/next-development-transition.js +5 -6
  91. package/packages/core/oci-compose-qualification.js +140 -0
  92. package/packages/core/oci-publication-bundle.js +281 -0
  93. package/packages/core/oci-publication-graph.js +206 -0
  94. package/packages/core/paper-agent-entry.js +30 -4
  95. package/packages/core/paper-fleet.js +1 -1
  96. package/packages/core/paper-runtime-channels.js +348 -0
  97. package/packages/core/paper-scaffold-content.js +10 -0
  98. package/packages/core/paper.js +37 -71
  99. package/packages/core/publication-sealed-bundle.js +78 -13
  100. package/packages/core/release-line-dry-run.js +1 -1
  101. package/packages/core/release-passport-contract.js +5 -5
  102. package/packages/core/release-passport.js +5 -4
  103. package/packages/core/release-tail-product-capabilities.js +38 -0
  104. package/packages/core/release-tail-provider-plane.js +68 -1048
  105. package/packages/core/v4-canonical-contracts.js +15 -75
  106. package/packages/core/v4-domain-wasm-artifact.js +7 -0
  107. package/packages/core/v4-domain-wasm.js +216 -0
  108. package/packages/core/v4-floating-consumer-evidence.js +1 -1
  109. package/packages/core/v4-floating-consumer-policy.js +1 -1
  110. package/packages/core/v4-partial-mutation-recovery-qualification.js +9 -386
  111. package/packages/core/v4-product-publication.js +59 -0
  112. package/packages/core/v4-protected-publication-source.js +19 -21
  113. package/packages/core/v4-provider-operation-journal.js +18 -487
  114. package/packages/core/v4-provider-readback-idempotency.js +12 -97
  115. package/packages/core/v4-release-activation-shadow.js +13 -500
  116. package/packages/core/v4-release-invocation.js +28 -389
  117. package/packages/core/v4-stable-publication-fence.js +13 -342
  118. package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
  119. package/scripts/binary-publication-evidence.mjs +135 -0
  120. package/scripts/build-contract-core.mjs +1 -14
  121. package/scripts/build-v4-domain-wasm.mjs +189 -0
  122. package/scripts/check-action-bundles.mjs +12 -2
  123. package/scripts/check-ci-lane-change-budget.mjs +4 -1
  124. package/scripts/check-core-mechanism-inventory.mjs +4 -3
  125. package/scripts/check-inventory.mjs +35 -44
  126. package/scripts/check-maintainability.mjs +16 -113
  127. package/scripts/check-v4-floating-consumer-policy-contract.mjs +2 -2
  128. package/scripts/check-v4-public-dogfood-contract.mjs +22 -9
  129. package/scripts/check-v4-release-topology.mjs +236 -50
  130. package/scripts/check-v4-runtime-semantic-closure.mjs +4 -1
  131. package/scripts/check-v4-universal-workflow-bootstrap.mjs +266 -0
  132. package/scripts/check-workflow-taxonomy.mjs +6 -0
  133. package/scripts/copy-v4-domain-wasm.mjs +14 -0
  134. package/scripts/dev-delivery-authority-command-adapters.mjs +1 -1
  135. package/scripts/dev-delivery-authority.mjs +8 -8
  136. package/scripts/dev-delivery-source-proof-reuse.mjs +2 -1
  137. package/scripts/dev-delivery-warrant-options.mjs +14 -9
  138. package/scripts/dev-delivery-warrant-store.mjs +73 -7
  139. package/scripts/dev-delivery-warrant-transition.mjs +109 -0
  140. package/scripts/dev-delivery-warrant.mjs +76 -99
  141. package/scripts/dev-pr-auto-merge.mjs +15 -15
  142. package/scripts/generate-channel-build-workflow.mjs +7 -2
  143. package/scripts/generate-channel-promotion-workflow.mjs +10 -25
  144. package/scripts/generate-site-bundle.mjs +11 -11
  145. package/scripts/generate-v4-universal-workflow-facades.mjs +497 -0
  146. package/scripts/generate-workflow-taxonomy.mjs +25 -0
  147. package/scripts/github-output.mjs +31 -0
  148. package/scripts/maintainability-metrics.mjs +16 -5
  149. package/scripts/maintainability-public-surface.mjs +115 -0
  150. package/scripts/next-development-review.mjs +307 -0
  151. package/scripts/oci-compose-preview.mjs +250 -0
  152. package/scripts/paper-work-fleet-cli.mjs +2 -0
  153. package/scripts/publication-candidate-kind.mjs +93 -0
  154. package/scripts/publication-candidate-sealer.mjs +16 -1
  155. package/scripts/release-asset-client.mjs +91 -0
  156. package/scripts/release-candidate-resolver.mjs +23 -35
  157. package/scripts/resume-from-candidate-run.mjs +11 -18
  158. package/scripts/site-capability-metadata.mjs +1 -0
  159. package/scripts/source-verification-evidence.mjs +344 -0
  160. package/scripts/stable-candidate-qualification.mjs +1 -1
  161. package/scripts/universal-facade-maintainability.mjs +91 -0
  162. package/scripts/v4-product-publication-intent.mjs +129 -0
  163. package/scripts/v4-publication-settlement.mjs +211 -0
  164. package/scripts/v4-universal-workflow-backflow.mjs +212 -0
  165. package/scripts/v4-universal-workflow-engine.mjs +620 -0
  166. package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
  167. package/scripts/verify-version-state-delta.mjs +173 -0
  168. package/scripts/workflow-taxonomy.mjs +507 -0
  169. package/templates/native-dev-delivery.yml +4 -7
  170. package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
  171. package/templates/universal-buildchain-bootstrap.yml +28 -0
@@ -1408,11 +1408,11 @@
1408
1408
  "id": "packages/core/artifact-verification-envelope.js#createKfdAdopterReleaseBinding",
1409
1409
  "name": "createKfdAdopterReleaseBinding",
1410
1410
  "kind": "function",
1411
- "signature": "function createKfdAdopterReleaseBinding({ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedSourceSha = \"\", } = {})",
1411
+ "signature": "function createKfdAdopterReleaseBinding({ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\", } = {})",
1412
1412
  "parameters": [
1413
1413
  {
1414
1414
  "name": "parameter1",
1415
- "signature": "{ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedSourceSha = \"\", } = {}"
1415
+ "signature": "{ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\", } = {}"
1416
1416
  }
1417
1417
  ],
1418
1418
  "returns": "unknown",
@@ -1567,7 +1567,7 @@
1567
1567
  "id": "packages/core/artifact-verification-envelope.js#validateKfdAdopterReleaseBinding",
1568
1568
  "name": "validateKfdAdopterReleaseBinding",
1569
1569
  "kind": "function",
1570
- "signature": "function validateKfdAdopterReleaseBinding(binding, { manifest, manifestGate, legacyProjection, expectedSourceSha = \"\", } = {})",
1570
+ "signature": "function validateKfdAdopterReleaseBinding(binding, { manifest, manifestGate, legacyProjection, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\", } = {})",
1571
1571
  "parameters": [
1572
1572
  {
1573
1573
  "name": "binding",
@@ -1575,7 +1575,7 @@
1575
1575
  },
1576
1576
  {
1577
1577
  "name": "parameter2",
1578
- "signature": "{ manifest, manifestGate, legacyProjection, expectedSourceSha = \"\", } = {}"
1578
+ "signature": "{ manifest, manifestGate, legacyProjection, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\", } = {}"
1579
1579
  }
1580
1580
  ],
1581
1581
  "returns": "unknown",
@@ -5265,18 +5265,23 @@
5265
5265
  "id": "packages/core/buildchain-publication-authority.js#buildchainPublicationAuthorityDescriptors",
5266
5266
  "name": "buildchainPublicationAuthorityDescriptors",
5267
5267
  "kind": "function",
5268
- "signature": "function buildchainPublicationAuthorityDescriptors()",
5269
- "parameters": [],
5268
+ "signature": "function buildchainPublicationAuthorityDescriptors({ root = process.cwd() } = {})",
5269
+ "parameters": [
5270
+ {
5271
+ "name": "parameter1",
5272
+ "signature": "{ root = process.cwd() } = {}"
5273
+ }
5274
+ ],
5270
5275
  "returns": "unknown",
5271
5276
  "errors": [
5272
- "Errors from called operations may propagate; no narrower throw contract is declared in source."
5277
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5273
5278
  ],
5274
5279
  "sideEffects": [
5275
5280
  "none-detected-by-static-source-scan"
5276
5281
  ],
5277
5282
  "source": {
5278
5283
  "path": "packages/core/buildchain-publication-authority.js",
5279
- "line": 64
5284
+ "line": 66
5280
5285
  },
5281
5286
  "example": "import { buildchainPublicationAuthorityDescriptors } from \"@kungfu-tech/buildchain\";",
5282
5287
  "maturity": "stable",
@@ -5305,7 +5310,7 @@
5305
5310
  ],
5306
5311
  "source": {
5307
5312
  "path": "packages/core/buildchain-publication-authority.js",
5308
- "line": 88
5313
+ "line": 105
5309
5314
  },
5310
5315
  "example": "import { createBuildchainPublicationAuthorityRegistry } from \"@kungfu-tech/buildchain\";",
5311
5316
  "maturity": "stable",
@@ -5772,7 +5777,7 @@
5772
5777
  ],
5773
5778
  "source": {
5774
5779
  "path": "packages/core/ci-lane-change-budget.js",
5775
- "line": 180
5780
+ "line": 181
5776
5781
  },
5777
5782
  "example": "import { evaluateCiLaneChangeBudget } from \"@kungfu-tech/buildchain\";",
5778
5783
  "maturity": "stable",
@@ -5801,7 +5806,7 @@
5801
5806
  ],
5802
5807
  "source": {
5803
5808
  "path": "packages/core/controller-evidence.js",
5804
- "line": 449
5809
+ "line": 452
5805
5810
  },
5806
5811
  "example": "import { aggregateControllerReceipts } from \"@kungfu-tech/buildchain\";",
5807
5812
  "maturity": "stable",
@@ -5955,7 +5960,7 @@
5955
5960
  ],
5956
5961
  "source": {
5957
5962
  "path": "packages/core/controller-evidence.js",
5958
- "line": 287
5963
+ "line": 290
5959
5964
  },
5960
5965
  "example": "import { createControllerPlan } from \"@kungfu-tech/buildchain\";",
5961
5966
  "maturity": "stable",
@@ -5984,7 +5989,7 @@
5984
5989
  ],
5985
5990
  "source": {
5986
5991
  "path": "packages/core/controller-evidence.js",
5987
- "line": 363
5992
+ "line": 366
5988
5993
  },
5989
5994
  "example": "import { createControllerReceipt } from \"@kungfu-tech/buildchain\";",
5990
5995
  "maturity": "stable",
@@ -6013,7 +6018,7 @@
6013
6018
  ],
6014
6019
  "source": {
6015
6020
  "path": "packages/core/controller-evidence.js",
6016
- "line": 491
6021
+ "line": 494
6017
6022
  },
6018
6023
  "example": "import { createControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
6019
6024
  "maturity": "stable",
@@ -6071,7 +6076,7 @@
6071
6076
  ],
6072
6077
  "source": {
6073
6078
  "path": "packages/core/controller-evidence.js",
6074
- "line": 532
6079
+ "line": 535
6075
6080
  },
6076
6081
  "example": "import { normalizeControllerReceiptReferences } from \"@kungfu-tech/buildchain\";",
6077
6082
  "maturity": "stable",
@@ -6100,7 +6105,7 @@
6100
6105
  ],
6101
6106
  "source": {
6102
6107
  "path": "packages/core/controller-evidence.js",
6103
- "line": 325
6108
+ "line": 328
6104
6109
  },
6105
6110
  "example": "import { validateControllerPlan } from \"@kungfu-tech/buildchain\";",
6106
6111
  "maturity": "stable",
@@ -6133,7 +6138,7 @@
6133
6138
  ],
6134
6139
  "source": {
6135
6140
  "path": "packages/core/controller-evidence.js",
6136
- "line": 423
6141
+ "line": 426
6137
6142
  },
6138
6143
  "example": "import { validateControllerReceipt } from \"@kungfu-tech/buildchain\";",
6139
6144
  "maturity": "stable",
@@ -6166,7 +6171,7 @@
6166
6171
  ],
6167
6172
  "source": {
6168
6173
  "path": "packages/core/controller-evidence.js",
6169
- "line": 505
6174
+ "line": 508
6170
6175
  },
6171
6176
  "example": "import { validateControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
6172
6177
  "maturity": "stable",
@@ -8149,7 +8154,7 @@
8149
8154
  ],
8150
8155
  "source": {
8151
8156
  "path": "packages/core/dev-delivery-warrant.js",
8152
- "line": 520
8157
+ "line": 521
8153
8158
  },
8154
8159
  "example": "import { cancelQueuedDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
8155
8160
  "maturity": "stable",
@@ -8616,7 +8621,7 @@
8616
8621
  ],
8617
8622
  "source": {
8618
8623
  "path": "packages/core/dev-delivery-warrant.js",
8619
- "line": 534
8624
+ "line": 535
8620
8625
  },
8621
8626
  "example": "import { observeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
8622
8627
  "maturity": "stable",
@@ -8688,7 +8693,7 @@
8688
8693
  ],
8689
8694
  "source": {
8690
8695
  "path": "packages/core/dev-delivery-warrant.js",
8691
- "line": 529
8696
+ "line": 530
8692
8697
  },
8693
8698
  "example": "import { reconcileDevDeliveryTerminalEvidence } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
8694
8699
  "maturity": "stable",
@@ -8778,7 +8783,7 @@
8778
8783
  ],
8779
8784
  "source": {
8780
8785
  "path": "packages/core/dev-delivery-warrant.js",
8781
- "line": 523
8786
+ "line": 524
8782
8787
  },
8783
8788
  "example": "import { settleDevDeliveryTerminalEvent } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
8784
8789
  "maturity": "stable",
@@ -12056,11 +12061,11 @@
12056
12061
  "id": "packages/core/kfd-adopter-manifest.js#createKfdAdopterManifestGate",
12057
12062
  "name": "createKfdAdopterManifestGate",
12058
12063
  "kind": "function",
12059
- "signature": "function createKfdAdopterManifestGate({ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {})",
12064
+ "signature": "function createKfdAdopterManifestGate({ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedAdopterId = BUILDCHAIN_ADOPTER_ID, expectedSourceRepository = \"\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {})",
12060
12065
  "parameters": [
12061
12066
  {
12062
12067
  "name": "parameter1",
12063
- "signature": "{ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {}"
12068
+ "signature": "{ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedAdopterId = BUILDCHAIN_ADOPTER_ID, expectedSourceRepository = \"\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {}"
12064
12069
  }
12065
12070
  ],
12066
12071
  "returns": "unknown",
@@ -12072,7 +12077,7 @@
12072
12077
  ],
12073
12078
  "source": {
12074
12079
  "path": "packages/core/kfd-adopter-manifest.js",
12075
- "line": 209
12080
+ "line": 206
12076
12081
  },
12077
12082
  "example": "import { createKfdAdopterManifestGate } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
12078
12083
  "maturity": "stable",
@@ -12101,7 +12106,7 @@
12101
12106
  ],
12102
12107
  "source": {
12103
12108
  "path": "packages/core/kfd-adopter-manifest.js",
12104
- "line": 327
12109
+ "line": 325
12105
12110
  },
12106
12111
  "example": "import { createKfdLegacySupportMatrixProjection } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
12107
12112
  "maturity": "stable",
@@ -12162,7 +12167,7 @@
12162
12167
  "id": "packages/core/kfd-adopter-manifest.js#validateKfdAdopterManifestGate",
12163
12168
  "name": "validateKfdAdopterManifestGate",
12164
12169
  "kind": "function",
12165
- "signature": "function validateKfdAdopterManifestGate(gate, { expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {})",
12170
+ "signature": "function validateKfdAdopterManifestGate(gate, { expectedAdopterId = BUILDCHAIN_ADOPTER_ID, expectedSourceRepository = \"\", expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {})",
12166
12171
  "parameters": [
12167
12172
  {
12168
12173
  "name": "gate",
@@ -12170,7 +12175,7 @@
12170
12175
  },
12171
12176
  {
12172
12177
  "name": "parameter2",
12173
- "signature": "{ expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {}"
12178
+ "signature": "{ expectedAdopterId = BUILDCHAIN_ADOPTER_ID, expectedSourceRepository = \"\", expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {}"
12174
12179
  }
12175
12180
  ],
12176
12181
  "returns": "unknown",
@@ -12182,7 +12187,7 @@
12182
12187
  ],
12183
12188
  "source": {
12184
12189
  "path": "packages/core/kfd-adopter-manifest.js",
12185
- "line": 279
12190
+ "line": 277
12186
12191
  },
12187
12192
  "example": "import { validateKfdAdopterManifestGate } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
12188
12193
  "maturity": "stable",
@@ -12215,7 +12220,7 @@
12215
12220
  ],
12216
12221
  "source": {
12217
12222
  "path": "packages/core/kfd-adopter-manifest.js",
12218
- "line": 381
12223
+ "line": 380
12219
12224
  },
12220
12225
  "example": "import { validateKfdLegacySupportMatrixProjection } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
12221
12226
  "maturity": "stable",
@@ -15326,7 +15331,7 @@
15326
15331
  ],
15327
15332
  "source": {
15328
15333
  "path": "packages/core/next-development-transition.js",
15329
- "line": 344
15334
+ "line": 343
15330
15335
  },
15331
15336
  "example": "import { advanceNextDevelopmentTransition } from \"@kungfu-tech/buildchain/next-development-transition\";",
15332
15337
  "maturity": "stable",
@@ -15359,7 +15364,7 @@
15359
15364
  ],
15360
15365
  "source": {
15361
15366
  "path": "packages/core/next-development-transition.js",
15362
- "line": 305
15367
+ "line": 304
15363
15368
  },
15364
15369
  "example": "import { bindNextDevelopmentAnchor } from \"@kungfu-tech/buildchain/next-development-transition\";",
15365
15370
  "maturity": "stable",
@@ -15388,7 +15393,7 @@
15388
15393
  ],
15389
15394
  "source": {
15390
15395
  "path": "packages/core/next-development-transition.js",
15391
- "line": 253
15396
+ "line": 252
15392
15397
  },
15393
15398
  "example": "import { createNextDevelopmentTransition } from \"@kungfu-tech/buildchain/next-development-transition\";",
15394
15399
  "maturity": "stable",
@@ -15417,7 +15422,7 @@
15417
15422
  ],
15418
15423
  "source": {
15419
15424
  "path": "packages/core/next-development-transition.js",
15420
- "line": 472
15425
+ "line": 471
15421
15426
  },
15422
15427
  "example": "import { materializeNextDevelopmentTransition } from \"@kungfu-tech/buildchain/next-development-transition\";",
15423
15428
  "maturity": "stable",
@@ -15623,7 +15628,7 @@
15623
15628
  ],
15624
15629
  "source": {
15625
15630
  "path": "packages/core/next-development-transition.js",
15626
- "line": 416
15631
+ "line": 415
15627
15632
  },
15628
15633
  "example": "import { recordNextDevelopmentMaterialization } from \"@kungfu-tech/buildchain/next-development-transition\";",
15629
15634
  "maturity": "stable",
@@ -15652,7 +15657,7 @@
15652
15657
  ],
15653
15658
  "source": {
15654
15659
  "path": "packages/core/next-development-transition.js",
15655
- "line": 729
15660
+ "line": 728
15656
15661
  },
15657
15662
  "example": "import { validateNextDevelopmentTransition } from \"@kungfu-tech/buildchain/next-development-transition\";",
15658
15663
  "maturity": "stable",
@@ -15661,6 +15666,121 @@
15661
15666
  "agent"
15662
15667
  ]
15663
15668
  },
15669
+ {
15670
+ "id": "packages/core/oci-publication-bundle.js#OCI_FAMILY_SCHEMA",
15671
+ "name": "OCI_FAMILY_SCHEMA",
15672
+ "kind": "constant",
15673
+ "signature": "const OCI_FAMILY_SCHEMA",
15674
+ "parameters": [],
15675
+ "returns": "value",
15676
+ "errors": [
15677
+ "Import does not declare a throw contract."
15678
+ ],
15679
+ "sideEffects": [
15680
+ "none-on-import"
15681
+ ],
15682
+ "source": {
15683
+ "path": "packages/core/oci-publication-bundle.js",
15684
+ "line": 10
15685
+ },
15686
+ "example": "import { OCI_FAMILY_SCHEMA } from \"@kungfu-tech/buildchain/oci-publication\";",
15687
+ "maturity": "stable",
15688
+ "audience": [
15689
+ "developer",
15690
+ "agent"
15691
+ ]
15692
+ },
15693
+ {
15694
+ "id": "packages/core/oci-publication-bundle.js#ociBundleFile",
15695
+ "name": "ociBundleFile",
15696
+ "kind": "function",
15697
+ "signature": "function ociBundleFile(root, relative)",
15698
+ "parameters": [
15699
+ {
15700
+ "name": "root",
15701
+ "signature": "root"
15702
+ },
15703
+ {
15704
+ "name": "relative",
15705
+ "signature": "relative"
15706
+ }
15707
+ ],
15708
+ "returns": "unknown",
15709
+ "errors": [
15710
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
15711
+ ],
15712
+ "sideEffects": [
15713
+ "none-detected-by-static-source-scan"
15714
+ ],
15715
+ "source": {
15716
+ "path": "packages/core/oci-publication-bundle.js",
15717
+ "line": 33
15718
+ },
15719
+ "example": "import { ociBundleFile } from \"@kungfu-tech/buildchain/oci-publication\";",
15720
+ "maturity": "stable",
15721
+ "audience": [
15722
+ "developer",
15723
+ "agent"
15724
+ ]
15725
+ },
15726
+ {
15727
+ "id": "packages/core/oci-publication-bundle.js#sealOciPublicationBundle",
15728
+ "name": "sealOciPublicationBundle",
15729
+ "kind": "function",
15730
+ "signature": "function sealOciPublicationBundle({ bundleRoot, body })",
15731
+ "parameters": [
15732
+ {
15733
+ "name": "parameter1",
15734
+ "signature": "{ bundleRoot, body }"
15735
+ }
15736
+ ],
15737
+ "returns": "unknown",
15738
+ "errors": [
15739
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
15740
+ ],
15741
+ "sideEffects": [
15742
+ "none-detected-by-static-source-scan"
15743
+ ],
15744
+ "source": {
15745
+ "path": "packages/core/oci-publication-bundle.js",
15746
+ "line": 14
15747
+ },
15748
+ "example": "import { sealOciPublicationBundle } from \"@kungfu-tech/buildchain/oci-publication\";",
15749
+ "maturity": "stable",
15750
+ "audience": [
15751
+ "developer",
15752
+ "agent"
15753
+ ]
15754
+ },
15755
+ {
15756
+ "id": "packages/core/oci-publication-bundle.js#verifyOciPublicationBundle",
15757
+ "name": "verifyOciPublicationBundle",
15758
+ "kind": "function",
15759
+ "signature": "function verifyOciPublicationBundle({ bundleRoot, manifest, repository, sourceSha, version, })",
15760
+ "parameters": [
15761
+ {
15762
+ "name": "parameter1",
15763
+ "signature": "{ bundleRoot, manifest, repository, sourceSha, version, }"
15764
+ }
15765
+ ],
15766
+ "returns": "unknown",
15767
+ "errors": [
15768
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
15769
+ ],
15770
+ "sideEffects": [
15771
+ "none-detected-by-static-source-scan"
15772
+ ],
15773
+ "source": {
15774
+ "path": "packages/core/oci-publication-bundle.js",
15775
+ "line": 118
15776
+ },
15777
+ "example": "import { verifyOciPublicationBundle } from \"@kungfu-tech/buildchain/oci-publication\";",
15778
+ "maturity": "stable",
15779
+ "audience": [
15780
+ "developer",
15781
+ "agent"
15782
+ ]
15783
+ },
15664
15784
  {
15665
15785
  "id": "packages/core/package-manager.js#assertPackageManager",
15666
15786
  "name": "assertPackageManager",
@@ -15942,11 +16062,11 @@
15942
16062
  "id": "packages/core/paper-agent-entry.js#collectPaperAgentEntry",
15943
16063
  "name": "collectPaperAgentEntry",
15944
16064
  "kind": "function",
15945
- "signature": "function collectPaperAgentEntry({ cwd = process.cwd(), buildchainSha = \"\", mode = \"contract\", env = process.env, } = {})",
16065
+ "signature": "function collectPaperAgentEntry({ cwd = process.cwd(), buildchainSha = \"\", mode = \"contract\", env = process.env, runtimeAdmission, } = {})",
15946
16066
  "parameters": [
15947
16067
  {
15948
16068
  "name": "parameter1",
15949
- "signature": "{ cwd = process.cwd(), buildchainSha = \"\", mode = \"contract\", env = process.env, } = {}"
16069
+ "signature": "{ cwd = process.cwd(), buildchainSha = \"\", mode = \"contract\", env = process.env, runtimeAdmission, } = {}"
15950
16070
  }
15951
16071
  ],
15952
16072
  "returns": "unknown",
@@ -15958,7 +16078,7 @@
15958
16078
  ],
15959
16079
  "source": {
15960
16080
  "path": "packages/core/paper-agent-entry.js",
15961
- "line": 254
16081
+ "line": 279
15962
16082
  },
15963
16083
  "example": "import { collectPaperAgentEntry } from \"@kungfu-tech/buildchain/paper\";",
15964
16084
  "maturity": "stable",
@@ -15987,7 +16107,7 @@
15987
16107
  ],
15988
16108
  "source": {
15989
16109
  "path": "packages/core/paper-agent-entry.js",
15990
- "line": 94
16110
+ "line": 101
15991
16111
  },
15992
16112
  "example": "import { createPaperAgentEntry } from \"@kungfu-tech/buildchain/paper\";",
15993
16113
  "maturity": "stable",
@@ -16020,7 +16140,7 @@
16020
16140
  ],
16021
16141
  "source": {
16022
16142
  "path": "packages/core/paper-agent-entry.js",
16023
- "line": 62
16143
+ "line": 69
16024
16144
  },
16025
16145
  "example": "import { mergePaperAgentEntryInstructions } from \"@kungfu-tech/buildchain/paper\";",
16026
16146
  "maturity": "stable",
@@ -16044,7 +16164,7 @@
16044
16164
  ],
16045
16165
  "source": {
16046
16166
  "path": "packages/core/paper-agent-entry.js",
16047
- "line": 17
16167
+ "line": 24
16048
16168
  },
16049
16169
  "example": "import { PAPER_AGENT_ENTRY_CONTRACT } from \"@kungfu-tech/buildchain/paper\";",
16050
16170
  "maturity": "stable",
@@ -16068,7 +16188,7 @@
16068
16188
  ],
16069
16189
  "source": {
16070
16190
  "path": "packages/core/paper-agent-entry.js",
16071
- "line": 18
16191
+ "line": 25
16072
16192
  },
16073
16193
  "example": "import { PAPER_AGENT_ENTRY_SCHEMA_VERSION } from \"@kungfu-tech/buildchain/paper\";",
16074
16194
  "maturity": "stable",
@@ -16092,7 +16212,7 @@
16092
16212
  ],
16093
16213
  "source": {
16094
16214
  "path": "packages/core/paper-agent-entry.js",
16095
- "line": 21
16215
+ "line": 28
16096
16216
  },
16097
16217
  "example": "import { PAPER_AGENT_ENTRY_SECTION_END } from \"@kungfu-tech/buildchain/paper\";",
16098
16218
  "maturity": "stable",
@@ -16116,7 +16236,7 @@
16116
16236
  ],
16117
16237
  "source": {
16118
16238
  "path": "packages/core/paper-agent-entry.js",
16119
- "line": 19
16239
+ "line": 26
16120
16240
  },
16121
16241
  "example": "import { PAPER_AGENT_ENTRY_SECTION_START } from \"@kungfu-tech/buildchain/paper\";",
16122
16242
  "maturity": "stable",
@@ -16145,7 +16265,7 @@
16145
16265
  ],
16146
16266
  "source": {
16147
16267
  "path": "packages/core/paper-agent-entry.js",
16148
- "line": 151
16268
+ "line": 176
16149
16269
  },
16150
16270
  "example": "import { paperAgentEntryFiles } from \"@kungfu-tech/buildchain/paper\";",
16151
16271
  "maturity": "stable",
@@ -16174,7 +16294,7 @@
16174
16294
  ],
16175
16295
  "source": {
16176
16296
  "path": "packages/core/paper-agent-entry.js",
16177
- "line": 37
16297
+ "line": 44
16178
16298
  },
16179
16299
  "example": "import { paperAgentEntryInstructions } from \"@kungfu-tech/buildchain/paper\";",
16180
16300
  "maturity": "stable",
@@ -16207,7 +16327,7 @@
16207
16327
  ],
16208
16328
  "source": {
16209
16329
  "path": "packages/core/paper-agent-entry.js",
16210
- "line": 180
16330
+ "line": 205
16211
16331
  },
16212
16332
  "example": "import { resolvePaperBuildchainSha } from \"@kungfu-tech/buildchain/paper\";",
16213
16333
  "maturity": "stable",
@@ -16650,7 +16770,7 @@
16650
16770
  ],
16651
16771
  "source": {
16652
16772
  "path": "packages/core/paper.js",
16653
- "line": 2059
16773
+ "line": 2025
16654
16774
  },
16655
16775
  "example": "import { collectPaperPreflight } from \"@kungfu-tech/buildchain\";",
16656
16776
  "maturity": "stable",
@@ -16679,7 +16799,7 @@
16679
16799
  ],
16680
16800
  "source": {
16681
16801
  "path": "packages/core/paper.js",
16682
- "line": 1117
16802
+ "line": 1124
16683
16803
  },
16684
16804
  "example": "import { collectPaperStatus } from \"@kungfu-tech/buildchain\";",
16685
16805
  "maturity": "stable",
@@ -16708,7 +16828,7 @@
16708
16828
  ],
16709
16829
  "source": {
16710
16830
  "path": "packages/core/paper.js",
16711
- "line": 2301
16831
+ "line": 2267
16712
16832
  },
16713
16833
  "example": "import { createPaperAlphaPlan } from \"@kungfu-tech/buildchain\";",
16714
16834
  "maturity": "stable",
@@ -16737,7 +16857,7 @@
16737
16857
  ],
16738
16858
  "source": {
16739
16859
  "path": "packages/core/paper.js",
16740
- "line": 2238
16860
+ "line": 2204
16741
16861
  },
16742
16862
  "example": "import { createPaperBuildPlan } from \"@kungfu-tech/buildchain\";",
16743
16863
  "maturity": "stable",
@@ -16766,7 +16886,7 @@
16766
16886
  ],
16767
16887
  "source": {
16768
16888
  "path": "packages/core/paper.js",
16769
- "line": 525
16889
+ "line": 511
16770
16890
  },
16771
16891
  "example": "import { createPaperProvisioningAuthority } from \"@kungfu-tech/buildchain/paper\";",
16772
16892
  "maturity": "stable",
@@ -16795,7 +16915,7 @@
16795
16915
  ],
16796
16916
  "source": {
16797
16917
  "path": "packages/core/paper.js",
16798
- "line": 2359
16918
+ "line": 2325
16799
16919
  },
16800
16920
  "example": "import { createPaperResumePlan } from \"@kungfu-tech/buildchain\";",
16801
16921
  "maturity": "stable",
@@ -16824,7 +16944,7 @@
16824
16944
  ],
16825
16945
  "source": {
16826
16946
  "path": "packages/core/paper.js",
16827
- "line": 2486
16947
+ "line": 2452
16828
16948
  },
16829
16949
  "example": "import { executePaperNpmBootstrap } from \"@kungfu-tech/buildchain\";",
16830
16950
  "maturity": "stable",
@@ -16848,7 +16968,7 @@
16848
16968
  ],
16849
16969
  "source": {
16850
16970
  "path": "packages/core/paper.js",
16851
- "line": 96
16971
+ "line": 98
16852
16972
  },
16853
16973
  "example": "import { PAPER_ALPHA_PLAN_CONTRACT } from \"@kungfu-tech/buildchain\";",
16854
16974
  "maturity": "stable",
@@ -16872,7 +16992,7 @@
16872
16992
  ],
16873
16993
  "source": {
16874
16994
  "path": "packages/core/paper.js",
16875
- "line": 95
16995
+ "line": 97
16876
16996
  },
16877
16997
  "example": "import { PAPER_BUILD_PLAN_CONTRACT } from \"@kungfu-tech/buildchain\";",
16878
16998
  "maturity": "stable",
@@ -16896,7 +17016,7 @@
16896
17016
  ],
16897
17017
  "source": {
16898
17018
  "path": "packages/core/paper.js",
16899
- "line": 88
17019
+ "line": 90
16900
17020
  },
16901
17021
  "example": "import { PAPER_MIGRATION_CONTRACT } from \"@kungfu-tech/buildchain\";",
16902
17022
  "maturity": "stable",
@@ -16920,7 +17040,7 @@
16920
17040
  ],
16921
17041
  "source": {
16922
17042
  "path": "packages/core/paper.js",
16923
- "line": 91
17043
+ "line": 93
16924
17044
  },
16925
17045
  "example": "import { PAPER_NPM_BOOTSTRAP_CONTRACT } from \"@kungfu-tech/buildchain\";",
16926
17046
  "maturity": "stable",
@@ -16944,7 +17064,7 @@
16944
17064
  ],
16945
17065
  "source": {
16946
17066
  "path": "packages/core/paper.js",
16947
- "line": 89
17067
+ "line": 91
16948
17068
  },
16949
17069
  "example": "import { PAPER_PREFLIGHT_CONTRACT } from \"@kungfu-tech/buildchain\";",
16950
17070
  "maturity": "stable",
@@ -16968,7 +17088,7 @@
16968
17088
  ],
16969
17089
  "source": {
16970
17090
  "path": "packages/core/paper.js",
16971
- "line": 93
17091
+ "line": 95
16972
17092
  },
16973
17093
  "example": "import { PAPER_PROVISIONING_CONTRACT } from \"@kungfu-tech/buildchain/paper\";",
16974
17094
  "maturity": "stable",
@@ -16992,7 +17112,7 @@
16992
17112
  ],
16993
17113
  "source": {
16994
17114
  "path": "packages/core/paper.js",
16995
- "line": 97
17115
+ "line": 99
16996
17116
  },
16997
17117
  "example": "import { PAPER_RESUME_PLAN_CONTRACT } from \"@kungfu-tech/buildchain\";",
16998
17118
  "maturity": "stable",
@@ -17016,7 +17136,7 @@
17016
17136
  ],
17017
17137
  "source": {
17018
17138
  "path": "packages/core/paper.js",
17019
- "line": 87
17139
+ "line": 89
17020
17140
  },
17021
17141
  "example": "import { PAPER_SCAFFOLD_CONTRACT } from \"@kungfu-tech/buildchain\";",
17022
17142
  "maturity": "stable",
@@ -17040,7 +17160,7 @@
17040
17160
  ],
17041
17161
  "source": {
17042
17162
  "path": "packages/core/paper.js",
17043
- "line": 100
17163
+ "line": 102
17044
17164
  },
17045
17165
  "example": "import { PAPER_STATE_ORDER } from \"@kungfu-tech/buildchain\";",
17046
17166
  "maturity": "stable",
@@ -17064,7 +17184,7 @@
17064
17184
  ],
17065
17185
  "source": {
17066
17186
  "path": "packages/core/paper.js",
17067
- "line": 90
17187
+ "line": 92
17068
17188
  },
17069
17189
  "example": "import { PAPER_STATUS_CONTRACT } from \"@kungfu-tech/buildchain\";",
17070
17190
  "maturity": "stable",
@@ -17088,7 +17208,7 @@
17088
17208
  ],
17089
17209
  "source": {
17090
17210
  "path": "packages/core/paper.js",
17091
- "line": 98
17211
+ "line": 100
17092
17212
  },
17093
17213
  "example": "import { PAPER_VISIBILITY_CONTRACT } from \"@kungfu-tech/buildchain\";",
17094
17214
  "maturity": "stable",
@@ -17169,7 +17289,7 @@
17169
17289
  ],
17170
17290
  "source": {
17171
17291
  "path": "packages/core/paper.js",
17172
- "line": 251
17292
+ "line": 253
17173
17293
  },
17174
17294
  "example": "import { resolvePaperRuntimeGitSha } from \"@kungfu-tech/buildchain/paper\";",
17175
17295
  "maturity": "stable",
@@ -19390,11 +19510,11 @@
19390
19510
  "May throw an Error on rejected input or failed operations; follow the linked source contract."
19391
19511
  ],
19392
19512
  "sideEffects": [
19393
- "none-detected-by-static-source-scan"
19513
+ "subprocess"
19394
19514
  ],
19395
19515
  "source": {
19396
19516
  "path": "packages/core/publication-sealed-bundle.js",
19397
- "line": 84
19517
+ "line": 97
19398
19518
  },
19399
19519
  "example": "import { createPublicationSealedBundle } from \"@kungfu-tech/buildchain\";",
19400
19520
  "maturity": "stable",
@@ -19418,7 +19538,7 @@
19418
19538
  ],
19419
19539
  "source": {
19420
19540
  "path": "packages/core/publication-sealed-bundle.js",
19421
- "line": 10
19541
+ "line": 11
19422
19542
  },
19423
19543
  "example": "import { PUBLICATION_SEALED_BUNDLE_CONTRACT } from \"@kungfu-tech/buildchain\";",
19424
19544
  "maturity": "stable",
@@ -19447,7 +19567,7 @@
19447
19567
  ],
19448
19568
  "source": {
19449
19569
  "path": "packages/core/publication-sealed-bundle.js",
19450
- "line": 133
19570
+ "line": 190
19451
19571
  },
19452
19572
  "example": "import { verifyPublicationSealedBundle } from \"@kungfu-tech/buildchain\";",
19453
19573
  "maturity": "stable",
@@ -21148,11 +21268,11 @@
21148
21268
  "id": "packages/core/release-passport-contract.js#collectKfdAdopterReleaseEvidence",
21149
21269
  "name": "collectKfdAdopterReleaseEvidence",
21150
21270
  "kind": "function",
21151
- "signature": "function collectKfdAdopterReleaseEvidence({ manifest, gateResults = [], comparisonMatrix, sourceSha = \"\", checkedAt } = {})",
21271
+ "signature": "function collectKfdAdopterReleaseEvidence({ manifest, gateResults = [], comparisonMatrix, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", sourceSha = \"\", checkedAt } = {})",
21152
21272
  "parameters": [
21153
21273
  {
21154
21274
  "name": "parameter1",
21155
- "signature": "{ manifest, gateResults = [], comparisonMatrix, sourceSha = \"\", checkedAt } = {}"
21275
+ "signature": "{ manifest, gateResults = [], comparisonMatrix, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", sourceSha = \"\", checkedAt } = {}"
21156
21276
  }
21157
21277
  ],
21158
21278
  "returns": "unknown",
@@ -21500,11 +21620,11 @@
21500
21620
  "id": "packages/core/release-passport-contract.js#validateKfdAdopterReleaseEvidence",
21501
21621
  "name": "validateKfdAdopterReleaseEvidence",
21502
21622
  "kind": "function",
21503
- "signature": "function validateKfdAdopterReleaseEvidence({ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedSourceSha = \"\" } = {})",
21623
+ "signature": "function validateKfdAdopterReleaseEvidence({ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\" } = {})",
21504
21624
  "parameters": [
21505
21625
  {
21506
21626
  "name": "parameter1",
21507
- "signature": "{ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedSourceSha = \"\" } = {}"
21627
+ "signature": "{ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\" } = {}"
21508
21628
  }
21509
21629
  ],
21510
21630
  "returns": "unknown",
@@ -21709,7 +21829,7 @@
21709
21829
  ],
21710
21830
  "source": {
21711
21831
  "path": "packages/core/release-passport.js",
21712
- "line": 2607
21832
+ "line": 2608
21713
21833
  },
21714
21834
  "example": "import { createReleaseCheckReport } from \"@kungfu-tech/buildchain\";",
21715
21835
  "maturity": "stable",
@@ -21767,7 +21887,7 @@
21767
21887
  ],
21768
21888
  "source": {
21769
21889
  "path": "packages/core/release-passport.js",
21770
- "line": 2763
21890
+ "line": 2764
21771
21891
  },
21772
21892
  "example": "import { explainReleasePassport } from \"@kungfu-tech/buildchain\";",
21773
21893
  "maturity": "stable",
@@ -21916,7 +22036,7 @@
21916
22036
  ],
21917
22037
  "source": {
21918
22038
  "path": "packages/core/release-passport.js",
21919
- "line": 2792
22039
+ "line": 2793
21920
22040
  },
21921
22041
  "example": "import { makeReleasePassportFixtureAssets } from \"@kungfu-tech/buildchain\";",
21922
22042
  "maturity": "stable",
@@ -21977,7 +22097,7 @@
21977
22097
  ],
21978
22098
  "source": {
21979
22099
  "path": "packages/core/release-passport.js",
21980
- "line": 2679
22100
+ "line": 2680
21981
22101
  },
21982
22102
  "example": "import { readJsonFromLocation } from \"@kungfu-tech/buildchain\";",
21983
22103
  "maturity": "stable",
@@ -22132,7 +22252,7 @@
22132
22252
  ],
22133
22253
  "source": {
22134
22254
  "path": "packages/core/release-passport.js",
22135
- "line": 2804
22255
+ "line": 2805
22136
22256
  },
22137
22257
  "example": "import { validateKnownReleasePassportContracts } from \"@kungfu-tech/buildchain\";",
22138
22258
  "maturity": "stable",
@@ -22161,7 +22281,7 @@
22161
22281
  ],
22162
22282
  "source": {
22163
22283
  "path": "packages/core/release-passport.js",
22164
- "line": 2728
22284
+ "line": 2729
22165
22285
  },
22166
22286
  "example": "import { verifyReleasePassport } from \"@kungfu-tech/buildchain\";",
22167
22287
  "maturity": "stable",
@@ -23616,7 +23736,7 @@
23616
23736
  ],
23617
23737
  "source": {
23618
23738
  "path": "packages/core/release-tail-provider-plane.js",
23619
- "line": 584
23739
+ "line": 96
23620
23740
  },
23621
23741
  "example": "import { compileReleaseTailDeclaration } from \"@kungfu-tech/buildchain\";",
23622
23742
  "maturity": "stable",
@@ -23649,7 +23769,7 @@
23649
23769
  ],
23650
23770
  "source": {
23651
23771
  "path": "packages/core/release-tail-provider-plane.js",
23652
- "line": 1217
23772
+ "line": 237
23653
23773
  },
23654
23774
  "example": "import { createReleaseTailAdapterSet } from \"@kungfu-tech/buildchain\";",
23655
23775
  "maturity": "stable",
@@ -23671,14 +23791,14 @@
23671
23791
  ],
23672
23792
  "returns": "unknown",
23673
23793
  "errors": [
23674
- "May throw an Error on rejected input or failed operations; follow the linked source contract."
23794
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
23675
23795
  ],
23676
23796
  "sideEffects": [
23677
23797
  "none-detected-by-static-source-scan"
23678
23798
  ],
23679
23799
  "source": {
23680
23800
  "path": "packages/core/release-tail-provider-plane.js",
23681
- "line": 697
23801
+ "line": 107
23682
23802
  },
23683
23803
  "example": "import { createReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
23684
23804
  "maturity": "stable",
@@ -23691,7 +23811,7 @@
23691
23811
  "id": "packages/core/release-tail-provider-plane.js#executeReleaseTailTransaction",
23692
23812
  "name": "executeReleaseTailTransaction",
23693
23813
  "kind": "function",
23694
- "signature": "async function executeReleaseTailTransaction(transaction, { adapters, checkpoint: checkpointCallback } = {})",
23814
+ "signature": "async function executeReleaseTailTransaction(transaction, { adapters, checkpoint } = {})",
23695
23815
  "parameters": [
23696
23816
  {
23697
23817
  "name": "transaction",
@@ -23699,7 +23819,7 @@
23699
23819
  },
23700
23820
  {
23701
23821
  "name": "parameter2",
23702
- "signature": "{ adapters, checkpoint: checkpointCallback } = {}"
23822
+ "signature": "{ adapters, checkpoint } = {}"
23703
23823
  }
23704
23824
  ],
23705
23825
  "returns": "Promise<unknown>",
@@ -23711,7 +23831,7 @@
23711
23831
  ],
23712
23832
  "source": {
23713
23833
  "path": "packages/core/release-tail-provider-plane.js",
23714
- "line": 1016
23834
+ "line": 172
23715
23835
  },
23716
23836
  "example": "import { executeReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
23717
23837
  "maturity": "stable",
@@ -23733,14 +23853,14 @@
23733
23853
  ],
23734
23854
  "returns": "unknown",
23735
23855
  "errors": [
23736
- "Errors from called operations may propagate; no narrower throw contract is declared in source."
23856
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
23737
23857
  ],
23738
23858
  "sideEffects": [
23739
23859
  "none-detected-by-static-source-scan"
23740
23860
  ],
23741
23861
  "source": {
23742
23862
  "path": "packages/core/release-tail-provider-plane.js",
23743
- "line": 491
23863
+ "line": 82
23744
23864
  },
23745
23865
  "example": "import { parseReleaseTailDeclaration } from \"@kungfu-tech/buildchain\";",
23746
23866
  "maturity": "stable",
@@ -23769,7 +23889,7 @@
23769
23889
  ],
23770
23890
  "source": {
23771
23891
  "path": "packages/core/release-tail-provider-plane.js",
23772
- "line": 830
23892
+ "line": 115
23773
23893
  },
23774
23894
  "example": "import { readReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
23775
23895
  "maturity": "stable",
@@ -23793,7 +23913,7 @@
23793
23913
  ],
23794
23914
  "source": {
23795
23915
  "path": "packages/core/release-tail-provider-plane.js",
23796
- "line": 31
23916
+ "line": 33
23797
23917
  },
23798
23918
  "example": "import { RELEASE_TAIL_CAPABILITY_REGISTRY } from \"@kungfu-tech/buildchain\";",
23799
23919
  "maturity": "stable",
@@ -23817,7 +23937,7 @@
23817
23937
  ],
23818
23938
  "source": {
23819
23939
  "path": "packages/core/release-tail-provider-plane.js",
23820
- "line": 5
23940
+ "line": 7
23821
23941
  },
23822
23942
  "example": "import { RELEASE_TAIL_DECLARATION_CONTRACT } from \"@kungfu-tech/buildchain\";",
23823
23943
  "maturity": "stable",
@@ -23841,7 +23961,7 @@
23841
23961
  ],
23842
23962
  "source": {
23843
23963
  "path": "packages/core/release-tail-provider-plane.js",
23844
- "line": 10
23964
+ "line": 12
23845
23965
  },
23846
23966
  "example": "import { RELEASE_TAIL_EFFECT_SCHEMA } from \"@kungfu-tech/buildchain\";",
23847
23967
  "maturity": "stable",
@@ -23865,7 +23985,7 @@
23865
23985
  ],
23866
23986
  "source": {
23867
23987
  "path": "packages/core/release-tail-provider-plane.js",
23868
- "line": 12
23988
+ "line": 14
23869
23989
  },
23870
23990
  "example": "import { RELEASE_TAIL_OBSERVATION_SCHEMA } from \"@kungfu-tech/buildchain\";",
23871
23991
  "maturity": "stable",
@@ -23889,7 +24009,7 @@
23889
24009
  ],
23890
24010
  "source": {
23891
24011
  "path": "packages/core/release-tail-provider-plane.js",
23892
- "line": 14
24012
+ "line": 16
23893
24013
  },
23894
24014
  "example": "import { RELEASE_TAIL_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain\";",
23895
24015
  "maturity": "stable",
@@ -23913,7 +24033,7 @@
23913
24033
  ],
23914
24034
  "source": {
23915
24035
  "path": "packages/core/release-tail-provider-plane.js",
23916
- "line": 17
24036
+ "line": 19
23917
24037
  },
23918
24038
  "example": "import { RELEASE_TAIL_STATES } from \"@kungfu-tech/buildchain\";",
23919
24039
  "maturity": "stable",
@@ -23937,7 +24057,7 @@
23937
24057
  ],
23938
24058
  "source": {
23939
24059
  "path": "packages/core/release-tail-provider-plane.js",
23940
- "line": 7
24060
+ "line": 9
23941
24061
  },
23942
24062
  "example": "import { RELEASE_TAIL_TRANSACTION_POLICY } from \"@kungfu-tech/buildchain\";",
23943
24063
  "maturity": "stable",
@@ -23961,7 +24081,7 @@
23961
24081
  ],
23962
24082
  "source": {
23963
24083
  "path": "packages/core/release-tail-provider-plane.js",
23964
- "line": 8
24084
+ "line": 10
23965
24085
  },
23966
24086
  "example": "import { RELEASE_TAIL_TRANSACTION_SCHEMA } from \"@kungfu-tech/buildchain\";",
23967
24087
  "maturity": "stable",
@@ -23990,7 +24110,7 @@
23990
24110
  ],
23991
24111
  "source": {
23992
24112
  "path": "packages/core/release-tail-provider-plane.js",
23993
- "line": 1207
24113
+ "line": 227
23994
24114
  },
23995
24115
  "example": "import { releaseTailRetryPolicyFromDeclaration } from \"@kungfu-tech/buildchain\";",
23996
24116
  "maturity": "stable",
@@ -24012,14 +24132,14 @@
24012
24132
  ],
24013
24133
  "returns": "unknown",
24014
24134
  "errors": [
24015
- "May throw an Error on rejected input or failed operations; follow the linked source contract."
24135
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
24016
24136
  ],
24017
24137
  "sideEffects": [
24018
24138
  "none-detected-by-static-source-scan"
24019
24139
  ],
24020
24140
  "source": {
24021
24141
  "path": "packages/core/release-tail-provider-plane.js",
24022
- "line": 164
24142
+ "line": 78
24023
24143
  },
24024
24144
  "example": "import { releaseTailRoot } from \"@kungfu-tech/buildchain\";",
24025
24145
  "maturity": "stable",
@@ -24048,7 +24168,7 @@
24048
24168
  ],
24049
24169
  "source": {
24050
24170
  "path": "packages/core/release-tail-provider-plane.js",
24051
- "line": 149
24171
+ "line": 73
24052
24172
  },
24053
24173
  "example": "import { releaseTailStableJson } from \"@kungfu-tech/buildchain\";",
24054
24174
  "maturity": "stable",
@@ -24077,7 +24197,7 @@
24077
24197
  ],
24078
24198
  "source": {
24079
24199
  "path": "packages/core/release-tail-provider-plane.js",
24080
- "line": 602
24200
+ "line": 103
24081
24201
  },
24082
24202
  "example": "import { validateReleaseTailEffectPlan } from \"@kungfu-tech/buildchain\";",
24083
24203
  "maturity": "stable",
@@ -24106,7 +24226,7 @@
24106
24226
  ],
24107
24227
  "source": {
24108
24228
  "path": "packages/core/release-tail-provider-plane.js",
24109
- "line": 744
24229
+ "line": 111
24110
24230
  },
24111
24231
  "example": "import { validateReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
24112
24232
  "maturity": "stable",
@@ -24139,7 +24259,7 @@
24139
24259
  ],
24140
24260
  "source": {
24141
24261
  "path": "packages/core/release-tail-provider-plane.js",
24142
- "line": 841
24262
+ "line": 126
24143
24263
  },
24144
24264
  "example": "import { writeReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
24145
24265
  "maturity": "stable",
@@ -28586,7 +28706,7 @@
28586
28706
  "specifier": "@kungfu-tech/buildchain/artifact-verification-envelope",
28587
28707
  "export": "./artifact-verification-envelope",
28588
28708
  "target": "./packages/core/artifact-verification-envelope.js",
28589
- "digest": "sha256:8e96b81f67c49b3249a0c7e5dab176f01713da896956ee536284db3d509dd67a",
28709
+ "digest": "sha256:c917dac2f636fa7e078500c53639e958b1d94e46eb1a2c1a31f0e4ee57e10416",
28590
28710
  "summary": "Sealed exact-root, lifecycle, identity, and existing KFD assessment inputs for KFX admission.",
28591
28711
  "capabilityGroup": "release-passport-trust",
28592
28712
  "audience": [
@@ -28767,7 +28887,7 @@
28767
28887
  "specifier": "@kungfu-tech/buildchain/buildchain-contract",
28768
28888
  "export": "./buildchain-contract",
28769
28889
  "target": "./packages/core/buildchain-contract.js",
28770
- "digest": "sha256:3a8e9c3c834af04e1e22807030106efeecf053bda7911e939055b2654c54cbd6",
28890
+ "digest": "sha256:6e09b31bef967205e33464fd5ef6e2a2a4a3b464ec22f346bc810d8993dd232d",
28771
28891
  "summary": "Runtime contract world and compatibility digest APIs for floating-ref drift checks.",
28772
28892
  "capabilityGroup": "governance-versioning",
28773
28893
  "audience": [
@@ -28903,7 +29023,7 @@
28903
29023
  "specifier": "@kungfu-tech/buildchain/ci-lane-change-budget",
28904
29024
  "export": "./ci-lane-change-budget",
28905
29025
  "target": "./packages/core/ci-lane-change-budget.js",
28906
- "digest": "sha256:0cabfc98dedfeeb37a49461e7fbb480e8bb1b5b22cf2ac4ae5bae31305977033",
29026
+ "digest": "sha256:46ba0887f1be1ed096457ac757d6bc1ca07fac99e7a47e2b7e37c96d632d4bb8",
28907
29027
  "summary": "Exact-baseline CI lane admission requiring authority, trigger, concurrency, runner, cancellation, and merge-critical SLO budgets.",
28908
29028
  "capabilityGroup": "governance-versioning",
28909
29029
  "audience": [
@@ -28981,7 +29101,7 @@
28981
29101
  "specifier": "@kungfu-tech/buildchain/controller-evidence",
28982
29102
  "export": "./controller-evidence",
28983
29103
  "target": "./packages/core/controller-evidence.js",
28984
- "digest": "sha256:bc75e2163af58aaffceec415f617b667b6be25888185a30818a80c07a5f0da3d",
29104
+ "digest": "sha256:54af316639618918889d26407726e7eed97511ac37c015c89cad42456f2076f8",
28985
29105
  "summary": "Project-independent controller descriptors, source/runtime-bound plans, receipts, aggregates, and validation APIs.",
28986
29106
  "capabilityGroup": "reusable-build",
28987
29107
  "audience": [
@@ -29126,7 +29246,7 @@
29126
29246
  "specifier": "@kungfu-tech/buildchain/dev-delivery-warrant",
29127
29247
  "export": "./dev-delivery-warrant",
29128
29248
  "target": "./packages/core/dev-delivery-warrant.js",
29129
- "digest": "sha256:14cc11a84018762f2169ade5e4daf94e2bc30a3f9f2bb1fb52105cd6dc6a0466",
29249
+ "digest": "sha256:554814626f2e57783056da74d8b32eac934e158f26b2e2f8ac024bdb8ddb61bd",
29130
29250
  "summary": "Durable fair Dev Delivery Warrant queue, fenced lease, and split source and integration proof APIs.",
29131
29251
  "capabilityGroup": "governance-versioning",
29132
29252
  "audience": [
@@ -29345,7 +29465,7 @@
29345
29465
  "specifier": "@kungfu-tech/buildchain/kfd-adopter-manifest",
29346
29466
  "export": "./kfd-adopter-manifest",
29347
29467
  "target": "./packages/core/kfd-adopter-manifest.js",
29348
- "digest": "sha256:9300bf0531cd9bb6a0cce50363765cb5dd22cdf1bd0c9075d0eb36b80cea9943",
29468
+ "digest": "sha256:71ab52ffc71e12b0d985daa5e4ef518fbaf0fb5a2cad248fecc361d0eb875626",
29349
29469
  "summary": "Exact-cut KFD adopter manifest verification, Buildchain evidence binding, and one-way legacy support-matrix projection APIs.",
29350
29470
  "capabilityGroup": "kfd-trust",
29351
29471
  "audience": [
@@ -29373,7 +29493,7 @@
29373
29493
  "specifier": "@kungfu-tech/buildchain/kfd-adopter-release-binding",
29374
29494
  "export": "./kfd-adopter-release-binding",
29375
29495
  "target": "./packages/core/artifact-verification-envelope.js",
29376
- "digest": "sha256:8e96b81f67c49b3249a0c7e5dab176f01713da896956ee536284db3d509dd67a",
29496
+ "digest": "sha256:c917dac2f636fa7e078500c53639e958b1d94e46eb1a2c1a31f0e4ee57e10416",
29377
29497
  "summary": "Release Passport and artifact-evidence binding for one exact standard adopter manifest closure.",
29378
29498
  "capabilityGroup": "kfd-trust",
29379
29499
  "audience": [
@@ -29594,7 +29714,7 @@
29594
29714
  "specifier": "@kungfu-tech/buildchain/v4-floating-consumer-policy",
29595
29715
  "export": "./v4-floating-consumer-policy",
29596
29716
  "target": "./packages/core/v4-floating-consumer-policy.js",
29597
- "digest": "sha256:df1b9d27dc28324fc89dc5af7838d8d1b57aa91355e43653882286070ff2308c",
29717
+ "digest": "sha256:5232bc56e9c438514814cc06c9cb5268abbb0d574516adb36061741cd0d41fd1",
29598
29718
  "summary": "Semantic floating-selector admission, dual-lock receipt, and independent v4 consumer certification APIs.",
29599
29719
  "capabilityGroup": "governance-versioning",
29600
29720
  "audience": [
@@ -30289,7 +30409,7 @@
30289
30409
  "specifier": "@kungfu-tech/buildchain/publication-sealed-bundle",
30290
30410
  "export": "./publication-sealed-bundle",
30291
30411
  "target": "./packages/core/publication-sealed-bundle.js",
30292
- "digest": "sha256:0b912deace895b3f99e7a77b77678d35a7c22a68b3d18eb31aff2995fb66a51e",
30412
+ "digest": "sha256:8e7ddd2c7686e78307b533fa24df79c4f004ba6cc2f009c57be502d7892679ae",
30293
30413
  "summary": "Build-once publication bundle manifests and exact-byte resume verification APIs.",
30294
30414
  "capabilityGroup": "reusable-build",
30295
30415
  "audience": [
@@ -30314,7 +30434,7 @@
30314
30434
  "specifier": "@kungfu-tech/buildchain/paper",
30315
30435
  "export": "./paper",
30316
30436
  "target": "./packages/core/paper.js",
30317
- "digest": "sha256:762f10b7e0f99422ecdc73e717f721a22c940989edaa7b1011b3ba551db2b37e",
30437
+ "digest": "sha256:0af7b6a2b66d7b471bf6d22064558269375f6c01c4147be4d77bc00c9865d988",
30318
30438
  "summary": "Unified Paper work, fleet, scaffold, preflight, npm bootstrap, build, Alpha, status, and resume planning APIs.",
30319
30439
  "capabilityGroup": "reusable-build",
30320
30440
  "audience": [
@@ -30456,7 +30576,7 @@
30456
30576
  "specifier": "@kungfu-tech/buildchain/buildchain-publication-authority",
30457
30577
  "export": "./buildchain-publication-authority",
30458
30578
  "target": "./packages/core/buildchain-publication-authority.js",
30459
- "digest": "sha256:9e35546655e3591e04f985c09b06f2ee4ee9c26bbf733cb807e49698f29c492c",
30579
+ "digest": "sha256:8ac4b5f2c11fc1562034bf188bb6a2349935483ea831d13b273bcc7b9fbb695c",
30460
30580
  "summary": "Buildchain-owned closed-world publication authority descriptor registry.",
30461
30581
  "capabilityGroup": "release-passport-trust",
30462
30582
  "audience": [
@@ -30480,7 +30600,7 @@
30480
30600
  "specifier": "@kungfu-tech/buildchain/github-governance-authority",
30481
30601
  "export": "./github-governance-authority",
30482
30602
  "target": "./packages/core/github-governance-authority.js",
30483
- "digest": "sha256:4eb7b9a3616b16178062cc88d430f0fb3bd11c16c8e926ebc9fd98396859732c",
30603
+ "digest": "sha256:f90f7b17d84e0c9a13680a89270437e6792836b56579068e1595c5509feb358b",
30484
30604
  "summary": "Fail-closed GitHub ownership, effective-policy, managed-zone admission, rollout-plan, and immutable receipt APIs.",
30485
30605
  "capabilityGroup": "governance-versioning",
30486
30606
  "audience": [
@@ -30723,7 +30843,7 @@
30723
30843
  "specifier": "@kungfu-tech/buildchain/next-development-transition",
30724
30844
  "export": "./next-development-transition",
30725
30845
  "target": "./packages/core/next-development-transition.js",
30726
- "digest": "sha256:01b47222bb17fc4a36a66bce74ff11bf2d2ac17c935085aeec93684933849fee",
30846
+ "digest": "sha256:c611357000496829a40605ba68755bb62b92d451ab452abcfce8fcd70373dd03",
30727
30847
  "summary": "Provider-neutral completed-Alpha preservation and rooted next-development state, version-model, idempotency, and local materialization APIs.",
30728
30848
  "capabilityGroup": "governance-versioning",
30729
30849
  "audience": [
@@ -30788,7 +30908,7 @@
30788
30908
  "specifier": "@kungfu-tech/buildchain/next-development-projection",
30789
30909
  "export": "./next-development-projection",
30790
30910
  "target": "./packages/core/next-development-projection.js",
30791
- "digest": "sha256:9dbc60f511bfca92fb8160024ec58454212e20b7c17df01345e4a2e65ca86b3f",
30911
+ "digest": "sha256:c1a93e83e0ab80d50ecc147954ae73f647780ed2fb154ffd8132af79114abc00",
30792
30912
  "summary": "Canonical generated config, Agent, workflow-header, and manual projections for the next-development transition contract.",
30793
30913
  "capabilityGroup": "governance-versioning",
30794
30914
  "audience": [
@@ -30854,7 +30974,7 @@
30854
30974
  "specifier": "@kungfu-tech/buildchain/release-passport",
30855
30975
  "export": "./release-passport",
30856
30976
  "target": "./packages/core/release-passport.js",
30857
- "digest": "sha256:4932b0ef2ea1c62101347789ef233c77142630a69762d325688269fe29c230c5",
30977
+ "digest": "sha256:4a095c1931b4e9c4d16455425d27a27f9607b7daffde5548b2a667dbdf41a546",
30858
30978
  "summary": "Release passport collection, verification, explanation, and evidence APIs.",
30859
30979
  "capabilityGroup": "release-passport-trust",
30860
30980
  "audience": [
@@ -30900,7 +31020,7 @@
30900
31020
  "specifier": "@kungfu-tech/buildchain/release-passport-contract",
30901
31021
  "export": "./release-passport-contract",
30902
31022
  "target": "./packages/core/release-passport-contract.js",
30903
- "digest": "sha256:2ab3962c8aea07e0f0e48ff07cb247235a8310344ea750b37e1cf7beb24a8352",
31023
+ "digest": "sha256:e2d0b9b5067d3cb6a05ffee1961b92a469fe6b74a5054345efb769d9c6ff7f9b",
30904
31024
  "summary": "Standalone release passport JSON Schema, ownership/check manifest, and structural validation APIs.",
30905
31025
  "capabilityGroup": "release-passport-trust",
30906
31026
  "audience": [
@@ -31035,7 +31155,7 @@
31035
31155
  "specifier": "@kungfu-tech/buildchain/release-tail-provider-plane",
31036
31156
  "export": "./release-tail-provider-plane",
31037
31157
  "target": "./packages/core/release-tail-provider-plane.js",
31038
- "digest": "sha256:63860bdc066768c9fd69e8a64c2de245bdfc8798537e07d6a9a8f1e4b16cfb1e",
31158
+ "digest": "sha256:525575c9d4330c7fa0760491342757be80a186be589f18d9bba64b5a1ea69c5d",
31039
31159
  "summary": "Versioned declarative release-tail parsing, deterministic effect planning, durable transaction execution, readback, retry, and rooted receipt APIs.",
31040
31160
  "capabilityGroup": "release-passport-trust",
31041
31161
  "audience": [
@@ -31156,7 +31276,7 @@
31156
31276
  "specifier": "@kungfu-tech/buildchain/buildchain-kfd-claims",
31157
31277
  "export": "./buildchain-kfd-claims",
31158
31278
  "target": "./packages/core/buildchain-kfd-claims.js",
31159
- "digest": "sha256:8bfde25d056cfdce1e84ceb71d75f5790b41d61db6f60e73d8f33fc2077e9331",
31279
+ "digest": "sha256:82e513efff1070a681e944f225dd82932fb440f999af3088632540e6db2d54d0",
31160
31280
  "summary": "Buildchain self KFD claim registry, witnesses, and public claim APIs.",
31161
31281
  "capabilityGroup": "kfd-trust",
31162
31282
  "audience": [
@@ -31183,18 +31303,44 @@
31183
31303
  "deprecationReplacement": "",
31184
31304
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
31185
31305
  "nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
31306
+ },
31307
+ {
31308
+ "specifier": "@kungfu-tech/buildchain/oci-publication",
31309
+ "export": "./oci-publication",
31310
+ "target": "./packages/core/oci-publication-bundle.js",
31311
+ "digest": "sha256:b01e5f325705cce2a15d6a7bca5a66448c6fa4510ecf1eadcf380551caa73f50",
31312
+ "summary": "Sealed OCI image family verification, provenance, and smoke evidence APIs.",
31313
+ "capabilityGroup": "reusable-build",
31314
+ "audience": [
31315
+ "developer",
31316
+ "agent"
31317
+ ],
31318
+ "symbolCount": 4,
31319
+ "symbolIds": [
31320
+ "packages/core/oci-publication-bundle.js#OCI_FAMILY_SCHEMA",
31321
+ "packages/core/oci-publication-bundle.js#ociBundleFile",
31322
+ "packages/core/oci-publication-bundle.js#sealOciPublicationBundle",
31323
+ "packages/core/oci-publication-bundle.js#verifyOciPublicationBundle"
31324
+ ],
31325
+ "owner": "buildchain-core",
31326
+ "maturity": "stable",
31327
+ "introducedVersion": "pre-3.0.2-alpha.4",
31328
+ "compatibilityPromise": "preserved-through-the-v3-major-line",
31329
+ "deprecationReplacement": "",
31330
+ "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
31331
+ "nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
31186
31332
  }
31187
31333
  ],
31188
31334
  "docs": [
31189
31335
  {
31190
31336
  "id": "cli-and-node-package",
31191
31337
  "path": "docs/cli.md",
31192
- "digest": "sha256:60208f0862195df44b27ada15e474ff1808dee6d492cd6303402b92fd72f06bc"
31338
+ "digest": "sha256:fc2e0cd3f5718e05101d85f6363cefcd2336609c05dd6626b6a062b44c3a1a0d"
31193
31339
  },
31194
31340
  {
31195
31341
  "id": "node-api-reference",
31196
31342
  "path": "docs/node-api-reference.md",
31197
- "digest": "sha256:afc6f959491ea0360ee308ee476613a9b42ab37dc5755dc66d3edb484d5e81d3"
31343
+ "digest": "sha256:1a5e35c8cdd891208525085d21ee7caad873dc156fa54db15cc38c1bf17080c0"
31198
31344
  },
31199
31345
  {
31200
31346
  "id": "build-facts",
@@ -31204,7 +31350,7 @@
31204
31350
  {
31205
31351
  "id": "kfd-support",
31206
31352
  "path": "docs/kfd-support.md",
31207
- "digest": "sha256:4efc8fb6f94293b75606aa0631dfa122edccc970c2cfc00c7e35f81817ea8335"
31353
+ "digest": "sha256:e13f0e58a1bd4699ce8d443c0d316d37c9db807e03917bb2a5f8ebd11cdd7153"
31208
31354
  },
31209
31355
  {
31210
31356
  "id": "readme-badges",