@kungfu-tech/buildchain 4.0.0 → 4.0.1-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/AGENTS.md +13 -5
  2. package/actions/promote-buildchain-ref/README.md +11 -6
  3. package/architecture/internal-capabilities.json +11 -2
  4. package/architecture/maintainability-policy.json +149 -17
  5. package/architecture/v4-floating-consumer-policy.json +75 -0
  6. package/architecture/v4-floating-consumer-policy.md +32 -0
  7. package/architecture/v4-runtime-ref-resume-authority.json +64 -0
  8. package/architecture/v4-stage-capsule-qualification.json +2 -2
  9. package/bin/internal/trust-release-release-handlers.mjs +5 -0
  10. package/contracts/fixtures/v4-floating-consumer-policy-v1/cases.json +53 -0
  11. package/contracts/fixtures/v4-runtime-ref-resume-authority-v1/scenario.json +15 -0
  12. package/contracts/v4-floating-consumer-policy-receipt-v1.schema.json +105 -0
  13. package/contracts/v4-runtime-ref-resume-authority-v1.schema.json +235 -0
  14. package/dist/site/buildchain-contract.json +101 -31
  15. package/dist/site/buildchain-site.json +73 -27
  16. package/dist/site/capability-registry.json +3 -3
  17. package/dist/site/controller-registry.json +62 -6
  18. package/dist/site/kfd-claims.json +68 -13
  19. package/dist/site/kfd-upstream-aggregate.json +1 -1
  20. package/dist/site/manual-registry.json +6 -6
  21. package/dist/site/node-api-registry.json +799 -127
  22. package/dist/site/page-registry.json +63 -17
  23. package/dist/site/public-surface-audit.json +49 -17
  24. package/dist/site/publication-registry.json +4 -4
  25. package/dist/site/release-provenance.json +2 -0
  26. package/dist/site/site-manifest.json +10 -10
  27. package/dist/site/workflow-registry.json +46 -18
  28. package/docs/MAP.md +2 -0
  29. package/docs/dev-delivery-warrant.md +19 -1
  30. package/docs/lifecycle-protocol.md +41 -0
  31. package/docs/node-api-reference.md +207 -134
  32. package/docs/reusable-build-surface.md +41 -0
  33. package/docs/runtime-train-validation.md +10 -0
  34. package/docs/v4-runtime-ref-resume-authority.md +69 -0
  35. package/docs/versioning.md +1 -0
  36. package/package.json +6 -4
  37. package/packages/core/artifact-signing.js +61 -0
  38. package/packages/core/buildchain-config.js +66 -1
  39. package/packages/core/dev-delivery-proof.js +37 -3
  40. package/packages/core/dev-delivery-warrant.js +3 -3
  41. package/packages/core/index.js +2 -0
  42. package/packages/core/publication-authority.js +5 -5
  43. package/packages/core/release-candidate.js +79 -19
  44. package/packages/core/release-passport.js +239 -33
  45. package/packages/core/v4-floating-consumer-evidence.js +324 -0
  46. package/packages/core/v4-floating-consumer-policy.js +446 -0
  47. package/packages/core/v4-floating-consumer-release-passport.js +126 -0
  48. package/packages/core/v4-runtime-ref-resume-authority.js +625 -0
  49. package/packages/core/v4-runtime-selector-persistence.js +228 -0
  50. package/packages/core/workflow-yaml-contract.js +48 -0
  51. package/scripts/audit-publication-control-plane.mjs +31 -31
  52. package/scripts/check-inventory.mjs +1 -1
  53. package/scripts/check-v4-floating-consumer-policy-contract.mjs +198 -0
  54. package/scripts/check-v4-public-dogfood-contract.mjs +6 -11
  55. package/scripts/dev-delivery-source-proof-reuse.mjs +631 -0
  56. package/scripts/dev-pr-auto-merge.mjs +37 -48
  57. package/scripts/dev-pr-delivery-warrant.mjs +205 -2
  58. package/scripts/dev-pr-prequeue-guard.mjs +399 -0
  59. package/scripts/ensure-github-release.mjs +3 -3
  60. package/scripts/generate-channel-build-workflow.mjs +3 -0
  61. package/scripts/generate-channel-promotion-workflow.mjs +112 -12
  62. package/scripts/generate-release-candidate-passport.mjs +41 -33
  63. package/scripts/init-repo.mjs +5 -1
  64. package/scripts/inspect-artifact-signing-requests.mjs +6 -0
  65. package/scripts/npm-publish-transaction.mjs +101 -89
  66. package/scripts/resume-from-candidate-run.mjs +11 -14
  67. package/scripts/seal-artifact-signing-requests.mjs +6 -0
  68. package/scripts/site-capability-metadata.mjs +2 -0
  69. package/scripts/v4-consumer-policy.mjs +231 -0
@@ -567,7 +567,7 @@
567
567
  ],
568
568
  "source": {
569
569
  "path": "packages/core/artifact-signing.js",
570
- "line": 60
570
+ "line": 61
571
571
  },
572
572
  "example": "import { artifactSigningDigest } from \"@kungfu-tech/buildchain\";",
573
573
  "maturity": "stable",
@@ -596,7 +596,7 @@
596
596
  ],
597
597
  "source": {
598
598
  "path": "packages/core/artifact-signing.js",
599
- "line": 313
599
+ "line": 374
600
600
  },
601
601
  "example": "import { createArtifactSigningReceipt } from \"@kungfu-tech/buildchain\";",
602
602
  "maturity": "stable",
@@ -625,7 +625,7 @@
625
625
  ],
626
626
  "source": {
627
627
  "path": "packages/core/artifact-signing.js",
628
- "line": 167
628
+ "line": 226
629
629
  },
630
630
  "example": "import { createArtifactSigningRequest } from \"@kungfu-tech/buildchain\";",
631
631
  "maturity": "stable",
@@ -649,7 +649,7 @@
649
649
  ],
650
650
  "source": {
651
651
  "path": "packages/core/artifact-signing.js",
652
- "line": 103
652
+ "line": 162
653
653
  },
654
654
  "example": "import { listArtifactSigningProfiles } from \"@kungfu-tech/buildchain\";",
655
655
  "maturity": "stable",
@@ -678,7 +678,7 @@
678
678
  ],
679
679
  "source": {
680
680
  "path": "packages/core/artifact-signing.js",
681
- "line": 111
681
+ "line": 170
682
682
  },
683
683
  "example": "import { resolveArtifactSigningProfile } from \"@kungfu-tech/buildchain\";",
684
684
  "maturity": "stable",
@@ -711,7 +711,7 @@
711
711
  ],
712
712
  "source": {
713
713
  "path": "packages/core/artifact-signing.js",
714
- "line": 374
714
+ "line": 435
715
715
  },
716
716
  "example": "import { validateArtifactSigningReceipt } from \"@kungfu-tech/buildchain\";",
717
717
  "maturity": "stable",
@@ -740,7 +740,7 @@
740
740
  ],
741
741
  "source": {
742
742
  "path": "packages/core/artifact-signing.js",
743
- "line": 291
743
+ "line": 352
744
744
  },
745
745
  "example": "import { validateArtifactSigningRequest } from \"@kungfu-tech/buildchain\";",
746
746
  "maturity": "stable",
@@ -1501,7 +1501,7 @@
1501
1501
  ],
1502
1502
  "source": {
1503
1503
  "path": "packages/core/buildchain-config.js",
1504
- "line": 1462
1504
+ "line": 1527
1505
1505
  },
1506
1506
  "example": "import { discoverConfiguredDerivedVersionMaterial } from \"@kungfu-tech/buildchain\";",
1507
1507
  "maturity": "stable",
@@ -1534,7 +1534,7 @@
1534
1534
  ],
1535
1535
  "source": {
1536
1536
  "path": "packages/core/buildchain-config.js",
1537
- "line": 1423
1537
+ "line": 1488
1538
1538
  },
1539
1539
  "example": "import { discoverConfiguredVersionStateFiles } from \"@kungfu-tech/buildchain\";",
1540
1540
  "maturity": "stable",
@@ -1567,7 +1567,7 @@
1567
1567
  ],
1568
1568
  "source": {
1569
1569
  "path": "packages/core/buildchain-config.js",
1570
- "line": 1367
1570
+ "line": 1432
1571
1571
  },
1572
1572
  "example": "import { getLifecycleStage } from \"@kungfu-tech/buildchain\";",
1573
1573
  "maturity": "stable",
@@ -1596,7 +1596,7 @@
1596
1596
  ],
1597
1597
  "source": {
1598
1598
  "path": "packages/core/buildchain-config.js",
1599
- "line": 520
1599
+ "line": 585
1600
1600
  },
1601
1601
  "example": "import { getNativeDiagnosticsProfile } from \"@kungfu-tech/buildchain\";",
1602
1602
  "maturity": "stable",
@@ -1625,7 +1625,7 @@
1625
1625
  ],
1626
1626
  "source": {
1627
1627
  "path": "packages/core/buildchain-config.js",
1628
- "line": 1371
1628
+ "line": 1436
1629
1629
  },
1630
1630
  "example": "import { getPublishContract } from \"@kungfu-tech/buildchain\";",
1631
1631
  "maturity": "stable",
@@ -1654,7 +1654,7 @@
1654
1654
  ],
1655
1655
  "source": {
1656
1656
  "path": "packages/core/buildchain-config.js",
1657
- "line": 328
1657
+ "line": 353
1658
1658
  },
1659
1659
  "example": "import { getStableReleasePolicy } from \"@kungfu-tech/buildchain\";",
1660
1660
  "maturity": "stable",
@@ -1683,7 +1683,7 @@
1683
1683
  ],
1684
1684
  "source": {
1685
1685
  "path": "packages/core/buildchain-config.js",
1686
- "line": 1495
1686
+ "line": 1560
1687
1687
  },
1688
1688
  "example": "import { getVersionStrategy } from \"@kungfu-tech/buildchain\";",
1689
1689
  "maturity": "stable",
@@ -1712,7 +1712,7 @@
1712
1712
  ],
1713
1713
  "source": {
1714
1714
  "path": "packages/core/buildchain-config.js",
1715
- "line": 158
1715
+ "line": 183
1716
1716
  },
1717
1717
  "example": "import { loadBuildchainConfig } from \"@kungfu-tech/buildchain\";",
1718
1718
  "maturity": "stable",
@@ -1745,7 +1745,7 @@
1745
1745
  ],
1746
1746
  "source": {
1747
1747
  "path": "packages/core/buildchain-config.js",
1748
- "line": 1504
1748
+ "line": 1569
1749
1749
  },
1750
1750
  "example": "import { loadConfiguredAnchorManifest } from \"@kungfu-tech/buildchain\";",
1751
1751
  "maturity": "stable",
@@ -1774,7 +1774,7 @@
1774
1774
  ],
1775
1775
  "source": {
1776
1776
  "path": "packages/core/buildchain-config.js",
1777
- "line": 181
1777
+ "line": 206
1778
1778
  },
1779
1779
  "example": "import { normalizeBuildchainConfig } from \"@kungfu-tech/buildchain\";",
1780
1780
  "maturity": "stable",
@@ -1811,7 +1811,7 @@
1811
1811
  ],
1812
1812
  "source": {
1813
1813
  "path": "packages/core/buildchain-config.js",
1814
- "line": 1328
1814
+ "line": 1393
1815
1815
  },
1816
1816
  "example": "import { normalizeLifecycleStage } from \"@kungfu-tech/buildchain\";",
1817
1817
  "maturity": "stable",
@@ -1840,7 +1840,7 @@
1840
1840
  ],
1841
1841
  "source": {
1842
1842
  "path": "packages/core/buildchain-config.js",
1843
- "line": 1375
1843
+ "line": 1440
1844
1844
  },
1845
1845
  "example": "import { runLifecycleStage } from \"@kungfu-tech/buildchain\";",
1846
1846
  "maturity": "stable",
@@ -1873,7 +1873,7 @@
1873
1873
  ],
1874
1874
  "source": {
1875
1875
  "path": "packages/core/buildchain-config.js",
1876
- "line": 1675
1876
+ "line": 1740
1877
1877
  },
1878
1878
  "example": "import { updateConfiguredVersionStateContents } from \"@kungfu-tech/buildchain\";",
1879
1879
  "maturity": "stable",
@@ -1906,7 +1906,7 @@
1906
1906
  ],
1907
1907
  "source": {
1908
1908
  "path": "packages/core/buildchain-config.js",
1909
- "line": 1542
1909
+ "line": 1607
1910
1910
  },
1911
1911
  "example": "import { validateBuildchainConfig } from \"@kungfu-tech/buildchain\";",
1912
1912
  "maturity": "stable",
@@ -4676,7 +4676,7 @@
4676
4676
  ],
4677
4677
  "source": {
4678
4678
  "path": "packages/core/dev-delivery-proof.js",
4679
- "line": 75
4679
+ "line": 109
4680
4680
  },
4681
4681
  "example": "import { classifyDevDeliveryDelta } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4682
4682
  "maturity": "stable",
@@ -4705,7 +4705,7 @@
4705
4705
  ],
4706
4706
  "source": {
4707
4707
  "path": "packages/core/dev-delivery-proof.js",
4708
- "line": 207
4708
+ "line": 241
4709
4709
  },
4710
4710
  "example": "import { createIntegrationDeliveryProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4711
4711
  "maturity": "stable",
@@ -4734,7 +4734,7 @@
4734
4734
  ],
4735
4735
  "source": {
4736
4736
  "path": "packages/core/dev-delivery-proof.js",
4737
- "line": 121
4737
+ "line": 155
4738
4738
  },
4739
4739
  "example": "import { createProjectCutReplayPlan } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4740
4740
  "maturity": "stable",
@@ -4763,7 +4763,7 @@
4763
4763
  ],
4764
4764
  "source": {
4765
4765
  "path": "packages/core/dev-delivery-proof.js",
4766
- "line": 141
4766
+ "line": 175
4767
4767
  },
4768
4768
  "example": "import { createProjectCutReplayProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4769
4769
  "maturity": "stable",
@@ -4792,7 +4792,7 @@
4792
4792
  ],
4793
4793
  "source": {
4794
4794
  "path": "packages/core/dev-delivery-proof.js",
4795
- "line": 31
4795
+ "line": 32
4796
4796
  },
4797
4797
  "example": "import { createSourceQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4798
4798
  "maturity": "stable",
@@ -4801,6 +4801,35 @@
4801
4801
  "agent"
4802
4802
  ]
4803
4803
  },
4804
+ {
4805
+ "id": "packages/core/dev-delivery-proof.js#createSourceQualificationProofV2",
4806
+ "name": "createSourceQualificationProofV2",
4807
+ "kind": "function",
4808
+ "signature": "function createSourceQualificationProofV2(input = {})",
4809
+ "parameters": [
4810
+ {
4811
+ "name": "input",
4812
+ "signature": "input = {}"
4813
+ }
4814
+ ],
4815
+ "returns": "unknown",
4816
+ "errors": [
4817
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
4818
+ ],
4819
+ "sideEffects": [
4820
+ "none-detected-by-static-source-scan"
4821
+ ],
4822
+ "source": {
4823
+ "path": "packages/core/dev-delivery-proof.js",
4824
+ "line": 53
4825
+ },
4826
+ "example": "import { createSourceQualificationProofV2 } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4827
+ "maturity": "stable",
4828
+ "audience": [
4829
+ "developer",
4830
+ "agent"
4831
+ ]
4832
+ },
4804
4833
  {
4805
4834
  "id": "packages/core/dev-delivery-proof.js#INTEGRATION_DELIVERY_PROOF_SCHEMA",
4806
4835
  "name": "INTEGRATION_DELIVERY_PROOF_SCHEMA",
@@ -4816,7 +4845,7 @@
4816
4845
  ],
4817
4846
  "source": {
4818
4847
  "path": "packages/core/dev-delivery-proof.js",
4819
- "line": 5
4848
+ "line": 6
4820
4849
  },
4821
4850
  "example": "import { INTEGRATION_DELIVERY_PROOF_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4822
4851
  "maturity": "stable",
@@ -4840,7 +4869,7 @@
4840
4869
  ],
4841
4870
  "source": {
4842
4871
  "path": "packages/core/dev-delivery-proof.js",
4843
- "line": 4
4872
+ "line": 5
4844
4873
  },
4845
4874
  "example": "import { PROJECT_CUT_REPLAY_PROOF_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4846
4875
  "maturity": "stable",
@@ -4873,6 +4902,30 @@
4873
4902
  "agent"
4874
4903
  ]
4875
4904
  },
4905
+ {
4906
+ "id": "packages/core/dev-delivery-proof.js#SOURCE_QUALIFICATION_PROOF_V2_SCHEMA",
4907
+ "name": "SOURCE_QUALIFICATION_PROOF_V2_SCHEMA",
4908
+ "kind": "constant",
4909
+ "signature": "const SOURCE_QUALIFICATION_PROOF_V2_SCHEMA",
4910
+ "parameters": [],
4911
+ "returns": "value",
4912
+ "errors": [
4913
+ "Import does not declare a throw contract."
4914
+ ],
4915
+ "sideEffects": [
4916
+ "none-on-import"
4917
+ ],
4918
+ "source": {
4919
+ "path": "packages/core/dev-delivery-proof.js",
4920
+ "line": 4
4921
+ },
4922
+ "example": "import { SOURCE_QUALIFICATION_PROOF_V2_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4923
+ "maturity": "stable",
4924
+ "audience": [
4925
+ "developer",
4926
+ "agent"
4927
+ ]
4928
+ },
4876
4929
  {
4877
4930
  "id": "packages/core/dev-delivery-proof.js#verifyIntegrationDeliveryProof",
4878
4931
  "name": "verifyIntegrationDeliveryProof",
@@ -4897,7 +4950,7 @@
4897
4950
  ],
4898
4951
  "source": {
4899
4952
  "path": "packages/core/dev-delivery-proof.js",
4900
- "line": 228
4953
+ "line": 262
4901
4954
  },
4902
4955
  "example": "import { verifyIntegrationDeliveryProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4903
4956
  "maturity": "stable",
@@ -4930,7 +4983,7 @@
4930
4983
  ],
4931
4984
  "source": {
4932
4985
  "path": "packages/core/dev-delivery-proof.js",
4933
- "line": 187
4986
+ "line": 221
4934
4987
  },
4935
4988
  "example": "import { verifyProjectCutReplayProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4936
4989
  "maturity": "stable",
@@ -4963,7 +5016,7 @@
4963
5016
  ],
4964
5017
  "source": {
4965
5018
  "path": "packages/core/dev-delivery-proof.js",
4966
- "line": 52
5019
+ "line": 81
4967
5020
  },
4968
5021
  "example": "import { verifySourceQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4969
5022
  "maturity": "stable",
@@ -15765,23 +15818,23 @@
15765
15818
  "id": "packages/core/release-candidate.js#createReleaseCandidatePassport",
15766
15819
  "name": "createReleaseCandidatePassport",
15767
15820
  "kind": "function",
15768
- "signature": "function createReleaseCandidatePassport({ repository = \"\", pullRequest = {}, targetChannel = \"\", version = \"\", sourceHeadSha = \"\", baseSha = \"\", mergeRefSha = \"\", sourceTreeHash = \"\", buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {})",
15821
+ "signature": "function createReleaseCandidatePassport({ repository = \"\", pullRequest = {}, targetChannel = \"\", version = \"\", sourceHeadSha = \"\", baseSha = \"\", mergeRefSha = \"\", sourceTreeHash = \"\", buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, consumerPolicyReceipt = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {})",
15769
15822
  "parameters": [
15770
15823
  {
15771
15824
  "name": "parameter1",
15772
- "signature": "{ repository = \"\", pullRequest = {}, targetChannel = \"\", version = \"\", sourceHeadSha = \"\", baseSha = \"\", mergeRefSha = \"\", sourceTreeHash = \"\", buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {}"
15825
+ "signature": "{ repository = \"\", pullRequest = {}, targetChannel = \"\", version = \"\", sourceHeadSha = \"\", baseSha = \"\", mergeRefSha = \"\", sourceTreeHash = \"\", buildSummary = {}, buildchain = {}, gateAggregate = undefined, familyEvidence = undefined, consumerPolicyReceipt = undefined, controllerReceipts = [], controllerReceiptReferences = [], workflow = {}, createdAt = nowIso(), } = {}"
15773
15826
  }
15774
15827
  ],
15775
15828
  "returns": "unknown",
15776
15829
  "errors": [
15777
- "Errors from called operations may propagate; no narrower throw contract is declared in source."
15830
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
15778
15831
  ],
15779
15832
  "sideEffects": [
15780
15833
  "none-detected-by-static-source-scan"
15781
15834
  ],
15782
15835
  "source": {
15783
15836
  "path": "packages/core/release-candidate.js",
15784
- "line": 310
15837
+ "line": 369
15785
15838
  },
15786
15839
  "example": "import { createReleaseCandidatePassport } from \"@kungfu-tech/buildchain\";",
15787
15840
  "maturity": "stable",
@@ -15805,7 +15858,7 @@
15805
15858
  ],
15806
15859
  "source": {
15807
15860
  "path": "packages/core/release-candidate.js",
15808
- "line": 5
15861
+ "line": 6
15809
15862
  },
15810
15863
  "example": "import { FAMILY_RELEASE_EVIDENCE_CONTRACT } from \"@kungfu-tech/buildchain\";",
15811
15864
  "maturity": "stable",
@@ -15829,7 +15882,7 @@
15829
15882
  ],
15830
15883
  "source": {
15831
15884
  "path": "packages/core/release-candidate.js",
15832
- "line": 4
15885
+ "line": 5
15833
15886
  },
15834
15887
  "example": "import { RELEASE_CANDIDATE_PASSPORT_CONTRACT } from \"@kungfu-tech/buildchain\";",
15835
15888
  "maturity": "stable",
@@ -15858,7 +15911,7 @@
15858
15911
  ],
15859
15912
  "source": {
15860
15913
  "path": "packages/core/release-candidate.js",
15861
- "line": 90
15914
+ "line": 91
15862
15915
  },
15863
15916
  "example": "import { sha256Json } from \"@kungfu-tech/buildchain\";",
15864
15917
  "maturity": "stable",
@@ -15887,7 +15940,7 @@
15887
15940
  ],
15888
15941
  "source": {
15889
15942
  "path": "packages/core/release-candidate.js",
15890
- "line": 404
15943
+ "line": 475
15891
15944
  },
15892
15945
  "example": "import { validateReleaseCandidatePassport } from \"@kungfu-tech/buildchain\";",
15893
15946
  "maturity": "stable",
@@ -16466,7 +16519,7 @@
16466
16519
  ],
16467
16520
  "source": {
16468
16521
  "path": "packages/core/release-passport.js",
16469
- "line": 40
16522
+ "line": 50
16470
16523
  },
16471
16524
  "example": "import { AGENT_INDEX_CONTRACT } from \"@kungfu-tech/buildchain\";",
16472
16525
  "maturity": "stable",
@@ -16490,7 +16543,7 @@
16490
16543
  ],
16491
16544
  "source": {
16492
16545
  "path": "packages/core/release-passport.js",
16493
- "line": 38
16546
+ "line": 48
16494
16547
  },
16495
16548
  "example": "import { ARTIFACT_EVIDENCE_CONTRACT } from \"@kungfu-tech/buildchain\";",
16496
16549
  "maturity": "stable",
@@ -16503,11 +16556,11 @@
16503
16556
  "id": "packages/core/release-passport.js#collectGitHubReleasePassport",
16504
16557
  "name": "collectGitHubReleasePassport",
16505
16558
  "kind": "function",
16506
- "signature": "function collectGitHubReleasePassport({ cwd = process.cwd(), tag = \"\", repository = process.env.GITHUB_REPOSITORY || \"\", sourceSha = process.env.GITHUB_SHA || \"\", line = \"\", outputDir = \".buildchain/release-passport\", assetsJson = \"\", assetsDir = \"\", releaseJson = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", packageSetJson = \"\", publishEvidenceJson = \"\", trustedPublishingJson = \"\", transactionJson = \"\", anchorManifestJson = \"\", versionMaterialJson = \"\", impactJson = \"\", buildSummaryJson = \"\", buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = \"\", kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = \"\", kfdAdopterManifestJson = \"\", kfdSupportMatrixJson = \"\", kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = \"\", releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = \"\", controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = \"\", requireBaseKfd = false, releaseJsonExtra = \"\", publishJson = \"\", workflow = {}, checkedAt = \"\", } = {})",
16559
+ "signature": "function collectGitHubReleasePassport({ cwd = process.cwd(), tag = \"\", repository = process.env.GITHUB_REPOSITORY || \"\", sourceSha = process.env.GITHUB_SHA || \"\", line = \"\", outputDir = \".buildchain/release-passport\", assetsJson = \"\", assetsDir = \"\", releaseJson = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", packageSetJson = \"\", publishEvidenceJson = \"\", trustedPublishingJson = \"\", transactionJson = \"\", anchorManifestJson = \"\", versionMaterialJson = \"\", impactJson = \"\", buildSummaryJson = \"\", buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = \"\", kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = \"\", kfdAdopterManifestJson = \"\", kfdSupportMatrixJson = \"\", kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = \"\", releaseEvidenceJsons = [], v4ConsumerPolicyCertificationJson = \"\", v4ConsumerPolicyCertificationRoot = \"\", v4RuntimeResumeEvidenceJson = \"\", kfdAgentHubEvidenceJson = \"\", controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = \"\", requireBaseKfd = false, releaseJsonExtra = \"\", publishJson = \"\", workflow = {}, checkedAt = \"\", } = {})",
16507
16560
  "parameters": [
16508
16561
  {
16509
16562
  "name": "parameter1",
16510
- "signature": "{ cwd = process.cwd(), tag = \"\", repository = process.env.GITHUB_REPOSITORY || \"\", sourceSha = process.env.GITHUB_SHA || \"\", line = \"\", outputDir = \".buildchain/release-passport\", assetsJson = \"\", assetsDir = \"\", releaseJson = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", packageSetJson = \"\", publishEvidenceJson = \"\", trustedPublishingJson = \"\", transactionJson = \"\", anchorManifestJson = \"\", versionMaterialJson = \"\", impactJson = \"\", buildSummaryJson = \"\", buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = \"\", kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = \"\", kfdAdopterManifestJson = \"\", kfdSupportMatrixJson = \"\", kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = \"\", releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = \"\", controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = \"\", requireBaseKfd = false, releaseJsonExtra = \"\", publishJson = \"\", workflow = {}, checkedAt = \"\", } = {}"
16563
+ "signature": "{ cwd = process.cwd(), tag = \"\", repository = process.env.GITHUB_REPOSITORY || \"\", sourceSha = process.env.GITHUB_SHA || \"\", line = \"\", outputDir = \".buildchain/release-passport\", assetsJson = \"\", assetsDir = \"\", releaseJson = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", packageSetJson = \"\", publishEvidenceJson = \"\", trustedPublishingJson = \"\", transactionJson = \"\", anchorManifestJson = \"\", versionMaterialJson = \"\", impactJson = \"\", buildSummaryJson = \"\", buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = \"\", kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = \"\", kfdAdopterManifestJson = \"\", kfdSupportMatrixJson = \"\", kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = \"\", releaseEvidenceJsons = [], v4ConsumerPolicyCertificationJson = \"\", v4ConsumerPolicyCertificationRoot = \"\", v4RuntimeResumeEvidenceJson = \"\", kfdAgentHubEvidenceJson = \"\", controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = \"\", requireBaseKfd = false, releaseJsonExtra = \"\", publishJson = \"\", workflow = {}, checkedAt = \"\", } = {}"
16511
16564
  }
16512
16565
  ],
16513
16566
  "returns": "unknown",
@@ -16519,7 +16572,7 @@
16519
16572
  ],
16520
16573
  "source": {
16521
16574
  "path": "packages/core/release-passport.js",
16522
- "line": 1424
16575
+ "line": 1557
16523
16576
  },
16524
16577
  "example": "import { collectGitHubReleasePassport } from \"@kungfu-tech/buildchain\";",
16525
16578
  "maturity": "stable",
@@ -16548,7 +16601,7 @@
16548
16601
  ],
16549
16602
  "source": {
16550
16603
  "path": "packages/core/release-passport.js",
16551
- "line": 1088
16604
+ "line": 1222
16552
16605
  },
16553
16606
  "example": "import { createArtifactEvidence } from \"@kungfu-tech/buildchain\";",
16554
16607
  "maturity": "stable",
@@ -16577,7 +16630,7 @@
16577
16630
  ],
16578
16631
  "source": {
16579
16632
  "path": "packages/core/release-passport.js",
16580
- "line": 209
16633
+ "line": 219
16581
16634
  },
16582
16635
  "example": "import { createInvariantPassportGate } from \"@kungfu-tech/buildchain/release-passport\";",
16583
16636
  "maturity": "stable",
@@ -16606,7 +16659,7 @@
16606
16659
  ],
16607
16660
  "source": {
16608
16661
  "path": "packages/core/release-passport.js",
16609
- "line": 2555
16662
+ "line": 2759
16610
16663
  },
16611
16664
  "example": "import { createReleaseCheckReport } from \"@kungfu-tech/buildchain\";",
16612
16665
  "maturity": "stable",
@@ -16619,11 +16672,11 @@
16619
16672
  "id": "packages/core/release-passport.js#createReleasePassport",
16620
16673
  "name": "createReleasePassport",
16621
16674
  "kind": "function",
16622
- "signature": "function createReleasePassport({ cwd = process.cwd(), repository = \"\", tag = \"\", sourceSha = \"\", line = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", productMechanismPath = \"product-mechanism.json\", artifactEvidencePath = \"artifact-evidence.json\", impactPath = \"impact.json\", agentIndexPath = \"agent-index.json\", checkReportPath = \"check-report.json\", publishEvidencePath = \"\", transactionStatePath = \"\", assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdAdopter = undefined, kfdAdopterManifestEvidencePath = \"\", kfdAdopterGateEvidencePath = \"\", kfdSupport = undefined, kfdSupportEvidencePath = \"\", invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = \"\", controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = \"\", } = {})",
16675
+ "signature": "function createReleasePassport(options = {})",
16623
16676
  "parameters": [
16624
16677
  {
16625
- "name": "parameter1",
16626
- "signature": "{ cwd = process.cwd(), repository = \"\", tag = \"\", sourceSha = \"\", line = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", productMechanismPath = \"product-mechanism.json\", artifactEvidencePath = \"artifact-evidence.json\", impactPath = \"impact.json\", agentIndexPath = \"agent-index.json\", checkReportPath = \"check-report.json\", publishEvidencePath = \"\", transactionStatePath = \"\", assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdAdopter = undefined, kfdAdopterManifestEvidencePath = \"\", kfdAdopterGateEvidencePath = \"\", kfdSupport = undefined, kfdSupportEvidencePath = \"\", invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = \"\", controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = \"\", } = {}"
16678
+ "name": "options",
16679
+ "signature": "options = {}"
16627
16680
  }
16628
16681
  ],
16629
16682
  "returns": "unknown",
@@ -16635,7 +16688,7 @@
16635
16688
  ],
16636
16689
  "source": {
16637
16690
  "path": "packages/core/release-passport.js",
16638
- "line": 1123
16691
+ "line": 1257
16639
16692
  },
16640
16693
  "example": "import { createReleasePassport } from \"@kungfu-tech/buildchain\";",
16641
16694
  "maturity": "stable",
@@ -16664,7 +16717,7 @@
16664
16717
  ],
16665
16718
  "source": {
16666
16719
  "path": "packages/core/release-passport.js",
16667
- "line": 2709
16720
+ "line": 2915
16668
16721
  },
16669
16722
  "example": "import { explainReleasePassport } from \"@kungfu-tech/buildchain\";",
16670
16723
  "maturity": "stable",
@@ -16688,7 +16741,7 @@
16688
16741
  ],
16689
16742
  "source": {
16690
16743
  "path": "packages/core/release-passport.js",
16691
- "line": 39
16744
+ "line": 49
16692
16745
  },
16693
16746
  "example": "import { IMPACT_LEDGER_CONTRACT } from \"@kungfu-tech/buildchain\";",
16694
16747
  "maturity": "stable",
@@ -16712,7 +16765,7 @@
16712
16765
  ],
16713
16766
  "source": {
16714
16767
  "path": "packages/core/release-passport.js",
16715
- "line": 45
16768
+ "line": 55
16716
16769
  },
16717
16770
  "example": "import { INVARIANT_PASSPORT_GATE_CONTRACT } from \"@kungfu-tech/buildchain/release-passport\";",
16718
16771
  "maturity": "stable",
@@ -16736,7 +16789,7 @@
16736
16789
  ],
16737
16790
  "source": {
16738
16791
  "path": "packages/core/release-passport.js",
16739
- "line": 46
16792
+ "line": 56
16740
16793
  },
16741
16794
  "example": "import { KFD_AGENT_HUB_RELEASE_EVIDENCE_CONTRACT } from \"@kungfu-tech/buildchain/release-passport\";",
16742
16795
  "maturity": "stable",
@@ -16760,7 +16813,7 @@
16760
16813
  ],
16761
16814
  "source": {
16762
16815
  "path": "packages/core/release-passport.js",
16763
- "line": 43
16816
+ "line": 53
16764
16817
  },
16765
16818
  "example": "import { KFD2_RELEASE_TRUST_PASSPORT_CONTRACT } from \"@kungfu-tech/buildchain\";",
16766
16819
  "maturity": "stable",
@@ -16784,7 +16837,7 @@
16784
16837
  ],
16785
16838
  "source": {
16786
16839
  "path": "packages/core/release-passport.js",
16787
- "line": 44
16840
+ "line": 54
16788
16841
  },
16789
16842
  "example": "import { KFD2_TRUST_PROOF_CONTRACT } from \"@kungfu-tech/buildchain\";",
16790
16843
  "maturity": "stable",
@@ -16813,7 +16866,7 @@
16813
16866
  ],
16814
16867
  "source": {
16815
16868
  "path": "packages/core/release-passport.js",
16816
- "line": 2738
16869
+ "line": 2944
16817
16870
  },
16818
16871
  "example": "import { makeReleasePassportFixtureAssets } from \"@kungfu-tech/buildchain\";",
16819
16872
  "maturity": "stable",
@@ -16837,7 +16890,7 @@
16837
16890
  ],
16838
16891
  "source": {
16839
16892
  "path": "packages/core/release-passport.js",
16840
- "line": 41
16893
+ "line": 51
16841
16894
  },
16842
16895
  "example": "import { PRODUCT_MECHANISM_CONTRACT } from \"@kungfu-tech/buildchain\";",
16843
16896
  "maturity": "stable",
@@ -16874,7 +16927,7 @@
16874
16927
  ],
16875
16928
  "source": {
16876
16929
  "path": "packages/core/release-passport.js",
16877
- "line": 2625
16930
+ "line": 2831
16878
16931
  },
16879
16932
  "example": "import { readJsonFromLocation } from \"@kungfu-tech/buildchain\";",
16880
16933
  "maturity": "stable",
@@ -16922,7 +16975,7 @@
16922
16975
  ],
16923
16976
  "source": {
16924
16977
  "path": "packages/core/release-passport.js",
16925
- "line": 42
16978
+ "line": 52
16926
16979
  },
16927
16980
  "example": "import { RELEASE_EVIDENCE_ATTACHMENT_CONTRACT } from \"@kungfu-tech/buildchain\";",
16928
16981
  "maturity": "stable",
@@ -16976,7 +17029,7 @@
16976
17029
  ],
16977
17030
  "source": {
16978
17031
  "path": "packages/core/release-passport.js",
16979
- "line": 224
17032
+ "line": 234
16980
17033
  },
16981
17034
  "example": "import { sha256File } from \"@kungfu-tech/buildchain\";",
16982
17035
  "maturity": "stable",
@@ -17005,7 +17058,7 @@
17005
17058
  ],
17006
17059
  "source": {
17007
17060
  "path": "packages/core/release-passport.js",
17008
- "line": 146
17061
+ "line": 156
17009
17062
  },
17010
17063
  "example": "import { sha256Text } from \"@kungfu-tech/buildchain\";",
17011
17064
  "maturity": "stable",
@@ -17029,7 +17082,7 @@
17029
17082
  ],
17030
17083
  "source": {
17031
17084
  "path": "packages/core/release-passport.js",
17032
- "line": 2750
17085
+ "line": 2956
17033
17086
  },
17034
17087
  "example": "import { validateKnownReleasePassportContracts } from \"@kungfu-tech/buildchain\";",
17035
17088
  "maturity": "stable",
@@ -17058,7 +17111,7 @@
17058
17111
  ],
17059
17112
  "source": {
17060
17113
  "path": "packages/core/release-passport.js",
17061
- "line": 2674
17114
+ "line": 2880
17062
17115
  },
17063
17116
  "example": "import { verifyReleasePassport } from \"@kungfu-tech/buildchain\";",
17064
17117
  "maturity": "stable",
@@ -20020,28 +20073,28 @@
20020
20073
  ]
20021
20074
  },
20022
20075
  {
20023
- "id": "packages/core/web-surface-publication-candidate.js#createWebSurfaceProductionDecision",
20024
- "name": "createWebSurfaceProductionDecision",
20076
+ "id": "packages/core/v4-floating-consumer-evidence.js#certifyV4FloatingConsumerPolicyReceipt",
20077
+ "name": "certifyV4FloatingConsumerPolicyReceipt",
20025
20078
  "kind": "function",
20026
- "signature": "function createWebSurfaceProductionDecision({ approved, kind, repository, sourceSha, actor, actorPermission = \"\", releasePr = 0, releaseSource = \"\", reason, } = {})",
20079
+ "signature": "function certifyV4FloatingConsumerPolicyReceipt(options = {})",
20027
20080
  "parameters": [
20028
20081
  {
20029
- "name": "parameter1",
20030
- "signature": "{ approved, kind, repository, sourceSha, actor, actorPermission = \"\", releasePr = 0, releaseSource = \"\", reason, } = {}"
20082
+ "name": "options",
20083
+ "signature": "options = {}"
20031
20084
  }
20032
20085
  ],
20033
20086
  "returns": "unknown",
20034
20087
  "errors": [
20035
- "May throw an Error on rejected input or failed operations; follow the linked source contract."
20088
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
20036
20089
  ],
20037
20090
  "sideEffects": [
20038
20091
  "none-detected-by-static-source-scan"
20039
20092
  ],
20040
20093
  "source": {
20041
- "path": "packages/core/web-surface-publication-candidate.js",
20042
- "line": 45
20094
+ "path": "packages/core/v4-floating-consumer-evidence.js",
20095
+ "line": 188
20043
20096
  },
20044
- "example": "import { createWebSurfaceProductionDecision } from \"@kungfu-tech/buildchain\";",
20097
+ "example": "import { certifyV4FloatingConsumerPolicyReceipt } from \"@kungfu-tech/buildchain\";",
20045
20098
  "maturity": "stable",
20046
20099
  "audience": [
20047
20100
  "developer",
@@ -20049,28 +20102,23 @@
20049
20102
  ]
20050
20103
  },
20051
20104
  {
20052
- "id": "packages/core/web-surface-publication-candidate.js#createWebSurfacePublicationCandidate",
20053
- "name": "createWebSurfacePublicationCandidate",
20054
- "kind": "function",
20055
- "signature": "function createWebSurfacePublicationCandidate({ repository, sourceSha, sourceTreeSha, runtimeSha, plan, planFileDigest, controllerReceipt, decision, } = {})",
20056
- "parameters": [
20057
- {
20058
- "name": "parameter1",
20059
- "signature": "{ repository, sourceSha, sourceTreeSha, runtimeSha, plan, planFileDigest, controllerReceipt, decision, } = {}"
20060
- }
20061
- ],
20062
- "returns": "unknown",
20105
+ "id": "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_CERTIFICATION",
20106
+ "name": "V4_FLOATING_CONSUMER_CERTIFICATION",
20107
+ "kind": "constant",
20108
+ "signature": "const V4_FLOATING_CONSUMER_CERTIFICATION",
20109
+ "parameters": [],
20110
+ "returns": "value",
20063
20111
  "errors": [
20064
- "May throw an Error on rejected input or failed operations; follow the linked source contract."
20112
+ "Import does not declare a throw contract."
20065
20113
  ],
20066
20114
  "sideEffects": [
20067
- "none-detected-by-static-source-scan"
20115
+ "none-on-import"
20068
20116
  ],
20069
20117
  "source": {
20070
- "path": "packages/core/web-surface-publication-candidate.js",
20071
- "line": 79
20118
+ "path": "packages/core/v4-floating-consumer-evidence.js",
20119
+ "line": 7
20072
20120
  },
20073
- "example": "import { createWebSurfacePublicationCandidate } from \"@kungfu-tech/buildchain\";",
20121
+ "example": "import { V4_FLOATING_CONSUMER_CERTIFICATION } from \"@kungfu-tech/buildchain\";",
20074
20122
  "maturity": "stable",
20075
20123
  "audience": [
20076
20124
  "developer",
@@ -20078,10 +20126,10 @@
20078
20126
  ]
20079
20127
  },
20080
20128
  {
20081
- "id": "packages/core/web-surface-publication-candidate.js#WEB_SURFACE_PRODUCTION_DECISION_CONTRACT",
20082
- "name": "WEB_SURFACE_PRODUCTION_DECISION_CONTRACT",
20129
+ "id": "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_POLICY",
20130
+ "name": "V4_FLOATING_CONSUMER_POLICY",
20083
20131
  "kind": "constant",
20084
- "signature": "const WEB_SURFACE_PRODUCTION_DECISION_CONTRACT",
20132
+ "signature": "const V4_FLOATING_CONSUMER_POLICY",
20085
20133
  "parameters": [],
20086
20134
  "returns": "value",
20087
20135
  "errors": [
@@ -20091,10 +20139,10 @@
20091
20139
  "none-on-import"
20092
20140
  ],
20093
20141
  "source": {
20094
- "path": "packages/core/web-surface-publication-candidate.js",
20095
- "line": 7
20142
+ "path": "packages/core/v4-floating-consumer-evidence.js",
20143
+ "line": 3
20096
20144
  },
20097
- "example": "import { WEB_SURFACE_PRODUCTION_DECISION_CONTRACT } from \"@kungfu-tech/buildchain\";",
20145
+ "example": "import { V4_FLOATING_CONSUMER_POLICY } from \"@kungfu-tech/buildchain\";",
20098
20146
  "maturity": "stable",
20099
20147
  "audience": [
20100
20148
  "developer",
@@ -20102,10 +20150,10 @@
20102
20150
  ]
20103
20151
  },
20104
20152
  {
20105
- "id": "packages/core/web-surface-publication-candidate.js#WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT",
20106
- "name": "WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT",
20153
+ "id": "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_RECEIPT",
20154
+ "name": "V4_FLOATING_CONSUMER_RECEIPT",
20107
20155
  "kind": "constant",
20108
- "signature": "const WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT",
20156
+ "signature": "const V4_FLOATING_CONSUMER_RECEIPT",
20109
20157
  "parameters": [],
20110
20158
  "returns": "value",
20111
20159
  "errors": [
@@ -20115,10 +20163,10 @@
20115
20163
  "none-on-import"
20116
20164
  ],
20117
20165
  "source": {
20118
- "path": "packages/core/web-surface-publication-candidate.js",
20166
+ "path": "packages/core/v4-floating-consumer-evidence.js",
20119
20167
  "line": 5
20120
20168
  },
20121
- "example": "import { WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT } from \"@kungfu-tech/buildchain\";",
20169
+ "example": "import { V4_FLOATING_CONSUMER_RECEIPT } from \"@kungfu-tech/buildchain\";",
20122
20170
  "maturity": "stable",
20123
20171
  "audience": [
20124
20172
  "developer",
@@ -20126,10 +20174,10 @@
20126
20174
  ]
20127
20175
  },
20128
20176
  {
20129
- "id": "packages/core/web-surface-publication-candidate.js#webSurfacePublicationDigest",
20130
- "name": "webSurfacePublicationDigest",
20177
+ "id": "packages/core/v4-floating-consumer-evidence.js#v4FloatingConsumerDocumentRoot",
20178
+ "name": "v4FloatingConsumerDocumentRoot",
20131
20179
  "kind": "function",
20132
- "signature": "function webSurfacePublicationDigest(value)",
20180
+ "signature": "function v4FloatingConsumerDocumentRoot(value)",
20133
20181
  "parameters": [
20134
20182
  {
20135
20183
  "name": "value",
@@ -20137,6 +20185,93 @@
20137
20185
  }
20138
20186
  ],
20139
20187
  "returns": "unknown",
20188
+ "errors": [
20189
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
20190
+ ],
20191
+ "sideEffects": [
20192
+ "none-detected-by-static-source-scan"
20193
+ ],
20194
+ "source": {
20195
+ "path": "packages/core/v4-floating-consumer-evidence.js",
20196
+ "line": 124
20197
+ },
20198
+ "example": "import { v4FloatingConsumerDocumentRoot } from \"@kungfu-tech/buildchain\";",
20199
+ "maturity": "stable",
20200
+ "audience": [
20201
+ "developer",
20202
+ "agent"
20203
+ ]
20204
+ },
20205
+ {
20206
+ "id": "packages/core/v4-floating-consumer-evidence.js#verifyV4FloatingConsumerPolicyCertification",
20207
+ "name": "verifyV4FloatingConsumerPolicyCertification",
20208
+ "kind": "function",
20209
+ "signature": "function verifyV4FloatingConsumerPolicyCertification(options = {})",
20210
+ "parameters": [
20211
+ {
20212
+ "name": "options",
20213
+ "signature": "options = {}"
20214
+ }
20215
+ ],
20216
+ "returns": "unknown",
20217
+ "errors": [
20218
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
20219
+ ],
20220
+ "sideEffects": [
20221
+ "none-detected-by-static-source-scan"
20222
+ ],
20223
+ "source": {
20224
+ "path": "packages/core/v4-floating-consumer-evidence.js",
20225
+ "line": 273
20226
+ },
20227
+ "example": "import { verifyV4FloatingConsumerPolicyCertification } from \"@kungfu-tech/buildchain\";",
20228
+ "maturity": "stable",
20229
+ "audience": [
20230
+ "developer",
20231
+ "agent"
20232
+ ]
20233
+ },
20234
+ {
20235
+ "id": "packages/core/v4-floating-consumer-evidence.js#verifyV4FloatingConsumerPolicyReceipt",
20236
+ "name": "verifyV4FloatingConsumerPolicyReceipt",
20237
+ "kind": "function",
20238
+ "signature": "function verifyV4FloatingConsumerPolicyReceipt(options = {})",
20239
+ "parameters": [
20240
+ {
20241
+ "name": "options",
20242
+ "signature": "options = {}"
20243
+ }
20244
+ ],
20245
+ "returns": "unknown",
20246
+ "errors": [
20247
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
20248
+ ],
20249
+ "sideEffects": [
20250
+ "none-detected-by-static-source-scan"
20251
+ ],
20252
+ "source": {
20253
+ "path": "packages/core/v4-floating-consumer-evidence.js",
20254
+ "line": 128
20255
+ },
20256
+ "example": "import { verifyV4FloatingConsumerPolicyReceipt } from \"@kungfu-tech/buildchain\";",
20257
+ "maturity": "stable",
20258
+ "audience": [
20259
+ "developer",
20260
+ "agent"
20261
+ ]
20262
+ },
20263
+ {
20264
+ "id": "packages/core/v4-floating-consumer-policy.js#resolveV4FloatingConsumerPolicyAuthority",
20265
+ "name": "resolveV4FloatingConsumerPolicyAuthority",
20266
+ "kind": "function",
20267
+ "signature": "function resolveV4FloatingConsumerPolicyAuthority({ runtimeRoot = defaultRuntimeRoot(), callerRoot = process.cwd(), stableLockPath = DEFAULT_STABLE_LOCK_PATH, alphaLockPath = DEFAULT_ALPHA_LOCK_PATH, } = {})",
20268
+ "parameters": [
20269
+ {
20270
+ "name": "parameter1",
20271
+ "signature": "{ runtimeRoot = defaultRuntimeRoot(), callerRoot = process.cwd(), stableLockPath = DEFAULT_STABLE_LOCK_PATH, alphaLockPath = DEFAULT_ALPHA_LOCK_PATH, } = {}"
20272
+ }
20273
+ ],
20274
+ "returns": "unknown",
20140
20275
  "errors": [
20141
20276
  "May throw an Error on rejected input or failed operations; follow the linked source contract."
20142
20277
  ],
@@ -20144,31 +20279,465 @@
20144
20279
  "none-detected-by-static-source-scan"
20145
20280
  ],
20146
20281
  "source": {
20147
- "path": "packages/core/web-surface-publication-candidate.js",
20148
- "line": 21
20282
+ "path": "packages/core/v4-floating-consumer-policy.js",
20283
+ "line": 79
20149
20284
  },
20150
- "example": "import { webSurfacePublicationDigest } from \"@kungfu-tech/buildchain\";",
20285
+ "example": "import { resolveV4FloatingConsumerPolicyAuthority } from \"@kungfu-tech/buildchain\";",
20151
20286
  "maturity": "stable",
20152
20287
  "audience": [
20153
20288
  "developer",
20154
20289
  "agent"
20155
20290
  ]
20156
- }
20157
- ],
20158
- "exports": [
20291
+ },
20159
20292
  {
20160
- "specifier": "@kungfu-tech/buildchain",
20161
- "export": ".",
20162
- "target": "./packages/core/index.js",
20163
- "digest": "sha256:f37909d2a4f2806563b89cde4c616d9821d968f0d1e8a72a3c4e2c31645f9397",
20164
- "summary": "Root toolkit export for Buildchain's public Node API.",
20165
- "capabilityGroup": "api-cli-reference",
20293
+ "id": "packages/core/v4-floating-consumer-policy.js#scanV4FloatingConsumerPolicy",
20294
+ "name": "scanV4FloatingConsumerPolicy",
20295
+ "kind": "function",
20296
+ "signature": "function scanV4FloatingConsumerPolicy({ root = process.cwd(), repository = \"\", sourceSha = \"\", invokedWorkflow = \"\", invocationSourcePath = \"\", expectedInvocationChannel = \"\", resolvedWorkflowSha = \"\", resolvedRuntimeSha = \"\", stableLockPath = \".buildchain/contract-lock.json\", alphaLockPath = \".buildchain/alpha-contract-lock.json\", policy, scannerRoot = \"\", } = {})",
20297
+ "parameters": [
20298
+ {
20299
+ "name": "parameter1",
20300
+ "signature": "{ root = process.cwd(), repository = \"\", sourceSha = \"\", invokedWorkflow = \"\", invocationSourcePath = \"\", expectedInvocationChannel = \"\", resolvedWorkflowSha = \"\", resolvedRuntimeSha = \"\", stableLockPath = \".buildchain/contract-lock.json\", alphaLockPath = \".buildchain/alpha-contract-lock.json\", policy, scannerRoot = \"\", } = {}"
20301
+ }
20302
+ ],
20303
+ "returns": "unknown",
20304
+ "errors": [
20305
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
20306
+ ],
20307
+ "sideEffects": [
20308
+ "none-detected-by-static-source-scan"
20309
+ ],
20310
+ "source": {
20311
+ "path": "packages/core/v4-floating-consumer-policy.js",
20312
+ "line": 318
20313
+ },
20314
+ "example": "import { scanV4FloatingConsumerPolicy } from \"@kungfu-tech/buildchain\";",
20315
+ "maturity": "stable",
20166
20316
  "audience": [
20167
20317
  "developer",
20168
20318
  "agent"
20319
+ ]
20320
+ },
20321
+ {
20322
+ "id": "packages/core/v4-floating-consumer-policy.js#v4ConsumerPolicyScannerRoot",
20323
+ "name": "v4ConsumerPolicyScannerRoot",
20324
+ "kind": "function",
20325
+ "signature": "function v4ConsumerPolicyScannerRoot(runtimeRoot = defaultRuntimeRoot())",
20326
+ "parameters": [
20327
+ {
20328
+ "name": "runtimeRoot",
20329
+ "signature": "runtimeRoot = defaultRuntimeRoot()"
20330
+ }
20169
20331
  ],
20170
- "symbolCount": 608,
20171
- "symbolIds": [
20332
+ "returns": "unknown",
20333
+ "errors": [
20334
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
20335
+ ],
20336
+ "sideEffects": [
20337
+ "none-detected-by-static-source-scan"
20338
+ ],
20339
+ "source": {
20340
+ "path": "packages/core/v4-floating-consumer-policy.js",
20341
+ "line": 66
20342
+ },
20343
+ "example": "import { v4ConsumerPolicyScannerRoot } from \"@kungfu-tech/buildchain\";",
20344
+ "maturity": "stable",
20345
+ "audience": [
20346
+ "developer",
20347
+ "agent"
20348
+ ]
20349
+ },
20350
+ {
20351
+ "id": "packages/core/v4-runtime-ref-resume-authority.js#authorizeV4RuntimeSelection",
20352
+ "name": "authorizeV4RuntimeSelection",
20353
+ "kind": "function",
20354
+ "signature": "function authorizeV4RuntimeSelection({ repository, eventName, mode = \"dispatch\", actor, actorPermission, reason, authorizedAt, sourceSha, sourceTreeSha, requestedRef, resolvedRuntimeSha, approvedRefReadbacks, stableContractLockRoot, alphaContractLockRoot, consumerPolicyReceiptRoot, persistenceScan, } = {})",
20355
+ "parameters": [
20356
+ {
20357
+ "name": "parameter1",
20358
+ "signature": "{ repository, eventName, mode = \"dispatch\", actor, actorPermission, reason, authorizedAt, sourceSha, sourceTreeSha, requestedRef, resolvedRuntimeSha, approvedRefReadbacks, stableContractLockRoot, alphaContractLockRoot, consumerPolicyReceiptRoot, persistenceScan, } = {}"
20359
+ }
20360
+ ],
20361
+ "returns": "unknown",
20362
+ "errors": [
20363
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
20364
+ ],
20365
+ "sideEffects": [
20366
+ "none-detected-by-static-source-scan"
20367
+ ],
20368
+ "source": {
20369
+ "path": "packages/core/v4-runtime-ref-resume-authority.js",
20370
+ "line": 173
20371
+ },
20372
+ "example": "import { authorizeV4RuntimeSelection } from \"@kungfu-tech/buildchain\";",
20373
+ "maturity": "stable",
20374
+ "audience": [
20375
+ "developer",
20376
+ "agent"
20377
+ ]
20378
+ },
20379
+ {
20380
+ "id": "packages/core/v4-runtime-ref-resume-authority.js#createV4RuntimeResumeLineage",
20381
+ "name": "createV4RuntimeResumeLineage",
20382
+ "kind": "function",
20383
+ "signature": "function createV4RuntimeResumeLineage({ authorization, authorizationRoot, buildAttempt, resumeAttempt, source, consumerPolicyReceiptRoot, requiredPlatforms, stageCapsules, resumePlanRoot, finalPublicReadbackRoot, floatingRefBefore, floatingRefAfter, } = {})",
20384
+ "parameters": [
20385
+ {
20386
+ "name": "parameter1",
20387
+ "signature": "{ authorization, authorizationRoot, buildAttempt, resumeAttempt, source, consumerPolicyReceiptRoot, requiredPlatforms, stageCapsules, resumePlanRoot, finalPublicReadbackRoot, floatingRefBefore, floatingRefAfter, } = {}"
20388
+ }
20389
+ ],
20390
+ "returns": "unknown",
20391
+ "errors": [
20392
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
20393
+ ],
20394
+ "sideEffects": [
20395
+ "none-detected-by-static-source-scan"
20396
+ ],
20397
+ "source": {
20398
+ "path": "packages/core/v4-runtime-ref-resume-authority.js",
20399
+ "line": 325
20400
+ },
20401
+ "example": "import { createV4RuntimeResumeLineage } from \"@kungfu-tech/buildchain\";",
20402
+ "maturity": "stable",
20403
+ "audience": [
20404
+ "developer",
20405
+ "agent"
20406
+ ]
20407
+ },
20408
+ {
20409
+ "id": "packages/core/v4-runtime-ref-resume-authority.js#scanV4RuntimeSelectorPersistence",
20410
+ "name": "scanV4RuntimeSelectorPersistence",
20411
+ "kind": "value",
20412
+ "signature": "scanV4RuntimeSelectorPersistence",
20413
+ "parameters": [],
20414
+ "returns": "unknown",
20415
+ "errors": [
20416
+ "No narrower error contract was mechanically discoverable."
20417
+ ],
20418
+ "sideEffects": [
20419
+ "unknown"
20420
+ ],
20421
+ "source": {
20422
+ "path": "packages/core/v4-runtime-ref-resume-authority.js",
20423
+ "line": 1
20424
+ },
20425
+ "example": "import { scanV4RuntimeSelectorPersistence } from \"@kungfu-tech/buildchain\";",
20426
+ "maturity": "stable",
20427
+ "audience": [
20428
+ "developer",
20429
+ "agent"
20430
+ ]
20431
+ },
20432
+ {
20433
+ "id": "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_AUTHORIZATION_CONTRACT",
20434
+ "name": "V4_RUNTIME_AUTHORIZATION_CONTRACT",
20435
+ "kind": "constant",
20436
+ "signature": "const V4_RUNTIME_AUTHORIZATION_CONTRACT",
20437
+ "parameters": [],
20438
+ "returns": "value",
20439
+ "errors": [
20440
+ "Import does not declare a throw contract."
20441
+ ],
20442
+ "sideEffects": [
20443
+ "none-on-import"
20444
+ ],
20445
+ "source": {
20446
+ "path": "packages/core/v4-runtime-ref-resume-authority.js",
20447
+ "line": 12
20448
+ },
20449
+ "example": "import { V4_RUNTIME_AUTHORIZATION_CONTRACT } from \"@kungfu-tech/buildchain\";",
20450
+ "maturity": "stable",
20451
+ "audience": [
20452
+ "developer",
20453
+ "agent"
20454
+ ]
20455
+ },
20456
+ {
20457
+ "id": "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_PERSISTENCE_SCAN_CONTRACT",
20458
+ "name": "V4_RUNTIME_PERSISTENCE_SCAN_CONTRACT",
20459
+ "kind": "value",
20460
+ "signature": "V4_RUNTIME_PERSISTENCE_SCAN_CONTRACT",
20461
+ "parameters": [],
20462
+ "returns": "unknown",
20463
+ "errors": [
20464
+ "No narrower error contract was mechanically discoverable."
20465
+ ],
20466
+ "sideEffects": [
20467
+ "unknown"
20468
+ ],
20469
+ "source": {
20470
+ "path": "packages/core/v4-runtime-ref-resume-authority.js",
20471
+ "line": 1
20472
+ },
20473
+ "example": "import { V4_RUNTIME_PERSISTENCE_SCAN_CONTRACT } from \"@kungfu-tech/buildchain\";",
20474
+ "maturity": "stable",
20475
+ "audience": [
20476
+ "developer",
20477
+ "agent"
20478
+ ]
20479
+ },
20480
+ {
20481
+ "id": "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_RESUME_LINEAGE_CONTRACT",
20482
+ "name": "V4_RUNTIME_RESUME_LINEAGE_CONTRACT",
20483
+ "kind": "constant",
20484
+ "signature": "const V4_RUNTIME_RESUME_LINEAGE_CONTRACT",
20485
+ "parameters": [],
20486
+ "returns": "value",
20487
+ "errors": [
20488
+ "Import does not declare a throw contract."
20489
+ ],
20490
+ "sideEffects": [
20491
+ "none-on-import"
20492
+ ],
20493
+ "source": {
20494
+ "path": "packages/core/v4-runtime-ref-resume-authority.js",
20495
+ "line": 14
20496
+ },
20497
+ "example": "import { V4_RUNTIME_RESUME_LINEAGE_CONTRACT } from \"@kungfu-tech/buildchain\";",
20498
+ "maturity": "stable",
20499
+ "audience": [
20500
+ "developer",
20501
+ "agent"
20502
+ ]
20503
+ },
20504
+ {
20505
+ "id": "packages/core/v4-runtime-ref-resume-authority.js#v4RuntimeResumeDocumentRoot",
20506
+ "name": "v4RuntimeResumeDocumentRoot",
20507
+ "kind": "function",
20508
+ "signature": "function v4RuntimeResumeDocumentRoot(value)",
20509
+ "parameters": [
20510
+ {
20511
+ "name": "value",
20512
+ "signature": "value"
20513
+ }
20514
+ ],
20515
+ "returns": "unknown",
20516
+ "errors": [
20517
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
20518
+ ],
20519
+ "sideEffects": [
20520
+ "none-detected-by-static-source-scan"
20521
+ ],
20522
+ "source": {
20523
+ "path": "packages/core/v4-runtime-ref-resume-authority.js",
20524
+ "line": 34
20525
+ },
20526
+ "example": "import { v4RuntimeResumeDocumentRoot } from \"@kungfu-tech/buildchain\";",
20527
+ "maturity": "stable",
20528
+ "audience": [
20529
+ "developer",
20530
+ "agent"
20531
+ ]
20532
+ },
20533
+ {
20534
+ "id": "packages/core/v4-runtime-ref-resume-authority.js#verifyV4RuntimeAuthorizationReceipt",
20535
+ "name": "verifyV4RuntimeAuthorizationReceipt",
20536
+ "kind": "function",
20537
+ "signature": "function verifyV4RuntimeAuthorizationReceipt({ receipt, receiptRoot, repository = \"\", sourceSha = \"\", runtimeSha = \"\", consumerPolicyReceiptRoot = \"\", } = {})",
20538
+ "parameters": [
20539
+ {
20540
+ "name": "parameter1",
20541
+ "signature": "{ receipt, receiptRoot, repository = \"\", sourceSha = \"\", runtimeSha = \"\", consumerPolicyReceiptRoot = \"\", } = {}"
20542
+ }
20543
+ ],
20544
+ "returns": "unknown",
20545
+ "errors": [
20546
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
20547
+ ],
20548
+ "sideEffects": [
20549
+ "none-detected-by-static-source-scan"
20550
+ ],
20551
+ "source": {
20552
+ "path": "packages/core/v4-runtime-ref-resume-authority.js",
20553
+ "line": 271
20554
+ },
20555
+ "example": "import { verifyV4RuntimeAuthorizationReceipt } from \"@kungfu-tech/buildchain\";",
20556
+ "maturity": "stable",
20557
+ "audience": [
20558
+ "developer",
20559
+ "agent"
20560
+ ]
20561
+ },
20562
+ {
20563
+ "id": "packages/core/v4-runtime-ref-resume-authority.js#verifyV4RuntimeResumeLineage",
20564
+ "name": "verifyV4RuntimeResumeLineage",
20565
+ "kind": "function",
20566
+ "signature": "function verifyV4RuntimeResumeLineage({ lineage, lineageRoot, repository = \"\", sourceSha = \"\", buildRuntimeSha = \"\", resumeRuntimeSha = \"\", consumerPolicyReceiptRoot = \"\", } = {})",
20567
+ "parameters": [
20568
+ {
20569
+ "name": "parameter1",
20570
+ "signature": "{ lineage, lineageRoot, repository = \"\", sourceSha = \"\", buildRuntimeSha = \"\", resumeRuntimeSha = \"\", consumerPolicyReceiptRoot = \"\", } = {}"
20571
+ }
20572
+ ],
20573
+ "returns": "unknown",
20574
+ "errors": [
20575
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
20576
+ ],
20577
+ "sideEffects": [
20578
+ "none-detected-by-static-source-scan"
20579
+ ],
20580
+ "source": {
20581
+ "path": "packages/core/v4-runtime-ref-resume-authority.js",
20582
+ "line": 551
20583
+ },
20584
+ "example": "import { verifyV4RuntimeResumeLineage } from \"@kungfu-tech/buildchain\";",
20585
+ "maturity": "stable",
20586
+ "audience": [
20587
+ "developer",
20588
+ "agent"
20589
+ ]
20590
+ },
20591
+ {
20592
+ "id": "packages/core/web-surface-publication-candidate.js#createWebSurfaceProductionDecision",
20593
+ "name": "createWebSurfaceProductionDecision",
20594
+ "kind": "function",
20595
+ "signature": "function createWebSurfaceProductionDecision({ approved, kind, repository, sourceSha, actor, actorPermission = \"\", releasePr = 0, releaseSource = \"\", reason, } = {})",
20596
+ "parameters": [
20597
+ {
20598
+ "name": "parameter1",
20599
+ "signature": "{ approved, kind, repository, sourceSha, actor, actorPermission = \"\", releasePr = 0, releaseSource = \"\", reason, } = {}"
20600
+ }
20601
+ ],
20602
+ "returns": "unknown",
20603
+ "errors": [
20604
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
20605
+ ],
20606
+ "sideEffects": [
20607
+ "none-detected-by-static-source-scan"
20608
+ ],
20609
+ "source": {
20610
+ "path": "packages/core/web-surface-publication-candidate.js",
20611
+ "line": 45
20612
+ },
20613
+ "example": "import { createWebSurfaceProductionDecision } from \"@kungfu-tech/buildchain\";",
20614
+ "maturity": "stable",
20615
+ "audience": [
20616
+ "developer",
20617
+ "agent"
20618
+ ]
20619
+ },
20620
+ {
20621
+ "id": "packages/core/web-surface-publication-candidate.js#createWebSurfacePublicationCandidate",
20622
+ "name": "createWebSurfacePublicationCandidate",
20623
+ "kind": "function",
20624
+ "signature": "function createWebSurfacePublicationCandidate({ repository, sourceSha, sourceTreeSha, runtimeSha, plan, planFileDigest, controllerReceipt, decision, } = {})",
20625
+ "parameters": [
20626
+ {
20627
+ "name": "parameter1",
20628
+ "signature": "{ repository, sourceSha, sourceTreeSha, runtimeSha, plan, planFileDigest, controllerReceipt, decision, } = {}"
20629
+ }
20630
+ ],
20631
+ "returns": "unknown",
20632
+ "errors": [
20633
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
20634
+ ],
20635
+ "sideEffects": [
20636
+ "none-detected-by-static-source-scan"
20637
+ ],
20638
+ "source": {
20639
+ "path": "packages/core/web-surface-publication-candidate.js",
20640
+ "line": 79
20641
+ },
20642
+ "example": "import { createWebSurfacePublicationCandidate } from \"@kungfu-tech/buildchain\";",
20643
+ "maturity": "stable",
20644
+ "audience": [
20645
+ "developer",
20646
+ "agent"
20647
+ ]
20648
+ },
20649
+ {
20650
+ "id": "packages/core/web-surface-publication-candidate.js#WEB_SURFACE_PRODUCTION_DECISION_CONTRACT",
20651
+ "name": "WEB_SURFACE_PRODUCTION_DECISION_CONTRACT",
20652
+ "kind": "constant",
20653
+ "signature": "const WEB_SURFACE_PRODUCTION_DECISION_CONTRACT",
20654
+ "parameters": [],
20655
+ "returns": "value",
20656
+ "errors": [
20657
+ "Import does not declare a throw contract."
20658
+ ],
20659
+ "sideEffects": [
20660
+ "none-on-import"
20661
+ ],
20662
+ "source": {
20663
+ "path": "packages/core/web-surface-publication-candidate.js",
20664
+ "line": 7
20665
+ },
20666
+ "example": "import { WEB_SURFACE_PRODUCTION_DECISION_CONTRACT } from \"@kungfu-tech/buildchain\";",
20667
+ "maturity": "stable",
20668
+ "audience": [
20669
+ "developer",
20670
+ "agent"
20671
+ ]
20672
+ },
20673
+ {
20674
+ "id": "packages/core/web-surface-publication-candidate.js#WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT",
20675
+ "name": "WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT",
20676
+ "kind": "constant",
20677
+ "signature": "const WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT",
20678
+ "parameters": [],
20679
+ "returns": "value",
20680
+ "errors": [
20681
+ "Import does not declare a throw contract."
20682
+ ],
20683
+ "sideEffects": [
20684
+ "none-on-import"
20685
+ ],
20686
+ "source": {
20687
+ "path": "packages/core/web-surface-publication-candidate.js",
20688
+ "line": 5
20689
+ },
20690
+ "example": "import { WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT } from \"@kungfu-tech/buildchain\";",
20691
+ "maturity": "stable",
20692
+ "audience": [
20693
+ "developer",
20694
+ "agent"
20695
+ ]
20696
+ },
20697
+ {
20698
+ "id": "packages/core/web-surface-publication-candidate.js#webSurfacePublicationDigest",
20699
+ "name": "webSurfacePublicationDigest",
20700
+ "kind": "function",
20701
+ "signature": "function webSurfacePublicationDigest(value)",
20702
+ "parameters": [
20703
+ {
20704
+ "name": "value",
20705
+ "signature": "value"
20706
+ }
20707
+ ],
20708
+ "returns": "unknown",
20709
+ "errors": [
20710
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
20711
+ ],
20712
+ "sideEffects": [
20713
+ "none-detected-by-static-source-scan"
20714
+ ],
20715
+ "source": {
20716
+ "path": "packages/core/web-surface-publication-candidate.js",
20717
+ "line": 21
20718
+ },
20719
+ "example": "import { webSurfacePublicationDigest } from \"@kungfu-tech/buildchain\";",
20720
+ "maturity": "stable",
20721
+ "audience": [
20722
+ "developer",
20723
+ "agent"
20724
+ ]
20725
+ }
20726
+ ],
20727
+ "exports": [
20728
+ {
20729
+ "specifier": "@kungfu-tech/buildchain",
20730
+ "export": ".",
20731
+ "target": "./packages/core/index.js",
20732
+ "digest": "sha256:2135e4ca7315ff96d11e53ac12fe27f399f6b77b6de1fe25782861f76b06f9b4",
20733
+ "summary": "Root toolkit export for Buildchain's public Node API.",
20734
+ "capabilityGroup": "api-cli-reference",
20735
+ "audience": [
20736
+ "developer",
20737
+ "agent"
20738
+ ],
20739
+ "symbolCount": 627,
20740
+ "symbolIds": [
20172
20741
  "packages/core/release-activation-transaction.js#abortReleaseActivationTransaction",
20173
20742
  "packages/core/release-passport.js#AGENT_INDEX_CONTRACT",
20174
20743
  "packages/core/build-facts.js#aggregateBuildFacts",
@@ -20193,6 +20762,7 @@
20193
20762
  "packages/core/package-manager.js#assertPackageManager",
20194
20763
  "packages/core/public-surface-audit.js#assertPublicSurfaceReverseAudit",
20195
20764
  "packages/core/kfd3-surface-register.js#auditKfd3Surfaces",
20765
+ "packages/core/v4-runtime-ref-resume-authority.js#authorizeV4RuntimeSelection",
20196
20766
  "packages/core/readme-badges.js#BADGE_BUNDLE_DEFAULT_CLAIMS",
20197
20767
  "packages/core/readme-badges.js#BADGE_BUNDLE_FACTS_CONTRACT",
20198
20768
  "packages/core/build-facts.js#BUILD_FACTS_GIT_CONTRACT",
@@ -20260,6 +20830,7 @@
20260
20830
  "packages/core/build-facts.js#buildFactsDigest",
20261
20831
  "packages/core/issue-reporting.js#buildWorkflowFrictionIssueReport",
20262
20832
  "packages/core/cache-evidence.js#cacheEvidenceDigest",
20833
+ "packages/core/v4-floating-consumer-evidence.js#certifyV4FloatingConsumerPolicyReceipt",
20263
20834
  "packages/core/channel-candidate.js#CHANNEL_CANDIDATE_DECISION_SCHEMA",
20264
20835
  "packages/core/channel-candidate.js#channelCandidateSourceLockRef",
20265
20836
  "packages/core/readme-badges.js#checkBadgeBundleBlock",
@@ -20391,6 +20962,7 @@
20391
20962
  "packages/core/release-tail-provider-adapters.js#createSiteReleaseActivationAdapter",
20392
20963
  "packages/core/stable-candidate-ledger.js#createStableCandidateLedger",
20393
20964
  "packages/core/surface-manifest.js#createSurfaceTimestampPolicy",
20965
+ "packages/core/v4-runtime-ref-resume-authority.js#createV4RuntimeResumeLineage",
20394
20966
  "packages/core/web-surface-publication-candidate.js#createWebSurfaceProductionDecision",
20395
20967
  "packages/core/web-surface-publication-candidate.js#createWebSurfacePublicationCandidate",
20396
20968
  "packages/core/channel-candidate.js#decideChannelCandidate",
@@ -20681,6 +21253,7 @@
20681
21253
  "packages/core/release-propagation.js#resolvePropagationChannel",
20682
21254
  "packages/core/publication-artifact-candidate.js#resolvePublicationCandidateFile",
20683
21255
  "packages/core/buildchain-layout.js#resolveReleasePassportPath",
21256
+ "packages/core/v4-floating-consumer-policy.js#resolveV4FloatingConsumerPolicyAuthority",
20684
21257
  "packages/core/release-propagation-work.js#resumeReleasePropagationWork",
20685
21258
  "packages/core/engineering-housekeeper.js#revalidateHousekeeperBranchAction",
20686
21259
  "packages/core/stable-candidate-ledger.js#revokeStableCandidate",
@@ -20689,6 +21262,8 @@
20689
21262
  "packages/core/buildchain-config.js#runLifecycleStage",
20690
21263
  "packages/core/publication-authority.js#RUNNER_PROVENANCE_CLASSES",
20691
21264
  "packages/core/publication-authority.js#RUNNER_PROVENANCE_CONTRACT",
21265
+ "packages/core/v4-floating-consumer-policy.js#scanV4FloatingConsumerPolicy",
21266
+ "packages/core/v4-runtime-ref-resume-authority.js#scanV4RuntimeSelectorPersistence",
20692
21267
  "packages/core/kfd.js#schemas",
20693
21268
  "packages/core/artifact-verification-envelope.js#sealArtifactVerificationReport",
20694
21269
  "packages/core/stable-candidate-ledger.js#selectStableCandidate",
@@ -20719,6 +21294,15 @@
20719
21294
  "packages/core/buildchain-config.js#updateConfiguredVersionStateContents",
20720
21295
  "packages/core/homebrew.js#updateHomebrewTap",
20721
21296
  "packages/core/readme-badges.js#updateReadmeBadgeBlock",
21297
+ "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_CERTIFICATION",
21298
+ "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_POLICY",
21299
+ "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_RECEIPT",
21300
+ "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_AUTHORIZATION_CONTRACT",
21301
+ "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_PERSISTENCE_SCAN_CONTRACT",
21302
+ "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_RESUME_LINEAGE_CONTRACT",
21303
+ "packages/core/v4-floating-consumer-policy.js#v4ConsumerPolicyScannerRoot",
21304
+ "packages/core/v4-floating-consumer-evidence.js#v4FloatingConsumerDocumentRoot",
21305
+ "packages/core/v4-runtime-ref-resume-authority.js#v4RuntimeResumeDocumentRoot",
20722
21306
  "packages/core/diagnostics.js#validateAnchoredPackageRelease",
20723
21307
  "packages/core/artifact-signing.js#validateArtifactSigningReceipt",
20724
21308
  "packages/core/artifact-signing.js#validateArtifactSigningRequest",
@@ -20760,6 +21344,10 @@
20760
21344
  "packages/core/release-candidate-recovery.js#verifyReleaseCandidateRecovery",
20761
21345
  "packages/core/release-passport.js#verifyReleasePassport",
20762
21346
  "packages/core/release-propagation-work.js#verifyReleasePropagationWork",
21347
+ "packages/core/v4-floating-consumer-evidence.js#verifyV4FloatingConsumerPolicyCertification",
21348
+ "packages/core/v4-floating-consumer-evidence.js#verifyV4FloatingConsumerPolicyReceipt",
21349
+ "packages/core/v4-runtime-ref-resume-authority.js#verifyV4RuntimeAuthorizationReceipt",
21350
+ "packages/core/v4-runtime-ref-resume-authority.js#verifyV4RuntimeResumeLineage",
20763
21351
  "packages/core/web-surface-publication-candidate.js#WEB_SURFACE_PRODUCTION_DECISION_CONTRACT",
20764
21352
  "packages/core/web-surface-publication-candidate.js#WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT",
20765
21353
  "packages/core/web-surface-publication-candidate.js#webSurfacePublicationDigest",
@@ -20866,14 +21454,14 @@
20866
21454
  "specifier": "@kungfu-tech/buildchain/core",
20867
21455
  "export": "./core",
20868
21456
  "target": "./packages/core/index.js",
20869
- "digest": "sha256:f37909d2a4f2806563b89cde4c616d9821d968f0d1e8a72a3c4e2c31645f9397",
21457
+ "digest": "sha256:2135e4ca7315ff96d11e53ac12fe27f399f6b77b6de1fe25782861f76b06f9b4",
20870
21458
  "summary": "Alias for the root public toolkit export.",
20871
21459
  "capabilityGroup": "api-cli-reference",
20872
21460
  "audience": [
20873
21461
  "developer",
20874
21462
  "agent"
20875
21463
  ],
20876
- "symbolCount": 608,
21464
+ "symbolCount": 627,
20877
21465
  "symbolIds": [
20878
21466
  "packages/core/release-activation-transaction.js#abortReleaseActivationTransaction",
20879
21467
  "packages/core/release-passport.js#AGENT_INDEX_CONTRACT",
@@ -20899,6 +21487,7 @@
20899
21487
  "packages/core/package-manager.js#assertPackageManager",
20900
21488
  "packages/core/public-surface-audit.js#assertPublicSurfaceReverseAudit",
20901
21489
  "packages/core/kfd3-surface-register.js#auditKfd3Surfaces",
21490
+ "packages/core/v4-runtime-ref-resume-authority.js#authorizeV4RuntimeSelection",
20902
21491
  "packages/core/readme-badges.js#BADGE_BUNDLE_DEFAULT_CLAIMS",
20903
21492
  "packages/core/readme-badges.js#BADGE_BUNDLE_FACTS_CONTRACT",
20904
21493
  "packages/core/build-facts.js#BUILD_FACTS_GIT_CONTRACT",
@@ -20966,6 +21555,7 @@
20966
21555
  "packages/core/build-facts.js#buildFactsDigest",
20967
21556
  "packages/core/issue-reporting.js#buildWorkflowFrictionIssueReport",
20968
21557
  "packages/core/cache-evidence.js#cacheEvidenceDigest",
21558
+ "packages/core/v4-floating-consumer-evidence.js#certifyV4FloatingConsumerPolicyReceipt",
20969
21559
  "packages/core/channel-candidate.js#CHANNEL_CANDIDATE_DECISION_SCHEMA",
20970
21560
  "packages/core/channel-candidate.js#channelCandidateSourceLockRef",
20971
21561
  "packages/core/readme-badges.js#checkBadgeBundleBlock",
@@ -21097,6 +21687,7 @@
21097
21687
  "packages/core/release-tail-provider-adapters.js#createSiteReleaseActivationAdapter",
21098
21688
  "packages/core/stable-candidate-ledger.js#createStableCandidateLedger",
21099
21689
  "packages/core/surface-manifest.js#createSurfaceTimestampPolicy",
21690
+ "packages/core/v4-runtime-ref-resume-authority.js#createV4RuntimeResumeLineage",
21100
21691
  "packages/core/web-surface-publication-candidate.js#createWebSurfaceProductionDecision",
21101
21692
  "packages/core/web-surface-publication-candidate.js#createWebSurfacePublicationCandidate",
21102
21693
  "packages/core/channel-candidate.js#decideChannelCandidate",
@@ -21387,6 +21978,7 @@
21387
21978
  "packages/core/release-propagation.js#resolvePropagationChannel",
21388
21979
  "packages/core/publication-artifact-candidate.js#resolvePublicationCandidateFile",
21389
21980
  "packages/core/buildchain-layout.js#resolveReleasePassportPath",
21981
+ "packages/core/v4-floating-consumer-policy.js#resolveV4FloatingConsumerPolicyAuthority",
21390
21982
  "packages/core/release-propagation-work.js#resumeReleasePropagationWork",
21391
21983
  "packages/core/engineering-housekeeper.js#revalidateHousekeeperBranchAction",
21392
21984
  "packages/core/stable-candidate-ledger.js#revokeStableCandidate",
@@ -21395,6 +21987,8 @@
21395
21987
  "packages/core/buildchain-config.js#runLifecycleStage",
21396
21988
  "packages/core/publication-authority.js#RUNNER_PROVENANCE_CLASSES",
21397
21989
  "packages/core/publication-authority.js#RUNNER_PROVENANCE_CONTRACT",
21990
+ "packages/core/v4-floating-consumer-policy.js#scanV4FloatingConsumerPolicy",
21991
+ "packages/core/v4-runtime-ref-resume-authority.js#scanV4RuntimeSelectorPersistence",
21398
21992
  "packages/core/kfd.js#schemas",
21399
21993
  "packages/core/artifact-verification-envelope.js#sealArtifactVerificationReport",
21400
21994
  "packages/core/stable-candidate-ledger.js#selectStableCandidate",
@@ -21425,6 +22019,15 @@
21425
22019
  "packages/core/buildchain-config.js#updateConfiguredVersionStateContents",
21426
22020
  "packages/core/homebrew.js#updateHomebrewTap",
21427
22021
  "packages/core/readme-badges.js#updateReadmeBadgeBlock",
22022
+ "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_CERTIFICATION",
22023
+ "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_POLICY",
22024
+ "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_RECEIPT",
22025
+ "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_AUTHORIZATION_CONTRACT",
22026
+ "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_PERSISTENCE_SCAN_CONTRACT",
22027
+ "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_RESUME_LINEAGE_CONTRACT",
22028
+ "packages/core/v4-floating-consumer-policy.js#v4ConsumerPolicyScannerRoot",
22029
+ "packages/core/v4-floating-consumer-evidence.js#v4FloatingConsumerDocumentRoot",
22030
+ "packages/core/v4-runtime-ref-resume-authority.js#v4RuntimeResumeDocumentRoot",
21428
22031
  "packages/core/diagnostics.js#validateAnchoredPackageRelease",
21429
22032
  "packages/core/artifact-signing.js#validateArtifactSigningReceipt",
21430
22033
  "packages/core/artifact-signing.js#validateArtifactSigningRequest",
@@ -21466,6 +22069,10 @@
21466
22069
  "packages/core/release-candidate-recovery.js#verifyReleaseCandidateRecovery",
21467
22070
  "packages/core/release-passport.js#verifyReleasePassport",
21468
22071
  "packages/core/release-propagation-work.js#verifyReleasePropagationWork",
22072
+ "packages/core/v4-floating-consumer-evidence.js#verifyV4FloatingConsumerPolicyCertification",
22073
+ "packages/core/v4-floating-consumer-evidence.js#verifyV4FloatingConsumerPolicyReceipt",
22074
+ "packages/core/v4-runtime-ref-resume-authority.js#verifyV4RuntimeAuthorizationReceipt",
22075
+ "packages/core/v4-runtime-ref-resume-authority.js#verifyV4RuntimeResumeLineage",
21469
22076
  "packages/core/web-surface-publication-candidate.js#WEB_SURFACE_PRODUCTION_DECISION_CONTRACT",
21470
22077
  "packages/core/web-surface-publication-candidate.js#WEB_SURFACE_PUBLICATION_CANDIDATE_CONTRACT",
21471
22078
  "packages/core/web-surface-publication-candidate.js#webSurfacePublicationDigest",
@@ -21601,7 +22208,7 @@
21601
22208
  "specifier": "@kungfu-tech/buildchain/artifact-signing",
21602
22209
  "export": "./artifact-signing",
21603
22210
  "target": "./packages/core/artifact-signing.js",
21604
- "digest": "sha256:7b4c88201125f08645092b121eeeab0390b4fdee665f0d6c949217cb6545d590",
22211
+ "digest": "sha256:4b6f1675af2aff8205329421a4e158a0ce5e6d2c07945d2208832fb68ca5b8ad",
21605
22212
  "summary": "Credential-free artifact signing declarations, source-bound requests, authority receipts, profile resolution, and fail-closed validation APIs.",
21606
22213
  "capabilityGroup": "reusable-build",
21607
22214
  "audience": [
@@ -21916,14 +22523,14 @@
21916
22523
  "specifier": "@kungfu-tech/buildchain/dev-delivery-warrant",
21917
22524
  "export": "./dev-delivery-warrant",
21918
22525
  "target": "./packages/core/dev-delivery-warrant.js",
21919
- "digest": "sha256:d4eeae6a791f533393260b8a562d14253afcc36643fe74c1cfa75aa3d1194fe1",
22526
+ "digest": "sha256:e75021c57a7acfffa9971f247ef795a3d97ad235ff4602496f1e33999ede4afc",
21920
22527
  "summary": "Durable fair Dev Delivery Warrant queue, fenced lease, and split source and integration proof APIs.",
21921
22528
  "capabilityGroup": "governance-versioning",
21922
22529
  "audience": [
21923
22530
  "developer",
21924
22531
  "agent"
21925
22532
  ],
21926
- "symbolCount": 34,
22533
+ "symbolCount": 36,
21927
22534
  "symbolIds": [
21928
22535
  "packages/core/dev-delivery-warrant.js#cancelQueuedDevDeliveryCandidate",
21929
22536
  "packages/core/dev-delivery-proof.js#classifyDevDeliveryDelta",
@@ -21934,6 +22541,7 @@
21934
22541
  "packages/core/dev-delivery-proof.js#createProjectCutReplayProof",
21935
22542
  "packages/core/release-blocker-priority.js#createReleaseBlockerPriorityClaim",
21936
22543
  "packages/core/dev-delivery-proof.js#createSourceQualificationProof",
22544
+ "packages/core/dev-delivery-proof.js#createSourceQualificationProofV2",
21937
22545
  "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CANCELLATION_RECEIPT_SCHEMA",
21938
22546
  "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CLASSES",
21939
22547
  "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
@@ -21955,6 +22563,7 @@
21955
22563
  "packages/core/dev-delivery-warrant.js#selectDevDeliveryWarrant",
21956
22564
  "packages/core/dev-delivery-warrant.js#settleDevDeliveryTerminalEvent",
21957
22565
  "packages/core/dev-delivery-proof.js#SOURCE_QUALIFICATION_PROOF_SCHEMA",
22566
+ "packages/core/dev-delivery-proof.js#SOURCE_QUALIFICATION_PROOF_V2_SCHEMA",
21958
22567
  "packages/core/dev-delivery-warrant.js#submitDevDeliveryCandidate",
21959
22568
  "packages/core/dev-delivery-proof.js#verifyIntegrationDeliveryProof",
21960
22569
  "packages/core/dev-delivery-proof.js#verifyProjectCutReplayProof",
@@ -22355,6 +22964,69 @@
22355
22964
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
22356
22965
  "nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
22357
22966
  },
22967
+ {
22968
+ "specifier": "@kungfu-tech/buildchain/v4-floating-consumer-policy",
22969
+ "export": "./v4-floating-consumer-policy",
22970
+ "target": "./packages/core/v4-floating-consumer-policy.js",
22971
+ "digest": "sha256:808816d3d08b35c3139c6587be6c27574248dfdf2c92bef69d6f85027fa424b9",
22972
+ "summary": "Semantic floating-selector admission, dual-lock receipt, and independent v4 consumer certification APIs.",
22973
+ "capabilityGroup": "governance-versioning",
22974
+ "audience": [
22975
+ "developer",
22976
+ "agent"
22977
+ ],
22978
+ "symbolCount": 10,
22979
+ "symbolIds": [
22980
+ "packages/core/v4-floating-consumer-evidence.js#certifyV4FloatingConsumerPolicyReceipt",
22981
+ "packages/core/v4-floating-consumer-policy.js#resolveV4FloatingConsumerPolicyAuthority",
22982
+ "packages/core/v4-floating-consumer-policy.js#scanV4FloatingConsumerPolicy",
22983
+ "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_CERTIFICATION",
22984
+ "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_POLICY",
22985
+ "packages/core/v4-floating-consumer-evidence.js#V4_FLOATING_CONSUMER_RECEIPT",
22986
+ "packages/core/v4-floating-consumer-policy.js#v4ConsumerPolicyScannerRoot",
22987
+ "packages/core/v4-floating-consumer-evidence.js#v4FloatingConsumerDocumentRoot",
22988
+ "packages/core/v4-floating-consumer-evidence.js#verifyV4FloatingConsumerPolicyCertification",
22989
+ "packages/core/v4-floating-consumer-evidence.js#verifyV4FloatingConsumerPolicyReceipt"
22990
+ ],
22991
+ "owner": "buildchain-core",
22992
+ "maturity": "stable",
22993
+ "introducedVersion": "pre-3.0.2-alpha.4",
22994
+ "compatibilityPromise": "preserved-through-the-v3-major-line",
22995
+ "deprecationReplacement": "",
22996
+ "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
22997
+ "nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
22998
+ },
22999
+ {
23000
+ "specifier": "@kungfu-tech/buildchain/v4-runtime-ref-resume-authority",
23001
+ "export": "./v4-runtime-ref-resume-authority",
23002
+ "target": "./packages/core/v4-runtime-ref-resume-authority.js",
23003
+ "digest": "sha256:f7f640bf88d2d9f30d47dd6cb7fa3795737f2466eebbf5107bd36a90daea4626",
23004
+ "summary": "Transient exact-runtime authorization, persisted-selector rejection, fresh-attempt Stage Capsule reuse, and A+B Passport lineage APIs.",
23005
+ "capabilityGroup": "release-passport-trust",
23006
+ "audience": [
23007
+ "developer",
23008
+ "agent"
23009
+ ],
23010
+ "symbolCount": 9,
23011
+ "symbolIds": [
23012
+ "packages/core/v4-runtime-ref-resume-authority.js#authorizeV4RuntimeSelection",
23013
+ "packages/core/v4-runtime-ref-resume-authority.js#createV4RuntimeResumeLineage",
23014
+ "packages/core/v4-runtime-ref-resume-authority.js#scanV4RuntimeSelectorPersistence",
23015
+ "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_AUTHORIZATION_CONTRACT",
23016
+ "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_PERSISTENCE_SCAN_CONTRACT",
23017
+ "packages/core/v4-runtime-ref-resume-authority.js#V4_RUNTIME_RESUME_LINEAGE_CONTRACT",
23018
+ "packages/core/v4-runtime-ref-resume-authority.js#v4RuntimeResumeDocumentRoot",
23019
+ "packages/core/v4-runtime-ref-resume-authority.js#verifyV4RuntimeAuthorizationReceipt",
23020
+ "packages/core/v4-runtime-ref-resume-authority.js#verifyV4RuntimeResumeLineage"
23021
+ ],
23022
+ "owner": "buildchain-core",
23023
+ "maturity": "stable",
23024
+ "introducedVersion": "pre-3.0.2-alpha.4",
23025
+ "compatibilityPromise": "preserved-through-the-v3-major-line",
23026
+ "deprecationReplacement": "",
23027
+ "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
23028
+ "nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
23029
+ },
22358
23030
  {
22359
23031
  "specifier": "@kungfu-tech/buildchain/logging",
22360
23032
  "export": "./logging",
@@ -22592,7 +23264,7 @@
22592
23264
  "specifier": "@kungfu-tech/buildchain/publication-authority",
22593
23265
  "export": "./publication-authority",
22594
23266
  "target": "./packages/core/publication-authority.js",
22595
- "digest": "sha256:8d00e41772b01064a96c6962ccad6db9cc555f91a5eb5966da3357b83d10f082",
23267
+ "digest": "sha256:57c9fbfeb15defb128f5ff394657bc6d3dca7cb342bbc7588eaa65b1cb17837e",
22596
23268
  "summary": "Sealed publication authority registry, runner provenance, control-plane audit, admission, and independent verification APIs.",
22597
23269
  "capabilityGroup": "release-passport-trust",
22598
23270
  "audience": [
@@ -22834,7 +23506,7 @@
22834
23506
  "specifier": "@kungfu-tech/buildchain/release-candidate",
22835
23507
  "export": "./release-candidate",
22836
23508
  "target": "./packages/core/release-candidate.js",
22837
- "digest": "sha256:5ca9d360681ee0a508c3533416d2e591723289bc398e2575dbfac3c0cbf3358b",
23509
+ "digest": "sha256:c6295a97291d13129865508e64e8a2b92bf8bc0a89dc850c84084669d76e1105",
22838
23510
  "summary": "PR-stage release-candidate artifact, passport, and promote-only resolver APIs.",
22839
23511
  "capabilityGroup": "reusable-build",
22840
23512
  "audience": [
@@ -22964,7 +23636,7 @@
22964
23636
  "specifier": "@kungfu-tech/buildchain/release-passport",
22965
23637
  "export": "./release-passport",
22966
23638
  "target": "./packages/core/release-passport.js",
22967
- "digest": "sha256:34f8048ea82b0696bfb7fa7d2eba2b09a5e51eaf5ab9a9857e278c7d005427dc",
23639
+ "digest": "sha256:8276788ccdcfb55fab5a0343ecf9474273e91c99fc5e1630e19ccf6b920cbd90",
22968
23640
  "summary": "Release passport collection, verification, explanation, and evidence APIs.",
22969
23641
  "capabilityGroup": "release-passport-trust",
22970
23642
  "audience": [
@@ -23303,7 +23975,7 @@
23303
23975
  {
23304
23976
  "id": "node-api-reference",
23305
23977
  "path": "docs/node-api-reference.md",
23306
- "digest": "sha256:f8200ba1fbe5779408b4a1e82a0e28a5e8f696b05f97efd2d286d3008755fdbb"
23978
+ "digest": "sha256:1771331eea141e17dc27d19ccd6ccdf2d3a7d2ecdb98fb9e0d0d563b1e61b438"
23307
23979
  },
23308
23980
  {
23309
23981
  "id": "build-facts",