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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/architecture/decisions/0003-two-phase-delivery-warrant.md +152 -0
  2. package/architecture/internal-capabilities.json +94 -0
  3. package/architecture/maintainability-policy.json +75 -8
  4. package/architecture/v3-core-mechanism-inventory.json +2 -0
  5. package/architecture/v4-delivery-authority-parity.json +250 -0
  6. package/architecture/v4-delivery-warrant-shadow-fixtures.json +41 -9
  7. package/bin/buildchain.mjs +9 -1
  8. package/contracts/dev-delivery-authority-v2.schema.json +662 -0
  9. package/dist/site/agent-index.json +1 -0
  10. package/dist/site/artifact-schemas.json +2 -0
  11. package/dist/site/buildchain-contract.json +91 -8
  12. package/dist/site/buildchain-site.json +169 -18
  13. package/dist/site/capability-registry.json +2 -2
  14. package/dist/site/cli-registry.json +46 -2
  15. package/dist/site/kfd-claims.json +43 -9
  16. package/dist/site/kfd-upstream-aggregate.json +1 -1
  17. package/dist/site/manual-registry.json +3 -3
  18. package/dist/site/node-api-registry.json +1694 -165
  19. package/dist/site/page-registry.json +162 -11
  20. package/dist/site/public-surface-audit.json +367 -7
  21. package/dist/site/publication-registry.json +4 -4
  22. package/dist/site/release-provenance.json +2 -0
  23. package/dist/site/schemas/dev-delivery-authority-v2.schema.json +662 -0
  24. package/dist/site/site-manifest.json +7 -7
  25. package/dist/site/workflow-registry.json +22 -6
  26. package/docs/MAP.md +1 -0
  27. package/docs/cli-reference.md +211 -13
  28. package/docs/dev-delivery-qualification-landing-adr.md +251 -0
  29. package/docs/dev-delivery-warrant.md +330 -38
  30. package/docs/node-api-reference.md +113 -53
  31. package/package.json +5 -1
  32. package/packages/core/buildchain-contract.js +3 -2
  33. package/packages/core/dev-delivery-authority-candidate.js +270 -0
  34. package/packages/core/dev-delivery-authority-evidence.js +146 -0
  35. package/packages/core/dev-delivery-authority-landing.js +461 -0
  36. package/packages/core/dev-delivery-authority-observation.js +48 -0
  37. package/packages/core/dev-delivery-authority-qualification.js +591 -0
  38. package/packages/core/dev-delivery-authority-settlement.js +213 -0
  39. package/packages/core/dev-delivery-authority-state.js +583 -0
  40. package/packages/core/dev-delivery-candidate-identity.js +13 -0
  41. package/packages/core/dev-delivery-contract-surface.js +76 -0
  42. package/packages/core/dev-delivery-execution-failure.js +133 -0
  43. package/packages/core/dev-delivery-execution-transfer.js +572 -0
  44. package/packages/core/dev-delivery-landing-admission-core.js +119 -0
  45. package/packages/core/dev-delivery-landing-readback.js +598 -0
  46. package/packages/core/dev-delivery-landing-terminal-evidence.js +271 -0
  47. package/packages/core/dev-delivery-landing-testing-port.js +6 -0
  48. package/packages/core/dev-delivery-native-execution.js +110 -0
  49. package/packages/core/dev-delivery-native-proof.js +546 -0
  50. package/packages/core/dev-delivery-process-boundary.js +550 -0
  51. package/packages/core/dev-delivery-provider-attempt.js +127 -0
  52. package/packages/core/dev-delivery-provider-heartbeat.js +370 -0
  53. package/packages/core/dev-delivery-warrant-cancellation.js +1 -0
  54. package/packages/core/dev-delivery-warrant-qualification.js +145 -0
  55. package/packages/core/dev-delivery-warrant-settlement.js +237 -36
  56. package/packages/core/dev-delivery-warrant-state.js +564 -0
  57. package/packages/core/dev-delivery-warrant.js +321 -368
  58. package/scripts/buildchain-cli-help.mjs +11 -2
  59. package/scripts/check-v4-floating-consumer-policy-contract.mjs +1 -1
  60. package/scripts/dev-delivery-authority-command-adapters.mjs +206 -0
  61. package/scripts/dev-delivery-authority-provider.mjs +28 -0
  62. package/scripts/dev-delivery-authority.mjs +490 -0
  63. package/scripts/dev-delivery-native-run.mjs +177 -0
  64. package/scripts/dev-delivery-process-boundary.mjs +260 -0
  65. package/scripts/dev-delivery-proof.mjs +67 -2
  66. package/scripts/dev-delivery-provider-heartbeat.mjs +215 -0
  67. package/scripts/dev-delivery-two-phase-resume.mjs +345 -0
  68. package/scripts/dev-delivery-two-phase.mjs +573 -0
  69. package/scripts/dev-delivery-warrant-options.mjs +266 -0
  70. package/scripts/dev-delivery-warrant-store.mjs +227 -0
  71. package/scripts/dev-delivery-warrant.mjs +227 -193
  72. package/scripts/dev-pr-auto-merge.mjs +1 -1
  73. package/scripts/dev-pr-delivery-warrant.mjs +10 -0
  74. package/scripts/generate-site-bundle.mjs +26 -4
  75. package/scripts/npm-publish-transaction.mjs +2 -2
  76. package/scripts/release-train-self-dogfood.mjs +94 -92
  77. package/scripts/site-capability-metadata.mjs +12 -0
  78. package/templates/native-dev-delivery.yml +143 -0
@@ -1954,7 +1954,7 @@
1954
1954
  ],
1955
1955
  "source": {
1956
1956
  "path": "packages/core/buildchain-contract.js",
1957
- "line": 21
1957
+ "line": 22
1958
1958
  },
1959
1959
  "example": "import { BUILDCHAIN_CONTRACT_LOCK } from \"@kungfu-tech/buildchain\";",
1960
1960
  "maturity": "stable",
@@ -1978,7 +1978,7 @@
1978
1978
  ],
1979
1979
  "source": {
1980
1980
  "path": "packages/core/buildchain-contract.js",
1981
- "line": 20
1981
+ "line": 21
1982
1982
  },
1983
1983
  "example": "import { BUILDCHAIN_RUNTIME_CONTRACT_WORLD } from \"@kungfu-tech/buildchain\";",
1984
1984
  "maturity": "stable",
@@ -2015,7 +2015,7 @@
2015
2015
  ],
2016
2016
  "source": {
2017
2017
  "path": "packages/core/buildchain-contract.js",
2018
- "line": 1031
2018
+ "line": 1032
2019
2019
  },
2020
2020
  "example": "import { contractSummary } from \"@kungfu-tech/buildchain\";",
2021
2021
  "maturity": "stable",
@@ -2044,7 +2044,7 @@
2044
2044
  ],
2045
2045
  "source": {
2046
2046
  "path": "packages/core/buildchain-contract.js",
2047
- "line": 830
2047
+ "line": 831
2048
2048
  },
2049
2049
  "example": "import { createBuildchainContractLock } from \"@kungfu-tech/buildchain\";",
2050
2050
  "maturity": "stable",
@@ -2073,7 +2073,7 @@
2073
2073
  ],
2074
2074
  "source": {
2075
2075
  "path": "packages/core/buildchain-contract.js",
2076
- "line": 123
2076
+ "line": 124
2077
2077
  },
2078
2078
  "example": "import { createBuildchainContractWorld } from \"@kungfu-tech/buildchain\";",
2079
2079
  "maturity": "stable",
@@ -2126,7 +2126,7 @@
2126
2126
  ],
2127
2127
  "source": {
2128
2128
  "path": "packages/core/buildchain-contract.js",
2129
- "line": 916
2129
+ "line": 917
2130
2130
  },
2131
2131
  "example": "import { evaluateBuildchainContractLock } from \"@kungfu-tech/buildchain\";",
2132
2132
  "maturity": "stable",
@@ -2155,7 +2155,7 @@
2155
2155
  ],
2156
2156
  "source": {
2157
2157
  "path": "packages/core/buildchain-contract.js",
2158
- "line": 805
2158
+ "line": 806
2159
2159
  },
2160
2160
  "example": "import { finalizeBuildchainContractWorld } from \"@kungfu-tech/buildchain\";",
2161
2161
  "maturity": "stable",
@@ -2232,7 +2232,7 @@
2232
2232
  ],
2233
2233
  "source": {
2234
2234
  "path": "packages/core/buildchain-contract.js",
2235
- "line": 881
2235
+ "line": 882
2236
2236
  },
2237
2237
  "example": "import { readBuildchainContractLock } from \"@kungfu-tech/buildchain\";",
2238
2238
  "maturity": "stable",
@@ -2261,7 +2261,7 @@
2261
2261
  ],
2262
2262
  "source": {
2263
2263
  "path": "packages/core/buildchain-contract.js",
2264
- "line": 861
2264
+ "line": 862
2265
2265
  },
2266
2266
  "example": "import { readBuildchainContractWorld } from \"@kungfu-tech/buildchain\";",
2267
2267
  "maturity": "stable",
@@ -2290,7 +2290,7 @@
2290
2290
  ],
2291
2291
  "source": {
2292
2292
  "path": "packages/core/buildchain-contract.js",
2293
- "line": 1043
2293
+ "line": 1044
2294
2294
  },
2295
2295
  "example": "import { renderBuildchainContractDriftIssueBody } from \"@kungfu-tech/buildchain\";",
2296
2296
  "maturity": "stable",
@@ -2319,7 +2319,7 @@
2319
2319
  ],
2320
2320
  "source": {
2321
2321
  "path": "packages/core/buildchain-contract.js",
2322
- "line": 43
2322
+ "line": 44
2323
2323
  },
2324
2324
  "example": "import { sha256BuildchainContractJson } from \"@kungfu-tech/buildchain\";",
2325
2325
  "maturity": "stable",
@@ -2348,7 +2348,7 @@
2348
2348
  ],
2349
2349
  "source": {
2350
2350
  "path": "packages/core/buildchain-contract.js",
2351
- "line": 47
2351
+ "line": 48
2352
2352
  },
2353
2353
  "example": "import { sha256File } from \"@kungfu-tech/buildchain/buildchain-contract\";",
2354
2354
  "maturity": "stable",
@@ -2377,7 +2377,7 @@
2377
2377
  ],
2378
2378
  "source": {
2379
2379
  "path": "packages/core/buildchain-contract.js",
2380
- "line": 43
2380
+ "line": 44
2381
2381
  },
2382
2382
  "example": "import { sha256Json } from \"@kungfu-tech/buildchain/buildchain-contract\";",
2383
2383
  "maturity": "stable",
@@ -4538,7 +4538,1446 @@
4538
4538
  "path": "packages/core/controller-evidence.js",
4539
4539
  "line": 505
4540
4540
  },
4541
- "example": "import { validateControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
4541
+ "example": "import { validateControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
4542
+ "maturity": "stable",
4543
+ "audience": [
4544
+ "developer",
4545
+ "agent"
4546
+ ]
4547
+ },
4548
+ {
4549
+ "id": "packages/core/detached-artifact-signature.js#DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
4550
+ "name": "DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
4551
+ "kind": "constant",
4552
+ "signature": "const DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
4553
+ "parameters": [],
4554
+ "returns": "value",
4555
+ "errors": [
4556
+ "Import does not declare a throw contract."
4557
+ ],
4558
+ "sideEffects": [
4559
+ "none-on-import"
4560
+ ],
4561
+ "source": {
4562
+ "path": "packages/core/detached-artifact-signature.js",
4563
+ "line": 10
4564
+ },
4565
+ "example": "import { DETACHED_ARTIFACT_SIGNATURE_CONTRACT } from \"@kungfu-tech/buildchain\";",
4566
+ "maturity": "stable",
4567
+ "audience": [
4568
+ "developer",
4569
+ "agent"
4570
+ ]
4571
+ },
4572
+ {
4573
+ "id": "packages/core/detached-artifact-signature.js#signDetachedArtifactRequest",
4574
+ "name": "signDetachedArtifactRequest",
4575
+ "kind": "function",
4576
+ "signature": "function signDetachedArtifactRequest({ request, privateKey, keyId, authority = {}, } = {})",
4577
+ "parameters": [
4578
+ {
4579
+ "name": "parameter1",
4580
+ "signature": "{ request, privateKey, keyId, authority = {}, } = {}"
4581
+ }
4582
+ ],
4583
+ "returns": "unknown",
4584
+ "errors": [
4585
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
4586
+ ],
4587
+ "sideEffects": [
4588
+ "none-detected-by-static-source-scan"
4589
+ ],
4590
+ "source": {
4591
+ "path": "packages/core/detached-artifact-signature.js",
4592
+ "line": 36
4593
+ },
4594
+ "example": "import { signDetachedArtifactRequest } from \"@kungfu-tech/buildchain\";",
4595
+ "maturity": "stable",
4596
+ "audience": [
4597
+ "developer",
4598
+ "agent"
4599
+ ]
4600
+ },
4601
+ {
4602
+ "id": "packages/core/detached-artifact-signature.js#verifyDetachedArtifactSignature",
4603
+ "name": "verifyDetachedArtifactSignature",
4604
+ "kind": "function",
4605
+ "signature": "function verifyDetachedArtifactSignature({ request, envelope, publicKey, } = {})",
4606
+ "parameters": [
4607
+ {
4608
+ "name": "parameter1",
4609
+ "signature": "{ request, envelope, publicKey, } = {}"
4610
+ }
4611
+ ],
4612
+ "returns": "unknown",
4613
+ "errors": [
4614
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
4615
+ ],
4616
+ "sideEffects": [
4617
+ "none-detected-by-static-source-scan"
4618
+ ],
4619
+ "source": {
4620
+ "path": "packages/core/detached-artifact-signature.js",
4621
+ "line": 82
4622
+ },
4623
+ "example": "import { verifyDetachedArtifactSignature } from \"@kungfu-tech/buildchain\";",
4624
+ "maturity": "stable",
4625
+ "audience": [
4626
+ "developer",
4627
+ "agent"
4628
+ ]
4629
+ },
4630
+ {
4631
+ "id": "packages/core/dev-delivery-authority-evidence.js#createDevDeliveryQualificationContract",
4632
+ "name": "createDevDeliveryQualificationContract",
4633
+ "kind": "function",
4634
+ "signature": "function createDevDeliveryQualificationContract(input = {})",
4635
+ "parameters": [
4636
+ {
4637
+ "name": "input",
4638
+ "signature": "input = {}"
4639
+ }
4640
+ ],
4641
+ "returns": "unknown",
4642
+ "errors": [
4643
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
4644
+ ],
4645
+ "sideEffects": [
4646
+ "none-detected-by-static-source-scan"
4647
+ ],
4648
+ "source": {
4649
+ "path": "packages/core/dev-delivery-authority-evidence.js",
4650
+ "line": 39
4651
+ },
4652
+ "example": "import { createDevDeliveryQualificationContract } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4653
+ "maturity": "stable",
4654
+ "audience": [
4655
+ "developer",
4656
+ "agent"
4657
+ ]
4658
+ },
4659
+ {
4660
+ "id": "packages/core/dev-delivery-authority-evidence.js#DEV_DELIVERY_BOUNDED_QUALIFICATION_CONTRACT_SCHEMA",
4661
+ "name": "DEV_DELIVERY_BOUNDED_QUALIFICATION_CONTRACT_SCHEMA",
4662
+ "kind": "constant",
4663
+ "signature": "const DEV_DELIVERY_BOUNDED_QUALIFICATION_CONTRACT_SCHEMA",
4664
+ "parameters": [],
4665
+ "returns": "value",
4666
+ "errors": [
4667
+ "Import does not declare a throw contract."
4668
+ ],
4669
+ "sideEffects": [
4670
+ "none-on-import"
4671
+ ],
4672
+ "source": {
4673
+ "path": "packages/core/dev-delivery-authority-evidence.js",
4674
+ "line": 8
4675
+ },
4676
+ "example": "import { DEV_DELIVERY_BOUNDED_QUALIFICATION_CONTRACT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4677
+ "maturity": "stable",
4678
+ "audience": [
4679
+ "developer",
4680
+ "agent"
4681
+ ]
4682
+ },
4683
+ {
4684
+ "id": "packages/core/dev-delivery-authority-evidence.js#DEV_DELIVERY_BOUNDED_QUALIFICATION_RECEIPT_SCHEMA",
4685
+ "name": "DEV_DELIVERY_BOUNDED_QUALIFICATION_RECEIPT_SCHEMA",
4686
+ "kind": "constant",
4687
+ "signature": "const DEV_DELIVERY_BOUNDED_QUALIFICATION_RECEIPT_SCHEMA",
4688
+ "parameters": [],
4689
+ "returns": "value",
4690
+ "errors": [
4691
+ "Import does not declare a throw contract."
4692
+ ],
4693
+ "sideEffects": [
4694
+ "none-on-import"
4695
+ ],
4696
+ "source": {
4697
+ "path": "packages/core/dev-delivery-authority-evidence.js",
4698
+ "line": 10
4699
+ },
4700
+ "example": "import { DEV_DELIVERY_BOUNDED_QUALIFICATION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4701
+ "maturity": "stable",
4702
+ "audience": [
4703
+ "developer",
4704
+ "agent"
4705
+ ]
4706
+ },
4707
+ {
4708
+ "id": "packages/core/dev-delivery-authority-evidence.js#verifyDevDeliveryQualificationEvidence",
4709
+ "name": "verifyDevDeliveryQualificationEvidence",
4710
+ "kind": "function",
4711
+ "signature": "function verifyDevDeliveryQualificationEvidence({ state, candidate, lease, sourceProof, nativeProof, qualificationContract, })",
4712
+ "parameters": [
4713
+ {
4714
+ "name": "parameter1",
4715
+ "signature": "{ state, candidate, lease, sourceProof, nativeProof, qualificationContract, }"
4716
+ }
4717
+ ],
4718
+ "returns": "unknown",
4719
+ "errors": [
4720
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
4721
+ ],
4722
+ "sideEffects": [
4723
+ "none-detected-by-static-source-scan"
4724
+ ],
4725
+ "source": {
4726
+ "path": "packages/core/dev-delivery-authority-evidence.js",
4727
+ "line": 44
4728
+ },
4729
+ "example": "import { verifyDevDeliveryQualificationEvidence } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4730
+ "maturity": "stable",
4731
+ "audience": [
4732
+ "developer",
4733
+ "agent"
4734
+ ]
4735
+ },
4736
+ {
4737
+ "id": "packages/core/dev-delivery-authority-landing.js#acquireDevDeliveryLandingWarrant",
4738
+ "name": "acquireDevDeliveryLandingWarrant",
4739
+ "kind": "function",
4740
+ "signature": "function acquireDevDeliveryLandingWarrant(stateInput, { now = new Date().toISOString(), leaseSeconds } = {})",
4741
+ "parameters": [
4742
+ {
4743
+ "name": "stateInput",
4744
+ "signature": "stateInput"
4745
+ },
4746
+ {
4747
+ "name": "parameter2",
4748
+ "signature": "{ now = new Date().toISOString(), leaseSeconds } = {}"
4749
+ }
4750
+ ],
4751
+ "returns": "unknown",
4752
+ "errors": [
4753
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
4754
+ ],
4755
+ "sideEffects": [
4756
+ "none-detected-by-static-source-scan"
4757
+ ],
4758
+ "source": {
4759
+ "path": "packages/core/dev-delivery-authority-landing.js",
4760
+ "line": 119
4761
+ },
4762
+ "example": "import { acquireDevDeliveryLandingWarrant } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4763
+ "maturity": "stable",
4764
+ "audience": [
4765
+ "developer",
4766
+ "agent"
4767
+ ]
4768
+ },
4769
+ {
4770
+ "id": "packages/core/dev-delivery-authority-landing.js#admitDevDeliveryMergeGroup",
4771
+ "name": "admitDevDeliveryMergeGroup",
4772
+ "kind": "function",
4773
+ "signature": "async function admitDevDeliveryMergeGroup(stateInput, authorityInput, { mergeGroupHead, providerRunId, providerRunAttempt, token = process.env.GITHUB_TOKEN, apiUrl = process.env.GITHUB_API_URL || \"https://api.github.com\", now = new Date().toISOString(), } = {})",
4774
+ "parameters": [
4775
+ {
4776
+ "name": "stateInput",
4777
+ "signature": "stateInput"
4778
+ },
4779
+ {
4780
+ "name": "authorityInput",
4781
+ "signature": "authorityInput"
4782
+ },
4783
+ {
4784
+ "name": "parameter3",
4785
+ "signature": "{ mergeGroupHead, providerRunId, providerRunAttempt, token = process.env.GITHUB_TOKEN, apiUrl = process.env.GITHUB_API_URL || \"https://api.github.com\", now = new Date().toISOString(), } = {}"
4786
+ }
4787
+ ],
4788
+ "returns": "Promise<unknown>",
4789
+ "errors": [
4790
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
4791
+ ],
4792
+ "sideEffects": [
4793
+ "none-detected-by-static-source-scan"
4794
+ ],
4795
+ "source": {
4796
+ "path": "packages/core/dev-delivery-authority-landing.js",
4797
+ "line": 371
4798
+ },
4799
+ "example": "import { admitDevDeliveryMergeGroup } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4800
+ "maturity": "stable",
4801
+ "audience": [
4802
+ "developer",
4803
+ "agent"
4804
+ ]
4805
+ },
4806
+ {
4807
+ "id": "packages/core/dev-delivery-authority-landing.js#heartbeatDevDeliveryLandingWarrant",
4808
+ "name": "heartbeatDevDeliveryLandingWarrant",
4809
+ "kind": "function",
4810
+ "signature": "async function heartbeatDevDeliveryLandingWarrant(stateInput, warrantInput, { providerAttempt, now = new Date().toISOString(), leaseSeconds, token = process.env.GITHUB_TOKEN, apiUrl = process.env.GITHUB_API_URL || \"https://api.github.com\", } = {})",
4811
+ "parameters": [
4812
+ {
4813
+ "name": "stateInput",
4814
+ "signature": "stateInput"
4815
+ },
4816
+ {
4817
+ "name": "warrantInput",
4818
+ "signature": "warrantInput"
4819
+ },
4820
+ {
4821
+ "name": "parameter3",
4822
+ "signature": "{ providerAttempt, now = new Date().toISOString(), leaseSeconds, token = process.env.GITHUB_TOKEN, apiUrl = process.env.GITHUB_API_URL || \"https://api.github.com\", } = {}"
4823
+ }
4824
+ ],
4825
+ "returns": "Promise<unknown>",
4826
+ "errors": [
4827
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
4828
+ ],
4829
+ "sideEffects": [
4830
+ "none-detected-by-static-source-scan"
4831
+ ],
4832
+ "source": {
4833
+ "path": "packages/core/dev-delivery-authority-landing.js",
4834
+ "line": 304
4835
+ },
4836
+ "example": "import { heartbeatDevDeliveryLandingWarrant } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4837
+ "maturity": "stable",
4838
+ "audience": [
4839
+ "developer",
4840
+ "agent"
4841
+ ]
4842
+ },
4843
+ {
4844
+ "id": "packages/core/dev-delivery-authority-landing.js#heartbeatDevDeliveryLandingWarrantWithGitHubProvider",
4845
+ "name": "heartbeatDevDeliveryLandingWarrantWithGitHubProvider",
4846
+ "kind": "constant",
4847
+ "signature": "const heartbeatDevDeliveryLandingWarrantWithGitHubProvider",
4848
+ "parameters": [],
4849
+ "returns": "value",
4850
+ "errors": [
4851
+ "Import does not declare a throw contract."
4852
+ ],
4853
+ "sideEffects": [
4854
+ "none-on-import"
4855
+ ],
4856
+ "source": {
4857
+ "path": "packages/core/dev-delivery-authority-landing.js",
4858
+ "line": 368
4859
+ },
4860
+ "example": "import { heartbeatDevDeliveryLandingWarrantWithGitHubProvider } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4861
+ "maturity": "stable",
4862
+ "audience": [
4863
+ "developer",
4864
+ "agent"
4865
+ ]
4866
+ },
4867
+ {
4868
+ "id": "packages/core/dev-delivery-authority-landing.js#recoverDevDeliveryAuthority",
4869
+ "name": "recoverDevDeliveryAuthority",
4870
+ "kind": "function",
4871
+ "signature": "function recoverDevDeliveryAuthority(stateInput, { now = new Date().toISOString() } = {})",
4872
+ "parameters": [
4873
+ {
4874
+ "name": "stateInput",
4875
+ "signature": "stateInput"
4876
+ },
4877
+ {
4878
+ "name": "parameter2",
4879
+ "signature": "{ now = new Date().toISOString() } = {}"
4880
+ }
4881
+ ],
4882
+ "returns": "unknown",
4883
+ "errors": [
4884
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
4885
+ ],
4886
+ "sideEffects": [
4887
+ "none-detected-by-static-source-scan"
4888
+ ],
4889
+ "source": {
4890
+ "path": "packages/core/dev-delivery-authority-landing.js",
4891
+ "line": 77
4892
+ },
4893
+ "example": "import { recoverDevDeliveryAuthority } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4894
+ "maturity": "stable",
4895
+ "audience": [
4896
+ "developer",
4897
+ "agent"
4898
+ ]
4899
+ },
4900
+ {
4901
+ "id": "packages/core/dev-delivery-authority-landing.js#settleDevDeliveryAuthorityCandidate",
4902
+ "name": "settleDevDeliveryAuthorityCandidate",
4903
+ "kind": "function",
4904
+ "signature": "function settleDevDeliveryAuthorityCandidate(stateInput, input, options = {})",
4905
+ "parameters": [
4906
+ {
4907
+ "name": "stateInput",
4908
+ "signature": "stateInput"
4909
+ },
4910
+ {
4911
+ "name": "input",
4912
+ "signature": "input"
4913
+ },
4914
+ {
4915
+ "name": "options",
4916
+ "signature": "options = {}"
4917
+ }
4918
+ ],
4919
+ "returns": "unknown",
4920
+ "errors": [
4921
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
4922
+ ],
4923
+ "sideEffects": [
4924
+ "may-write-or-invoke-external-actions"
4925
+ ],
4926
+ "source": {
4927
+ "path": "packages/core/dev-delivery-authority-landing.js",
4928
+ "line": 412
4929
+ },
4930
+ "example": "import { settleDevDeliveryAuthorityCandidate } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4931
+ "maturity": "stable",
4932
+ "audience": [
4933
+ "developer",
4934
+ "agent"
4935
+ ]
4936
+ },
4937
+ {
4938
+ "id": "packages/core/dev-delivery-authority-landing.js#settleDevDeliveryAuthorityCandidateWithGitHubProvider",
4939
+ "name": "settleDevDeliveryAuthorityCandidateWithGitHubProvider",
4940
+ "kind": "function",
4941
+ "signature": "async function settleDevDeliveryAuthorityCandidateWithGitHubProvider(stateInput, input, { now = new Date().toISOString(), token = process.env.GITHUB_TOKEN, apiUrl = process.env.GITHUB_API_URL || \"https://api.github.com\", } = {})",
4942
+ "parameters": [
4943
+ {
4944
+ "name": "stateInput",
4945
+ "signature": "stateInput"
4946
+ },
4947
+ {
4948
+ "name": "input",
4949
+ "signature": "input"
4950
+ },
4951
+ {
4952
+ "name": "parameter3",
4953
+ "signature": "{ now = new Date().toISOString(), token = process.env.GITHUB_TOKEN, apiUrl = process.env.GITHUB_API_URL || \"https://api.github.com\", } = {}"
4954
+ }
4955
+ ],
4956
+ "returns": "Promise<unknown>",
4957
+ "errors": [
4958
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
4959
+ ],
4960
+ "sideEffects": [
4961
+ "may-write-or-invoke-external-actions"
4962
+ ],
4963
+ "source": {
4964
+ "path": "packages/core/dev-delivery-authority-landing.js",
4965
+ "line": 425
4966
+ },
4967
+ "example": "import { settleDevDeliveryAuthorityCandidateWithGitHubProvider } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
4968
+ "maturity": "stable",
4969
+ "audience": [
4970
+ "developer",
4971
+ "agent"
4972
+ ]
4973
+ },
4974
+ {
4975
+ "id": "packages/core/dev-delivery-authority-observation.js#observeDevDeliveryAuthorityState",
4976
+ "name": "observeDevDeliveryAuthorityState",
4977
+ "kind": "function",
4978
+ "signature": "function observeDevDeliveryAuthorityState(stateInput, { now = new Date().toISOString() } = {})",
4979
+ "parameters": [
4980
+ {
4981
+ "name": "stateInput",
4982
+ "signature": "stateInput"
4983
+ },
4984
+ {
4985
+ "name": "parameter2",
4986
+ "signature": "{ now = new Date().toISOString() } = {}"
4987
+ }
4988
+ ],
4989
+ "returns": "unknown",
4990
+ "errors": [
4991
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
4992
+ ],
4993
+ "sideEffects": [
4994
+ "none-detected-by-static-source-scan"
4995
+ ],
4996
+ "source": {
4997
+ "path": "packages/core/dev-delivery-authority-observation.js",
4998
+ "line": 9
4999
+ },
5000
+ "example": "import { observeDevDeliveryAuthorityState } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5001
+ "maturity": "stable",
5002
+ "audience": [
5003
+ "developer",
5004
+ "agent"
5005
+ ]
5006
+ },
5007
+ {
5008
+ "id": "packages/core/dev-delivery-authority-qualification.js#acquireDevDeliveryQualificationLease",
5009
+ "name": "acquireDevDeliveryQualificationLease",
5010
+ "kind": "function",
5011
+ "signature": "function acquireDevDeliveryQualificationLease(stateInput, { now = new Date().toISOString(), leaseSeconds } = {})",
5012
+ "parameters": [
5013
+ {
5014
+ "name": "stateInput",
5015
+ "signature": "stateInput"
5016
+ },
5017
+ {
5018
+ "name": "parameter2",
5019
+ "signature": "{ now = new Date().toISOString(), leaseSeconds } = {}"
5020
+ }
5021
+ ],
5022
+ "returns": "unknown",
5023
+ "errors": [
5024
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
5025
+ ],
5026
+ "sideEffects": [
5027
+ "none-detected-by-static-source-scan"
5028
+ ],
5029
+ "source": {
5030
+ "path": "packages/core/dev-delivery-authority-qualification.js",
5031
+ "line": 370
5032
+ },
5033
+ "example": "import { acquireDevDeliveryQualificationLease } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5034
+ "maturity": "stable",
5035
+ "audience": [
5036
+ "developer",
5037
+ "agent"
5038
+ ]
5039
+ },
5040
+ {
5041
+ "id": "packages/core/dev-delivery-authority-qualification.js#completeDevDeliveryQualification",
5042
+ "name": "completeDevDeliveryQualification",
5043
+ "kind": "function",
5044
+ "signature": "function completeDevDeliveryQualification(stateInput, leaseInput, { sourceProof, nativeProof, qualificationContract, now = new Date().toISOString(), } = {})",
5045
+ "parameters": [
5046
+ {
5047
+ "name": "stateInput",
5048
+ "signature": "stateInput"
5049
+ },
5050
+ {
5051
+ "name": "leaseInput",
5052
+ "signature": "leaseInput"
5053
+ },
5054
+ {
5055
+ "name": "parameter3",
5056
+ "signature": "{ sourceProof, nativeProof, qualificationContract, now = new Date().toISOString(), } = {}"
5057
+ }
5058
+ ],
5059
+ "returns": "unknown",
5060
+ "errors": [
5061
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
5062
+ ],
5063
+ "sideEffects": [
5064
+ "none-detected-by-static-source-scan"
5065
+ ],
5066
+ "source": {
5067
+ "path": "packages/core/dev-delivery-authority-qualification.js",
5068
+ "line": 533
5069
+ },
5070
+ "example": "import { completeDevDeliveryQualification } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5071
+ "maturity": "stable",
5072
+ "audience": [
5073
+ "developer",
5074
+ "agent"
5075
+ ]
5076
+ },
5077
+ {
5078
+ "id": "packages/core/dev-delivery-authority-qualification.js#heartbeatDevDeliveryQualificationLease",
5079
+ "name": "heartbeatDevDeliveryQualificationLease",
5080
+ "kind": "function",
5081
+ "signature": "function heartbeatDevDeliveryQualificationLease(stateInput, leaseInput, { now = new Date().toISOString(), leaseSeconds } = {})",
5082
+ "parameters": [
5083
+ {
5084
+ "name": "stateInput",
5085
+ "signature": "stateInput"
5086
+ },
5087
+ {
5088
+ "name": "leaseInput",
5089
+ "signature": "leaseInput"
5090
+ },
5091
+ {
5092
+ "name": "parameter3",
5093
+ "signature": "{ now = new Date().toISOString(), leaseSeconds } = {}"
5094
+ }
5095
+ ],
5096
+ "returns": "unknown",
5097
+ "errors": [
5098
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5099
+ ],
5100
+ "sideEffects": [
5101
+ "none-detected-by-static-source-scan"
5102
+ ],
5103
+ "source": {
5104
+ "path": "packages/core/dev-delivery-authority-qualification.js",
5105
+ "line": 468
5106
+ },
5107
+ "example": "import { heartbeatDevDeliveryQualificationLease } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5108
+ "maturity": "stable",
5109
+ "audience": [
5110
+ "developer",
5111
+ "agent"
5112
+ ]
5113
+ },
5114
+ {
5115
+ "id": "packages/core/dev-delivery-authority-qualification.js#submitDevDeliveryAuthorityCandidate",
5116
+ "name": "submitDevDeliveryAuthorityCandidate",
5117
+ "kind": "function",
5118
+ "signature": "function submitDevDeliveryAuthorityCandidate(stateInput, input, { now = new Date().toISOString() } = {})",
5119
+ "parameters": [
5120
+ {
5121
+ "name": "stateInput",
5122
+ "signature": "stateInput"
5123
+ },
5124
+ {
5125
+ "name": "input",
5126
+ "signature": "input"
5127
+ },
5128
+ {
5129
+ "name": "parameter3",
5130
+ "signature": "{ now = new Date().toISOString() } = {}"
5131
+ }
5132
+ ],
5133
+ "returns": "unknown",
5134
+ "errors": [
5135
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5136
+ ],
5137
+ "sideEffects": [
5138
+ "none-detected-by-static-source-scan"
5139
+ ],
5140
+ "source": {
5141
+ "path": "packages/core/dev-delivery-authority-qualification.js",
5142
+ "line": 26
5143
+ },
5144
+ "example": "import { submitDevDeliveryAuthorityCandidate } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5145
+ "maturity": "stable",
5146
+ "audience": [
5147
+ "developer",
5148
+ "agent"
5149
+ ]
5150
+ },
5151
+ {
5152
+ "id": "packages/core/dev-delivery-authority-state.js#createDevDeliveryAuthorityState",
5153
+ "name": "createDevDeliveryAuthorityState",
5154
+ "kind": "function",
5155
+ "signature": "function createDevDeliveryAuthorityState({ repository: repositoryInput, protectedBase: protectedBaseInput, policy = {}, now = new Date().toISOString(), } = {})",
5156
+ "parameters": [
5157
+ {
5158
+ "name": "parameter1",
5159
+ "signature": "{ repository: repositoryInput, protectedBase: protectedBaseInput, policy = {}, now = new Date().toISOString(), } = {}"
5160
+ }
5161
+ ],
5162
+ "returns": "unknown",
5163
+ "errors": [
5164
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5165
+ ],
5166
+ "sideEffects": [
5167
+ "none-detected-by-static-source-scan"
5168
+ ],
5169
+ "source": {
5170
+ "path": "packages/core/dev-delivery-authority-state.js",
5171
+ "line": 212
5172
+ },
5173
+ "example": "import { createDevDeliveryAuthorityState } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5174
+ "maturity": "stable",
5175
+ "audience": [
5176
+ "developer",
5177
+ "agent"
5178
+ ]
5179
+ },
5180
+ {
5181
+ "id": "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_AUTHORITY_CONTRACT",
5182
+ "name": "DEV_DELIVERY_AUTHORITY_CONTRACT",
5183
+ "kind": "constant",
5184
+ "signature": "const DEV_DELIVERY_AUTHORITY_CONTRACT",
5185
+ "parameters": [],
5186
+ "returns": "value",
5187
+ "errors": [
5188
+ "Import does not declare a throw contract."
5189
+ ],
5190
+ "sideEffects": [
5191
+ "none-on-import"
5192
+ ],
5193
+ "source": {
5194
+ "path": "packages/core/dev-delivery-authority-state.js",
5195
+ "line": 16
5196
+ },
5197
+ "example": "import { DEV_DELIVERY_AUTHORITY_CONTRACT } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5198
+ "maturity": "stable",
5199
+ "audience": [
5200
+ "developer",
5201
+ "agent"
5202
+ ]
5203
+ },
5204
+ {
5205
+ "id": "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA",
5206
+ "name": "DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA",
5207
+ "kind": "constant",
5208
+ "signature": "const DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA",
5209
+ "parameters": [],
5210
+ "returns": "value",
5211
+ "errors": [
5212
+ "Import does not declare a throw contract."
5213
+ ],
5214
+ "sideEffects": [
5215
+ "none-on-import"
5216
+ ],
5217
+ "source": {
5218
+ "path": "packages/core/dev-delivery-authority-state.js",
5219
+ "line": 27
5220
+ },
5221
+ "example": "import { DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5222
+ "maturity": "stable",
5223
+ "audience": [
5224
+ "developer",
5225
+ "agent"
5226
+ ]
5227
+ },
5228
+ {
5229
+ "id": "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_AUTHORITY_MODE",
5230
+ "name": "DEV_DELIVERY_AUTHORITY_MODE",
5231
+ "kind": "constant",
5232
+ "signature": "const DEV_DELIVERY_AUTHORITY_MODE",
5233
+ "parameters": [],
5234
+ "returns": "value",
5235
+ "errors": [
5236
+ "Import does not declare a throw contract."
5237
+ ],
5238
+ "sideEffects": [
5239
+ "none-on-import"
5240
+ ],
5241
+ "source": {
5242
+ "path": "packages/core/dev-delivery-authority-state.js",
5243
+ "line": 18
5244
+ },
5245
+ "example": "import { DEV_DELIVERY_AUTHORITY_MODE } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5246
+ "maturity": "stable",
5247
+ "audience": [
5248
+ "developer",
5249
+ "agent"
5250
+ ]
5251
+ },
5252
+ {
5253
+ "id": "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA",
5254
+ "name": "DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA",
5255
+ "kind": "constant",
5256
+ "signature": "const DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA",
5257
+ "parameters": [],
5258
+ "returns": "value",
5259
+ "errors": [
5260
+ "Import does not declare a throw contract."
5261
+ ],
5262
+ "sideEffects": [
5263
+ "none-on-import"
5264
+ ],
5265
+ "source": {
5266
+ "path": "packages/core/dev-delivery-authority-state.js",
5267
+ "line": 23
5268
+ },
5269
+ "example": "import { DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5270
+ "maturity": "stable",
5271
+ "audience": [
5272
+ "developer",
5273
+ "agent"
5274
+ ]
5275
+ },
5276
+ {
5277
+ "id": "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_LANDING_WARRANT_SCHEMA",
5278
+ "name": "DEV_DELIVERY_LANDING_WARRANT_SCHEMA",
5279
+ "kind": "constant",
5280
+ "signature": "const DEV_DELIVERY_LANDING_WARRANT_SCHEMA",
5281
+ "parameters": [],
5282
+ "returns": "value",
5283
+ "errors": [
5284
+ "Import does not declare a throw contract."
5285
+ ],
5286
+ "sideEffects": [
5287
+ "none-on-import"
5288
+ ],
5289
+ "source": {
5290
+ "path": "packages/core/dev-delivery-authority-state.js",
5291
+ "line": 21
5292
+ },
5293
+ "example": "import { DEV_DELIVERY_LANDING_WARRANT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5294
+ "maturity": "stable",
5295
+ "audience": [
5296
+ "developer",
5297
+ "agent"
5298
+ ]
5299
+ },
5300
+ {
5301
+ "id": "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA",
5302
+ "name": "DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA",
5303
+ "kind": "constant",
5304
+ "signature": "const DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA",
5305
+ "parameters": [],
5306
+ "returns": "value",
5307
+ "errors": [
5308
+ "Import does not declare a throw contract."
5309
+ ],
5310
+ "sideEffects": [
5311
+ "none-on-import"
5312
+ ],
5313
+ "source": {
5314
+ "path": "packages/core/dev-delivery-authority-state.js",
5315
+ "line": 25
5316
+ },
5317
+ "example": "import { DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5318
+ "maturity": "stable",
5319
+ "audience": [
5320
+ "developer",
5321
+ "agent"
5322
+ ]
5323
+ },
5324
+ {
5325
+ "id": "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA",
5326
+ "name": "DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA",
5327
+ "kind": "constant",
5328
+ "signature": "const DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA",
5329
+ "parameters": [],
5330
+ "returns": "value",
5331
+ "errors": [
5332
+ "Import does not declare a throw contract."
5333
+ ],
5334
+ "sideEffects": [
5335
+ "none-on-import"
5336
+ ],
5337
+ "source": {
5338
+ "path": "packages/core/dev-delivery-authority-state.js",
5339
+ "line": 19
5340
+ },
5341
+ "example": "import { DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5342
+ "maturity": "stable",
5343
+ "audience": [
5344
+ "developer",
5345
+ "agent"
5346
+ ]
5347
+ },
5348
+ {
5349
+ "id": "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_SCHEDULER_REASON_SCHEMA",
5350
+ "name": "DEV_DELIVERY_SCHEDULER_REASON_SCHEMA",
5351
+ "kind": "constant",
5352
+ "signature": "const DEV_DELIVERY_SCHEDULER_REASON_SCHEMA",
5353
+ "parameters": [],
5354
+ "returns": "value",
5355
+ "errors": [
5356
+ "Import does not declare a throw contract."
5357
+ ],
5358
+ "sideEffects": [
5359
+ "none-on-import"
5360
+ ],
5361
+ "source": {
5362
+ "path": "packages/core/dev-delivery-authority-state.js",
5363
+ "line": 29
5364
+ },
5365
+ "example": "import { DEV_DELIVERY_SCHEDULER_REASON_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5366
+ "maturity": "stable",
5367
+ "audience": [
5368
+ "developer",
5369
+ "agent"
5370
+ ]
5371
+ },
5372
+ {
5373
+ "id": "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA",
5374
+ "name": "DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA",
5375
+ "kind": "constant",
5376
+ "signature": "const DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA",
5377
+ "parameters": [],
5378
+ "returns": "value",
5379
+ "errors": [
5380
+ "Import does not declare a throw contract."
5381
+ ],
5382
+ "sideEffects": [
5383
+ "none-on-import"
5384
+ ],
5385
+ "source": {
5386
+ "path": "packages/core/dev-delivery-authority-state.js",
5387
+ "line": 31
5388
+ },
5389
+ "example": "import { DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5390
+ "maturity": "stable",
5391
+ "audience": [
5392
+ "developer",
5393
+ "agent"
5394
+ ]
5395
+ },
5396
+ {
5397
+ "id": "packages/core/dev-delivery-authority-state.js#migrateDevDeliveryAuthorityState",
5398
+ "name": "migrateDevDeliveryAuthorityState",
5399
+ "kind": "function",
5400
+ "signature": "function migrateDevDeliveryAuthorityState(queueInput, { policy = {}, now = new Date().toISOString() } = {})",
5401
+ "parameters": [
5402
+ {
5403
+ "name": "queueInput",
5404
+ "signature": "queueInput"
5405
+ },
5406
+ {
5407
+ "name": "parameter2",
5408
+ "signature": "{ policy = {}, now = new Date().toISOString() } = {}"
5409
+ }
5410
+ ],
5411
+ "returns": "unknown",
5412
+ "errors": [
5413
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
5414
+ ],
5415
+ "sideEffects": [
5416
+ "none-detected-by-static-source-scan"
5417
+ ],
5418
+ "source": {
5419
+ "path": "packages/core/dev-delivery-authority-state.js",
5420
+ "line": 439
5421
+ },
5422
+ "example": "import { migrateDevDeliveryAuthorityState } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5423
+ "maturity": "stable",
5424
+ "audience": [
5425
+ "developer",
5426
+ "agent"
5427
+ ]
5428
+ },
5429
+ {
5430
+ "id": "packages/core/dev-delivery-authority-state.js#normalizeDevDeliveryAuthorityState",
5431
+ "name": "normalizeDevDeliveryAuthorityState",
5432
+ "kind": "function",
5433
+ "signature": "function normalizeDevDeliveryAuthorityState(input, expected = {})",
5434
+ "parameters": [
5435
+ {
5436
+ "name": "input",
5437
+ "signature": "input"
5438
+ },
5439
+ {
5440
+ "name": "expected",
5441
+ "signature": "expected = {}"
5442
+ }
5443
+ ],
5444
+ "returns": "unknown",
5445
+ "errors": [
5446
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5447
+ ],
5448
+ "sideEffects": [
5449
+ "none-detected-by-static-source-scan"
5450
+ ],
5451
+ "source": {
5452
+ "path": "packages/core/dev-delivery-authority-state.js",
5453
+ "line": 329
5454
+ },
5455
+ "example": "import { normalizeDevDeliveryAuthorityState } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5456
+ "maturity": "stable",
5457
+ "audience": [
5458
+ "developer",
5459
+ "agent"
5460
+ ]
5461
+ },
5462
+ {
5463
+ "id": "packages/core/dev-delivery-common.js#devDeliveryContentRoot",
5464
+ "name": "devDeliveryContentRoot",
5465
+ "kind": "function",
5466
+ "signature": "function devDeliveryContentRoot(value)",
5467
+ "parameters": [
5468
+ {
5469
+ "name": "value",
5470
+ "signature": "value"
5471
+ }
5472
+ ],
5473
+ "returns": "unknown",
5474
+ "errors": [
5475
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
5476
+ ],
5477
+ "sideEffects": [
5478
+ "none-detected-by-static-source-scan"
5479
+ ],
5480
+ "source": {
5481
+ "path": "packages/core/dev-delivery-common.js",
5482
+ "line": 27
5483
+ },
5484
+ "example": "import { devDeliveryContentRoot } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5485
+ "maturity": "stable",
5486
+ "audience": [
5487
+ "developer",
5488
+ "agent"
5489
+ ]
5490
+ },
5491
+ {
5492
+ "id": "packages/core/dev-delivery-landing-readback.js#deriveDevDeliveryLandingProviderAttempt",
5493
+ "name": "deriveDevDeliveryLandingProviderAttempt",
5494
+ "kind": "function",
5495
+ "signature": "function deriveDevDeliveryLandingProviderAttempt({ state, candidate, mergeGroupHead, providerRunId, providerRunAttempt, run, jobs, workflow, pullRequest, } = {})",
5496
+ "parameters": [
5497
+ {
5498
+ "name": "parameter1",
5499
+ "signature": "{ state, candidate, mergeGroupHead, providerRunId, providerRunAttempt, run, jobs, workflow, pullRequest, } = {}"
5500
+ }
5501
+ ],
5502
+ "returns": "unknown",
5503
+ "errors": [
5504
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5505
+ ],
5506
+ "sideEffects": [
5507
+ "none-detected-by-static-source-scan"
5508
+ ],
5509
+ "source": {
5510
+ "path": "packages/core/dev-delivery-landing-readback.js",
5511
+ "line": 136
5512
+ },
5513
+ "example": "import { deriveDevDeliveryLandingProviderAttempt } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5514
+ "maturity": "stable",
5515
+ "audience": [
5516
+ "developer",
5517
+ "agent"
5518
+ ]
5519
+ },
5520
+ {
5521
+ "id": "packages/core/dev-delivery-landing-readback.js#readGitHubLandingActiveProviderAttempt",
5522
+ "name": "readGitHubLandingActiveProviderAttempt",
5523
+ "kind": "function",
5524
+ "signature": "async function readGitHubLandingActiveProviderAttempt({ state, candidate, warrant, providerAttempt, token, apiUrl = \"https://api.github.com\", now = new Date().toISOString(), fetchImpl = globalThis.fetch, } = {})",
5525
+ "parameters": [
5526
+ {
5527
+ "name": "parameter1",
5528
+ "signature": "{ state, candidate, warrant, providerAttempt, token, apiUrl = \"https://api.github.com\", now = new Date().toISOString(), fetchImpl = globalThis.fetch, } = {}"
5529
+ }
5530
+ ],
5531
+ "returns": "Promise<unknown>",
5532
+ "errors": [
5533
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5534
+ ],
5535
+ "sideEffects": [
5536
+ "none-detected-by-static-source-scan"
5537
+ ],
5538
+ "source": {
5539
+ "path": "packages/core/dev-delivery-landing-readback.js",
5540
+ "line": 403
5541
+ },
5542
+ "example": "import { readGitHubLandingActiveProviderAttempt } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5543
+ "maturity": "stable",
5544
+ "audience": [
5545
+ "developer",
5546
+ "agent"
5547
+ ]
5548
+ },
5549
+ {
5550
+ "id": "packages/core/dev-delivery-landing-readback.js#readGitHubLandingProviderAttempt",
5551
+ "name": "readGitHubLandingProviderAttempt",
5552
+ "kind": "function",
5553
+ "signature": "async function readGitHubLandingProviderAttempt({ state, candidate, mergeGroupHead, providerRunId, providerRunAttempt, token, apiUrl = \"https://api.github.com\", fetchImpl = globalThis.fetch, } = {})",
5554
+ "parameters": [
5555
+ {
5556
+ "name": "parameter1",
5557
+ "signature": "{ state, candidate, mergeGroupHead, providerRunId, providerRunAttempt, token, apiUrl = \"https://api.github.com\", fetchImpl = globalThis.fetch, } = {}"
5558
+ }
5559
+ ],
5560
+ "returns": "Promise<unknown>",
5561
+ "errors": [
5562
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5563
+ ],
5564
+ "sideEffects": [
5565
+ "none-detected-by-static-source-scan"
5566
+ ],
5567
+ "source": {
5568
+ "path": "packages/core/dev-delivery-landing-readback.js",
5569
+ "line": 206
5570
+ },
5571
+ "example": "import { readGitHubLandingProviderAttempt } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5572
+ "maturity": "stable",
5573
+ "audience": [
5574
+ "developer",
5575
+ "agent"
5576
+ ]
5577
+ },
5578
+ {
5579
+ "id": "packages/core/dev-delivery-landing-readback.js#readGitHubLandingTerminalState",
5580
+ "name": "readGitHubLandingTerminalState",
5581
+ "kind": "function",
5582
+ "signature": "async function readGitHubLandingTerminalState({ state, candidate, warrant, token, apiUrl = \"https://api.github.com\", now = new Date().toISOString(), })",
5583
+ "parameters": [
5584
+ {
5585
+ "name": "parameter1",
5586
+ "signature": "{ state, candidate, warrant, token, apiUrl = \"https://api.github.com\", now = new Date().toISOString(), }"
5587
+ }
5588
+ ],
5589
+ "returns": "Promise<unknown>",
5590
+ "errors": [
5591
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5592
+ ],
5593
+ "sideEffects": [
5594
+ "none-detected-by-static-source-scan"
5595
+ ],
5596
+ "source": {
5597
+ "path": "packages/core/dev-delivery-landing-readback.js",
5598
+ "line": 498
5599
+ },
5600
+ "example": "import { readGitHubLandingTerminalState } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5601
+ "maturity": "stable",
5602
+ "audience": [
5603
+ "developer",
5604
+ "agent"
5605
+ ]
5606
+ },
5607
+ {
5608
+ "id": "packages/core/dev-delivery-landing-terminal-evidence.js#DEV_DELIVERY_LANDING_TERMINAL_READBACK_SCHEMA",
5609
+ "name": "DEV_DELIVERY_LANDING_TERMINAL_READBACK_SCHEMA",
5610
+ "kind": "constant",
5611
+ "signature": "const DEV_DELIVERY_LANDING_TERMINAL_READBACK_SCHEMA",
5612
+ "parameters": [],
5613
+ "returns": "value",
5614
+ "errors": [
5615
+ "Import does not declare a throw contract."
5616
+ ],
5617
+ "sideEffects": [
5618
+ "none-on-import"
5619
+ ],
5620
+ "source": {
5621
+ "path": "packages/core/dev-delivery-landing-terminal-evidence.js",
5622
+ "line": 13
5623
+ },
5624
+ "example": "import { DEV_DELIVERY_LANDING_TERMINAL_READBACK_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5625
+ "maturity": "stable",
5626
+ "audience": [
5627
+ "developer",
5628
+ "agent"
5629
+ ]
5630
+ },
5631
+ {
5632
+ "id": "packages/core/dev-delivery-landing-terminal-evidence.js#verifyExpiredLandingSettlementReadback",
5633
+ "name": "verifyExpiredLandingSettlementReadback",
5634
+ "kind": "constant",
5635
+ "signature": "const verifyExpiredLandingSettlementReadback",
5636
+ "parameters": [],
5637
+ "returns": "value",
5638
+ "errors": [
5639
+ "Import does not declare a throw contract."
5640
+ ],
5641
+ "sideEffects": [
5642
+ "none-on-import"
5643
+ ],
5644
+ "source": {
5645
+ "path": "packages/core/dev-delivery-landing-terminal-evidence.js",
5646
+ "line": 270
5647
+ },
5648
+ "example": "import { verifyExpiredLandingSettlementReadback } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5649
+ "maturity": "stable",
5650
+ "audience": [
5651
+ "developer",
5652
+ "agent"
5653
+ ]
5654
+ },
5655
+ {
5656
+ "id": "packages/core/dev-delivery-landing-terminal-evidence.js#verifyLandingSettlementReadback",
5657
+ "name": "verifyLandingSettlementReadback",
5658
+ "kind": "function",
5659
+ "signature": "function verifyLandingSettlementReadback({ state, candidate, warrant, sealedProviderReadback, })",
5660
+ "parameters": [
5661
+ {
5662
+ "name": "parameter1",
5663
+ "signature": "{ state, candidate, warrant, sealedProviderReadback, }"
5664
+ }
5665
+ ],
5666
+ "returns": "unknown",
5667
+ "errors": [
5668
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5669
+ ],
5670
+ "sideEffects": [
5671
+ "none-detected-by-static-source-scan"
5672
+ ],
5673
+ "source": {
5674
+ "path": "packages/core/dev-delivery-landing-terminal-evidence.js",
5675
+ "line": 222
5676
+ },
5677
+ "example": "import { verifyLandingSettlementReadback } from \"@kungfu-tech/buildchain/dev-delivery-authority\";",
5678
+ "maturity": "stable",
5679
+ "audience": [
5680
+ "developer",
5681
+ "agent"
5682
+ ]
5683
+ },
5684
+ {
5685
+ "id": "packages/core/dev-delivery-native-proof.js#createNativeCommandContract",
5686
+ "name": "createNativeCommandContract",
5687
+ "kind": "value",
5688
+ "signature": "createNativeCommandContract",
5689
+ "parameters": [],
5690
+ "returns": "unknown",
5691
+ "errors": [
5692
+ "No narrower error contract was mechanically discoverable."
5693
+ ],
5694
+ "sideEffects": [
5695
+ "unknown"
5696
+ ],
5697
+ "source": {
5698
+ "path": "packages/core/dev-delivery-native-proof.js",
5699
+ "line": 1
5700
+ },
5701
+ "example": "import { createNativeCommandContract } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5702
+ "maturity": "stable",
5703
+ "audience": [
5704
+ "developer",
5705
+ "agent"
5706
+ ]
5707
+ },
5708
+ {
5709
+ "id": "packages/core/dev-delivery-native-proof.js#createNativeExecutionBinding",
5710
+ "name": "createNativeExecutionBinding",
5711
+ "kind": "value",
5712
+ "signature": "createNativeExecutionBinding",
5713
+ "parameters": [],
5714
+ "returns": "unknown",
5715
+ "errors": [
5716
+ "No narrower error contract was mechanically discoverable."
5717
+ ],
5718
+ "sideEffects": [
5719
+ "unknown"
5720
+ ],
5721
+ "source": {
5722
+ "path": "packages/core/dev-delivery-native-proof.js",
5723
+ "line": 1
5724
+ },
5725
+ "example": "import { createNativeExecutionBinding } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5726
+ "maturity": "stable",
5727
+ "audience": [
5728
+ "developer",
5729
+ "agent"
5730
+ ]
5731
+ },
5732
+ {
5733
+ "id": "packages/core/dev-delivery-native-proof.js#createNativeExecutionReceipt",
5734
+ "name": "createNativeExecutionReceipt",
5735
+ "kind": "value",
5736
+ "signature": "createNativeExecutionReceipt",
5737
+ "parameters": [],
5738
+ "returns": "unknown",
5739
+ "errors": [
5740
+ "No narrower error contract was mechanically discoverable."
5741
+ ],
5742
+ "sideEffects": [
5743
+ "unknown"
5744
+ ],
5745
+ "source": {
5746
+ "path": "packages/core/dev-delivery-native-proof.js",
5747
+ "line": 1
5748
+ },
5749
+ "example": "import { createNativeExecutionReceipt } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5750
+ "maturity": "stable",
5751
+ "audience": [
5752
+ "developer",
5753
+ "agent"
5754
+ ]
5755
+ },
5756
+ {
5757
+ "id": "packages/core/dev-delivery-native-proof.js#createNativeProofBaseDelta",
5758
+ "name": "createNativeProofBaseDelta",
5759
+ "kind": "function",
5760
+ "signature": "function createNativeProofBaseDelta(input = {})",
5761
+ "parameters": [
5762
+ {
5763
+ "name": "input",
5764
+ "signature": "input = {}"
5765
+ }
5766
+ ],
5767
+ "returns": "unknown",
5768
+ "errors": [
5769
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
5770
+ ],
5771
+ "sideEffects": [
5772
+ "none-detected-by-static-source-scan"
5773
+ ],
5774
+ "source": {
5775
+ "path": "packages/core/dev-delivery-native-proof.js",
5776
+ "line": 183
5777
+ },
5778
+ "example": "import { createNativeProofBaseDelta } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5779
+ "maturity": "stable",
5780
+ "audience": [
5781
+ "developer",
5782
+ "agent"
5783
+ ]
5784
+ },
5785
+ {
5786
+ "id": "packages/core/dev-delivery-native-proof.js#createNativeProofReuseDecision",
5787
+ "name": "createNativeProofReuseDecision",
5788
+ "kind": "function",
5789
+ "signature": "function createNativeProofReuseDecision({ proof, current = {} } = {})",
5790
+ "parameters": [
5791
+ {
5792
+ "name": "parameter1",
5793
+ "signature": "{ proof, current = {} } = {}"
5794
+ }
5795
+ ],
5796
+ "returns": "unknown",
5797
+ "errors": [
5798
+ "Errors from called operations may propagate; no narrower throw contract is declared in source."
5799
+ ],
5800
+ "sideEffects": [
5801
+ "none-detected-by-static-source-scan"
5802
+ ],
5803
+ "source": {
5804
+ "path": "packages/core/dev-delivery-native-proof.js",
5805
+ "line": 516
5806
+ },
5807
+ "example": "import { createNativeProofReuseDecision } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5808
+ "maturity": "stable",
5809
+ "audience": [
5810
+ "developer",
5811
+ "agent"
5812
+ ]
5813
+ },
5814
+ {
5815
+ "id": "packages/core/dev-delivery-native-proof.js#createNativeQualificationProof",
5816
+ "name": "createNativeQualificationProof",
5817
+ "kind": "function",
5818
+ "signature": "function createNativeQualificationProof(input = {})",
5819
+ "parameters": [
5820
+ {
5821
+ "name": "input",
5822
+ "signature": "input = {}"
5823
+ }
5824
+ ],
5825
+ "returns": "unknown",
5826
+ "errors": [
5827
+ "May throw an Error on rejected input or failed operations; follow the linked source contract."
5828
+ ],
5829
+ "sideEffects": [
5830
+ "none-detected-by-static-source-scan"
5831
+ ],
5832
+ "source": {
5833
+ "path": "packages/core/dev-delivery-native-proof.js",
5834
+ "line": 209
5835
+ },
5836
+ "example": "import { createNativeQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5837
+ "maturity": "stable",
5838
+ "audience": [
5839
+ "developer",
5840
+ "agent"
5841
+ ]
5842
+ },
5843
+ {
5844
+ "id": "packages/core/dev-delivery-native-proof.js#DEV_DELIVERY_QUALIFICATION_RECEIPT_SCHEMA",
5845
+ "name": "DEV_DELIVERY_QUALIFICATION_RECEIPT_SCHEMA",
5846
+ "kind": "constant",
5847
+ "signature": "const DEV_DELIVERY_QUALIFICATION_RECEIPT_SCHEMA",
5848
+ "parameters": [],
5849
+ "returns": "value",
5850
+ "errors": [
5851
+ "Import does not declare a throw contract."
5852
+ ],
5853
+ "sideEffects": [
5854
+ "none-on-import"
5855
+ ],
5856
+ "source": {
5857
+ "path": "packages/core/dev-delivery-native-proof.js",
5858
+ "line": 41
5859
+ },
5860
+ "example": "import { DEV_DELIVERY_QUALIFICATION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5861
+ "maturity": "stable",
5862
+ "audience": [
5863
+ "developer",
5864
+ "agent"
5865
+ ]
5866
+ },
5867
+ {
5868
+ "id": "packages/core/dev-delivery-native-proof.js#NATIVE_COMMAND_CONTRACT_SCHEMA",
5869
+ "name": "NATIVE_COMMAND_CONTRACT_SCHEMA",
5870
+ "kind": "value",
5871
+ "signature": "NATIVE_COMMAND_CONTRACT_SCHEMA",
5872
+ "parameters": [],
5873
+ "returns": "unknown",
5874
+ "errors": [
5875
+ "No narrower error contract was mechanically discoverable."
5876
+ ],
5877
+ "sideEffects": [
5878
+ "unknown"
5879
+ ],
5880
+ "source": {
5881
+ "path": "packages/core/dev-delivery-native-proof.js",
5882
+ "line": 1
5883
+ },
5884
+ "example": "import { NATIVE_COMMAND_CONTRACT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5885
+ "maturity": "stable",
5886
+ "audience": [
5887
+ "developer",
5888
+ "agent"
5889
+ ]
5890
+ },
5891
+ {
5892
+ "id": "packages/core/dev-delivery-native-proof.js#NATIVE_EXECUTION_BINDING_SCHEMA",
5893
+ "name": "NATIVE_EXECUTION_BINDING_SCHEMA",
5894
+ "kind": "value",
5895
+ "signature": "NATIVE_EXECUTION_BINDING_SCHEMA",
5896
+ "parameters": [],
5897
+ "returns": "unknown",
5898
+ "errors": [
5899
+ "No narrower error contract was mechanically discoverable."
5900
+ ],
5901
+ "sideEffects": [
5902
+ "unknown"
5903
+ ],
5904
+ "source": {
5905
+ "path": "packages/core/dev-delivery-native-proof.js",
5906
+ "line": 1
5907
+ },
5908
+ "example": "import { NATIVE_EXECUTION_BINDING_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5909
+ "maturity": "stable",
5910
+ "audience": [
5911
+ "developer",
5912
+ "agent"
5913
+ ]
5914
+ },
5915
+ {
5916
+ "id": "packages/core/dev-delivery-native-proof.js#NATIVE_EXECUTION_RECEIPT_SCHEMA",
5917
+ "name": "NATIVE_EXECUTION_RECEIPT_SCHEMA",
5918
+ "kind": "value",
5919
+ "signature": "NATIVE_EXECUTION_RECEIPT_SCHEMA",
5920
+ "parameters": [],
5921
+ "returns": "unknown",
5922
+ "errors": [
5923
+ "No narrower error contract was mechanically discoverable."
5924
+ ],
5925
+ "sideEffects": [
5926
+ "unknown"
5927
+ ],
5928
+ "source": {
5929
+ "path": "packages/core/dev-delivery-native-proof.js",
5930
+ "line": 1
5931
+ },
5932
+ "example": "import { NATIVE_EXECUTION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5933
+ "maturity": "stable",
5934
+ "audience": [
5935
+ "developer",
5936
+ "agent"
5937
+ ]
5938
+ },
5939
+ {
5940
+ "id": "packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_BASE_DELTA_SCHEMA",
5941
+ "name": "NATIVE_PROOF_BASE_DELTA_SCHEMA",
5942
+ "kind": "constant",
5943
+ "signature": "const NATIVE_PROOF_BASE_DELTA_SCHEMA",
5944
+ "parameters": [],
5945
+ "returns": "value",
5946
+ "errors": [
5947
+ "Import does not declare a throw contract."
5948
+ ],
5949
+ "sideEffects": [
5950
+ "none-on-import"
5951
+ ],
5952
+ "source": {
5953
+ "path": "packages/core/dev-delivery-native-proof.js",
5954
+ "line": 43
5955
+ },
5956
+ "example": "import { NATIVE_PROOF_BASE_DELTA_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5957
+ "maturity": "stable",
5958
+ "audience": [
5959
+ "developer",
5960
+ "agent"
5961
+ ]
5962
+ },
5963
+ {
5964
+ "id": "packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_REUSE_DECISION_SCHEMA",
5965
+ "name": "NATIVE_PROOF_REUSE_DECISION_SCHEMA",
5966
+ "kind": "constant",
5967
+ "signature": "const NATIVE_PROOF_REUSE_DECISION_SCHEMA",
5968
+ "parameters": [],
5969
+ "returns": "value",
5970
+ "errors": [
5971
+ "Import does not declare a throw contract."
5972
+ ],
5973
+ "sideEffects": [
5974
+ "none-on-import"
5975
+ ],
5976
+ "source": {
5977
+ "path": "packages/core/dev-delivery-native-proof.js",
5978
+ "line": 39
5979
+ },
5980
+ "example": "import { NATIVE_PROOF_REUSE_DECISION_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4542
5981
  "maturity": "stable",
4543
5982
  "audience": [
4544
5983
  "developer",
@@ -4546,10 +5985,10 @@
4546
5985
  ]
4547
5986
  },
4548
5987
  {
4549
- "id": "packages/core/detached-artifact-signature.js#DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
4550
- "name": "DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
5988
+ "id": "packages/core/dev-delivery-native-proof.js#NATIVE_QUALIFICATION_PROOF_SCHEMA",
5989
+ "name": "NATIVE_QUALIFICATION_PROOF_SCHEMA",
4551
5990
  "kind": "constant",
4552
- "signature": "const DETACHED_ARTIFACT_SIGNATURE_CONTRACT",
5991
+ "signature": "const NATIVE_QUALIFICATION_PROOF_SCHEMA",
4553
5992
  "parameters": [],
4554
5993
  "returns": "value",
4555
5994
  "errors": [
@@ -4559,10 +5998,10 @@
4559
5998
  "none-on-import"
4560
5999
  ],
4561
6000
  "source": {
4562
- "path": "packages/core/detached-artifact-signature.js",
4563
- "line": 10
6001
+ "path": "packages/core/dev-delivery-native-proof.js",
6002
+ "line": 31
4564
6003
  },
4565
- "example": "import { DETACHED_ARTIFACT_SIGNATURE_CONTRACT } from \"@kungfu-tech/buildchain\";",
6004
+ "example": "import { NATIVE_QUALIFICATION_PROOF_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4566
6005
  "maturity": "stable",
4567
6006
  "audience": [
4568
6007
  "developer",
@@ -4570,28 +6009,47 @@
4570
6009
  ]
4571
6010
  },
4572
6011
  {
4573
- "id": "packages/core/detached-artifact-signature.js#signDetachedArtifactRequest",
4574
- "name": "signDetachedArtifactRequest",
4575
- "kind": "function",
4576
- "signature": "function signDetachedArtifactRequest({ request, privateKey, keyId, authority = {}, } = {})",
4577
- "parameters": [
4578
- {
4579
- "name": "parameter1",
4580
- "signature": "{ request, privateKey, keyId, authority = {}, } = {}"
4581
- }
6012
+ "id": "packages/core/dev-delivery-native-proof.js#normalizeNativeCommandContract",
6013
+ "name": "normalizeNativeCommandContract",
6014
+ "kind": "value",
6015
+ "signature": "normalizeNativeCommandContract",
6016
+ "parameters": [],
6017
+ "returns": "unknown",
6018
+ "errors": [
6019
+ "No narrower error contract was mechanically discoverable."
6020
+ ],
6021
+ "sideEffects": [
6022
+ "unknown"
4582
6023
  ],
6024
+ "source": {
6025
+ "path": "packages/core/dev-delivery-native-proof.js",
6026
+ "line": 1
6027
+ },
6028
+ "example": "import { normalizeNativeCommandContract } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6029
+ "maturity": "stable",
6030
+ "audience": [
6031
+ "developer",
6032
+ "agent"
6033
+ ]
6034
+ },
6035
+ {
6036
+ "id": "packages/core/dev-delivery-native-proof.js#verifyNativeExecutionReceipt",
6037
+ "name": "verifyNativeExecutionReceipt",
6038
+ "kind": "value",
6039
+ "signature": "verifyNativeExecutionReceipt",
6040
+ "parameters": [],
4583
6041
  "returns": "unknown",
4584
6042
  "errors": [
4585
- "May throw an Error on rejected input or failed operations; follow the linked source contract."
6043
+ "No narrower error contract was mechanically discoverable."
4586
6044
  ],
4587
6045
  "sideEffects": [
4588
- "none-detected-by-static-source-scan"
6046
+ "unknown"
4589
6047
  ],
4590
6048
  "source": {
4591
- "path": "packages/core/detached-artifact-signature.js",
4592
- "line": 36
6049
+ "path": "packages/core/dev-delivery-native-proof.js",
6050
+ "line": 1
4593
6051
  },
4594
- "example": "import { signDetachedArtifactRequest } from \"@kungfu-tech/buildchain\";",
6052
+ "example": "import { verifyNativeExecutionReceipt } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4595
6053
  "maturity": "stable",
4596
6054
  "audience": [
4597
6055
  "developer",
@@ -4599,14 +6057,18 @@
4599
6057
  ]
4600
6058
  },
4601
6059
  {
4602
- "id": "packages/core/detached-artifact-signature.js#verifyDetachedArtifactSignature",
4603
- "name": "verifyDetachedArtifactSignature",
6060
+ "id": "packages/core/dev-delivery-native-proof.js#verifyNativeProofReuseDecision",
6061
+ "name": "verifyNativeProofReuseDecision",
4604
6062
  "kind": "function",
4605
- "signature": "function verifyDetachedArtifactSignature({ request, envelope, publicKey, } = {})",
6063
+ "signature": "function verifyNativeProofReuseDecision(decisionInput, { proof, current = {} } = {})",
4606
6064
  "parameters": [
4607
6065
  {
4608
- "name": "parameter1",
4609
- "signature": "{ request, envelope, publicKey, } = {}"
6066
+ "name": "decisionInput",
6067
+ "signature": "decisionInput"
6068
+ },
6069
+ {
6070
+ "name": "parameter2",
6071
+ "signature": "{ proof, current = {} } = {}"
4610
6072
  }
4611
6073
  ],
4612
6074
  "returns": "unknown",
@@ -4617,10 +6079,10 @@
4617
6079
  "none-detected-by-static-source-scan"
4618
6080
  ],
4619
6081
  "source": {
4620
- "path": "packages/core/detached-artifact-signature.js",
4621
- "line": 82
6082
+ "path": "packages/core/dev-delivery-native-proof.js",
6083
+ "line": 519
4622
6084
  },
4623
- "example": "import { verifyDetachedArtifactSignature } from \"@kungfu-tech/buildchain\";",
6085
+ "example": "import { verifyNativeProofReuseDecision } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4624
6086
  "maturity": "stable",
4625
6087
  "audience": [
4626
6088
  "developer",
@@ -4628,14 +6090,18 @@
4628
6090
  ]
4629
6091
  },
4630
6092
  {
4631
- "id": "packages/core/dev-delivery-common.js#devDeliveryContentRoot",
4632
- "name": "devDeliveryContentRoot",
6093
+ "id": "packages/core/dev-delivery-native-proof.js#verifyNativeQualificationProof",
6094
+ "name": "verifyNativeQualificationProof",
4633
6095
  "kind": "function",
4634
- "signature": "function devDeliveryContentRoot(value)",
6096
+ "signature": "function verifyNativeQualificationProof(proofInput, expected = {})",
4635
6097
  "parameters": [
4636
6098
  {
4637
- "name": "value",
4638
- "signature": "value"
6099
+ "name": "proofInput",
6100
+ "signature": "proofInput"
6101
+ },
6102
+ {
6103
+ "name": "expected",
6104
+ "signature": "expected = {}"
4639
6105
  }
4640
6106
  ],
4641
6107
  "returns": "unknown",
@@ -4646,10 +6112,10 @@
4646
6112
  "none-detected-by-static-source-scan"
4647
6113
  ],
4648
6114
  "source": {
4649
- "path": "packages/core/dev-delivery-common.js",
4650
- "line": 27
6115
+ "path": "packages/core/dev-delivery-native-proof.js",
6116
+ "line": 269
4651
6117
  },
4652
- "example": "import { devDeliveryContentRoot } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6118
+ "example": "import { verifyNativeQualificationProof } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
4653
6119
  "maturity": "stable",
4654
6120
  "audience": [
4655
6121
  "developer",
@@ -5053,7 +6519,7 @@
5053
6519
  ],
5054
6520
  "source": {
5055
6521
  "path": "packages/core/dev-delivery-warrant.js",
5056
- "line": 573
6522
+ "line": 508
5057
6523
  },
5058
6524
  "example": "import { cancelQueuedDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5059
6525
  "maturity": "stable",
@@ -5066,7 +6532,7 @@
5066
6532
  "id": "packages/core/dev-delivery-warrant.js#closeDevDeliveryWarrant",
5067
6533
  "name": "closeDevDeliveryWarrant",
5068
6534
  "kind": "function",
5069
- "signature": "function closeDevDeliveryWarrant(queueInput, warrant, { outcome, evidenceRoot, reason = \"\", now = new Date().toISOString() } = {})",
6535
+ "signature": "function closeDevDeliveryWarrant(queueInput, warrant, { outcome, evidenceRoot, reason = \"\", providerFailureAuthority = null, now = new Date().toISOString(), } = {})",
5070
6536
  "parameters": [
5071
6537
  {
5072
6538
  "name": "queueInput",
@@ -5078,7 +6544,7 @@
5078
6544
  },
5079
6545
  {
5080
6546
  "name": "parameter3",
5081
- "signature": "{ outcome, evidenceRoot, reason = \"\", now = new Date().toISOString() } = {}"
6547
+ "signature": "{ outcome, evidenceRoot, reason = \"\", providerFailureAuthority = null, now = new Date().toISOString(), } = {}"
5082
6548
  }
5083
6549
  ],
5084
6550
  "returns": "unknown",
@@ -5090,7 +6556,7 @@
5090
6556
  ],
5091
6557
  "source": {
5092
6558
  "path": "packages/core/dev-delivery-warrant.js",
5093
- "line": 525
6559
+ "line": 384
5094
6560
  },
5095
6561
  "example": "import { closeDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5096
6562
  "maturity": "stable",
@@ -5102,24 +6568,19 @@
5102
6568
  {
5103
6569
  "id": "packages/core/dev-delivery-warrant.js#createDevDeliveryQueue",
5104
6570
  "name": "createDevDeliveryQueue",
5105
- "kind": "function",
5106
- "signature": "function createDevDeliveryQueue({ repository: repositoryInput, protectedBase: protectedBaseInput, policy = {}, now = new Date().toISOString() } = {})",
5107
- "parameters": [
5108
- {
5109
- "name": "parameter1",
5110
- "signature": "{ repository: repositoryInput, protectedBase: protectedBaseInput, policy = {}, now = new Date().toISOString() } = {}"
5111
- }
5112
- ],
6571
+ "kind": "value",
6572
+ "signature": "createDevDeliveryQueue",
6573
+ "parameters": [],
5113
6574
  "returns": "unknown",
5114
6575
  "errors": [
5115
- "Errors from called operations may propagate; no narrower throw contract is declared in source."
6576
+ "No narrower error contract was mechanically discoverable."
5116
6577
  ],
5117
6578
  "sideEffects": [
5118
- "none-detected-by-static-source-scan"
6579
+ "unknown"
5119
6580
  ],
5120
6581
  "source": {
5121
6582
  "path": "packages/core/dev-delivery-warrant.js",
5122
- "line": 99
6583
+ "line": 1
5123
6584
  },
5124
6585
  "example": "import { createDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5125
6586
  "maturity": "stable",
@@ -5155,19 +6616,19 @@
5155
6616
  {
5156
6617
  "id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CLASSES",
5157
6618
  "name": "DEV_DELIVERY_CLASSES",
5158
- "kind": "constant",
5159
- "signature": "const DEV_DELIVERY_CLASSES",
6619
+ "kind": "value",
6620
+ "signature": "DEV_DELIVERY_CLASSES",
5160
6621
  "parameters": [],
5161
- "returns": "value",
6622
+ "returns": "unknown",
5162
6623
  "errors": [
5163
- "Import does not declare a throw contract."
6624
+ "No narrower error contract was mechanically discoverable."
5164
6625
  ],
5165
6626
  "sideEffects": [
5166
- "none-on-import"
6627
+ "unknown"
5167
6628
  ],
5168
6629
  "source": {
5169
6630
  "path": "packages/core/dev-delivery-warrant.js",
5170
- "line": 22
6631
+ "line": 1
5171
6632
  },
5172
6633
  "example": "import { DEV_DELIVERY_CLASSES } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5173
6634
  "maturity": "stable",
@@ -5179,19 +6640,19 @@
5179
6640
  {
5180
6641
  "id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
5181
6642
  "name": "DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
5182
- "kind": "constant",
5183
- "signature": "const DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
6643
+ "kind": "value",
6644
+ "signature": "DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
5184
6645
  "parameters": [],
5185
- "returns": "value",
6646
+ "returns": "unknown",
5186
6647
  "errors": [
5187
- "Import does not declare a throw contract."
6648
+ "No narrower error contract was mechanically discoverable."
5188
6649
  ],
5189
6650
  "sideEffects": [
5190
- "none-on-import"
6651
+ "unknown"
5191
6652
  ],
5192
6653
  "source": {
5193
6654
  "path": "packages/core/dev-delivery-warrant.js",
5194
- "line": 14
6655
+ "line": 1
5195
6656
  },
5196
6657
  "example": "import { DEV_DELIVERY_LEASE_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5197
6658
  "maturity": "stable",
@@ -5203,19 +6664,19 @@
5203
6664
  {
5204
6665
  "id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_PRIORITIES",
5205
6666
  "name": "DEV_DELIVERY_PRIORITIES",
5206
- "kind": "constant",
5207
- "signature": "const DEV_DELIVERY_PRIORITIES",
6667
+ "kind": "value",
6668
+ "signature": "DEV_DELIVERY_PRIORITIES",
5208
6669
  "parameters": [],
5209
- "returns": "value",
6670
+ "returns": "unknown",
5210
6671
  "errors": [
5211
- "Import does not declare a throw contract."
6672
+ "No narrower error contract was mechanically discoverable."
5212
6673
  ],
5213
6674
  "sideEffects": [
5214
- "none-on-import"
6675
+ "unknown"
5215
6676
  ],
5216
6677
  "source": {
5217
6678
  "path": "packages/core/dev-delivery-warrant.js",
5218
- "line": 16
6679
+ "line": 1
5219
6680
  },
5220
6681
  "example": "import { DEV_DELIVERY_PRIORITIES } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5221
6682
  "maturity": "stable",
@@ -5227,19 +6688,19 @@
5227
6688
  {
5228
6689
  "id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_QUEUE_CONTRACT",
5229
6690
  "name": "DEV_DELIVERY_QUEUE_CONTRACT",
5230
- "kind": "constant",
5231
- "signature": "const DEV_DELIVERY_QUEUE_CONTRACT",
6691
+ "kind": "value",
6692
+ "signature": "DEV_DELIVERY_QUEUE_CONTRACT",
5232
6693
  "parameters": [],
5233
- "returns": "value",
6694
+ "returns": "unknown",
5234
6695
  "errors": [
5235
- "Import does not declare a throw contract."
6696
+ "No narrower error contract was mechanically discoverable."
5236
6697
  ],
5237
6698
  "sideEffects": [
5238
- "none-on-import"
6699
+ "unknown"
5239
6700
  ],
5240
6701
  "source": {
5241
6702
  "path": "packages/core/dev-delivery-warrant.js",
5242
- "line": 10
6703
+ "line": 1
5243
6704
  },
5244
6705
  "example": "import { DEV_DELIVERY_QUEUE_CONTRACT } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5245
6706
  "maturity": "stable",
@@ -5251,19 +6712,19 @@
5251
6712
  {
5252
6713
  "id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA",
5253
6714
  "name": "DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA",
5254
- "kind": "constant",
5255
- "signature": "const DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA",
6715
+ "kind": "value",
6716
+ "signature": "DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA",
5256
6717
  "parameters": [],
5257
- "returns": "value",
6718
+ "returns": "unknown",
5258
6719
  "errors": [
5259
- "Import does not declare a throw contract."
6720
+ "No narrower error contract was mechanically discoverable."
5260
6721
  ],
5261
6722
  "sideEffects": [
5262
- "none-on-import"
6723
+ "unknown"
5263
6724
  ],
5264
6725
  "source": {
5265
6726
  "path": "packages/core/dev-delivery-warrant.js",
5266
- "line": 13
6727
+ "line": 1
5267
6728
  },
5268
6729
  "example": "import { DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5269
6730
  "maturity": "stable",
@@ -5299,19 +6760,19 @@
5299
6760
  {
5300
6761
  "id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA",
5301
6762
  "name": "DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA",
5302
- "kind": "constant",
5303
- "signature": "const DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA",
6763
+ "kind": "value",
6764
+ "signature": "DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA",
5304
6765
  "parameters": [],
5305
- "returns": "value",
6766
+ "returns": "unknown",
5306
6767
  "errors": [
5307
- "Import does not declare a throw contract."
6768
+ "No narrower error contract was mechanically discoverable."
5308
6769
  ],
5309
6770
  "sideEffects": [
5310
- "none-on-import"
6771
+ "unknown"
5311
6772
  ],
5312
6773
  "source": {
5313
6774
  "path": "packages/core/dev-delivery-warrant.js",
5314
- "line": 12
6775
+ "line": 1
5315
6776
  },
5316
6777
  "example": "import { DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5317
6778
  "maturity": "stable",
@@ -5323,19 +6784,19 @@
5323
6784
  {
5324
6785
  "id": "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_WARRANT_SCHEMA",
5325
6786
  "name": "DEV_DELIVERY_WARRANT_SCHEMA",
5326
- "kind": "constant",
5327
- "signature": "const DEV_DELIVERY_WARRANT_SCHEMA",
6787
+ "kind": "value",
6788
+ "signature": "DEV_DELIVERY_WARRANT_SCHEMA",
5328
6789
  "parameters": [],
5329
- "returns": "value",
6790
+ "returns": "unknown",
5330
6791
  "errors": [
5331
- "Import does not declare a throw contract."
6792
+ "No narrower error contract was mechanically discoverable."
5332
6793
  ],
5333
6794
  "sideEffects": [
5334
- "none-on-import"
6795
+ "unknown"
5335
6796
  ],
5336
6797
  "source": {
5337
6798
  "path": "packages/core/dev-delivery-warrant.js",
5338
- "line": 11
6799
+ "line": 1
5339
6800
  },
5340
6801
  "example": "import { DEV_DELIVERY_WARRANT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5341
6802
  "maturity": "stable",
@@ -5372,7 +6833,7 @@
5372
6833
  ],
5373
6834
  "source": {
5374
6835
  "path": "packages/core/dev-delivery-warrant.js",
5375
- "line": 442
6836
+ "line": 255
5376
6837
  },
5377
6838
  "example": "import { heartbeatDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5378
6839
  "maturity": "stable",
@@ -5384,28 +6845,19 @@
5384
6845
  {
5385
6846
  "id": "packages/core/dev-delivery-warrant.js#normalizeDevDeliveryQueue",
5386
6847
  "name": "normalizeDevDeliveryQueue",
5387
- "kind": "function",
5388
- "signature": "function normalizeDevDeliveryQueue(input, expected = {})",
5389
- "parameters": [
5390
- {
5391
- "name": "input",
5392
- "signature": "input"
5393
- },
5394
- {
5395
- "name": "expected",
5396
- "signature": "expected = {}"
5397
- }
5398
- ],
6848
+ "kind": "value",
6849
+ "signature": "normalizeDevDeliveryQueue",
6850
+ "parameters": [],
5399
6851
  "returns": "unknown",
5400
6852
  "errors": [
5401
- "May throw an Error on rejected input or failed operations; follow the linked source contract."
6853
+ "No narrower error contract was mechanically discoverable."
5402
6854
  ],
5403
6855
  "sideEffects": [
5404
- "none-detected-by-static-source-scan"
6856
+ "unknown"
5405
6857
  ],
5406
6858
  "source": {
5407
6859
  "path": "packages/core/dev-delivery-warrant.js",
5408
- "line": 114
6860
+ "line": 1
5409
6861
  },
5410
6862
  "example": "import { normalizeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5411
6863
  "maturity": "stable",
@@ -5438,7 +6890,7 @@
5438
6890
  ],
5439
6891
  "source": {
5440
6892
  "path": "packages/core/dev-delivery-warrant.js",
5441
- "line": 576
6893
+ "line": 517
5442
6894
  },
5443
6895
  "example": "import { observeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5444
6896
  "maturity": "stable",
@@ -5447,31 +6899,46 @@
5447
6899
  "agent"
5448
6900
  ]
5449
6901
  },
6902
+ {
6903
+ "id": "packages/core/dev-delivery-warrant.js#qualifyDevDeliveryWarrant",
6904
+ "name": "qualifyDevDeliveryWarrant",
6905
+ "kind": "constant",
6906
+ "signature": "const qualifyDevDeliveryWarrant",
6907
+ "parameters": [],
6908
+ "returns": "value",
6909
+ "errors": [
6910
+ "Import does not declare a throw contract."
6911
+ ],
6912
+ "sideEffects": [
6913
+ "none-on-import"
6914
+ ],
6915
+ "source": {
6916
+ "path": "packages/core/dev-delivery-warrant.js",
6917
+ "line": 380
6918
+ },
6919
+ "example": "import { qualifyDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
6920
+ "maturity": "stable",
6921
+ "audience": [
6922
+ "developer",
6923
+ "agent"
6924
+ ]
6925
+ },
5450
6926
  {
5451
6927
  "id": "packages/core/dev-delivery-warrant.js#rankDevDeliveryCandidates",
5452
6928
  "name": "rankDevDeliveryCandidates",
5453
- "kind": "function",
5454
- "signature": "function rankDevDeliveryCandidates(queueInput, { now = new Date().toISOString() } = {})",
5455
- "parameters": [
5456
- {
5457
- "name": "queueInput",
5458
- "signature": "queueInput"
5459
- },
5460
- {
5461
- "name": "parameter2",
5462
- "signature": "{ now = new Date().toISOString() } = {}"
5463
- }
5464
- ],
6929
+ "kind": "value",
6930
+ "signature": "rankDevDeliveryCandidates",
6931
+ "parameters": [],
5465
6932
  "returns": "unknown",
5466
6933
  "errors": [
5467
- "Errors from called operations may propagate; no narrower throw contract is declared in source."
6934
+ "No narrower error contract was mechanically discoverable."
5468
6935
  ],
5469
6936
  "sideEffects": [
5470
- "none-detected-by-static-source-scan"
6937
+ "unknown"
5471
6938
  ],
5472
6939
  "source": {
5473
6940
  "path": "packages/core/dev-delivery-warrant.js",
5474
- "line": 279
6941
+ "line": 1
5475
6942
  },
5476
6943
  "example": "import { rankDevDeliveryCandidates } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5477
6944
  "maturity": "stable",
@@ -5504,7 +6971,7 @@
5504
6971
  ],
5505
6972
  "source": {
5506
6973
  "path": "packages/core/dev-delivery-warrant.js",
5507
- "line": 475
6974
+ "line": 301
5508
6975
  },
5509
6976
  "example": "import { recoverExpiredDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5510
6977
  "maturity": "stable",
@@ -5537,7 +7004,7 @@
5537
7004
  ],
5538
7005
  "source": {
5539
7006
  "path": "packages/core/dev-delivery-warrant.js",
5540
- "line": 303
7007
+ "line": 95
5541
7008
  },
5542
7009
  "example": "import { selectDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5543
7010
  "maturity": "stable",
@@ -5561,7 +7028,7 @@
5561
7028
  ],
5562
7029
  "source": {
5563
7030
  "path": "packages/core/dev-delivery-warrant.js",
5564
- "line": 574
7031
+ "line": 511
5565
7032
  },
5566
7033
  "example": "import { settleDevDeliveryTerminalEvent } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5567
7034
  "maturity": "stable",
@@ -5573,32 +7040,19 @@
5573
7040
  {
5574
7041
  "id": "packages/core/dev-delivery-warrant.js#submitDevDeliveryCandidate",
5575
7042
  "name": "submitDevDeliveryCandidate",
5576
- "kind": "function",
5577
- "signature": "function submitDevDeliveryCandidate(queueInput, input, { now = new Date().toISOString() } = {})",
5578
- "parameters": [
5579
- {
5580
- "name": "queueInput",
5581
- "signature": "queueInput"
5582
- },
5583
- {
5584
- "name": "input",
5585
- "signature": "input"
5586
- },
5587
- {
5588
- "name": "parameter3",
5589
- "signature": "{ now = new Date().toISOString() } = {}"
5590
- }
5591
- ],
7043
+ "kind": "value",
7044
+ "signature": "submitDevDeliveryCandidate",
7045
+ "parameters": [],
5592
7046
  "returns": "unknown",
5593
7047
  "errors": [
5594
- "May throw an Error on rejected input or failed operations; follow the linked source contract."
7048
+ "No narrower error contract was mechanically discoverable."
5595
7049
  ],
5596
7050
  "sideEffects": [
5597
- "none-detected-by-static-source-scan"
7051
+ "unknown"
5598
7052
  ],
5599
7053
  "source": {
5600
7054
  "path": "packages/core/dev-delivery-warrant.js",
5601
- "line": 200
7055
+ "line": 1
5602
7056
  },
5603
7057
  "example": "import { submitDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
5604
7058
  "maturity": "stable",
@@ -22316,7 +23770,7 @@
22316
23770
  "specifier": "@kungfu-tech/buildchain/buildchain-contract",
22317
23771
  "export": "./buildchain-contract",
22318
23772
  "target": "./packages/core/buildchain-contract.js",
22319
- "digest": "sha256:89fb2505de4136a035805cfc320ebb686aaa17b18b2156b83d6d164b3d7334ed",
23773
+ "digest": "sha256:413a7c6a150471fa32007a13c676ce2ff4b0fe15b54e492ef5227519aeebafc4",
22320
23774
  "summary": "Runtime contract world and compatibility digest APIs for floating-ref drift checks.",
22321
23775
  "capabilityGroup": "governance-versioning",
22322
23776
  "audience": [
@@ -22519,24 +23973,87 @@
22519
23973
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
22520
23974
  "nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
22521
23975
  },
23976
+ {
23977
+ "specifier": "@kungfu-tech/buildchain/dev-delivery-authority",
23978
+ "export": "./dev-delivery-authority",
23979
+ "target": "./packages/core/dev-delivery-authority-landing.js",
23980
+ "digest": "sha256:831af82181735133764884845c6145515a39982789f9f96826210602e58855af",
23981
+ "summary": "Opt-in bounded Qualification Lease, exclusive Landing Warrant, provider-attempt admission and heartbeat readback, terminal sealing, and expired-Landing verification APIs.",
23982
+ "capabilityGroup": "governance-versioning",
23983
+ "audience": [
23984
+ "developer",
23985
+ "agent"
23986
+ ],
23987
+ "symbolCount": 35,
23988
+ "symbolIds": [
23989
+ "packages/core/dev-delivery-authority-landing.js#acquireDevDeliveryLandingWarrant",
23990
+ "packages/core/dev-delivery-authority-qualification.js#acquireDevDeliveryQualificationLease",
23991
+ "packages/core/dev-delivery-authority-landing.js#admitDevDeliveryMergeGroup",
23992
+ "packages/core/dev-delivery-authority-qualification.js#completeDevDeliveryQualification",
23993
+ "packages/core/dev-delivery-authority-state.js#createDevDeliveryAuthorityState",
23994
+ "packages/core/dev-delivery-authority-evidence.js#createDevDeliveryQualificationContract",
23995
+ "packages/core/dev-delivery-landing-readback.js#deriveDevDeliveryLandingProviderAttempt",
23996
+ "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_AUTHORITY_CONTRACT",
23997
+ "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_AUTHORITY_MIGRATION_SCHEMA",
23998
+ "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_AUTHORITY_MODE",
23999
+ "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_AUTHORITY_RECEIPT_SCHEMA",
24000
+ "packages/core/dev-delivery-authority-evidence.js#DEV_DELIVERY_BOUNDED_QUALIFICATION_CONTRACT_SCHEMA",
24001
+ "packages/core/dev-delivery-authority-evidence.js#DEV_DELIVERY_BOUNDED_QUALIFICATION_RECEIPT_SCHEMA",
24002
+ "packages/core/dev-delivery-landing-terminal-evidence.js#DEV_DELIVERY_LANDING_TERMINAL_READBACK_SCHEMA",
24003
+ "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_LANDING_WARRANT_SCHEMA",
24004
+ "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_MERGE_GROUP_ADMISSION_SCHEMA",
24005
+ "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_QUALIFICATION_LEASE_SCHEMA",
24006
+ "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_SCHEDULER_REASON_SCHEMA",
24007
+ "packages/core/dev-delivery-authority-state.js#DEV_DELIVERY_SCHEDULER_WAKE_SCHEMA",
24008
+ "packages/core/dev-delivery-authority-landing.js#heartbeatDevDeliveryLandingWarrant",
24009
+ "packages/core/dev-delivery-authority-landing.js#heartbeatDevDeliveryLandingWarrantWithGitHubProvider",
24010
+ "packages/core/dev-delivery-authority-qualification.js#heartbeatDevDeliveryQualificationLease",
24011
+ "packages/core/dev-delivery-authority-state.js#migrateDevDeliveryAuthorityState",
24012
+ "packages/core/dev-delivery-authority-state.js#normalizeDevDeliveryAuthorityState",
24013
+ "packages/core/dev-delivery-authority-observation.js#observeDevDeliveryAuthorityState",
24014
+ "packages/core/dev-delivery-landing-readback.js#readGitHubLandingActiveProviderAttempt",
24015
+ "packages/core/dev-delivery-landing-readback.js#readGitHubLandingProviderAttempt",
24016
+ "packages/core/dev-delivery-landing-readback.js#readGitHubLandingTerminalState",
24017
+ "packages/core/dev-delivery-authority-landing.js#recoverDevDeliveryAuthority",
24018
+ "packages/core/dev-delivery-authority-landing.js#settleDevDeliveryAuthorityCandidate",
24019
+ "packages/core/dev-delivery-authority-landing.js#settleDevDeliveryAuthorityCandidateWithGitHubProvider",
24020
+ "packages/core/dev-delivery-authority-qualification.js#submitDevDeliveryAuthorityCandidate",
24021
+ "packages/core/dev-delivery-authority-evidence.js#verifyDevDeliveryQualificationEvidence",
24022
+ "packages/core/dev-delivery-landing-terminal-evidence.js#verifyExpiredLandingSettlementReadback",
24023
+ "packages/core/dev-delivery-landing-terminal-evidence.js#verifyLandingSettlementReadback"
24024
+ ],
24025
+ "owner": "buildchain-core",
24026
+ "maturity": "stable",
24027
+ "introducedVersion": "pre-3.0.2-alpha.4",
24028
+ "compatibilityPromise": "preserved-through-the-v3-major-line",
24029
+ "deprecationReplacement": "",
24030
+ "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
24031
+ "nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
24032
+ },
22522
24033
  {
22523
24034
  "specifier": "@kungfu-tech/buildchain/dev-delivery-warrant",
22524
24035
  "export": "./dev-delivery-warrant",
22525
24036
  "target": "./packages/core/dev-delivery-warrant.js",
22526
- "digest": "sha256:e75021c57a7acfffa9971f247ef795a3d97ad235ff4602496f1e33999ede4afc",
24037
+ "digest": "sha256:8616bee7fe706dfa0429a48e5834159389a8cc439d5e4e0285a3483493ad3d19",
22527
24038
  "summary": "Durable fair Dev Delivery Warrant queue, fenced lease, and split source and integration proof APIs.",
22528
24039
  "capabilityGroup": "governance-versioning",
22529
24040
  "audience": [
22530
24041
  "developer",
22531
24042
  "agent"
22532
24043
  ],
22533
- "symbolCount": 36,
24044
+ "symbolCount": 54,
22534
24045
  "symbolIds": [
22535
24046
  "packages/core/dev-delivery-warrant.js#cancelQueuedDevDeliveryCandidate",
22536
24047
  "packages/core/dev-delivery-proof.js#classifyDevDeliveryDelta",
22537
24048
  "packages/core/dev-delivery-warrant.js#closeDevDeliveryWarrant",
22538
24049
  "packages/core/dev-delivery-warrant.js#createDevDeliveryQueue",
22539
24050
  "packages/core/dev-delivery-proof.js#createIntegrationDeliveryProof",
24051
+ "packages/core/dev-delivery-native-proof.js#createNativeCommandContract",
24052
+ "packages/core/dev-delivery-native-proof.js#createNativeExecutionBinding",
24053
+ "packages/core/dev-delivery-native-proof.js#createNativeExecutionReceipt",
24054
+ "packages/core/dev-delivery-native-proof.js#createNativeProofBaseDelta",
24055
+ "packages/core/dev-delivery-native-proof.js#createNativeProofReuseDecision",
24056
+ "packages/core/dev-delivery-native-proof.js#createNativeQualificationProof",
22540
24057
  "packages/core/dev-delivery-proof.js#createProjectCutReplayPlan",
22541
24058
  "packages/core/dev-delivery-proof.js#createProjectCutReplayProof",
22542
24059
  "packages/core/release-blocker-priority.js#createReleaseBlockerPriorityClaim",
@@ -22546,6 +24063,7 @@
22546
24063
  "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CLASSES",
22547
24064
  "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_LEASE_RECEIPT_SCHEMA",
22548
24065
  "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_PRIORITIES",
24066
+ "packages/core/dev-delivery-native-proof.js#DEV_DELIVERY_QUALIFICATION_RECEIPT_SCHEMA",
22549
24067
  "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_QUEUE_CONTRACT",
22550
24068
  "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA",
22551
24069
  "packages/core/dev-delivery-warrant.js#DEV_DELIVERY_SETTLEMENT_RECEIPT_SCHEMA",
@@ -22554,9 +24072,17 @@
22554
24072
  "packages/core/dev-delivery-common.js#devDeliveryContentRoot",
22555
24073
  "packages/core/dev-delivery-warrant.js#heartbeatDevDeliveryWarrant",
22556
24074
  "packages/core/dev-delivery-proof.js#INTEGRATION_DELIVERY_PROOF_SCHEMA",
24075
+ "packages/core/dev-delivery-native-proof.js#NATIVE_COMMAND_CONTRACT_SCHEMA",
24076
+ "packages/core/dev-delivery-native-proof.js#NATIVE_EXECUTION_BINDING_SCHEMA",
24077
+ "packages/core/dev-delivery-native-proof.js#NATIVE_EXECUTION_RECEIPT_SCHEMA",
24078
+ "packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_BASE_DELTA_SCHEMA",
24079
+ "packages/core/dev-delivery-native-proof.js#NATIVE_PROOF_REUSE_DECISION_SCHEMA",
24080
+ "packages/core/dev-delivery-native-proof.js#NATIVE_QUALIFICATION_PROOF_SCHEMA",
22557
24081
  "packages/core/dev-delivery-warrant.js#normalizeDevDeliveryQueue",
24082
+ "packages/core/dev-delivery-native-proof.js#normalizeNativeCommandContract",
22558
24083
  "packages/core/dev-delivery-warrant.js#observeDevDeliveryQueue",
22559
24084
  "packages/core/dev-delivery-proof.js#PROJECT_CUT_REPLAY_PROOF_SCHEMA",
24085
+ "packages/core/dev-delivery-warrant.js#qualifyDevDeliveryWarrant",
22560
24086
  "packages/core/dev-delivery-warrant.js#rankDevDeliveryCandidates",
22561
24087
  "packages/core/dev-delivery-warrant.js#recoverExpiredDevDeliveryWarrant",
22562
24088
  "packages/core/release-blocker-priority.js#RELEASE_BLOCKER_PRIORITY_CLAIM_SCHEMA",
@@ -22566,6 +24092,9 @@
22566
24092
  "packages/core/dev-delivery-proof.js#SOURCE_QUALIFICATION_PROOF_V2_SCHEMA",
22567
24093
  "packages/core/dev-delivery-warrant.js#submitDevDeliveryCandidate",
22568
24094
  "packages/core/dev-delivery-proof.js#verifyIntegrationDeliveryProof",
24095
+ "packages/core/dev-delivery-native-proof.js#verifyNativeExecutionReceipt",
24096
+ "packages/core/dev-delivery-native-proof.js#verifyNativeProofReuseDecision",
24097
+ "packages/core/dev-delivery-native-proof.js#verifyNativeQualificationProof",
22569
24098
  "packages/core/dev-delivery-proof.js#verifyProjectCutReplayProof",
22570
24099
  "packages/core/dev-delivery-proof.js#verifySourceQualificationProof"
22571
24100
  ],
@@ -23975,7 +25504,7 @@
23975
25504
  {
23976
25505
  "id": "node-api-reference",
23977
25506
  "path": "docs/node-api-reference.md",
23978
- "digest": "sha256:1771331eea141e17dc27d19ccd6ccdf2d3a7d2ecdb98fb9e0d0d563b1e61b438"
25507
+ "digest": "sha256:a409b078692ebb18ca7bb817ebd35c416cc6be3842f671c17d019c9aa32d0638"
23979
25508
  },
23980
25509
  {
23981
25510
  "id": "build-facts",