@kungfu-tech/buildchain 3.0.8 → 3.0.9-alpha.1
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.
- package/actions/promote-buildchain-ref/README.md +8 -7
- package/bin/buildchain.mjs +34 -33
- package/bin/internal/trust-release-release-handlers.mjs +5 -0
- package/contracts/fixtures/kfd-adopter-release-v1/kfd-4-perspective.json +16 -0
- package/contracts/fixtures/kfd-adopter-release-v1/kfd-4-replay.json +57 -0
- package/contracts/release-cut-v1.schema.json +1 -0
- package/contracts/release-train-transition-v1.schema.json +1 -0
- package/dist/site/agent-index.json +0 -1
- package/dist/site/artifact-schemas.json +0 -2
- package/dist/site/badge-endpoint-registry.json +9 -9
- package/dist/site/badges/v1/kfd-8/aligned.json +1 -1
- package/dist/site/badges/v1/kfd-8/declared.json +1 -1
- package/dist/site/badges/v1/kfd-8/downgraded.json +1 -1
- package/dist/site/badges/v1/kfd-8/draft.json +1 -1
- package/dist/site/badges/v1/kfd-8/failed.json +1 -1
- package/dist/site/badges/v1/kfd-8/missing.json +1 -1
- package/dist/site/badges/v1/kfd-8/passed.json +1 -1
- package/dist/site/badges/v1/kfd-8/planned.json +1 -1
- package/dist/site/buildchain-contract.json +38 -34
- package/dist/site/buildchain-site.json +59 -39
- package/dist/site/capability-registry.json +1 -1
- package/dist/site/cli-registry.json +8 -7
- package/dist/site/controller-registry.json +13 -5
- package/dist/site/kfd-claims.json +35 -8
- package/dist/site/kfd-upstream-aggregate.json +10 -10
- package/dist/site/manual-registry.json +9 -9
- package/dist/site/node-api-registry.json +1143 -320
- package/dist/site/page-registry.json +46 -26
- package/dist/site/public-surface-audit.json +19 -9
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-passport-check-manifest.json +33 -5
- package/dist/site/release-provenance.json +2 -1
- package/dist/site/schemas/release-passport-v1.schema.json +3 -0
- package/dist/site/site-manifest.json +13 -13
- package/dist/site/workflow-registry.json +19 -9
- package/docs/aws-us-elastic-runner-burst-plane.md +15 -3
- package/docs/cli-reference.md +6 -6
- package/docs/cli.md +2 -3
- package/docs/dev-alpha-candidate-patrol.md +45 -20
- package/docs/dev-delivery-warrant.md +12 -2
- package/docs/kfd-support.md +7 -7
- package/docs/node-api-reference.md +295 -246
- package/docs/release-passport.md +25 -12
- package/docs/release-train.md +54 -4
- package/docs/reusable-build-surface.md +26 -9
- package/docs/runtime-train-validation.md +6 -0
- package/docs/versioning.md +3 -2
- package/package.json +4 -3
- package/packages/core/artifact-verification-envelope.js +114 -0
- package/packages/core/buildchain-channel-identity.js +119 -0
- package/packages/core/buildchain-compatibility-proof.js +32 -0
- package/packages/core/buildchain-contract.js +7 -0
- package/packages/core/controller-evidence.js +2 -1
- package/packages/core/dev-alpha-active-release-train.js +460 -0
- package/packages/core/dev-alpha-candidate-selection.js +181 -0
- package/packages/core/dev-delivery-warrant.js +15 -4
- package/packages/core/index.js +4 -5
- package/packages/core/kfd-adopter-manifest.js +390 -0
- package/packages/core/kfd-product-gates.js +0 -300
- package/packages/core/release-blocker-priority.js +192 -0
- package/packages/core/release-passport-contract.js +219 -6
- package/packages/core/release-passport.js +139 -242
- package/packages/core/release-train.js +220 -0
- package/scripts/aws-macos-jit-controller-core.mjs +76 -0
- package/scripts/aws-macos-jit-controller.mjs +29 -0
- package/scripts/aws-macos-jit-source-rebind.mjs +503 -0
- package/scripts/buildchain-channel-router.mjs +18 -2
- package/scripts/buildchain-cli-help.mjs +4 -2
- package/scripts/buildchain-contract-lock.mjs +11 -1
- package/scripts/check-inventory.mjs +4 -4
- package/scripts/dev-alpha-candidate-patrol.mjs +196 -201
- package/scripts/generate-buildchain-kfd-witnesses.mjs +88 -94
- package/scripts/generate-channel-build-workflow.mjs +78 -31
- package/scripts/generate-site-bundle.mjs +1 -8
- package/scripts/promotion-channel-router.mjs +5 -3
- package/scripts/release-train-self-dogfood.mjs +579 -0
- package/scripts/runtime-ref-core.mjs +4 -17
- package/scripts/site-capability-metadata.mjs +3 -1
- package/dist/site/schemas/kfd-support-projection-v1.schema.json +0 -106
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
],
|
|
765
765
|
"source": {
|
|
766
766
|
"path": "packages/core/artifact-verification-envelope.js",
|
|
767
|
-
"line":
|
|
767
|
+
"line": 12
|
|
768
768
|
},
|
|
769
769
|
"example": "import { ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
770
770
|
"maturity": "stable",
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
],
|
|
789
789
|
"source": {
|
|
790
790
|
"path": "packages/core/artifact-verification-envelope.js",
|
|
791
|
-
"line":
|
|
791
|
+
"line": 10
|
|
792
792
|
},
|
|
793
793
|
"example": "import { ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
794
794
|
"maturity": "stable",
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
],
|
|
818
818
|
"source": {
|
|
819
819
|
"path": "packages/core/artifact-verification-envelope.js",
|
|
820
|
-
"line":
|
|
820
|
+
"line": 59
|
|
821
821
|
},
|
|
822
822
|
"example": "import { artifactVerificationEnvelopeDigest } from \"@kungfu-tech/buildchain\";",
|
|
823
823
|
"maturity": "stable",
|
|
@@ -826,6 +826,83 @@
|
|
|
826
826
|
"agent"
|
|
827
827
|
]
|
|
828
828
|
},
|
|
829
|
+
{
|
|
830
|
+
"id": "packages/core/artifact-verification-envelope.js#createKfdAdopterReleaseBinding",
|
|
831
|
+
"name": "createKfdAdopterReleaseBinding",
|
|
832
|
+
"kind": "function",
|
|
833
|
+
"signature": "function createKfdAdopterReleaseBinding({ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedSourceSha = \"\", } = {})",
|
|
834
|
+
"parameters": [
|
|
835
|
+
{
|
|
836
|
+
"name": "parameter1",
|
|
837
|
+
"signature": "{ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedSourceSha = \"\", } = {}"
|
|
838
|
+
}
|
|
839
|
+
],
|
|
840
|
+
"returns": "unknown",
|
|
841
|
+
"errors": [
|
|
842
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
843
|
+
],
|
|
844
|
+
"sideEffects": [
|
|
845
|
+
"none-detected-by-static-source-scan"
|
|
846
|
+
],
|
|
847
|
+
"source": {
|
|
848
|
+
"path": "packages/core/artifact-verification-envelope.js",
|
|
849
|
+
"line": 441
|
|
850
|
+
},
|
|
851
|
+
"example": "import { createKfdAdopterReleaseBinding } from \"@kungfu-tech/buildchain\";",
|
|
852
|
+
"maturity": "stable",
|
|
853
|
+
"audience": [
|
|
854
|
+
"developer",
|
|
855
|
+
"agent"
|
|
856
|
+
]
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"id": "packages/core/artifact-verification-envelope.js#installedKfdPackageArtifactRoot",
|
|
860
|
+
"name": "installedKfdPackageArtifactRoot",
|
|
861
|
+
"kind": "function",
|
|
862
|
+
"signature": "function installedKfdPackageArtifactRoot()",
|
|
863
|
+
"parameters": [],
|
|
864
|
+
"returns": "unknown",
|
|
865
|
+
"errors": [
|
|
866
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
867
|
+
],
|
|
868
|
+
"sideEffects": [
|
|
869
|
+
"none-detected-by-static-source-scan"
|
|
870
|
+
],
|
|
871
|
+
"source": {
|
|
872
|
+
"path": "packages/core/artifact-verification-envelope.js",
|
|
873
|
+
"line": 397
|
|
874
|
+
},
|
|
875
|
+
"example": "import { installedKfdPackageArtifactRoot } from \"@kungfu-tech/buildchain\";",
|
|
876
|
+
"maturity": "stable",
|
|
877
|
+
"audience": [
|
|
878
|
+
"developer",
|
|
879
|
+
"agent"
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"id": "packages/core/artifact-verification-envelope.js#KFD_ADOPTER_RELEASE_BINDING_CONTRACT",
|
|
884
|
+
"name": "KFD_ADOPTER_RELEASE_BINDING_CONTRACT",
|
|
885
|
+
"kind": "constant",
|
|
886
|
+
"signature": "const KFD_ADOPTER_RELEASE_BINDING_CONTRACT",
|
|
887
|
+
"parameters": [],
|
|
888
|
+
"returns": "value",
|
|
889
|
+
"errors": [
|
|
890
|
+
"Import does not declare a throw contract."
|
|
891
|
+
],
|
|
892
|
+
"sideEffects": [
|
|
893
|
+
"none-on-import"
|
|
894
|
+
],
|
|
895
|
+
"source": {
|
|
896
|
+
"path": "packages/core/artifact-verification-envelope.js",
|
|
897
|
+
"line": 16
|
|
898
|
+
},
|
|
899
|
+
"example": "import { KFD_ADOPTER_RELEASE_BINDING_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
900
|
+
"maturity": "stable",
|
|
901
|
+
"audience": [
|
|
902
|
+
"developer",
|
|
903
|
+
"agent"
|
|
904
|
+
]
|
|
905
|
+
},
|
|
829
906
|
{
|
|
830
907
|
"id": "packages/core/artifact-verification-envelope.js#KFX_ADMISSION_INPUTS_CONTRACT",
|
|
831
908
|
"name": "KFX_ADMISSION_INPUTS_CONTRACT",
|
|
@@ -841,7 +918,7 @@
|
|
|
841
918
|
],
|
|
842
919
|
"source": {
|
|
843
920
|
"path": "packages/core/artifact-verification-envelope.js",
|
|
844
|
-
"line":
|
|
921
|
+
"line": 14
|
|
845
922
|
},
|
|
846
923
|
"example": "import { KFX_ADMISSION_INPUTS_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
847
924
|
"maturity": "stable",
|
|
@@ -870,7 +947,7 @@
|
|
|
870
947
|
],
|
|
871
948
|
"source": {
|
|
872
949
|
"path": "packages/core/artifact-verification-envelope.js",
|
|
873
|
-
"line":
|
|
950
|
+
"line": 368
|
|
874
951
|
},
|
|
875
952
|
"example": "import { projectArtifactVerificationEnvelopeToKfx } from \"@kungfu-tech/buildchain\";",
|
|
876
953
|
"maturity": "stable",
|
|
@@ -899,7 +976,7 @@
|
|
|
899
976
|
],
|
|
900
977
|
"source": {
|
|
901
978
|
"path": "packages/core/artifact-verification-envelope.js",
|
|
902
|
-
"line":
|
|
979
|
+
"line": 323
|
|
903
980
|
},
|
|
904
981
|
"example": "import { sealArtifactVerificationReport } from \"@kungfu-tech/buildchain\";",
|
|
905
982
|
"maturity": "stable",
|
|
@@ -908,6 +985,39 @@
|
|
|
908
985
|
"agent"
|
|
909
986
|
]
|
|
910
987
|
},
|
|
988
|
+
{
|
|
989
|
+
"id": "packages/core/artifact-verification-envelope.js#validateKfdAdopterReleaseBinding",
|
|
990
|
+
"name": "validateKfdAdopterReleaseBinding",
|
|
991
|
+
"kind": "function",
|
|
992
|
+
"signature": "function validateKfdAdopterReleaseBinding(binding, { manifest, manifestGate, legacyProjection, expectedSourceSha = \"\", } = {})",
|
|
993
|
+
"parameters": [
|
|
994
|
+
{
|
|
995
|
+
"name": "binding",
|
|
996
|
+
"signature": "binding"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "parameter2",
|
|
1000
|
+
"signature": "{ manifest, manifestGate, legacyProjection, expectedSourceSha = \"\", } = {}"
|
|
1001
|
+
}
|
|
1002
|
+
],
|
|
1003
|
+
"returns": "unknown",
|
|
1004
|
+
"errors": [
|
|
1005
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
1006
|
+
],
|
|
1007
|
+
"sideEffects": [
|
|
1008
|
+
"none-detected-by-static-source-scan"
|
|
1009
|
+
],
|
|
1010
|
+
"source": {
|
|
1011
|
+
"path": "packages/core/artifact-verification-envelope.js",
|
|
1012
|
+
"line": 467
|
|
1013
|
+
},
|
|
1014
|
+
"example": "import { validateKfdAdopterReleaseBinding } from \"@kungfu-tech/buildchain\";",
|
|
1015
|
+
"maturity": "stable",
|
|
1016
|
+
"audience": [
|
|
1017
|
+
"developer",
|
|
1018
|
+
"agent"
|
|
1019
|
+
]
|
|
1020
|
+
},
|
|
911
1021
|
{
|
|
912
1022
|
"id": "packages/core/artifact-verification-envelope.js#verifyArtifactVerificationEnvelope",
|
|
913
1023
|
"name": "verifyArtifactVerificationEnvelope",
|
|
@@ -928,7 +1038,7 @@
|
|
|
928
1038
|
],
|
|
929
1039
|
"source": {
|
|
930
1040
|
"path": "packages/core/artifact-verification-envelope.js",
|
|
931
|
-
"line":
|
|
1041
|
+
"line": 153
|
|
932
1042
|
},
|
|
933
1043
|
"example": "import { verifyArtifactVerificationEnvelope } from \"@kungfu-tech/buildchain\";",
|
|
934
1044
|
"maturity": "stable",
|
|
@@ -1367,6 +1477,117 @@
|
|
|
1367
1477
|
"agent"
|
|
1368
1478
|
]
|
|
1369
1479
|
},
|
|
1480
|
+
{
|
|
1481
|
+
"id": "packages/core/buildchain-channel-identity.js#BUILDCHAIN_CHANNELS",
|
|
1482
|
+
"name": "BUILDCHAIN_CHANNELS",
|
|
1483
|
+
"kind": "constant",
|
|
1484
|
+
"signature": "const BUILDCHAIN_CHANNELS",
|
|
1485
|
+
"parameters": [],
|
|
1486
|
+
"returns": "value",
|
|
1487
|
+
"errors": [
|
|
1488
|
+
"Import does not declare a throw contract."
|
|
1489
|
+
],
|
|
1490
|
+
"sideEffects": [
|
|
1491
|
+
"none-on-import"
|
|
1492
|
+
],
|
|
1493
|
+
"source": {
|
|
1494
|
+
"path": "packages/core/buildchain-channel-identity.js",
|
|
1495
|
+
"line": 8
|
|
1496
|
+
},
|
|
1497
|
+
"example": "import { BUILDCHAIN_CHANNELS } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1498
|
+
"maturity": "stable",
|
|
1499
|
+
"audience": [
|
|
1500
|
+
"developer",
|
|
1501
|
+
"agent"
|
|
1502
|
+
]
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"id": "packages/core/buildchain-channel-identity.js#evaluateBuildchainChannelBinding",
|
|
1506
|
+
"name": "evaluateBuildchainChannelBinding",
|
|
1507
|
+
"kind": "function",
|
|
1508
|
+
"signature": "function evaluateBuildchainChannelBinding({ workflowShellRef = \"\", runtimeRef = \"\", lockRef = \"\", lockMajorLine = \"\", expectedChannel = \"\", expectedMajor = \"\", allowOpaqueRuntime = false } = {})",
|
|
1509
|
+
"parameters": [
|
|
1510
|
+
{
|
|
1511
|
+
"name": "parameter1",
|
|
1512
|
+
"signature": "{ workflowShellRef = \"\", runtimeRef = \"\", lockRef = \"\", lockMajorLine = \"\", expectedChannel = \"\", expectedMajor = \"\", allowOpaqueRuntime = false } = {}"
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"returns": "unknown",
|
|
1516
|
+
"errors": [
|
|
1517
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
1518
|
+
],
|
|
1519
|
+
"sideEffects": [
|
|
1520
|
+
"none-detected-by-static-source-scan"
|
|
1521
|
+
],
|
|
1522
|
+
"source": {
|
|
1523
|
+
"path": "packages/core/buildchain-channel-identity.js",
|
|
1524
|
+
"line": 97
|
|
1525
|
+
},
|
|
1526
|
+
"example": "import { evaluateBuildchainChannelBinding } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1527
|
+
"maturity": "stable",
|
|
1528
|
+
"audience": [
|
|
1529
|
+
"developer",
|
|
1530
|
+
"agent"
|
|
1531
|
+
]
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"id": "packages/core/buildchain-channel-identity.js#normalizeBuildchainRef",
|
|
1535
|
+
"name": "normalizeBuildchainRef",
|
|
1536
|
+
"kind": "function",
|
|
1537
|
+
"signature": "function normalizeBuildchainRef(ref = \"\")",
|
|
1538
|
+
"parameters": [
|
|
1539
|
+
{
|
|
1540
|
+
"name": "ref",
|
|
1541
|
+
"signature": "ref = \"\""
|
|
1542
|
+
}
|
|
1543
|
+
],
|
|
1544
|
+
"returns": "unknown",
|
|
1545
|
+
"errors": [
|
|
1546
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
1547
|
+
],
|
|
1548
|
+
"sideEffects": [
|
|
1549
|
+
"none-detected-by-static-source-scan"
|
|
1550
|
+
],
|
|
1551
|
+
"source": {
|
|
1552
|
+
"path": "packages/core/buildchain-channel-identity.js",
|
|
1553
|
+
"line": 10
|
|
1554
|
+
},
|
|
1555
|
+
"example": "import { normalizeBuildchainRef } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1556
|
+
"maturity": "stable",
|
|
1557
|
+
"audience": [
|
|
1558
|
+
"developer",
|
|
1559
|
+
"agent"
|
|
1560
|
+
]
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"id": "packages/core/buildchain-channel-identity.js#parseBuildchainRefIdentity",
|
|
1564
|
+
"name": "parseBuildchainRefIdentity",
|
|
1565
|
+
"kind": "function",
|
|
1566
|
+
"signature": "function parseBuildchainRefIdentity(ref = \"\")",
|
|
1567
|
+
"parameters": [
|
|
1568
|
+
{
|
|
1569
|
+
"name": "ref",
|
|
1570
|
+
"signature": "ref = \"\""
|
|
1571
|
+
}
|
|
1572
|
+
],
|
|
1573
|
+
"returns": "unknown",
|
|
1574
|
+
"errors": [
|
|
1575
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
1576
|
+
],
|
|
1577
|
+
"sideEffects": [
|
|
1578
|
+
"none-detected-by-static-source-scan"
|
|
1579
|
+
],
|
|
1580
|
+
"source": {
|
|
1581
|
+
"path": "packages/core/buildchain-channel-identity.js",
|
|
1582
|
+
"line": 16
|
|
1583
|
+
},
|
|
1584
|
+
"example": "import { parseBuildchainRefIdentity } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1585
|
+
"maturity": "stable",
|
|
1586
|
+
"audience": [
|
|
1587
|
+
"developer",
|
|
1588
|
+
"agent"
|
|
1589
|
+
]
|
|
1590
|
+
},
|
|
1370
1591
|
{
|
|
1371
1592
|
"id": "packages/core/buildchain-compatibility-proof.js#assertBuildchainCompatibilityProjection",
|
|
1372
1593
|
"name": "assertBuildchainCompatibilityProjection",
|
|
@@ -1387,7 +1608,7 @@
|
|
|
1387
1608
|
],
|
|
1388
1609
|
"source": {
|
|
1389
1610
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1390
|
-
"line":
|
|
1611
|
+
"line": 277
|
|
1391
1612
|
},
|
|
1392
1613
|
"example": "import { assertBuildchainCompatibilityProjection } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1393
1614
|
"maturity": "stable",
|
|
@@ -1411,7 +1632,7 @@
|
|
|
1411
1632
|
],
|
|
1412
1633
|
"source": {
|
|
1413
1634
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1414
|
-
"line":
|
|
1635
|
+
"line": 13
|
|
1415
1636
|
},
|
|
1416
1637
|
"example": "import { BUILDCHAIN_COMPATIBILITY_PROOF_REGISTRY_SCHEMA } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1417
1638
|
"maturity": "stable",
|
|
@@ -1435,7 +1656,7 @@
|
|
|
1435
1656
|
],
|
|
1436
1657
|
"source": {
|
|
1437
1658
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1438
|
-
"line":
|
|
1659
|
+
"line": 12
|
|
1439
1660
|
},
|
|
1440
1661
|
"example": "import { BUILDCHAIN_COMPATIBILITY_PROOF_SCHEMA } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1441
1662
|
"maturity": "stable",
|
|
@@ -1459,7 +1680,7 @@
|
|
|
1459
1680
|
],
|
|
1460
1681
|
"source": {
|
|
1461
1682
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1462
|
-
"line":
|
|
1683
|
+
"line": 14
|
|
1463
1684
|
},
|
|
1464
1685
|
"example": "import { BUILDCHAIN_COMPATIBILITY_VERIFICATION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1465
1686
|
"maturity": "stable",
|
|
@@ -1496,7 +1717,7 @@
|
|
|
1496
1717
|
],
|
|
1497
1718
|
"source": {
|
|
1498
1719
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1499
|
-
"line":
|
|
1720
|
+
"line": 360
|
|
1500
1721
|
},
|
|
1501
1722
|
"example": "import { contractSummary } from \"@kungfu-tech/buildchain\";",
|
|
1502
1723
|
"maturity": "stable",
|
|
@@ -1525,7 +1746,7 @@
|
|
|
1525
1746
|
],
|
|
1526
1747
|
"source": {
|
|
1527
1748
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1528
|
-
"line":
|
|
1749
|
+
"line": 158
|
|
1529
1750
|
},
|
|
1530
1751
|
"example": "import { createBuildchainCompatibilityProof } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1531
1752
|
"maturity": "stable",
|
|
@@ -1554,7 +1775,7 @@
|
|
|
1554
1775
|
],
|
|
1555
1776
|
"source": {
|
|
1556
1777
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1557
|
-
"line":
|
|
1778
|
+
"line": 253
|
|
1558
1779
|
},
|
|
1559
1780
|
"example": "import { createBuildchainCompatibilityProofRegistry } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1560
1781
|
"maturity": "stable",
|
|
@@ -1583,7 +1804,7 @@
|
|
|
1583
1804
|
],
|
|
1584
1805
|
"source": {
|
|
1585
1806
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1586
|
-
"line":
|
|
1807
|
+
"line": 323
|
|
1587
1808
|
},
|
|
1588
1809
|
"example": "import { createBuildchainCompatibilityVerificationReceipt } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1589
1810
|
"maturity": "stable",
|
|
@@ -1607,7 +1828,7 @@
|
|
|
1607
1828
|
],
|
|
1608
1829
|
"source": {
|
|
1609
1830
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1610
|
-
"line":
|
|
1831
|
+
"line": 230
|
|
1611
1832
|
},
|
|
1612
1833
|
"example": "import { createHistoricalBuildchainCompatibilityProofs } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1613
1834
|
"maturity": "stable",
|
|
@@ -1620,11 +1841,11 @@
|
|
|
1620
1841
|
"id": "packages/core/buildchain-compatibility-proof.js#evaluateBuildchainContractLock",
|
|
1621
1842
|
"name": "evaluateBuildchainContractLock",
|
|
1622
1843
|
"kind": "function",
|
|
1623
|
-
"signature": "function evaluateBuildchainContractLock({ lock, current, runtimeRef = \"\", runtimeSha = \"\", runtimeClass = \"\", compatibilityPolicy = \"\", } = {})",
|
|
1844
|
+
"signature": "function evaluateBuildchainContractLock({ lock, current, runtimeRef = \"\", runtimeSha = \"\", runtimeClass = \"\", compatibilityPolicy = \"\", workflowShellRef = \"\", expectedChannel = \"\", expectedMajor = \"\", allowOpaqueRuntime = false, } = {})",
|
|
1624
1845
|
"parameters": [
|
|
1625
1846
|
{
|
|
1626
1847
|
"name": "parameter1",
|
|
1627
|
-
"signature": "{ lock, current, runtimeRef = \"\", runtimeSha = \"\", runtimeClass = \"\", compatibilityPolicy = \"\", } = {}"
|
|
1848
|
+
"signature": "{ lock, current, runtimeRef = \"\", runtimeSha = \"\", runtimeClass = \"\", compatibilityPolicy = \"\", workflowShellRef = \"\", expectedChannel = \"\", expectedMajor = \"\", allowOpaqueRuntime = false, } = {}"
|
|
1628
1849
|
}
|
|
1629
1850
|
],
|
|
1630
1851
|
"returns": "unknown",
|
|
@@ -1636,7 +1857,7 @@
|
|
|
1636
1857
|
],
|
|
1637
1858
|
"source": {
|
|
1638
1859
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1639
|
-
"line":
|
|
1860
|
+
"line": 454
|
|
1640
1861
|
},
|
|
1641
1862
|
"example": "import { evaluateBuildchainContractLock } from \"@kungfu-tech/buildchain\";",
|
|
1642
1863
|
"maturity": "stable",
|
|
@@ -1665,7 +1886,7 @@
|
|
|
1665
1886
|
],
|
|
1666
1887
|
"source": {
|
|
1667
1888
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1668
|
-
"line":
|
|
1889
|
+
"line": 592
|
|
1669
1890
|
},
|
|
1670
1891
|
"example": "import { renderBuildchainContractDriftIssueBody } from \"@kungfu-tech/buildchain\";",
|
|
1671
1892
|
"maturity": "stable",
|
|
@@ -1698,7 +1919,7 @@
|
|
|
1698
1919
|
],
|
|
1699
1920
|
"source": {
|
|
1700
1921
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1701
|
-
"line":
|
|
1922
|
+
"line": 206
|
|
1702
1923
|
},
|
|
1703
1924
|
"example": "import { verifyBuildchainCompatibilityProof } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1704
1925
|
"maturity": "stable",
|
|
@@ -1727,7 +1948,7 @@
|
|
|
1727
1948
|
],
|
|
1728
1949
|
"source": {
|
|
1729
1950
|
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1730
|
-
"line":
|
|
1951
|
+
"line": 347
|
|
1731
1952
|
},
|
|
1732
1953
|
"example": "import { verifyBuildchainCompatibilityVerificationReceipt } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1733
1954
|
"maturity": "stable",
|
|
@@ -2189,7 +2410,7 @@
|
|
|
2189
2410
|
],
|
|
2190
2411
|
"source": {
|
|
2191
2412
|
"path": "packages/core/buildchain-contract.js",
|
|
2192
|
-
"line":
|
|
2413
|
+
"line": 36
|
|
2193
2414
|
},
|
|
2194
2415
|
"example": "import { BUILDCHAIN_CONTRACT_LOCK } from \"@kungfu-tech/buildchain\";",
|
|
2195
2416
|
"maturity": "stable",
|
|
@@ -2213,7 +2434,7 @@
|
|
|
2213
2434
|
],
|
|
2214
2435
|
"source": {
|
|
2215
2436
|
"path": "packages/core/buildchain-contract.js",
|
|
2216
|
-
"line":
|
|
2437
|
+
"line": 35
|
|
2217
2438
|
},
|
|
2218
2439
|
"example": "import { BUILDCHAIN_RUNTIME_CONTRACT_WORLD } from \"@kungfu-tech/buildchain\";",
|
|
2219
2440
|
"maturity": "stable",
|
|
@@ -2242,7 +2463,7 @@
|
|
|
2242
2463
|
],
|
|
2243
2464
|
"source": {
|
|
2244
2465
|
"path": "packages/core/buildchain-contract.js",
|
|
2245
|
-
"line":
|
|
2466
|
+
"line": 846
|
|
2246
2467
|
},
|
|
2247
2468
|
"example": "import { createBuildchainContractLock } from \"@kungfu-tech/buildchain\";",
|
|
2248
2469
|
"maturity": "stable",
|
|
@@ -2271,7 +2492,7 @@
|
|
|
2271
2492
|
],
|
|
2272
2493
|
"source": {
|
|
2273
2494
|
"path": "packages/core/buildchain-contract.js",
|
|
2274
|
-
"line":
|
|
2495
|
+
"line": 137
|
|
2275
2496
|
},
|
|
2276
2497
|
"example": "import { createBuildchainContractWorld } from \"@kungfu-tech/buildchain\";",
|
|
2277
2498
|
"maturity": "stable",
|
|
@@ -2300,7 +2521,7 @@
|
|
|
2300
2521
|
],
|
|
2301
2522
|
"source": {
|
|
2302
2523
|
"path": "packages/core/buildchain-contract.js",
|
|
2303
|
-
"line":
|
|
2524
|
+
"line": 801
|
|
2304
2525
|
},
|
|
2305
2526
|
"example": "import { finalizeBuildchainContractWorld } from \"@kungfu-tech/buildchain\";",
|
|
2306
2527
|
"maturity": "stable",
|
|
@@ -2329,7 +2550,7 @@
|
|
|
2329
2550
|
],
|
|
2330
2551
|
"source": {
|
|
2331
2552
|
"path": "packages/core/buildchain-contract.js",
|
|
2332
|
-
"line":
|
|
2553
|
+
"line": 900
|
|
2333
2554
|
},
|
|
2334
2555
|
"example": "import { readBuildchainContractLock } from \"@kungfu-tech/buildchain\";",
|
|
2335
2556
|
"maturity": "stable",
|
|
@@ -2358,7 +2579,7 @@
|
|
|
2358
2579
|
],
|
|
2359
2580
|
"source": {
|
|
2360
2581
|
"path": "packages/core/buildchain-contract.js",
|
|
2361
|
-
"line":
|
|
2582
|
+
"line": 879
|
|
2362
2583
|
},
|
|
2363
2584
|
"example": "import { readBuildchainContractWorld } from \"@kungfu-tech/buildchain\";",
|
|
2364
2585
|
"maturity": "stable",
|
|
@@ -2387,7 +2608,7 @@
|
|
|
2387
2608
|
],
|
|
2388
2609
|
"source": {
|
|
2389
2610
|
"path": "packages/core/buildchain-contract.js",
|
|
2390
|
-
"line":
|
|
2611
|
+
"line": 57
|
|
2391
2612
|
},
|
|
2392
2613
|
"example": "import { sha256BuildchainContractJson } from \"@kungfu-tech/buildchain\";",
|
|
2393
2614
|
"maturity": "stable",
|
|
@@ -2416,7 +2637,7 @@
|
|
|
2416
2637
|
],
|
|
2417
2638
|
"source": {
|
|
2418
2639
|
"path": "packages/core/buildchain-contract.js",
|
|
2419
|
-
"line":
|
|
2640
|
+
"line": 61
|
|
2420
2641
|
},
|
|
2421
2642
|
"example": "import { sha256File } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
2422
2643
|
"maturity": "stable",
|
|
@@ -2445,7 +2666,7 @@
|
|
|
2445
2666
|
],
|
|
2446
2667
|
"source": {
|
|
2447
2668
|
"path": "packages/core/buildchain-contract.js",
|
|
2448
|
-
"line":
|
|
2669
|
+
"line": 57
|
|
2449
2670
|
},
|
|
2450
2671
|
"example": "import { sha256Json } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
2451
2672
|
"maturity": "stable",
|
|
@@ -4239,7 +4460,7 @@
|
|
|
4239
4460
|
],
|
|
4240
4461
|
"source": {
|
|
4241
4462
|
"path": "packages/core/controller-evidence.js",
|
|
4242
|
-
"line":
|
|
4463
|
+
"line": 450
|
|
4243
4464
|
},
|
|
4244
4465
|
"example": "import { aggregateControllerReceipts } from \"@kungfu-tech/buildchain\";",
|
|
4245
4466
|
"maturity": "stable",
|
|
@@ -4364,7 +4585,7 @@
|
|
|
4364
4585
|
],
|
|
4365
4586
|
"source": {
|
|
4366
4587
|
"path": "packages/core/controller-evidence.js",
|
|
4367
|
-
"line":
|
|
4588
|
+
"line": 152
|
|
4368
4589
|
},
|
|
4369
4590
|
"example": "import { controllerEvidenceDigest } from \"@kungfu-tech/buildchain\";",
|
|
4370
4591
|
"maturity": "stable",
|
|
@@ -4393,7 +4614,7 @@
|
|
|
4393
4614
|
],
|
|
4394
4615
|
"source": {
|
|
4395
4616
|
"path": "packages/core/controller-evidence.js",
|
|
4396
|
-
"line":
|
|
4617
|
+
"line": 288
|
|
4397
4618
|
},
|
|
4398
4619
|
"example": "import { createControllerPlan } from \"@kungfu-tech/buildchain\";",
|
|
4399
4620
|
"maturity": "stable",
|
|
@@ -4422,7 +4643,7 @@
|
|
|
4422
4643
|
],
|
|
4423
4644
|
"source": {
|
|
4424
4645
|
"path": "packages/core/controller-evidence.js",
|
|
4425
|
-
"line":
|
|
4646
|
+
"line": 364
|
|
4426
4647
|
},
|
|
4427
4648
|
"example": "import { createControllerReceipt } from \"@kungfu-tech/buildchain\";",
|
|
4428
4649
|
"maturity": "stable",
|
|
@@ -4451,7 +4672,7 @@
|
|
|
4451
4672
|
],
|
|
4452
4673
|
"source": {
|
|
4453
4674
|
"path": "packages/core/controller-evidence.js",
|
|
4454
|
-
"line":
|
|
4675
|
+
"line": 492
|
|
4455
4676
|
},
|
|
4456
4677
|
"example": "import { createControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
|
|
4457
4678
|
"maturity": "stable",
|
|
@@ -4480,7 +4701,7 @@
|
|
|
4480
4701
|
],
|
|
4481
4702
|
"source": {
|
|
4482
4703
|
"path": "packages/core/controller-evidence.js",
|
|
4483
|
-
"line":
|
|
4704
|
+
"line": 198
|
|
4484
4705
|
},
|
|
4485
4706
|
"example": "import { createControllerRegistry } from \"@kungfu-tech/buildchain\";",
|
|
4486
4707
|
"maturity": "stable",
|
|
@@ -4509,7 +4730,7 @@
|
|
|
4509
4730
|
],
|
|
4510
4731
|
"source": {
|
|
4511
4732
|
"path": "packages/core/controller-evidence.js",
|
|
4512
|
-
"line":
|
|
4733
|
+
"line": 533
|
|
4513
4734
|
},
|
|
4514
4735
|
"example": "import { normalizeControllerReceiptReferences } from \"@kungfu-tech/buildchain\";",
|
|
4515
4736
|
"maturity": "stable",
|
|
@@ -4538,7 +4759,7 @@
|
|
|
4538
4759
|
],
|
|
4539
4760
|
"source": {
|
|
4540
4761
|
"path": "packages/core/controller-evidence.js",
|
|
4541
|
-
"line":
|
|
4762
|
+
"line": 326
|
|
4542
4763
|
},
|
|
4543
4764
|
"example": "import { validateControllerPlan } from \"@kungfu-tech/buildchain\";",
|
|
4544
4765
|
"maturity": "stable",
|
|
@@ -4571,7 +4792,7 @@
|
|
|
4571
4792
|
],
|
|
4572
4793
|
"source": {
|
|
4573
4794
|
"path": "packages/core/controller-evidence.js",
|
|
4574
|
-
"line":
|
|
4795
|
+
"line": 424
|
|
4575
4796
|
},
|
|
4576
4797
|
"example": "import { validateControllerReceipt } from \"@kungfu-tech/buildchain\";",
|
|
4577
4798
|
"maturity": "stable",
|
|
@@ -4604,7 +4825,7 @@
|
|
|
4604
4825
|
],
|
|
4605
4826
|
"source": {
|
|
4606
4827
|
"path": "packages/core/controller-evidence.js",
|
|
4607
|
-
"line":
|
|
4828
|
+
"line": 506
|
|
4608
4829
|
},
|
|
4609
4830
|
"example": "import { validateControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
|
|
4610
4831
|
"maturity": "stable",
|
|
@@ -5068,7 +5289,7 @@
|
|
|
5068
5289
|
],
|
|
5069
5290
|
"source": {
|
|
5070
5291
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5071
|
-
"line":
|
|
5292
|
+
"line": 579
|
|
5072
5293
|
},
|
|
5073
5294
|
"example": "import { cancelQueuedDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5074
5295
|
"maturity": "stable",
|
|
@@ -5105,7 +5326,7 @@
|
|
|
5105
5326
|
],
|
|
5106
5327
|
"source": {
|
|
5107
5328
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5108
|
-
"line":
|
|
5329
|
+
"line": 531
|
|
5109
5330
|
},
|
|
5110
5331
|
"example": "import { closeDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5111
5332
|
"maturity": "stable",
|
|
@@ -5134,7 +5355,7 @@
|
|
|
5134
5355
|
],
|
|
5135
5356
|
"source": {
|
|
5136
5357
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5137
|
-
"line":
|
|
5358
|
+
"line": 100
|
|
5138
5359
|
},
|
|
5139
5360
|
"example": "import { createDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5140
5361
|
"maturity": "stable",
|
|
@@ -5182,7 +5403,7 @@
|
|
|
5182
5403
|
],
|
|
5183
5404
|
"source": {
|
|
5184
5405
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5185
|
-
"line":
|
|
5406
|
+
"line": 22
|
|
5186
5407
|
},
|
|
5187
5408
|
"example": "import { DEV_DELIVERY_CLASSES } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5188
5409
|
"maturity": "stable",
|
|
@@ -5206,7 +5427,7 @@
|
|
|
5206
5427
|
],
|
|
5207
5428
|
"source": {
|
|
5208
5429
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5209
|
-
"line":
|
|
5430
|
+
"line": 14
|
|
5210
5431
|
},
|
|
5211
5432
|
"example": "import { DEV_DELIVERY_LEASE_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5212
5433
|
"maturity": "stable",
|
|
@@ -5230,7 +5451,7 @@
|
|
|
5230
5451
|
],
|
|
5231
5452
|
"source": {
|
|
5232
5453
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5233
|
-
"line":
|
|
5454
|
+
"line": 16
|
|
5234
5455
|
},
|
|
5235
5456
|
"example": "import { DEV_DELIVERY_PRIORITIES } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5236
5457
|
"maturity": "stable",
|
|
@@ -5254,7 +5475,7 @@
|
|
|
5254
5475
|
],
|
|
5255
5476
|
"source": {
|
|
5256
5477
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5257
|
-
"line":
|
|
5478
|
+
"line": 10
|
|
5258
5479
|
},
|
|
5259
5480
|
"example": "import { DEV_DELIVERY_QUEUE_CONTRACT } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5260
5481
|
"maturity": "stable",
|
|
@@ -5278,7 +5499,7 @@
|
|
|
5278
5499
|
],
|
|
5279
5500
|
"source": {
|
|
5280
5501
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5281
|
-
"line":
|
|
5502
|
+
"line": 13
|
|
5282
5503
|
},
|
|
5283
5504
|
"example": "import { DEV_DELIVERY_SELECTION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5284
5505
|
"maturity": "stable",
|
|
@@ -5326,7 +5547,7 @@
|
|
|
5326
5547
|
],
|
|
5327
5548
|
"source": {
|
|
5328
5549
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5329
|
-
"line":
|
|
5550
|
+
"line": 12
|
|
5330
5551
|
},
|
|
5331
5552
|
"example": "import { DEV_DELIVERY_SUBMISSION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5332
5553
|
"maturity": "stable",
|
|
@@ -5350,7 +5571,7 @@
|
|
|
5350
5571
|
],
|
|
5351
5572
|
"source": {
|
|
5352
5573
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5353
|
-
"line":
|
|
5574
|
+
"line": 11
|
|
5354
5575
|
},
|
|
5355
5576
|
"example": "import { DEV_DELIVERY_WARRANT_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5356
5577
|
"maturity": "stable",
|
|
@@ -5387,7 +5608,7 @@
|
|
|
5387
5608
|
],
|
|
5388
5609
|
"source": {
|
|
5389
5610
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5390
|
-
"line":
|
|
5611
|
+
"line": 448
|
|
5391
5612
|
},
|
|
5392
5613
|
"example": "import { heartbeatDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5393
5614
|
"maturity": "stable",
|
|
@@ -5420,7 +5641,7 @@
|
|
|
5420
5641
|
],
|
|
5421
5642
|
"source": {
|
|
5422
5643
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5423
|
-
"line":
|
|
5644
|
+
"line": 115
|
|
5424
5645
|
},
|
|
5425
5646
|
"example": "import { normalizeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5426
5647
|
"maturity": "stable",
|
|
@@ -5453,7 +5674,7 @@
|
|
|
5453
5674
|
],
|
|
5454
5675
|
"source": {
|
|
5455
5676
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5456
|
-
"line":
|
|
5677
|
+
"line": 582
|
|
5457
5678
|
},
|
|
5458
5679
|
"example": "import { observeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5459
5680
|
"maturity": "stable",
|
|
@@ -5486,7 +5707,7 @@
|
|
|
5486
5707
|
],
|
|
5487
5708
|
"source": {
|
|
5488
5709
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5489
|
-
"line":
|
|
5710
|
+
"line": 285
|
|
5490
5711
|
},
|
|
5491
5712
|
"example": "import { rankDevDeliveryCandidates } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5492
5713
|
"maturity": "stable",
|
|
@@ -5519,7 +5740,7 @@
|
|
|
5519
5740
|
],
|
|
5520
5741
|
"source": {
|
|
5521
5742
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5522
|
-
"line":
|
|
5743
|
+
"line": 481
|
|
5523
5744
|
},
|
|
5524
5745
|
"example": "import { recoverExpiredDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5525
5746
|
"maturity": "stable",
|
|
@@ -5552,7 +5773,7 @@
|
|
|
5552
5773
|
],
|
|
5553
5774
|
"source": {
|
|
5554
5775
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5555
|
-
"line":
|
|
5776
|
+
"line": 309
|
|
5556
5777
|
},
|
|
5557
5778
|
"example": "import { selectDevDeliveryWarrant } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5558
5779
|
"maturity": "stable",
|
|
@@ -5576,7 +5797,7 @@
|
|
|
5576
5797
|
],
|
|
5577
5798
|
"source": {
|
|
5578
5799
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5579
|
-
"line":
|
|
5800
|
+
"line": 580
|
|
5580
5801
|
},
|
|
5581
5802
|
"example": "import { settleDevDeliveryTerminalEvent } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5582
5803
|
"maturity": "stable",
|
|
@@ -5613,7 +5834,7 @@
|
|
|
5613
5834
|
],
|
|
5614
5835
|
"source": {
|
|
5615
5836
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
5616
|
-
"line":
|
|
5837
|
+
"line": 201
|
|
5617
5838
|
},
|
|
5618
5839
|
"example": "import { submitDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
5619
5840
|
"maturity": "stable",
|
|
@@ -8706,14 +8927,14 @@
|
|
|
8706
8927
|
]
|
|
8707
8928
|
},
|
|
8708
8929
|
{
|
|
8709
|
-
"id": "packages/core/kfd-
|
|
8710
|
-
"name": "
|
|
8930
|
+
"id": "packages/core/kfd-adopter-manifest.js#createKfdAdopterManifestGate",
|
|
8931
|
+
"name": "createKfdAdopterManifestGate",
|
|
8711
8932
|
"kind": "function",
|
|
8712
|
-
"signature": "function
|
|
8933
|
+
"signature": "function createKfdAdopterManifestGate({ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {})",
|
|
8713
8934
|
"parameters": [
|
|
8714
8935
|
{
|
|
8715
8936
|
"name": "parameter1",
|
|
8716
|
-
"signature": "{
|
|
8937
|
+
"signature": "{ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {}"
|
|
8717
8938
|
}
|
|
8718
8939
|
],
|
|
8719
8940
|
"returns": "unknown",
|
|
@@ -8724,10 +8945,10 @@
|
|
|
8724
8945
|
"none-detected-by-static-source-scan"
|
|
8725
8946
|
],
|
|
8726
8947
|
"source": {
|
|
8727
|
-
"path": "packages/core/kfd-
|
|
8728
|
-
"line":
|
|
8948
|
+
"path": "packages/core/kfd-adopter-manifest.js",
|
|
8949
|
+
"line": 209
|
|
8729
8950
|
},
|
|
8730
|
-
"example": "import {
|
|
8951
|
+
"example": "import { createKfdAdopterManifestGate } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
8731
8952
|
"maturity": "stable",
|
|
8732
8953
|
"audience": [
|
|
8733
8954
|
"developer",
|
|
@@ -8735,14 +8956,14 @@
|
|
|
8735
8956
|
]
|
|
8736
8957
|
},
|
|
8737
8958
|
{
|
|
8738
|
-
"id": "packages/core/kfd-
|
|
8739
|
-
"name": "
|
|
8959
|
+
"id": "packages/core/kfd-adopter-manifest.js#createKfdLegacySupportMatrixProjection",
|
|
8960
|
+
"name": "createKfdLegacySupportMatrixProjection",
|
|
8740
8961
|
"kind": "function",
|
|
8741
|
-
"signature": "function
|
|
8962
|
+
"signature": "function createKfdLegacySupportMatrixProjection({ manifest, manifestGate } = {})",
|
|
8742
8963
|
"parameters": [
|
|
8743
8964
|
{
|
|
8744
8965
|
"name": "parameter1",
|
|
8745
|
-
"signature": "{
|
|
8966
|
+
"signature": "{ manifest, manifestGate } = {}"
|
|
8746
8967
|
}
|
|
8747
8968
|
],
|
|
8748
8969
|
"returns": "unknown",
|
|
@@ -8753,10 +8974,10 @@
|
|
|
8753
8974
|
"none-detected-by-static-source-scan"
|
|
8754
8975
|
],
|
|
8755
8976
|
"source": {
|
|
8756
|
-
"path": "packages/core/kfd-
|
|
8757
|
-
"line":
|
|
8977
|
+
"path": "packages/core/kfd-adopter-manifest.js",
|
|
8978
|
+
"line": 327
|
|
8758
8979
|
},
|
|
8759
|
-
"example": "import {
|
|
8980
|
+
"example": "import { createKfdLegacySupportMatrixProjection } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
8760
8981
|
"maturity": "stable",
|
|
8761
8982
|
"audience": [
|
|
8762
8983
|
"developer",
|
|
@@ -8764,10 +8985,182 @@
|
|
|
8764
8985
|
]
|
|
8765
8986
|
},
|
|
8766
8987
|
{
|
|
8767
|
-
"id": "packages/core/kfd-
|
|
8768
|
-
"name": "
|
|
8769
|
-
"kind": "
|
|
8770
|
-
"signature": "
|
|
8988
|
+
"id": "packages/core/kfd-adopter-manifest.js#KFD_ADOPTER_MANIFEST_GATE_CONTRACT",
|
|
8989
|
+
"name": "KFD_ADOPTER_MANIFEST_GATE_CONTRACT",
|
|
8990
|
+
"kind": "constant",
|
|
8991
|
+
"signature": "const KFD_ADOPTER_MANIFEST_GATE_CONTRACT",
|
|
8992
|
+
"parameters": [],
|
|
8993
|
+
"returns": "value",
|
|
8994
|
+
"errors": [
|
|
8995
|
+
"Import does not declare a throw contract."
|
|
8996
|
+
],
|
|
8997
|
+
"sideEffects": [
|
|
8998
|
+
"none-on-import"
|
|
8999
|
+
],
|
|
9000
|
+
"source": {
|
|
9001
|
+
"path": "packages/core/kfd-adopter-manifest.js",
|
|
9002
|
+
"line": 18
|
|
9003
|
+
},
|
|
9004
|
+
"example": "import { KFD_ADOPTER_MANIFEST_GATE_CONTRACT } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
9005
|
+
"maturity": "stable",
|
|
9006
|
+
"audience": [
|
|
9007
|
+
"developer",
|
|
9008
|
+
"agent"
|
|
9009
|
+
]
|
|
9010
|
+
},
|
|
9011
|
+
{
|
|
9012
|
+
"id": "packages/core/kfd-adopter-manifest.js#KFD_LEGACY_SUPPORT_MATRIX_CONTRACT",
|
|
9013
|
+
"name": "KFD_LEGACY_SUPPORT_MATRIX_CONTRACT",
|
|
9014
|
+
"kind": "constant",
|
|
9015
|
+
"signature": "const KFD_LEGACY_SUPPORT_MATRIX_CONTRACT",
|
|
9016
|
+
"parameters": [],
|
|
9017
|
+
"returns": "value",
|
|
9018
|
+
"errors": [
|
|
9019
|
+
"Import does not declare a throw contract."
|
|
9020
|
+
],
|
|
9021
|
+
"sideEffects": [
|
|
9022
|
+
"none-on-import"
|
|
9023
|
+
],
|
|
9024
|
+
"source": {
|
|
9025
|
+
"path": "packages/core/kfd-adopter-manifest.js",
|
|
9026
|
+
"line": 20
|
|
9027
|
+
},
|
|
9028
|
+
"example": "import { KFD_LEGACY_SUPPORT_MATRIX_CONTRACT } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
9029
|
+
"maturity": "stable",
|
|
9030
|
+
"audience": [
|
|
9031
|
+
"developer",
|
|
9032
|
+
"agent"
|
|
9033
|
+
]
|
|
9034
|
+
},
|
|
9035
|
+
{
|
|
9036
|
+
"id": "packages/core/kfd-adopter-manifest.js#validateKfdAdopterManifestGate",
|
|
9037
|
+
"name": "validateKfdAdopterManifestGate",
|
|
9038
|
+
"kind": "function",
|
|
9039
|
+
"signature": "function validateKfdAdopterManifestGate(gate, { expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {})",
|
|
9040
|
+
"parameters": [
|
|
9041
|
+
{
|
|
9042
|
+
"name": "gate",
|
|
9043
|
+
"signature": "gate"
|
|
9044
|
+
},
|
|
9045
|
+
{
|
|
9046
|
+
"name": "parameter2",
|
|
9047
|
+
"signature": "{ expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {}"
|
|
9048
|
+
}
|
|
9049
|
+
],
|
|
9050
|
+
"returns": "unknown",
|
|
9051
|
+
"errors": [
|
|
9052
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
9053
|
+
],
|
|
9054
|
+
"sideEffects": [
|
|
9055
|
+
"none-detected-by-static-source-scan"
|
|
9056
|
+
],
|
|
9057
|
+
"source": {
|
|
9058
|
+
"path": "packages/core/kfd-adopter-manifest.js",
|
|
9059
|
+
"line": 279
|
|
9060
|
+
},
|
|
9061
|
+
"example": "import { validateKfdAdopterManifestGate } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
9062
|
+
"maturity": "stable",
|
|
9063
|
+
"audience": [
|
|
9064
|
+
"developer",
|
|
9065
|
+
"agent"
|
|
9066
|
+
]
|
|
9067
|
+
},
|
|
9068
|
+
{
|
|
9069
|
+
"id": "packages/core/kfd-adopter-manifest.js#validateKfdLegacySupportMatrixProjection",
|
|
9070
|
+
"name": "validateKfdLegacySupportMatrixProjection",
|
|
9071
|
+
"kind": "function",
|
|
9072
|
+
"signature": "function validateKfdLegacySupportMatrixProjection(matrix, { manifest, manifestGate } = {})",
|
|
9073
|
+
"parameters": [
|
|
9074
|
+
{
|
|
9075
|
+
"name": "matrix",
|
|
9076
|
+
"signature": "matrix"
|
|
9077
|
+
},
|
|
9078
|
+
{
|
|
9079
|
+
"name": "parameter2",
|
|
9080
|
+
"signature": "{ manifest, manifestGate } = {}"
|
|
9081
|
+
}
|
|
9082
|
+
],
|
|
9083
|
+
"returns": "unknown",
|
|
9084
|
+
"errors": [
|
|
9085
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
9086
|
+
],
|
|
9087
|
+
"sideEffects": [
|
|
9088
|
+
"none-detected-by-static-source-scan"
|
|
9089
|
+
],
|
|
9090
|
+
"source": {
|
|
9091
|
+
"path": "packages/core/kfd-adopter-manifest.js",
|
|
9092
|
+
"line": 381
|
|
9093
|
+
},
|
|
9094
|
+
"example": "import { validateKfdLegacySupportMatrixProjection } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
9095
|
+
"maturity": "stable",
|
|
9096
|
+
"audience": [
|
|
9097
|
+
"developer",
|
|
9098
|
+
"agent"
|
|
9099
|
+
]
|
|
9100
|
+
},
|
|
9101
|
+
{
|
|
9102
|
+
"id": "packages/core/kfd-agent-hub.js#explainKfdAgentHub",
|
|
9103
|
+
"name": "explainKfdAgentHub",
|
|
9104
|
+
"kind": "function",
|
|
9105
|
+
"signature": "function explainKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = \"\" } = {})",
|
|
9106
|
+
"parameters": [
|
|
9107
|
+
{
|
|
9108
|
+
"name": "parameter1",
|
|
9109
|
+
"signature": "{ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = \"\" } = {}"
|
|
9110
|
+
}
|
|
9111
|
+
],
|
|
9112
|
+
"returns": "unknown",
|
|
9113
|
+
"errors": [
|
|
9114
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
9115
|
+
],
|
|
9116
|
+
"sideEffects": [
|
|
9117
|
+
"none-detected-by-static-source-scan"
|
|
9118
|
+
],
|
|
9119
|
+
"source": {
|
|
9120
|
+
"path": "packages/core/kfd-agent-hub.js",
|
|
9121
|
+
"line": 470
|
|
9122
|
+
},
|
|
9123
|
+
"example": "import { explainKfdAgentHub } from \"@kungfu-tech/buildchain\";",
|
|
9124
|
+
"maturity": "stable",
|
|
9125
|
+
"audience": [
|
|
9126
|
+
"developer",
|
|
9127
|
+
"agent"
|
|
9128
|
+
]
|
|
9129
|
+
},
|
|
9130
|
+
{
|
|
9131
|
+
"id": "packages/core/kfd-agent-hub.js#initKfdAgentHub",
|
|
9132
|
+
"name": "initKfdAgentHub",
|
|
9133
|
+
"kind": "function",
|
|
9134
|
+
"signature": "function initKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, write = false, force = false } = {})",
|
|
9135
|
+
"parameters": [
|
|
9136
|
+
{
|
|
9137
|
+
"name": "parameter1",
|
|
9138
|
+
"signature": "{ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, write = false, force = false } = {}"
|
|
9139
|
+
}
|
|
9140
|
+
],
|
|
9141
|
+
"returns": "unknown",
|
|
9142
|
+
"errors": [
|
|
9143
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
9144
|
+
],
|
|
9145
|
+
"sideEffects": [
|
|
9146
|
+
"none-detected-by-static-source-scan"
|
|
9147
|
+
],
|
|
9148
|
+
"source": {
|
|
9149
|
+
"path": "packages/core/kfd-agent-hub.js",
|
|
9150
|
+
"line": 363
|
|
9151
|
+
},
|
|
9152
|
+
"example": "import { initKfdAgentHub } from \"@kungfu-tech/buildchain\";",
|
|
9153
|
+
"maturity": "stable",
|
|
9154
|
+
"audience": [
|
|
9155
|
+
"developer",
|
|
9156
|
+
"agent"
|
|
9157
|
+
]
|
|
9158
|
+
},
|
|
9159
|
+
{
|
|
9160
|
+
"id": "packages/core/kfd-agent-hub.js#inspectKfdAgentHub",
|
|
9161
|
+
"name": "inspectKfdAgentHub",
|
|
9162
|
+
"kind": "function",
|
|
9163
|
+
"signature": "function inspectKfdAgentHub({ cwd = process.cwd(), declarationPath = KFD_AGENT_HUB_DECLARATION, kfdRoot = \"\" } = {})",
|
|
8771
9164
|
"parameters": [
|
|
8772
9165
|
{
|
|
8773
9166
|
"name": "parameter1",
|
|
@@ -9534,35 +9927,6 @@
|
|
|
9534
9927
|
"agent"
|
|
9535
9928
|
]
|
|
9536
9929
|
},
|
|
9537
|
-
{
|
|
9538
|
-
"id": "packages/core/kfd-product-gates.js#createKfdSupportProjection",
|
|
9539
|
-
"name": "createKfdSupportProjection",
|
|
9540
|
-
"kind": "function",
|
|
9541
|
-
"signature": "function createKfdSupportProjection({ matrix, matrixRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/support-matrix.json\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), } = {})",
|
|
9542
|
-
"parameters": [
|
|
9543
|
-
{
|
|
9544
|
-
"name": "parameter1",
|
|
9545
|
-
"signature": "{ matrix, matrixRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/support-matrix.json\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), } = {}"
|
|
9546
|
-
}
|
|
9547
|
-
],
|
|
9548
|
-
"returns": "unknown",
|
|
9549
|
-
"errors": [
|
|
9550
|
-
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
9551
|
-
],
|
|
9552
|
-
"sideEffects": [
|
|
9553
|
-
"none-detected-by-static-source-scan"
|
|
9554
|
-
],
|
|
9555
|
-
"source": {
|
|
9556
|
-
"path": "packages/core/kfd-product-gates.js",
|
|
9557
|
-
"line": 716
|
|
9558
|
-
},
|
|
9559
|
-
"example": "import { createKfdSupportProjection } from \"@kungfu-tech/buildchain\";",
|
|
9560
|
-
"maturity": "stable",
|
|
9561
|
-
"audience": [
|
|
9562
|
-
"developer",
|
|
9563
|
-
"agent"
|
|
9564
|
-
]
|
|
9565
|
-
},
|
|
9566
9930
|
{
|
|
9567
9931
|
"id": "packages/core/kfd-product-gates.js#evaluateKfdProductGate",
|
|
9568
9932
|
"name": "evaluateKfdProductGate",
|
|
@@ -9583,7 +9947,7 @@
|
|
|
9583
9947
|
],
|
|
9584
9948
|
"source": {
|
|
9585
9949
|
"path": "packages/core/kfd-product-gates.js",
|
|
9586
|
-
"line":
|
|
9950
|
+
"line": 419
|
|
9587
9951
|
},
|
|
9588
9952
|
"example": "import { evaluateKfdProductGate } from \"@kungfu-tech/buildchain\";",
|
|
9589
9953
|
"maturity": "stable",
|
|
@@ -9655,7 +10019,7 @@
|
|
|
9655
10019
|
],
|
|
9656
10020
|
"source": {
|
|
9657
10021
|
"path": "packages/core/kfd-product-gates.js",
|
|
9658
|
-
"line":
|
|
10022
|
+
"line": 51
|
|
9659
10023
|
},
|
|
9660
10024
|
"example": "import { KFD_PRODUCT_GATE_INPUT_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
9661
10025
|
"maturity": "stable",
|
|
@@ -9677,83 +10041,11 @@
|
|
|
9677
10041
|
"sideEffects": [
|
|
9678
10042
|
"none-on-import"
|
|
9679
10043
|
],
|
|
9680
|
-
"source": {
|
|
9681
|
-
"path": "packages/core/kfd-product-gates.js",
|
|
9682
|
-
"line": 15
|
|
9683
|
-
},
|
|
9684
|
-
"example": "import { KFD_PRODUCT_GATE_INPUT_SCHEMA_ID } from \"@kungfu-tech/buildchain\";",
|
|
9685
|
-
"maturity": "stable",
|
|
9686
|
-
"audience": [
|
|
9687
|
-
"developer",
|
|
9688
|
-
"agent"
|
|
9689
|
-
]
|
|
9690
|
-
},
|
|
9691
|
-
{
|
|
9692
|
-
"id": "packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_CONTRACT",
|
|
9693
|
-
"name": "KFD_SUPPORT_PROJECTION_CONTRACT",
|
|
9694
|
-
"kind": "constant",
|
|
9695
|
-
"signature": "const KFD_SUPPORT_PROJECTION_CONTRACT",
|
|
9696
|
-
"parameters": [],
|
|
9697
|
-
"returns": "value",
|
|
9698
|
-
"errors": [
|
|
9699
|
-
"Import does not declare a throw contract."
|
|
9700
|
-
],
|
|
9701
|
-
"sideEffects": [
|
|
9702
|
-
"none-on-import"
|
|
9703
|
-
],
|
|
9704
10044
|
"source": {
|
|
9705
10045
|
"path": "packages/core/kfd-product-gates.js",
|
|
9706
10046
|
"line": 13
|
|
9707
10047
|
},
|
|
9708
|
-
"example": "import {
|
|
9709
|
-
"maturity": "stable",
|
|
9710
|
-
"audience": [
|
|
9711
|
-
"developer",
|
|
9712
|
-
"agent"
|
|
9713
|
-
]
|
|
9714
|
-
},
|
|
9715
|
-
{
|
|
9716
|
-
"id": "packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_SCHEMA",
|
|
9717
|
-
"name": "KFD_SUPPORT_PROJECTION_SCHEMA",
|
|
9718
|
-
"kind": "constant",
|
|
9719
|
-
"signature": "const KFD_SUPPORT_PROJECTION_SCHEMA",
|
|
9720
|
-
"parameters": [],
|
|
9721
|
-
"returns": "value",
|
|
9722
|
-
"errors": [
|
|
9723
|
-
"Import does not declare a throw contract."
|
|
9724
|
-
],
|
|
9725
|
-
"sideEffects": [
|
|
9726
|
-
"none-on-import"
|
|
9727
|
-
],
|
|
9728
|
-
"source": {
|
|
9729
|
-
"path": "packages/core/kfd-product-gates.js",
|
|
9730
|
-
"line": 130
|
|
9731
|
-
},
|
|
9732
|
-
"example": "import { KFD_SUPPORT_PROJECTION_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
9733
|
-
"maturity": "stable",
|
|
9734
|
-
"audience": [
|
|
9735
|
-
"developer",
|
|
9736
|
-
"agent"
|
|
9737
|
-
]
|
|
9738
|
-
},
|
|
9739
|
-
{
|
|
9740
|
-
"id": "packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_SCHEMA_ID",
|
|
9741
|
-
"name": "KFD_SUPPORT_PROJECTION_SCHEMA_ID",
|
|
9742
|
-
"kind": "constant",
|
|
9743
|
-
"signature": "const KFD_SUPPORT_PROJECTION_SCHEMA_ID",
|
|
9744
|
-
"parameters": [],
|
|
9745
|
-
"returns": "value",
|
|
9746
|
-
"errors": [
|
|
9747
|
-
"Import does not declare a throw contract."
|
|
9748
|
-
],
|
|
9749
|
-
"sideEffects": [
|
|
9750
|
-
"none-on-import"
|
|
9751
|
-
],
|
|
9752
|
-
"source": {
|
|
9753
|
-
"path": "packages/core/kfd-product-gates.js",
|
|
9754
|
-
"line": 17
|
|
9755
|
-
},
|
|
9756
|
-
"example": "import { KFD_SUPPORT_PROJECTION_SCHEMA_ID } from \"@kungfu-tech/buildchain\";",
|
|
10048
|
+
"example": "import { KFD_PRODUCT_GATE_INPUT_SCHEMA_ID } from \"@kungfu-tech/buildchain\";",
|
|
9757
10049
|
"maturity": "stable",
|
|
9758
10050
|
"audience": [
|
|
9759
10051
|
"developer",
|
|
@@ -9780,7 +10072,7 @@
|
|
|
9780
10072
|
],
|
|
9781
10073
|
"source": {
|
|
9782
10074
|
"path": "packages/core/kfd-product-gates.js",
|
|
9783
|
-
"line":
|
|
10075
|
+
"line": 142
|
|
9784
10076
|
},
|
|
9785
10077
|
"example": "import { kfdProductGateDigest } from \"@kungfu-tech/buildchain\";",
|
|
9786
10078
|
"maturity": "stable",
|
|
@@ -9804,7 +10096,7 @@
|
|
|
9804
10096
|
],
|
|
9805
10097
|
"source": {
|
|
9806
10098
|
"path": "packages/core/kfd-product-gates.js",
|
|
9807
|
-
"line":
|
|
10099
|
+
"line": 561
|
|
9808
10100
|
},
|
|
9809
10101
|
"example": "import { kfdProductGates } from \"@kungfu-tech/buildchain\";",
|
|
9810
10102
|
"maturity": "stable",
|
|
@@ -9821,40 +10113,7 @@
|
|
|
9821
10113
|
"parameters": [
|
|
9822
10114
|
{
|
|
9823
10115
|
"name": "result",
|
|
9824
|
-
"signature": "result"
|
|
9825
|
-
},
|
|
9826
|
-
{
|
|
9827
|
-
"name": "parameter2",
|
|
9828
|
-
"signature": "{ expectedSourceSha = \"\", checkedAt = new Date().toISOString(), } = {}"
|
|
9829
|
-
}
|
|
9830
|
-
],
|
|
9831
|
-
"returns": "unknown",
|
|
9832
|
-
"errors": [
|
|
9833
|
-
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
9834
|
-
],
|
|
9835
|
-
"sideEffects": [
|
|
9836
|
-
"none-detected-by-static-source-scan"
|
|
9837
|
-
],
|
|
9838
|
-
"source": {
|
|
9839
|
-
"path": "packages/core/kfd-product-gates.js",
|
|
9840
|
-
"line": 565
|
|
9841
|
-
},
|
|
9842
|
-
"example": "import { validateKfdProductGateResult } from \"@kungfu-tech/buildchain\";",
|
|
9843
|
-
"maturity": "stable",
|
|
9844
|
-
"audience": [
|
|
9845
|
-
"developer",
|
|
9846
|
-
"agent"
|
|
9847
|
-
]
|
|
9848
|
-
},
|
|
9849
|
-
{
|
|
9850
|
-
"id": "packages/core/kfd-product-gates.js#validateKfdSupportProjection",
|
|
9851
|
-
"name": "validateKfdSupportProjection",
|
|
9852
|
-
"kind": "function",
|
|
9853
|
-
"signature": "function validateKfdSupportProjection(projection, { expectedSourceSha = \"\", checkedAt = new Date().toISOString(), } = {})",
|
|
9854
|
-
"parameters": [
|
|
9855
|
-
{
|
|
9856
|
-
"name": "projection",
|
|
9857
|
-
"signature": "projection"
|
|
10116
|
+
"signature": "result"
|
|
9858
10117
|
},
|
|
9859
10118
|
{
|
|
9860
10119
|
"name": "parameter2",
|
|
@@ -9870,9 +10129,9 @@
|
|
|
9870
10129
|
],
|
|
9871
10130
|
"source": {
|
|
9872
10131
|
"path": "packages/core/kfd-product-gates.js",
|
|
9873
|
-
"line":
|
|
10132
|
+
"line": 519
|
|
9874
10133
|
},
|
|
9875
|
-
"example": "import {
|
|
10134
|
+
"example": "import { validateKfdProductGateResult } from \"@kungfu-tech/buildchain\";",
|
|
9876
10135
|
"maturity": "stable",
|
|
9877
10136
|
"audience": [
|
|
9878
10137
|
"developer",
|
|
@@ -9899,7 +10158,7 @@
|
|
|
9899
10158
|
],
|
|
9900
10159
|
"source": {
|
|
9901
10160
|
"path": "packages/core/kfd-product-gates.js",
|
|
9902
|
-
"line":
|
|
10161
|
+
"line": 262
|
|
9903
10162
|
},
|
|
9904
10163
|
"example": "import { verifyKfdRecord } from \"@kungfu-tech/buildchain\";",
|
|
9905
10164
|
"maturity": "stable",
|
|
@@ -16185,6 +16444,63 @@
|
|
|
16185
16444
|
"agent"
|
|
16186
16445
|
]
|
|
16187
16446
|
},
|
|
16447
|
+
{
|
|
16448
|
+
"id": "packages/core/release-blocker-priority.js#createReleaseBlockerPriorityClaim",
|
|
16449
|
+
"name": "createReleaseBlockerPriorityClaim",
|
|
16450
|
+
"kind": "function",
|
|
16451
|
+
"signature": "function createReleaseBlockerPriorityClaim(repairInput, input = {})",
|
|
16452
|
+
"parameters": [
|
|
16453
|
+
{
|
|
16454
|
+
"name": "repairInput",
|
|
16455
|
+
"signature": "repairInput"
|
|
16456
|
+
},
|
|
16457
|
+
{
|
|
16458
|
+
"name": "input",
|
|
16459
|
+
"signature": "input = {}"
|
|
16460
|
+
}
|
|
16461
|
+
],
|
|
16462
|
+
"returns": "unknown",
|
|
16463
|
+
"errors": [
|
|
16464
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
16465
|
+
],
|
|
16466
|
+
"sideEffects": [
|
|
16467
|
+
"none-detected-by-static-source-scan"
|
|
16468
|
+
],
|
|
16469
|
+
"source": {
|
|
16470
|
+
"path": "packages/core/release-blocker-priority.js",
|
|
16471
|
+
"line": 32
|
|
16472
|
+
},
|
|
16473
|
+
"example": "import { createReleaseBlockerPriorityClaim } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
16474
|
+
"maturity": "stable",
|
|
16475
|
+
"audience": [
|
|
16476
|
+
"developer",
|
|
16477
|
+
"agent"
|
|
16478
|
+
]
|
|
16479
|
+
},
|
|
16480
|
+
{
|
|
16481
|
+
"id": "packages/core/release-blocker-priority.js#RELEASE_BLOCKER_PRIORITY_CLAIM_SCHEMA",
|
|
16482
|
+
"name": "RELEASE_BLOCKER_PRIORITY_CLAIM_SCHEMA",
|
|
16483
|
+
"kind": "constant",
|
|
16484
|
+
"signature": "const RELEASE_BLOCKER_PRIORITY_CLAIM_SCHEMA",
|
|
16485
|
+
"parameters": [],
|
|
16486
|
+
"returns": "value",
|
|
16487
|
+
"errors": [
|
|
16488
|
+
"Import does not declare a throw contract."
|
|
16489
|
+
],
|
|
16490
|
+
"sideEffects": [
|
|
16491
|
+
"none-on-import"
|
|
16492
|
+
],
|
|
16493
|
+
"source": {
|
|
16494
|
+
"path": "packages/core/release-blocker-priority.js",
|
|
16495
|
+
"line": 15
|
|
16496
|
+
},
|
|
16497
|
+
"example": "import { RELEASE_BLOCKER_PRIORITY_CLAIM_SCHEMA } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
16498
|
+
"maturity": "stable",
|
|
16499
|
+
"audience": [
|
|
16500
|
+
"developer",
|
|
16501
|
+
"agent"
|
|
16502
|
+
]
|
|
16503
|
+
},
|
|
16188
16504
|
{
|
|
16189
16505
|
"id": "packages/core/release-candidate-recovery.js#rebindPublicationGateAggregateForEquivalentTree",
|
|
16190
16506
|
"name": "rebindPublicationGateAggregateForEquivalentTree",
|
|
@@ -16633,6 +16949,64 @@
|
|
|
16633
16949
|
"agent"
|
|
16634
16950
|
]
|
|
16635
16951
|
},
|
|
16952
|
+
{
|
|
16953
|
+
"id": "packages/core/release-passport-contract.js#buildReleaseArtifactEvidence",
|
|
16954
|
+
"name": "buildReleaseArtifactEvidence",
|
|
16955
|
+
"kind": "function",
|
|
16956
|
+
"signature": "function buildReleaseArtifactEvidence({ normalizedAssets = [], repository = \"\", tag = \"\", sourceSha = \"\", workflow = {}, kfdAdopter } = {})",
|
|
16957
|
+
"parameters": [
|
|
16958
|
+
{
|
|
16959
|
+
"name": "parameter1",
|
|
16960
|
+
"signature": "{ normalizedAssets = [], repository = \"\", tag = \"\", sourceSha = \"\", workflow = {}, kfdAdopter } = {}"
|
|
16961
|
+
}
|
|
16962
|
+
],
|
|
16963
|
+
"returns": "unknown",
|
|
16964
|
+
"errors": [
|
|
16965
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
16966
|
+
],
|
|
16967
|
+
"sideEffects": [
|
|
16968
|
+
"none-detected-by-static-source-scan"
|
|
16969
|
+
],
|
|
16970
|
+
"source": {
|
|
16971
|
+
"path": "packages/core/release-passport-contract.js",
|
|
16972
|
+
"line": 359
|
|
16973
|
+
},
|
|
16974
|
+
"example": "import { buildReleaseArtifactEvidence } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
16975
|
+
"maturity": "stable",
|
|
16976
|
+
"audience": [
|
|
16977
|
+
"developer",
|
|
16978
|
+
"agent"
|
|
16979
|
+
]
|
|
16980
|
+
},
|
|
16981
|
+
{
|
|
16982
|
+
"id": "packages/core/release-passport-contract.js#collectKfdAdopterReleaseEvidence",
|
|
16983
|
+
"name": "collectKfdAdopterReleaseEvidence",
|
|
16984
|
+
"kind": "function",
|
|
16985
|
+
"signature": "function collectKfdAdopterReleaseEvidence({ manifest, gateResults = [], comparisonMatrix, sourceSha = \"\", checkedAt } = {})",
|
|
16986
|
+
"parameters": [
|
|
16987
|
+
{
|
|
16988
|
+
"name": "parameter1",
|
|
16989
|
+
"signature": "{ manifest, gateResults = [], comparisonMatrix, sourceSha = \"\", checkedAt } = {}"
|
|
16990
|
+
}
|
|
16991
|
+
],
|
|
16992
|
+
"returns": "unknown",
|
|
16993
|
+
"errors": [
|
|
16994
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
16995
|
+
],
|
|
16996
|
+
"sideEffects": [
|
|
16997
|
+
"none-detected-by-static-source-scan"
|
|
16998
|
+
],
|
|
16999
|
+
"source": {
|
|
17000
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17001
|
+
"line": 408
|
|
17002
|
+
},
|
|
17003
|
+
"example": "import { collectKfdAdopterReleaseEvidence } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
17004
|
+
"maturity": "stable",
|
|
17005
|
+
"audience": [
|
|
17006
|
+
"developer",
|
|
17007
|
+
"agent"
|
|
17008
|
+
]
|
|
17009
|
+
},
|
|
16636
17010
|
{
|
|
16637
17011
|
"id": "packages/core/release-passport-contract.js#createReleasePassportCheckManifest",
|
|
16638
17012
|
"name": "createReleasePassportCheckManifest",
|
|
@@ -16653,7 +17027,7 @@
|
|
|
16653
17027
|
],
|
|
16654
17028
|
"source": {
|
|
16655
17029
|
"path": "packages/core/release-passport-contract.js",
|
|
16656
|
-
"line":
|
|
17030
|
+
"line": 159
|
|
16657
17031
|
},
|
|
16658
17032
|
"example": "import { createReleasePassportCheckManifest } from \"@kungfu-tech/buildchain\";",
|
|
16659
17033
|
"maturity": "stable",
|
|
@@ -16662,6 +17036,175 @@
|
|
|
16662
17036
|
"agent"
|
|
16663
17037
|
]
|
|
16664
17038
|
},
|
|
17039
|
+
{
|
|
17040
|
+
"id": "packages/core/release-passport-contract.js#defaultReleaseAgentIndex",
|
|
17041
|
+
"name": "defaultReleaseAgentIndex",
|
|
17042
|
+
"kind": "function",
|
|
17043
|
+
"signature": "function defaultReleaseAgentIndex({ tag = \"\", passportPath = \"buildchain.release.json\" } = {})",
|
|
17044
|
+
"parameters": [
|
|
17045
|
+
{
|
|
17046
|
+
"name": "parameter1",
|
|
17047
|
+
"signature": "{ tag = \"\", passportPath = \"buildchain.release.json\" } = {}"
|
|
17048
|
+
}
|
|
17049
|
+
],
|
|
17050
|
+
"returns": "unknown",
|
|
17051
|
+
"errors": [
|
|
17052
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
17053
|
+
],
|
|
17054
|
+
"sideEffects": [
|
|
17055
|
+
"none-detected-by-static-source-scan"
|
|
17056
|
+
],
|
|
17057
|
+
"source": {
|
|
17058
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17059
|
+
"line": 336
|
|
17060
|
+
},
|
|
17061
|
+
"example": "import { defaultReleaseAgentIndex } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
17062
|
+
"maturity": "stable",
|
|
17063
|
+
"audience": [
|
|
17064
|
+
"developer",
|
|
17065
|
+
"agent"
|
|
17066
|
+
]
|
|
17067
|
+
},
|
|
17068
|
+
{
|
|
17069
|
+
"id": "packages/core/release-passport-contract.js#defaultReleaseImpact",
|
|
17070
|
+
"name": "defaultReleaseImpact",
|
|
17071
|
+
"kind": "function",
|
|
17072
|
+
"signature": "function defaultReleaseImpact({ tag = \"\", line = \"\", decision = \"unknown\" } = {})",
|
|
17073
|
+
"parameters": [
|
|
17074
|
+
{
|
|
17075
|
+
"name": "parameter1",
|
|
17076
|
+
"signature": "{ tag = \"\", line = \"\", decision = \"unknown\" } = {}"
|
|
17077
|
+
}
|
|
17078
|
+
],
|
|
17079
|
+
"returns": "unknown",
|
|
17080
|
+
"errors": [
|
|
17081
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
17082
|
+
],
|
|
17083
|
+
"sideEffects": [
|
|
17084
|
+
"none-detected-by-static-source-scan"
|
|
17085
|
+
],
|
|
17086
|
+
"source": {
|
|
17087
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17088
|
+
"line": 318
|
|
17089
|
+
},
|
|
17090
|
+
"example": "import { defaultReleaseImpact } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
17091
|
+
"maturity": "stable",
|
|
17092
|
+
"audience": [
|
|
17093
|
+
"developer",
|
|
17094
|
+
"agent"
|
|
17095
|
+
]
|
|
17096
|
+
},
|
|
17097
|
+
{
|
|
17098
|
+
"id": "packages/core/release-passport-contract.js#defaultReleaseLlmsText",
|
|
17099
|
+
"name": "defaultReleaseLlmsText",
|
|
17100
|
+
"kind": "function",
|
|
17101
|
+
"signature": "function defaultReleaseLlmsText({ tag = \"\", passportPath = \"buildchain.release.json\" } = {})",
|
|
17102
|
+
"parameters": [
|
|
17103
|
+
{
|
|
17104
|
+
"name": "parameter1",
|
|
17105
|
+
"signature": "{ tag = \"\", passportPath = \"buildchain.release.json\" } = {}"
|
|
17106
|
+
}
|
|
17107
|
+
],
|
|
17108
|
+
"returns": "unknown",
|
|
17109
|
+
"errors": [
|
|
17110
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
17111
|
+
],
|
|
17112
|
+
"sideEffects": [
|
|
17113
|
+
"none-detected-by-static-source-scan"
|
|
17114
|
+
],
|
|
17115
|
+
"source": {
|
|
17116
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17117
|
+
"line": 348
|
|
17118
|
+
},
|
|
17119
|
+
"example": "import { defaultReleaseLlmsText } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
17120
|
+
"maturity": "stable",
|
|
17121
|
+
"audience": [
|
|
17122
|
+
"developer",
|
|
17123
|
+
"agent"
|
|
17124
|
+
]
|
|
17125
|
+
},
|
|
17126
|
+
{
|
|
17127
|
+
"id": "packages/core/release-passport-contract.js#defaultReleaseProductMechanism",
|
|
17128
|
+
"name": "defaultReleaseProductMechanism",
|
|
17129
|
+
"kind": "function",
|
|
17130
|
+
"signature": "function defaultReleaseProductMechanism({ repository = \"\", productName = \"Buildchain\" } = {})",
|
|
17131
|
+
"parameters": [
|
|
17132
|
+
{
|
|
17133
|
+
"name": "parameter1",
|
|
17134
|
+
"signature": "{ repository = \"\", productName = \"Buildchain\" } = {}"
|
|
17135
|
+
}
|
|
17136
|
+
],
|
|
17137
|
+
"returns": "unknown",
|
|
17138
|
+
"errors": [
|
|
17139
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
17140
|
+
],
|
|
17141
|
+
"sideEffects": [
|
|
17142
|
+
"none-detected-by-static-source-scan"
|
|
17143
|
+
],
|
|
17144
|
+
"source": {
|
|
17145
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17146
|
+
"line": 301
|
|
17147
|
+
},
|
|
17148
|
+
"example": "import { defaultReleaseProductMechanism } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
17149
|
+
"maturity": "stable",
|
|
17150
|
+
"audience": [
|
|
17151
|
+
"developer",
|
|
17152
|
+
"agent"
|
|
17153
|
+
]
|
|
17154
|
+
},
|
|
17155
|
+
{
|
|
17156
|
+
"id": "packages/core/release-passport-contract.js#prepareReleasePassportKfdSections",
|
|
17157
|
+
"name": "prepareReleasePassportKfdSections",
|
|
17158
|
+
"kind": "function",
|
|
17159
|
+
"signature": "function prepareReleasePassportKfdSections({ kfd1, kfd2Claims, kfd3, kfdAdopter, kfdSupport, kfd1DefaultKey, createKfd2, evidencePaths = {} } = {})",
|
|
17160
|
+
"parameters": [
|
|
17161
|
+
{
|
|
17162
|
+
"name": "parameter1",
|
|
17163
|
+
"signature": "{ kfd1, kfd2Claims, kfd3, kfdAdopter, kfdSupport, kfd1DefaultKey, createKfd2, evidencePaths = {} } = {}"
|
|
17164
|
+
}
|
|
17165
|
+
],
|
|
17166
|
+
"returns": "unknown",
|
|
17167
|
+
"errors": [
|
|
17168
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
17169
|
+
],
|
|
17170
|
+
"sideEffects": [
|
|
17171
|
+
"none-detected-by-static-source-scan"
|
|
17172
|
+
],
|
|
17173
|
+
"source": {
|
|
17174
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17175
|
+
"line": 388
|
|
17176
|
+
},
|
|
17177
|
+
"example": "import { prepareReleasePassportKfdSections } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
17178
|
+
"maturity": "stable",
|
|
17179
|
+
"audience": [
|
|
17180
|
+
"developer",
|
|
17181
|
+
"agent"
|
|
17182
|
+
]
|
|
17183
|
+
},
|
|
17184
|
+
{
|
|
17185
|
+
"id": "packages/core/release-passport-contract.js#RELEASE_CHECK_REPORT_CONTRACT",
|
|
17186
|
+
"name": "RELEASE_CHECK_REPORT_CONTRACT",
|
|
17187
|
+
"kind": "constant",
|
|
17188
|
+
"signature": "const RELEASE_CHECK_REPORT_CONTRACT",
|
|
17189
|
+
"parameters": [],
|
|
17190
|
+
"returns": "value",
|
|
17191
|
+
"errors": [
|
|
17192
|
+
"Import does not declare a throw contract."
|
|
17193
|
+
],
|
|
17194
|
+
"sideEffects": [
|
|
17195
|
+
"none-on-import"
|
|
17196
|
+
],
|
|
17197
|
+
"source": {
|
|
17198
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17199
|
+
"line": 15
|
|
17200
|
+
},
|
|
17201
|
+
"example": "import { RELEASE_CHECK_REPORT_CONTRACT } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
17202
|
+
"maturity": "stable",
|
|
17203
|
+
"audience": [
|
|
17204
|
+
"developer",
|
|
17205
|
+
"agent"
|
|
17206
|
+
]
|
|
17207
|
+
},
|
|
16665
17208
|
{
|
|
16666
17209
|
"id": "packages/core/release-passport-contract.js#RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT",
|
|
16667
17210
|
"name": "RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT",
|
|
@@ -16677,9 +17220,33 @@
|
|
|
16677
17220
|
],
|
|
16678
17221
|
"source": {
|
|
16679
17222
|
"path": "packages/core/release-passport-contract.js",
|
|
16680
|
-
"line":
|
|
17223
|
+
"line": 19
|
|
17224
|
+
},
|
|
17225
|
+
"example": "import { RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17226
|
+
"maturity": "stable",
|
|
17227
|
+
"audience": [
|
|
17228
|
+
"developer",
|
|
17229
|
+
"agent"
|
|
17230
|
+
]
|
|
17231
|
+
},
|
|
17232
|
+
{
|
|
17233
|
+
"id": "packages/core/release-passport-contract.js#RELEASE_PASSPORT_CONTRACT",
|
|
17234
|
+
"name": "RELEASE_PASSPORT_CONTRACT",
|
|
17235
|
+
"kind": "constant",
|
|
17236
|
+
"signature": "const RELEASE_PASSPORT_CONTRACT",
|
|
17237
|
+
"parameters": [],
|
|
17238
|
+
"returns": "value",
|
|
17239
|
+
"errors": [
|
|
17240
|
+
"Import does not declare a throw contract."
|
|
17241
|
+
],
|
|
17242
|
+
"sideEffects": [
|
|
17243
|
+
"none-on-import"
|
|
17244
|
+
],
|
|
17245
|
+
"source": {
|
|
17246
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17247
|
+
"line": 14
|
|
16681
17248
|
},
|
|
16682
|
-
"example": "import {
|
|
17249
|
+
"example": "import { RELEASE_PASSPORT_CONTRACT } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
16683
17250
|
"maturity": "stable",
|
|
16684
17251
|
"audience": [
|
|
16685
17252
|
"developer",
|
|
@@ -16701,7 +17268,7 @@
|
|
|
16701
17268
|
],
|
|
16702
17269
|
"source": {
|
|
16703
17270
|
"path": "packages/core/release-passport-contract.js",
|
|
16704
|
-
"line":
|
|
17271
|
+
"line": 26
|
|
16705
17272
|
},
|
|
16706
17273
|
"example": "import { RELEASE_PASSPORT_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
16707
17274
|
"maturity": "stable",
|
|
@@ -16725,7 +17292,7 @@
|
|
|
16725
17292
|
],
|
|
16726
17293
|
"source": {
|
|
16727
17294
|
"path": "packages/core/release-passport-contract.js",
|
|
16728
|
-
"line":
|
|
17295
|
+
"line": 17
|
|
16729
17296
|
},
|
|
16730
17297
|
"example": "import { RELEASE_PASSPORT_SCHEMA_ID } from \"@kungfu-tech/buildchain\";",
|
|
16731
17298
|
"maturity": "stable",
|
|
@@ -16734,6 +17301,64 @@
|
|
|
16734
17301
|
"agent"
|
|
16735
17302
|
]
|
|
16736
17303
|
},
|
|
17304
|
+
{
|
|
17305
|
+
"id": "packages/core/release-passport-contract.js#resolveReleasePassportVerificationInputs",
|
|
17306
|
+
"name": "resolveReleasePassportVerificationInputs",
|
|
17307
|
+
"kind": "function",
|
|
17308
|
+
"signature": "async function resolveReleasePassportVerificationInputs({ passportLocation, locations = {}, readJson, resolveSibling } = {})",
|
|
17309
|
+
"parameters": [
|
|
17310
|
+
{
|
|
17311
|
+
"name": "parameter1",
|
|
17312
|
+
"signature": "{ passportLocation, locations = {}, readJson, resolveSibling } = {}"
|
|
17313
|
+
}
|
|
17314
|
+
],
|
|
17315
|
+
"returns": "Promise<unknown>",
|
|
17316
|
+
"errors": [
|
|
17317
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
17318
|
+
],
|
|
17319
|
+
"sideEffects": [
|
|
17320
|
+
"none-detected-by-static-source-scan"
|
|
17321
|
+
],
|
|
17322
|
+
"source": {
|
|
17323
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17324
|
+
"line": 456
|
|
17325
|
+
},
|
|
17326
|
+
"example": "import { resolveReleasePassportVerificationInputs } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
17327
|
+
"maturity": "stable",
|
|
17328
|
+
"audience": [
|
|
17329
|
+
"developer",
|
|
17330
|
+
"agent"
|
|
17331
|
+
]
|
|
17332
|
+
},
|
|
17333
|
+
{
|
|
17334
|
+
"id": "packages/core/release-passport-contract.js#validateKfdAdopterReleaseEvidence",
|
|
17335
|
+
"name": "validateKfdAdopterReleaseEvidence",
|
|
17336
|
+
"kind": "function",
|
|
17337
|
+
"signature": "function validateKfdAdopterReleaseEvidence({ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedSourceSha = \"\" } = {})",
|
|
17338
|
+
"parameters": [
|
|
17339
|
+
{
|
|
17340
|
+
"name": "parameter1",
|
|
17341
|
+
"signature": "{ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedSourceSha = \"\" } = {}"
|
|
17342
|
+
}
|
|
17343
|
+
],
|
|
17344
|
+
"returns": "unknown",
|
|
17345
|
+
"errors": [
|
|
17346
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
17347
|
+
],
|
|
17348
|
+
"sideEffects": [
|
|
17349
|
+
"none-detected-by-static-source-scan"
|
|
17350
|
+
],
|
|
17351
|
+
"source": {
|
|
17352
|
+
"path": "packages/core/release-passport-contract.js",
|
|
17353
|
+
"line": 432
|
|
17354
|
+
},
|
|
17355
|
+
"example": "import { validateKfdAdopterReleaseEvidence } from \"@kungfu-tech/buildchain/release-passport-contract\";",
|
|
17356
|
+
"maturity": "stable",
|
|
17357
|
+
"audience": [
|
|
17358
|
+
"developer",
|
|
17359
|
+
"agent"
|
|
17360
|
+
]
|
|
17361
|
+
},
|
|
16737
17362
|
{
|
|
16738
17363
|
"id": "packages/core/release-passport-contract.js#validateReleasePassportSchema",
|
|
16739
17364
|
"name": "validateReleasePassportSchema",
|
|
@@ -16754,7 +17379,7 @@
|
|
|
16754
17379
|
],
|
|
16755
17380
|
"source": {
|
|
16756
17381
|
"path": "packages/core/release-passport-contract.js",
|
|
16757
|
-
"line":
|
|
17382
|
+
"line": 277
|
|
16758
17383
|
},
|
|
16759
17384
|
"example": "import { validateReleasePassportSchema } from \"@kungfu-tech/buildchain\";",
|
|
16760
17385
|
"maturity": "stable",
|
|
@@ -16778,7 +17403,7 @@
|
|
|
16778
17403
|
],
|
|
16779
17404
|
"source": {
|
|
16780
17405
|
"path": "packages/core/release-passport.js",
|
|
16781
|
-
"line":
|
|
17406
|
+
"line": 40
|
|
16782
17407
|
},
|
|
16783
17408
|
"example": "import { AGENT_INDEX_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
16784
17409
|
"maturity": "stable",
|
|
@@ -16802,7 +17427,7 @@
|
|
|
16802
17427
|
],
|
|
16803
17428
|
"source": {
|
|
16804
17429
|
"path": "packages/core/release-passport.js",
|
|
16805
|
-
"line":
|
|
17430
|
+
"line": 38
|
|
16806
17431
|
},
|
|
16807
17432
|
"example": "import { ARTIFACT_EVIDENCE_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
16808
17433
|
"maturity": "stable",
|
|
@@ -16815,23 +17440,23 @@
|
|
|
16815
17440
|
"id": "packages/core/release-passport.js#collectGitHubReleasePassport",
|
|
16816
17441
|
"name": "collectGitHubReleasePassport",
|
|
16817
17442
|
"kind": "function",
|
|
16818
|
-
"signature": "function collectGitHubReleasePassport({ cwd = process.cwd(), tag = \"\", repository = process.env.GITHUB_REPOSITORY || \"\", sourceSha = process.env.GITHUB_SHA || \"\", line = \"\", outputDir = \".buildchain/release-passport\", assetsJson = \"\", assetsDir = \"\", kfdArtifactSearchRoots = [], releaseJson = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", packageSetJson = \"\", publishEvidenceJson = \"\", trustedPublishingJson = \"\", transactionJson = \"\", anchorManifestJson = \"\", versionMaterialJson = \"\", impactJson = \"\", buildSummaryJson = \"\", buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = \"\", kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = \"\", kfdSupportMatrixJson = \"\", kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = \"\", releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = \"\", controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = \"\", requireBaseKfd = false, releaseJsonExtra = \"\", publishJson = \"\", workflow = {}, checkedAt = \"\", } = {})",
|
|
17443
|
+
"signature": "function collectGitHubReleasePassport({ cwd = process.cwd(), tag = \"\", repository = process.env.GITHUB_REPOSITORY || \"\", sourceSha = process.env.GITHUB_SHA || \"\", line = \"\", outputDir = \".buildchain/release-passport\", assetsJson = \"\", assetsDir = \"\", kfdArtifactSearchRoots = [], releaseJson = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", packageSetJson = \"\", publishEvidenceJson = \"\", trustedPublishingJson = \"\", transactionJson = \"\", anchorManifestJson = \"\", versionMaterialJson = \"\", impactJson = \"\", buildSummaryJson = \"\", buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = \"\", kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = \"\", kfdAdopterManifestJson = \"\", kfdSupportMatrixJson = \"\", kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = \"\", releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = \"\", controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = \"\", requireBaseKfd = false, releaseJsonExtra = \"\", publishJson = \"\", workflow = {}, checkedAt = \"\", } = {})",
|
|
16819
17444
|
"parameters": [
|
|
16820
17445
|
{
|
|
16821
17446
|
"name": "parameter1",
|
|
16822
|
-
"signature": "{ cwd = process.cwd(), tag = \"\", repository = process.env.GITHUB_REPOSITORY || \"\", sourceSha = process.env.GITHUB_SHA || \"\", line = \"\", outputDir = \".buildchain/release-passport\", assetsJson = \"\", assetsDir = \"\", kfdArtifactSearchRoots = [], releaseJson = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", packageSetJson = \"\", publishEvidenceJson = \"\", trustedPublishingJson = \"\", transactionJson = \"\", anchorManifestJson = \"\", versionMaterialJson = \"\", impactJson = \"\", buildSummaryJson = \"\", buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = \"\", kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = \"\", kfdSupportMatrixJson = \"\", kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = \"\", releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = \"\", controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = \"\", requireBaseKfd = false, releaseJsonExtra = \"\", publishJson = \"\", workflow = {}, checkedAt = \"\", } = {}"
|
|
17447
|
+
"signature": "{ cwd = process.cwd(), tag = \"\", repository = process.env.GITHUB_REPOSITORY || \"\", sourceSha = process.env.GITHUB_SHA || \"\", line = \"\", outputDir = \".buildchain/release-passport\", assetsJson = \"\", assetsDir = \"\", kfdArtifactSearchRoots = [], releaseJson = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", packageSetJson = \"\", publishEvidenceJson = \"\", trustedPublishingJson = \"\", transactionJson = \"\", anchorManifestJson = \"\", versionMaterialJson = \"\", impactJson = \"\", buildSummaryJson = \"\", buildFactsJsons = [], platformManifestJsons = [], distTagEvidenceJson = \"\", kfd1WitnessJsons = [], kfd2ClaimJsons = [], kfd3PrebuildWitnessJsons = [], kfd3ArtifactWitnessJsons = [], kfd3ArtifactVerifyCommand = \"\", kfdAdopterManifestJson = \"\", kfdSupportMatrixJson = \"\", kfdProductGateJsons = [], invariantPassportJsons = [], invariantPassportCommand = \"\", releaseEvidenceJsons = [], kfdAgentHubEvidenceJson = \"\", controllerReceiptReferences = [], githubArtifactAttestationPolicyJsons = [], basePassportJson = \"\", requireBaseKfd = false, releaseJsonExtra = \"\", publishJson = \"\", workflow = {}, checkedAt = \"\", } = {}"
|
|
16823
17448
|
}
|
|
16824
17449
|
],
|
|
16825
17450
|
"returns": "unknown",
|
|
16826
17451
|
"errors": [
|
|
16827
|
-
"
|
|
17452
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
16828
17453
|
],
|
|
16829
17454
|
"sideEffects": [
|
|
16830
|
-
"
|
|
17455
|
+
"none-detected-by-static-source-scan"
|
|
16831
17456
|
],
|
|
16832
17457
|
"source": {
|
|
16833
17458
|
"path": "packages/core/release-passport.js",
|
|
16834
|
-
"line":
|
|
17459
|
+
"line": 1499
|
|
16835
17460
|
},
|
|
16836
17461
|
"example": "import { collectGitHubReleasePassport } from \"@kungfu-tech/buildchain\";",
|
|
16837
17462
|
"maturity": "stable",
|
|
@@ -16844,11 +17469,11 @@
|
|
|
16844
17469
|
"id": "packages/core/release-passport.js#createArtifactEvidence",
|
|
16845
17470
|
"name": "createArtifactEvidence",
|
|
16846
17471
|
"kind": "function",
|
|
16847
|
-
"signature": "function createArtifactEvidence({ assets = [], repository = \"\", tag = \"\", sourceSha = \"\", workflow = {} } = {})",
|
|
17472
|
+
"signature": "function createArtifactEvidence({ assets = [], repository = \"\", tag = \"\", sourceSha = \"\", workflow = {}, kfdAdopter = undefined } = {})",
|
|
16848
17473
|
"parameters": [
|
|
16849
17474
|
{
|
|
16850
17475
|
"name": "parameter1",
|
|
16851
|
-
"signature": "{ assets = [], repository = \"\", tag = \"\", sourceSha = \"\", workflow = {} } = {}"
|
|
17476
|
+
"signature": "{ assets = [], repository = \"\", tag = \"\", sourceSha = \"\", workflow = {}, kfdAdopter = undefined } = {}"
|
|
16852
17477
|
}
|
|
16853
17478
|
],
|
|
16854
17479
|
"returns": "unknown",
|
|
@@ -16860,7 +17485,7 @@
|
|
|
16860
17485
|
],
|
|
16861
17486
|
"source": {
|
|
16862
17487
|
"path": "packages/core/release-passport.js",
|
|
16863
|
-
"line":
|
|
17488
|
+
"line": 1163
|
|
16864
17489
|
},
|
|
16865
17490
|
"example": "import { createArtifactEvidence } from \"@kungfu-tech/buildchain\";",
|
|
16866
17491
|
"maturity": "stable",
|
|
@@ -16889,7 +17514,7 @@
|
|
|
16889
17514
|
],
|
|
16890
17515
|
"source": {
|
|
16891
17516
|
"path": "packages/core/release-passport.js",
|
|
16892
|
-
"line":
|
|
17517
|
+
"line": 236
|
|
16893
17518
|
},
|
|
16894
17519
|
"example": "import { createInvariantPassportGate } from \"@kungfu-tech/buildchain/release-passport\";",
|
|
16895
17520
|
"maturity": "stable",
|
|
@@ -16902,11 +17527,11 @@
|
|
|
16902
17527
|
"id": "packages/core/release-passport.js#createReleaseCheckReport",
|
|
16903
17528
|
"name": "createReleaseCheckReport",
|
|
16904
17529
|
"kind": "function",
|
|
16905
|
-
"signature": "function createReleaseCheckReport({ passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {})",
|
|
17530
|
+
"signature": "function createReleaseCheckReport({ passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, kfdAdopterManifest, kfdAdopterManifestGate, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {})",
|
|
16906
17531
|
"parameters": [
|
|
16907
17532
|
{
|
|
16908
17533
|
"name": "parameter1",
|
|
16909
|
-
"signature": "{ passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {}"
|
|
17534
|
+
"signature": "{ passport, artifactEvidence, publishEvidence, impact, agentIndex, productMechanism, kfdAgentHubEvidence, kfdSupportEvidence, kfdAdopterManifest, kfdAdopterManifestGate, releaseEvidenceDocuments = [], checkedAt = nowIso(), } = {}"
|
|
16910
17535
|
}
|
|
16911
17536
|
],
|
|
16912
17537
|
"returns": "unknown",
|
|
@@ -16918,7 +17543,7 @@
|
|
|
16918
17543
|
],
|
|
16919
17544
|
"source": {
|
|
16920
17545
|
"path": "packages/core/release-passport.js",
|
|
16921
|
-
"line":
|
|
17546
|
+
"line": 2665
|
|
16922
17547
|
},
|
|
16923
17548
|
"example": "import { createReleaseCheckReport } from \"@kungfu-tech/buildchain\";",
|
|
16924
17549
|
"maturity": "stable",
|
|
@@ -16931,11 +17556,11 @@
|
|
|
16931
17556
|
"id": "packages/core/release-passport.js#createReleasePassport",
|
|
16932
17557
|
"name": "createReleasePassport",
|
|
16933
17558
|
"kind": "function",
|
|
16934
|
-
"signature": "function createReleasePassport({ cwd = process.cwd(), repository = \"\", tag = \"\", sourceSha = \"\", line = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", productMechanismPath = \"product-mechanism.json\", artifactEvidencePath = \"artifact-evidence.json\", impactPath = \"impact.json\", agentIndexPath = \"agent-index.json\", checkReportPath = \"check-report.json\", publishEvidencePath = \"\", transactionStatePath = \"\", assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdSupport = undefined, kfdSupportEvidencePath = \"\", invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = \"\", controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = \"\", } = {})",
|
|
17559
|
+
"signature": "function createReleasePassport({ cwd = process.cwd(), repository = \"\", tag = \"\", sourceSha = \"\", line = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", productMechanismPath = \"product-mechanism.json\", artifactEvidencePath = \"artifact-evidence.json\", impactPath = \"impact.json\", agentIndexPath = \"agent-index.json\", checkReportPath = \"check-report.json\", publishEvidencePath = \"\", transactionStatePath = \"\", assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdAdopter = undefined, kfdAdopterManifestEvidencePath = \"\", kfdAdopterGateEvidencePath = \"\", kfdSupport = undefined, kfdSupportEvidencePath = \"\", invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = \"\", controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = \"\", } = {})",
|
|
16935
17560
|
"parameters": [
|
|
16936
17561
|
{
|
|
16937
17562
|
"name": "parameter1",
|
|
16938
|
-
"signature": "{ cwd = process.cwd(), repository = \"\", tag = \"\", sourceSha = \"\", line = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", productMechanismPath = \"product-mechanism.json\", artifactEvidencePath = \"artifact-evidence.json\", impactPath = \"impact.json\", agentIndexPath = \"agent-index.json\", checkReportPath = \"check-report.json\", publishEvidencePath = \"\", transactionStatePath = \"\", assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdSupport = undefined, kfdSupportEvidencePath = \"\", invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = \"\", controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = \"\", } = {}"
|
|
17563
|
+
"signature": "{ cwd = process.cwd(), repository = \"\", tag = \"\", sourceSha = \"\", line = \"\", productName = \"Buildchain\", packageName = \"@kungfu-tech/buildchain\", packageVersion = \"\", productMechanismPath = \"product-mechanism.json\", artifactEvidencePath = \"artifact-evidence.json\", impactPath = \"impact.json\", agentIndexPath = \"agent-index.json\", checkReportPath = \"check-report.json\", publishEvidencePath = \"\", transactionStatePath = \"\", assets = [], packageSet = undefined, anchorManifest = undefined, versionMaterial = undefined, publishEvidence = undefined, trustedPublishing = undefined, transaction = undefined, buildSummary = undefined, buildFacts = [], platformArtifactManifests = [], distTagPromotionEvidence = undefined, release = {}, publish = {}, impact = undefined, workflow = {}, kfd1 = undefined, kfd2Claims = [], kfd3 = undefined, kfdAdopter = undefined, kfdAdopterManifestEvidencePath = \"\", kfdAdopterGateEvidencePath = \"\", kfdSupport = undefined, kfdSupportEvidencePath = \"\", invariantPassports = undefined, releaseEvidence = [], kfdAgentHubEvidence = undefined, kfdAgentHubEvidencePath = \"\", controllerReceipts = [], controllerReceiptReferences = [], githubArtifactAttestations = [], checkedAt = \"\", } = {}"
|
|
16939
17564
|
}
|
|
16940
17565
|
],
|
|
16941
17566
|
"returns": "unknown",
|
|
@@ -16943,11 +17568,11 @@
|
|
|
16943
17568
|
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
16944
17569
|
],
|
|
16945
17570
|
"sideEffects": [
|
|
16946
|
-
"
|
|
17571
|
+
"local-filesystem-write"
|
|
16947
17572
|
],
|
|
16948
17573
|
"source": {
|
|
16949
17574
|
"path": "packages/core/release-passport.js",
|
|
16950
|
-
"line":
|
|
17575
|
+
"line": 1198
|
|
16951
17576
|
},
|
|
16952
17577
|
"example": "import { createReleasePassport } from \"@kungfu-tech/buildchain\";",
|
|
16953
17578
|
"maturity": "stable",
|
|
@@ -16976,7 +17601,7 @@
|
|
|
16976
17601
|
],
|
|
16977
17602
|
"source": {
|
|
16978
17603
|
"path": "packages/core/release-passport.js",
|
|
16979
|
-
"line":
|
|
17604
|
+
"line": 2819
|
|
16980
17605
|
},
|
|
16981
17606
|
"example": "import { explainReleasePassport } from \"@kungfu-tech/buildchain\";",
|
|
16982
17607
|
"maturity": "stable",
|
|
@@ -17000,7 +17625,7 @@
|
|
|
17000
17625
|
],
|
|
17001
17626
|
"source": {
|
|
17002
17627
|
"path": "packages/core/release-passport.js",
|
|
17003
|
-
"line":
|
|
17628
|
+
"line": 39
|
|
17004
17629
|
},
|
|
17005
17630
|
"example": "import { IMPACT_LEDGER_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17006
17631
|
"maturity": "stable",
|
|
@@ -17024,7 +17649,7 @@
|
|
|
17024
17649
|
],
|
|
17025
17650
|
"source": {
|
|
17026
17651
|
"path": "packages/core/release-passport.js",
|
|
17027
|
-
"line":
|
|
17652
|
+
"line": 45
|
|
17028
17653
|
},
|
|
17029
17654
|
"example": "import { INVARIANT_PASSPORT_GATE_CONTRACT } from \"@kungfu-tech/buildchain/release-passport\";",
|
|
17030
17655
|
"maturity": "stable",
|
|
@@ -17048,7 +17673,7 @@
|
|
|
17048
17673
|
],
|
|
17049
17674
|
"source": {
|
|
17050
17675
|
"path": "packages/core/release-passport.js",
|
|
17051
|
-
"line":
|
|
17676
|
+
"line": 46
|
|
17052
17677
|
},
|
|
17053
17678
|
"example": "import { KFD_AGENT_HUB_RELEASE_EVIDENCE_CONTRACT } from \"@kungfu-tech/buildchain/release-passport\";",
|
|
17054
17679
|
"maturity": "stable",
|
|
@@ -17072,7 +17697,7 @@
|
|
|
17072
17697
|
],
|
|
17073
17698
|
"source": {
|
|
17074
17699
|
"path": "packages/core/release-passport.js",
|
|
17075
|
-
"line":
|
|
17700
|
+
"line": 43
|
|
17076
17701
|
},
|
|
17077
17702
|
"example": "import { KFD2_RELEASE_TRUST_PASSPORT_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17078
17703
|
"maturity": "stable",
|
|
@@ -17096,7 +17721,7 @@
|
|
|
17096
17721
|
],
|
|
17097
17722
|
"source": {
|
|
17098
17723
|
"path": "packages/core/release-passport.js",
|
|
17099
|
-
"line":
|
|
17724
|
+
"line": 44
|
|
17100
17725
|
},
|
|
17101
17726
|
"example": "import { KFD2_TRUST_PROOF_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17102
17727
|
"maturity": "stable",
|
|
@@ -17125,7 +17750,7 @@
|
|
|
17125
17750
|
],
|
|
17126
17751
|
"source": {
|
|
17127
17752
|
"path": "packages/core/release-passport.js",
|
|
17128
|
-
"line":
|
|
17753
|
+
"line": 2848
|
|
17129
17754
|
},
|
|
17130
17755
|
"example": "import { makeReleasePassportFixtureAssets } from \"@kungfu-tech/buildchain\";",
|
|
17131
17756
|
"maturity": "stable",
|
|
@@ -17149,7 +17774,7 @@
|
|
|
17149
17774
|
],
|
|
17150
17775
|
"source": {
|
|
17151
17776
|
"path": "packages/core/release-passport.js",
|
|
17152
|
-
"line":
|
|
17777
|
+
"line": 41
|
|
17153
17778
|
},
|
|
17154
17779
|
"example": "import { PRODUCT_MECHANISM_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17155
17780
|
"maturity": "stable",
|
|
@@ -17186,7 +17811,7 @@
|
|
|
17186
17811
|
],
|
|
17187
17812
|
"source": {
|
|
17188
17813
|
"path": "packages/core/release-passport.js",
|
|
17189
|
-
"line":
|
|
17814
|
+
"line": 2735
|
|
17190
17815
|
},
|
|
17191
17816
|
"example": "import { readJsonFromLocation } from \"@kungfu-tech/buildchain\";",
|
|
17192
17817
|
"maturity": "stable",
|
|
@@ -17198,19 +17823,19 @@
|
|
|
17198
17823
|
{
|
|
17199
17824
|
"id": "packages/core/release-passport.js#RELEASE_CHECK_REPORT_CONTRACT",
|
|
17200
17825
|
"name": "RELEASE_CHECK_REPORT_CONTRACT",
|
|
17201
|
-
"kind": "
|
|
17202
|
-
"signature": "
|
|
17826
|
+
"kind": "value",
|
|
17827
|
+
"signature": "RELEASE_CHECK_REPORT_CONTRACT",
|
|
17203
17828
|
"parameters": [],
|
|
17204
|
-
"returns": "
|
|
17829
|
+
"returns": "unknown",
|
|
17205
17830
|
"errors": [
|
|
17206
|
-
"
|
|
17831
|
+
"No narrower error contract was mechanically discoverable."
|
|
17207
17832
|
],
|
|
17208
17833
|
"sideEffects": [
|
|
17209
|
-
"
|
|
17834
|
+
"unknown"
|
|
17210
17835
|
],
|
|
17211
17836
|
"source": {
|
|
17212
17837
|
"path": "packages/core/release-passport.js",
|
|
17213
|
-
"line":
|
|
17838
|
+
"line": 1
|
|
17214
17839
|
},
|
|
17215
17840
|
"example": "import { RELEASE_CHECK_REPORT_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17216
17841
|
"maturity": "stable",
|
|
@@ -17234,7 +17859,7 @@
|
|
|
17234
17859
|
],
|
|
17235
17860
|
"source": {
|
|
17236
17861
|
"path": "packages/core/release-passport.js",
|
|
17237
|
-
"line":
|
|
17862
|
+
"line": 42
|
|
17238
17863
|
},
|
|
17239
17864
|
"example": "import { RELEASE_EVIDENCE_ATTACHMENT_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17240
17865
|
"maturity": "stable",
|
|
@@ -17246,19 +17871,19 @@
|
|
|
17246
17871
|
{
|
|
17247
17872
|
"id": "packages/core/release-passport.js#RELEASE_PASSPORT_CONTRACT",
|
|
17248
17873
|
"name": "RELEASE_PASSPORT_CONTRACT",
|
|
17249
|
-
"kind": "
|
|
17250
|
-
"signature": "
|
|
17874
|
+
"kind": "value",
|
|
17875
|
+
"signature": "RELEASE_PASSPORT_CONTRACT",
|
|
17251
17876
|
"parameters": [],
|
|
17252
|
-
"returns": "
|
|
17877
|
+
"returns": "unknown",
|
|
17253
17878
|
"errors": [
|
|
17254
|
-
"
|
|
17879
|
+
"No narrower error contract was mechanically discoverable."
|
|
17255
17880
|
],
|
|
17256
17881
|
"sideEffects": [
|
|
17257
|
-
"
|
|
17882
|
+
"unknown"
|
|
17258
17883
|
],
|
|
17259
17884
|
"source": {
|
|
17260
17885
|
"path": "packages/core/release-passport.js",
|
|
17261
|
-
"line":
|
|
17886
|
+
"line": 1
|
|
17262
17887
|
},
|
|
17263
17888
|
"example": "import { RELEASE_PASSPORT_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17264
17889
|
"maturity": "stable",
|
|
@@ -17288,7 +17913,7 @@
|
|
|
17288
17913
|
],
|
|
17289
17914
|
"source": {
|
|
17290
17915
|
"path": "packages/core/release-passport.js",
|
|
17291
|
-
"line":
|
|
17916
|
+
"line": 251
|
|
17292
17917
|
},
|
|
17293
17918
|
"example": "import { sha256File } from \"@kungfu-tech/buildchain\";",
|
|
17294
17919
|
"maturity": "stable",
|
|
@@ -17317,7 +17942,7 @@
|
|
|
17317
17942
|
],
|
|
17318
17943
|
"source": {
|
|
17319
17944
|
"path": "packages/core/release-passport.js",
|
|
17320
|
-
"line":
|
|
17945
|
+
"line": 146
|
|
17321
17946
|
},
|
|
17322
17947
|
"example": "import { sha256Text } from \"@kungfu-tech/buildchain\";",
|
|
17323
17948
|
"maturity": "stable",
|
|
@@ -17341,7 +17966,7 @@
|
|
|
17341
17966
|
],
|
|
17342
17967
|
"source": {
|
|
17343
17968
|
"path": "packages/core/release-passport.js",
|
|
17344
|
-
"line":
|
|
17969
|
+
"line": 2860
|
|
17345
17970
|
},
|
|
17346
17971
|
"example": "import { validateKnownReleasePassportContracts } from \"@kungfu-tech/buildchain\";",
|
|
17347
17972
|
"maturity": "stable",
|
|
@@ -17354,11 +17979,11 @@
|
|
|
17354
17979
|
"id": "packages/core/release-passport.js#verifyReleasePassport",
|
|
17355
17980
|
"name": "verifyReleasePassport",
|
|
17356
17981
|
"kind": "function",
|
|
17357
|
-
"signature": "async function verifyReleasePassport({ passportLocation, artifactEvidenceLocation = \"\", publishEvidenceLocation = \"\", impactLocation = \"\", agentIndexLocation = \"\", productMechanismLocation = \"\", kfdAgentHubEvidenceLocation = \"\", kfdSupportEvidenceLocation = \"\", checkedAt = nowIso(), } = {})",
|
|
17982
|
+
"signature": "async function verifyReleasePassport({ passportLocation, artifactEvidenceLocation = \"\", publishEvidenceLocation = \"\", impactLocation = \"\", agentIndexLocation = \"\", productMechanismLocation = \"\", kfdAgentHubEvidenceLocation = \"\", kfdAdopterManifestLocation = \"\", kfdAdopterManifestGateLocation = \"\", kfdSupportEvidenceLocation = \"\", checkedAt = nowIso(), } = {})",
|
|
17358
17983
|
"parameters": [
|
|
17359
17984
|
{
|
|
17360
17985
|
"name": "parameter1",
|
|
17361
|
-
"signature": "{ passportLocation, artifactEvidenceLocation = \"\", publishEvidenceLocation = \"\", impactLocation = \"\", agentIndexLocation = \"\", productMechanismLocation = \"\", kfdAgentHubEvidenceLocation = \"\", kfdSupportEvidenceLocation = \"\", checkedAt = nowIso(), } = {}"
|
|
17986
|
+
"signature": "{ passportLocation, artifactEvidenceLocation = \"\", publishEvidenceLocation = \"\", impactLocation = \"\", agentIndexLocation = \"\", productMechanismLocation = \"\", kfdAgentHubEvidenceLocation = \"\", kfdAdopterManifestLocation = \"\", kfdAdopterManifestGateLocation = \"\", kfdSupportEvidenceLocation = \"\", checkedAt = nowIso(), } = {}"
|
|
17362
17987
|
}
|
|
17363
17988
|
],
|
|
17364
17989
|
"returns": "Promise<unknown>",
|
|
@@ -17370,7 +17995,7 @@
|
|
|
17370
17995
|
],
|
|
17371
17996
|
"source": {
|
|
17372
17997
|
"path": "packages/core/release-passport.js",
|
|
17373
|
-
"line":
|
|
17998
|
+
"line": 2784
|
|
17374
17999
|
},
|
|
17375
18000
|
"example": "import { verifyReleasePassport } from \"@kungfu-tech/buildchain\";",
|
|
17376
18001
|
"maturity": "stable",
|
|
@@ -19357,6 +19982,39 @@
|
|
|
19357
19982
|
"agent"
|
|
19358
19983
|
]
|
|
19359
19984
|
},
|
|
19985
|
+
{
|
|
19986
|
+
"id": "packages/core/release-train.js#createReleaseBlockerRepair",
|
|
19987
|
+
"name": "createReleaseBlockerRepair",
|
|
19988
|
+
"kind": "function",
|
|
19989
|
+
"signature": "function createReleaseBlockerRepair(activeTrainInput, input = {})",
|
|
19990
|
+
"parameters": [
|
|
19991
|
+
{
|
|
19992
|
+
"name": "activeTrainInput",
|
|
19993
|
+
"signature": "activeTrainInput"
|
|
19994
|
+
},
|
|
19995
|
+
{
|
|
19996
|
+
"name": "input",
|
|
19997
|
+
"signature": "input = {}"
|
|
19998
|
+
}
|
|
19999
|
+
],
|
|
20000
|
+
"returns": "unknown",
|
|
20001
|
+
"errors": [
|
|
20002
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
20003
|
+
],
|
|
20004
|
+
"sideEffects": [
|
|
20005
|
+
"none-detected-by-static-source-scan"
|
|
20006
|
+
],
|
|
20007
|
+
"source": {
|
|
20008
|
+
"path": "packages/core/release-train.js",
|
|
20009
|
+
"line": 668
|
|
20010
|
+
},
|
|
20011
|
+
"example": "import { createReleaseBlockerRepair } from \"@kungfu-tech/buildchain/release-train\";",
|
|
20012
|
+
"maturity": "stable",
|
|
20013
|
+
"audience": [
|
|
20014
|
+
"developer",
|
|
20015
|
+
"agent"
|
|
20016
|
+
]
|
|
20017
|
+
},
|
|
19360
20018
|
{
|
|
19361
20019
|
"id": "packages/core/release-train.js#createReleaseCut",
|
|
19362
20020
|
"name": "createReleaseCut",
|
|
@@ -19377,7 +20035,7 @@
|
|
|
19377
20035
|
],
|
|
19378
20036
|
"source": {
|
|
19379
20037
|
"path": "packages/core/release-train.js",
|
|
19380
|
-
"line":
|
|
20038
|
+
"line": 182
|
|
19381
20039
|
},
|
|
19382
20040
|
"example": "import { createReleaseCut } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19383
20041
|
"maturity": "stable",
|
|
@@ -19406,7 +20064,7 @@
|
|
|
19406
20064
|
],
|
|
19407
20065
|
"source": {
|
|
19408
20066
|
"path": "packages/core/release-train.js",
|
|
19409
|
-
"line":
|
|
20067
|
+
"line": 216
|
|
19410
20068
|
},
|
|
19411
20069
|
"example": "import { createReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19412
20070
|
"maturity": "stable",
|
|
@@ -19430,7 +20088,7 @@
|
|
|
19430
20088
|
],
|
|
19431
20089
|
"source": {
|
|
19432
20090
|
"path": "packages/core/release-train.js",
|
|
19433
|
-
"line":
|
|
20091
|
+
"line": 13
|
|
19434
20092
|
},
|
|
19435
20093
|
"example": "import { LEGACY_DEV_ALPHA_CANDIDATE_STATE_SCHEMA } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19436
20094
|
"maturity": "stable",
|
|
@@ -19463,7 +20121,7 @@
|
|
|
19463
20121
|
],
|
|
19464
20122
|
"source": {
|
|
19465
20123
|
"path": "packages/core/release-train.js",
|
|
19466
|
-
"line":
|
|
20124
|
+
"line": 361
|
|
19467
20125
|
},
|
|
19468
20126
|
"example": "import { observeReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19469
20127
|
"maturity": "stable",
|
|
@@ -19492,7 +20150,7 @@
|
|
|
19492
20150
|
],
|
|
19493
20151
|
"source": {
|
|
19494
20152
|
"path": "packages/core/release-train.js",
|
|
19495
|
-
"line":
|
|
20153
|
+
"line": 494
|
|
19496
20154
|
},
|
|
19497
20155
|
"example": "import { readReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19498
20156
|
"maturity": "stable",
|
|
@@ -19501,6 +20159,30 @@
|
|
|
19501
20159
|
"agent"
|
|
19502
20160
|
]
|
|
19503
20161
|
},
|
|
20162
|
+
{
|
|
20163
|
+
"id": "packages/core/release-train.js#RELEASE_BLOCKER_REPAIR_CONTRACT",
|
|
20164
|
+
"name": "RELEASE_BLOCKER_REPAIR_CONTRACT",
|
|
20165
|
+
"kind": "constant",
|
|
20166
|
+
"signature": "const RELEASE_BLOCKER_REPAIR_CONTRACT",
|
|
20167
|
+
"parameters": [],
|
|
20168
|
+
"returns": "value",
|
|
20169
|
+
"errors": [
|
|
20170
|
+
"Import does not declare a throw contract."
|
|
20171
|
+
],
|
|
20172
|
+
"sideEffects": [
|
|
20173
|
+
"none-on-import"
|
|
20174
|
+
],
|
|
20175
|
+
"source": {
|
|
20176
|
+
"path": "packages/core/release-train.js",
|
|
20177
|
+
"line": 11
|
|
20178
|
+
},
|
|
20179
|
+
"example": "import { RELEASE_BLOCKER_REPAIR_CONTRACT } from \"@kungfu-tech/buildchain/release-train\";",
|
|
20180
|
+
"maturity": "stable",
|
|
20181
|
+
"audience": [
|
|
20182
|
+
"developer",
|
|
20183
|
+
"agent"
|
|
20184
|
+
]
|
|
20185
|
+
},
|
|
19504
20186
|
{
|
|
19505
20187
|
"id": "packages/core/release-train.js#RELEASE_CUT_CONTRACT",
|
|
19506
20188
|
"name": "RELEASE_CUT_CONTRACT",
|
|
@@ -19588,7 +20270,7 @@
|
|
|
19588
20270
|
],
|
|
19589
20271
|
"source": {
|
|
19590
20272
|
"path": "packages/core/release-train.js",
|
|
19591
|
-
"line":
|
|
20273
|
+
"line": 16
|
|
19592
20274
|
},
|
|
19593
20275
|
"example": "import { RELEASE_TRAIN_STATES } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19594
20276
|
"maturity": "stable",
|
|
@@ -19612,7 +20294,7 @@
|
|
|
19612
20294
|
],
|
|
19613
20295
|
"source": {
|
|
19614
20296
|
"path": "packages/core/release-train.js",
|
|
19615
|
-
"line":
|
|
20297
|
+
"line": 26
|
|
19616
20298
|
},
|
|
19617
20299
|
"example": "import { RELEASE_TRAIN_SUPERSESSION_CAUSES } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19618
20300
|
"maturity": "stable",
|
|
@@ -19665,7 +20347,7 @@
|
|
|
19665
20347
|
],
|
|
19666
20348
|
"source": {
|
|
19667
20349
|
"path": "packages/core/release-train.js",
|
|
19668
|
-
"line":
|
|
20350
|
+
"line": 74
|
|
19669
20351
|
},
|
|
19670
20352
|
"example": "import { releaseTrainRoot } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19671
20353
|
"maturity": "stable",
|
|
@@ -19674,6 +20356,39 @@
|
|
|
19674
20356
|
"agent"
|
|
19675
20357
|
]
|
|
19676
20358
|
},
|
|
20359
|
+
{
|
|
20360
|
+
"id": "packages/core/release-train.js#settleReleaseBlockerDevLanding",
|
|
20361
|
+
"name": "settleReleaseBlockerDevLanding",
|
|
20362
|
+
"kind": "function",
|
|
20363
|
+
"signature": "function settleReleaseBlockerDevLanding(repairInput, input = {})",
|
|
20364
|
+
"parameters": [
|
|
20365
|
+
{
|
|
20366
|
+
"name": "repairInput",
|
|
20367
|
+
"signature": "repairInput"
|
|
20368
|
+
},
|
|
20369
|
+
{
|
|
20370
|
+
"name": "input",
|
|
20371
|
+
"signature": "input = {}"
|
|
20372
|
+
}
|
|
20373
|
+
],
|
|
20374
|
+
"returns": "unknown",
|
|
20375
|
+
"errors": [
|
|
20376
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
20377
|
+
],
|
|
20378
|
+
"sideEffects": [
|
|
20379
|
+
"may-write-or-invoke-external-actions"
|
|
20380
|
+
],
|
|
20381
|
+
"source": {
|
|
20382
|
+
"path": "packages/core/release-train.js",
|
|
20383
|
+
"line": 708
|
|
20384
|
+
},
|
|
20385
|
+
"example": "import { settleReleaseBlockerDevLanding } from \"@kungfu-tech/buildchain/release-train\";",
|
|
20386
|
+
"maturity": "stable",
|
|
20387
|
+
"audience": [
|
|
20388
|
+
"developer",
|
|
20389
|
+
"agent"
|
|
20390
|
+
]
|
|
20391
|
+
},
|
|
19677
20392
|
{
|
|
19678
20393
|
"id": "packages/core/release-train.js#transitionReleaseTrain",
|
|
19679
20394
|
"name": "transitionReleaseTrain",
|
|
@@ -19698,7 +20413,7 @@
|
|
|
19698
20413
|
],
|
|
19699
20414
|
"source": {
|
|
19700
20415
|
"path": "packages/core/release-train.js",
|
|
19701
|
-
"line":
|
|
20416
|
+
"line": 339
|
|
19702
20417
|
},
|
|
19703
20418
|
"example": "import { transitionReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19704
20419
|
"maturity": "stable",
|
|
@@ -19707,6 +20422,35 @@
|
|
|
19707
20422
|
"agent"
|
|
19708
20423
|
]
|
|
19709
20424
|
},
|
|
20425
|
+
{
|
|
20426
|
+
"id": "packages/core/release-train.js#validateReleaseBlockerRepair",
|
|
20427
|
+
"name": "validateReleaseBlockerRepair",
|
|
20428
|
+
"kind": "function",
|
|
20429
|
+
"signature": "function validateReleaseBlockerRepair(input)",
|
|
20430
|
+
"parameters": [
|
|
20431
|
+
{
|
|
20432
|
+
"name": "input",
|
|
20433
|
+
"signature": "input"
|
|
20434
|
+
}
|
|
20435
|
+
],
|
|
20436
|
+
"returns": "unknown",
|
|
20437
|
+
"errors": [
|
|
20438
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
20439
|
+
],
|
|
20440
|
+
"sideEffects": [
|
|
20441
|
+
"none-detected-by-static-source-scan"
|
|
20442
|
+
],
|
|
20443
|
+
"source": {
|
|
20444
|
+
"path": "packages/core/release-train.js",
|
|
20445
|
+
"line": 672
|
|
20446
|
+
},
|
|
20447
|
+
"example": "import { validateReleaseBlockerRepair } from \"@kungfu-tech/buildchain/release-train\";",
|
|
20448
|
+
"maturity": "stable",
|
|
20449
|
+
"audience": [
|
|
20450
|
+
"developer",
|
|
20451
|
+
"agent"
|
|
20452
|
+
]
|
|
20453
|
+
},
|
|
19710
20454
|
{
|
|
19711
20455
|
"id": "packages/core/release-train.js#validateReleaseCut",
|
|
19712
20456
|
"name": "validateReleaseCut",
|
|
@@ -19727,7 +20471,7 @@
|
|
|
19727
20471
|
],
|
|
19728
20472
|
"source": {
|
|
19729
20473
|
"path": "packages/core/release-train.js",
|
|
19730
|
-
"line":
|
|
20474
|
+
"line": 232
|
|
19731
20475
|
},
|
|
19732
20476
|
"example": "import { validateReleaseCut } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19733
20477
|
"maturity": "stable",
|
|
@@ -19756,7 +20500,7 @@
|
|
|
19756
20500
|
],
|
|
19757
20501
|
"source": {
|
|
19758
20502
|
"path": "packages/core/release-train.js",
|
|
19759
|
-
"line":
|
|
20503
|
+
"line": 365
|
|
19760
20504
|
},
|
|
19761
20505
|
"example": "import { validateReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19762
20506
|
"maturity": "stable",
|
|
@@ -20353,14 +21097,14 @@
|
|
|
20353
21097
|
"specifier": "@kungfu-tech/buildchain",
|
|
20354
21098
|
"export": ".",
|
|
20355
21099
|
"target": "./packages/core/index.js",
|
|
20356
|
-
"digest": "sha256:
|
|
21100
|
+
"digest": "sha256:f37909d2a4f2806563b89cde4c616d9821d968f0d1e8a72a3c4e2c31645f9397",
|
|
20357
21101
|
"summary": "Root toolkit export for Buildchain's public Node API.",
|
|
20358
21102
|
"capabilityGroup": "api-cli-reference",
|
|
20359
21103
|
"audience": [
|
|
20360
21104
|
"developer",
|
|
20361
21105
|
"agent"
|
|
20362
21106
|
],
|
|
20363
|
-
"symbolCount":
|
|
21107
|
+
"symbolCount": 608,
|
|
20364
21108
|
"symbolIds": [
|
|
20365
21109
|
"packages/core/release-activation-transaction.js#abortReleaseActivationTransaction",
|
|
20366
21110
|
"packages/core/release-passport.js#AGENT_INDEX_CONTRACT",
|
|
@@ -20542,8 +21286,8 @@
|
|
|
20542
21286
|
"packages/core/kfd-gate.js#createKfd1ReleaseGateEvidence",
|
|
20543
21287
|
"packages/core/kfd-gate.js#createKfd3CollaborationInterfaceReleaseGateEvidence",
|
|
20544
21288
|
"packages/core/kfd3-surface-register.js#createKfd3SurfaceWitness",
|
|
21289
|
+
"packages/core/artifact-verification-envelope.js#createKfdAdopterReleaseBinding",
|
|
20545
21290
|
"packages/core/readme-badges.js#createKfdBadgeSpecsFromStandards",
|
|
20546
|
-
"packages/core/kfd-product-gates.js#createKfdSupportProjection",
|
|
20547
21291
|
"packages/core/build-facts.js#createKungfuBuildInfoProjection",
|
|
20548
21292
|
"packages/core/release-propagation-pickup.js#createManualUpstreamPickupCapture",
|
|
20549
21293
|
"packages/core/release-propagation-pickup.js#createManualUpstreamPickupPlan",
|
|
@@ -20667,6 +21411,8 @@
|
|
|
20667
21411
|
"packages/core/kfd-agent-hub.js#initKfdAgentHub",
|
|
20668
21412
|
"packages/core/kfd-agent-hub.js#inspectKfdAgentHub",
|
|
20669
21413
|
"packages/core/release-propagation-push.js#inspectReleasePropagationPushState",
|
|
21414
|
+
"packages/core/artifact-verification-envelope.js#installedKfdPackageArtifactRoot",
|
|
21415
|
+
"packages/core/artifact-verification-envelope.js#KFD_ADOPTER_RELEASE_BINDING_CONTRACT",
|
|
20670
21416
|
"packages/core/kfd-agent-hub.js#KFD_AGENT_HUB_ADOPTION_CONTRACT",
|
|
20671
21417
|
"packages/core/kfd-agent-hub.js#KFD_AGENT_HUB_ADOPTION_SCHEMA",
|
|
20672
21418
|
"packages/core/kfd-agent-hub.js#KFD_AGENT_HUB_DECLARATION",
|
|
@@ -20677,9 +21423,6 @@
|
|
|
20677
21423
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_INPUT_CONTRACT",
|
|
20678
21424
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_INPUT_SCHEMA",
|
|
20679
21425
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_INPUT_SCHEMA_ID",
|
|
20680
|
-
"packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_CONTRACT",
|
|
20681
|
-
"packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_SCHEMA",
|
|
20682
|
-
"packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_SCHEMA_ID",
|
|
20683
21426
|
"packages/core/kfd.js#kfd1",
|
|
20684
21427
|
"packages/core/kfd-gate.js#KFD1_RELEASE_GATE_CONTRACT",
|
|
20685
21428
|
"packages/core/kfd-gate.js#KFD1_WITNESS_SET_CONTRACT",
|
|
@@ -20924,8 +21667,8 @@
|
|
|
20924
21667
|
"packages/core/kfd-gate.js#validateKfd1ReleaseGateEvidence",
|
|
20925
21668
|
"packages/core/kfd2-product-claims.js#validateKfd2ProductClaimsRegistry",
|
|
20926
21669
|
"packages/core/kfd-gate.js#validateKfd3CollaborationInterfaceReleaseGateEvidence",
|
|
21670
|
+
"packages/core/artifact-verification-envelope.js#validateKfdAdopterReleaseBinding",
|
|
20927
21671
|
"packages/core/kfd-product-gates.js#validateKfdProductGateResult",
|
|
20928
|
-
"packages/core/kfd-product-gates.js#validateKfdSupportProjection",
|
|
20929
21672
|
"packages/core/release-passport.js#validateKnownReleasePassportContracts",
|
|
20930
21673
|
"packages/core/package-manager.js#validatePackageManagerContract",
|
|
20931
21674
|
"packages/core/publish-transaction.js#validatePublishEvidence",
|
|
@@ -21060,14 +21803,14 @@
|
|
|
21060
21803
|
"specifier": "@kungfu-tech/buildchain/core",
|
|
21061
21804
|
"export": "./core",
|
|
21062
21805
|
"target": "./packages/core/index.js",
|
|
21063
|
-
"digest": "sha256:
|
|
21806
|
+
"digest": "sha256:f37909d2a4f2806563b89cde4c616d9821d968f0d1e8a72a3c4e2c31645f9397",
|
|
21064
21807
|
"summary": "Alias for the root public toolkit export.",
|
|
21065
21808
|
"capabilityGroup": "api-cli-reference",
|
|
21066
21809
|
"audience": [
|
|
21067
21810
|
"developer",
|
|
21068
21811
|
"agent"
|
|
21069
21812
|
],
|
|
21070
|
-
"symbolCount":
|
|
21813
|
+
"symbolCount": 608,
|
|
21071
21814
|
"symbolIds": [
|
|
21072
21815
|
"packages/core/release-activation-transaction.js#abortReleaseActivationTransaction",
|
|
21073
21816
|
"packages/core/release-passport.js#AGENT_INDEX_CONTRACT",
|
|
@@ -21249,8 +21992,8 @@
|
|
|
21249
21992
|
"packages/core/kfd-gate.js#createKfd1ReleaseGateEvidence",
|
|
21250
21993
|
"packages/core/kfd-gate.js#createKfd3CollaborationInterfaceReleaseGateEvidence",
|
|
21251
21994
|
"packages/core/kfd3-surface-register.js#createKfd3SurfaceWitness",
|
|
21995
|
+
"packages/core/artifact-verification-envelope.js#createKfdAdopterReleaseBinding",
|
|
21252
21996
|
"packages/core/readme-badges.js#createKfdBadgeSpecsFromStandards",
|
|
21253
|
-
"packages/core/kfd-product-gates.js#createKfdSupportProjection",
|
|
21254
21997
|
"packages/core/build-facts.js#createKungfuBuildInfoProjection",
|
|
21255
21998
|
"packages/core/release-propagation-pickup.js#createManualUpstreamPickupCapture",
|
|
21256
21999
|
"packages/core/release-propagation-pickup.js#createManualUpstreamPickupPlan",
|
|
@@ -21374,6 +22117,8 @@
|
|
|
21374
22117
|
"packages/core/kfd-agent-hub.js#initKfdAgentHub",
|
|
21375
22118
|
"packages/core/kfd-agent-hub.js#inspectKfdAgentHub",
|
|
21376
22119
|
"packages/core/release-propagation-push.js#inspectReleasePropagationPushState",
|
|
22120
|
+
"packages/core/artifact-verification-envelope.js#installedKfdPackageArtifactRoot",
|
|
22121
|
+
"packages/core/artifact-verification-envelope.js#KFD_ADOPTER_RELEASE_BINDING_CONTRACT",
|
|
21377
22122
|
"packages/core/kfd-agent-hub.js#KFD_AGENT_HUB_ADOPTION_CONTRACT",
|
|
21378
22123
|
"packages/core/kfd-agent-hub.js#KFD_AGENT_HUB_ADOPTION_SCHEMA",
|
|
21379
22124
|
"packages/core/kfd-agent-hub.js#KFD_AGENT_HUB_DECLARATION",
|
|
@@ -21384,9 +22129,6 @@
|
|
|
21384
22129
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_INPUT_CONTRACT",
|
|
21385
22130
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_INPUT_SCHEMA",
|
|
21386
22131
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_INPUT_SCHEMA_ID",
|
|
21387
|
-
"packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_CONTRACT",
|
|
21388
|
-
"packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_SCHEMA",
|
|
21389
|
-
"packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_SCHEMA_ID",
|
|
21390
22132
|
"packages/core/kfd.js#kfd1",
|
|
21391
22133
|
"packages/core/kfd-gate.js#KFD1_RELEASE_GATE_CONTRACT",
|
|
21392
22134
|
"packages/core/kfd-gate.js#KFD1_WITNESS_SET_CONTRACT",
|
|
@@ -21631,8 +22373,8 @@
|
|
|
21631
22373
|
"packages/core/kfd-gate.js#validateKfd1ReleaseGateEvidence",
|
|
21632
22374
|
"packages/core/kfd2-product-claims.js#validateKfd2ProductClaimsRegistry",
|
|
21633
22375
|
"packages/core/kfd-gate.js#validateKfd3CollaborationInterfaceReleaseGateEvidence",
|
|
22376
|
+
"packages/core/artifact-verification-envelope.js#validateKfdAdopterReleaseBinding",
|
|
21634
22377
|
"packages/core/kfd-product-gates.js#validateKfdProductGateResult",
|
|
21635
|
-
"packages/core/kfd-product-gates.js#validateKfdSupportProjection",
|
|
21636
22378
|
"packages/core/release-passport.js#validateKnownReleasePassportContracts",
|
|
21637
22379
|
"packages/core/package-manager.js#validatePackageManagerContract",
|
|
21638
22380
|
"packages/core/publish-transaction.js#validatePublishEvidence",
|
|
@@ -21723,21 +22465,25 @@
|
|
|
21723
22465
|
"specifier": "@kungfu-tech/buildchain/artifact-verification-envelope",
|
|
21724
22466
|
"export": "./artifact-verification-envelope",
|
|
21725
22467
|
"target": "./packages/core/artifact-verification-envelope.js",
|
|
21726
|
-
"digest": "sha256:
|
|
22468
|
+
"digest": "sha256:8e96b81f67c49b3249a0c7e5dab176f01713da896956ee536284db3d509dd67a",
|
|
21727
22469
|
"summary": "Sealed exact-root, lifecycle, identity, and existing KFD assessment inputs for KFX admission.",
|
|
21728
22470
|
"capabilityGroup": "release-passport-trust",
|
|
21729
22471
|
"audience": [
|
|
21730
22472
|
"developer",
|
|
21731
22473
|
"agent"
|
|
21732
22474
|
],
|
|
21733
|
-
"symbolCount":
|
|
22475
|
+
"symbolCount": 11,
|
|
21734
22476
|
"symbolIds": [
|
|
21735
22477
|
"packages/core/artifact-verification-envelope.js#ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT",
|
|
21736
22478
|
"packages/core/artifact-verification-envelope.js#ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT",
|
|
21737
22479
|
"packages/core/artifact-verification-envelope.js#artifactVerificationEnvelopeDigest",
|
|
22480
|
+
"packages/core/artifact-verification-envelope.js#createKfdAdopterReleaseBinding",
|
|
22481
|
+
"packages/core/artifact-verification-envelope.js#installedKfdPackageArtifactRoot",
|
|
22482
|
+
"packages/core/artifact-verification-envelope.js#KFD_ADOPTER_RELEASE_BINDING_CONTRACT",
|
|
21738
22483
|
"packages/core/artifact-verification-envelope.js#KFX_ADMISSION_INPUTS_CONTRACT",
|
|
21739
22484
|
"packages/core/artifact-verification-envelope.js#projectArtifactVerificationEnvelopeToKfx",
|
|
21740
22485
|
"packages/core/artifact-verification-envelope.js#sealArtifactVerificationReport",
|
|
22486
|
+
"packages/core/artifact-verification-envelope.js#validateKfdAdopterReleaseBinding",
|
|
21741
22487
|
"packages/core/artifact-verification-envelope.js#verifyArtifactVerificationEnvelope"
|
|
21742
22488
|
],
|
|
21743
22489
|
"owner": "buildchain-core",
|
|
@@ -21900,16 +22646,17 @@
|
|
|
21900
22646
|
"specifier": "@kungfu-tech/buildchain/buildchain-contract",
|
|
21901
22647
|
"export": "./buildchain-contract",
|
|
21902
22648
|
"target": "./packages/core/buildchain-contract.js",
|
|
21903
|
-
"digest": "sha256:
|
|
22649
|
+
"digest": "sha256:ce3eb4b59193b9a5b4edbe67483f685dd56350bb0f9e1ae26e9ea9c013a0b4ad",
|
|
21904
22650
|
"summary": "Runtime contract world and compatibility digest APIs for floating-ref drift checks.",
|
|
21905
22651
|
"capabilityGroup": "governance-versioning",
|
|
21906
22652
|
"audience": [
|
|
21907
22653
|
"developer",
|
|
21908
22654
|
"agent"
|
|
21909
22655
|
],
|
|
21910
|
-
"symbolCount":
|
|
22656
|
+
"symbolCount": 26,
|
|
21911
22657
|
"symbolIds": [
|
|
21912
22658
|
"packages/core/buildchain-compatibility-proof.js#assertBuildchainCompatibilityProjection",
|
|
22659
|
+
"packages/core/buildchain-channel-identity.js#BUILDCHAIN_CHANNELS",
|
|
21913
22660
|
"packages/core/buildchain-compatibility-proof.js#BUILDCHAIN_COMPATIBILITY_PROOF_REGISTRY_SCHEMA",
|
|
21914
22661
|
"packages/core/buildchain-compatibility-proof.js#BUILDCHAIN_COMPATIBILITY_PROOF_SCHEMA",
|
|
21915
22662
|
"packages/core/buildchain-compatibility-proof.js#BUILDCHAIN_COMPATIBILITY_VERIFICATION_RECEIPT_SCHEMA",
|
|
@@ -21922,8 +22669,11 @@
|
|
|
21922
22669
|
"packages/core/buildchain-contract.js#createBuildchainContractLock",
|
|
21923
22670
|
"packages/core/buildchain-contract.js#createBuildchainContractWorld",
|
|
21924
22671
|
"packages/core/buildchain-compatibility-proof.js#createHistoricalBuildchainCompatibilityProofs",
|
|
22672
|
+
"packages/core/buildchain-channel-identity.js#evaluateBuildchainChannelBinding",
|
|
21925
22673
|
"packages/core/buildchain-compatibility-proof.js#evaluateBuildchainContractLock",
|
|
21926
22674
|
"packages/core/buildchain-contract.js#finalizeBuildchainContractWorld",
|
|
22675
|
+
"packages/core/buildchain-channel-identity.js#normalizeBuildchainRef",
|
|
22676
|
+
"packages/core/buildchain-channel-identity.js#parseBuildchainRefIdentity",
|
|
21927
22677
|
"packages/core/buildchain-contract.js#readBuildchainContractLock",
|
|
21928
22678
|
"packages/core/buildchain-contract.js#readBuildchainContractWorld",
|
|
21929
22679
|
"packages/core/buildchain-compatibility-proof.js#renderBuildchainContractDriftIssueBody",
|
|
@@ -22025,7 +22775,7 @@
|
|
|
22025
22775
|
"specifier": "@kungfu-tech/buildchain/controller-evidence",
|
|
22026
22776
|
"export": "./controller-evidence",
|
|
22027
22777
|
"target": "./packages/core/controller-evidence.js",
|
|
22028
|
-
"digest": "sha256:
|
|
22778
|
+
"digest": "sha256:a5bdccdba101c45186930855d3dda5e09dee405b33b1f71e042f65ccf706a16f",
|
|
22029
22779
|
"summary": "Project-independent controller descriptors, source/runtime-bound plans, receipts, aggregates, and validation APIs.",
|
|
22030
22780
|
"capabilityGroup": "reusable-build",
|
|
22031
22781
|
"audience": [
|
|
@@ -22113,14 +22863,14 @@
|
|
|
22113
22863
|
"specifier": "@kungfu-tech/buildchain/dev-delivery-warrant",
|
|
22114
22864
|
"export": "./dev-delivery-warrant",
|
|
22115
22865
|
"target": "./packages/core/dev-delivery-warrant.js",
|
|
22116
|
-
"digest": "sha256:
|
|
22866
|
+
"digest": "sha256:a002358b4c13b8859340e4427d489ce8c77f738ed64d560b964d8aacc03cdeea",
|
|
22117
22867
|
"summary": "Durable fair Dev Delivery Warrant queue, fenced lease, and split source and integration proof APIs.",
|
|
22118
22868
|
"capabilityGroup": "governance-versioning",
|
|
22119
22869
|
"audience": [
|
|
22120
22870
|
"developer",
|
|
22121
22871
|
"agent"
|
|
22122
22872
|
],
|
|
22123
|
-
"symbolCount":
|
|
22873
|
+
"symbolCount": 34,
|
|
22124
22874
|
"symbolIds": [
|
|
22125
22875
|
"packages/core/dev-delivery-warrant.js#cancelQueuedDevDeliveryCandidate",
|
|
22126
22876
|
"packages/core/dev-delivery-proof.js#classifyDevDeliveryDelta",
|
|
@@ -22129,6 +22879,7 @@
|
|
|
22129
22879
|
"packages/core/dev-delivery-proof.js#createIntegrationDeliveryProof",
|
|
22130
22880
|
"packages/core/dev-delivery-proof.js#createProjectCutReplayPlan",
|
|
22131
22881
|
"packages/core/dev-delivery-proof.js#createProjectCutReplayProof",
|
|
22882
|
+
"packages/core/release-blocker-priority.js#createReleaseBlockerPriorityClaim",
|
|
22132
22883
|
"packages/core/dev-delivery-proof.js#createSourceQualificationProof",
|
|
22133
22884
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CANCELLATION_RECEIPT_SCHEMA",
|
|
22134
22885
|
"packages/core/dev-delivery-warrant.js#DEV_DELIVERY_CLASSES",
|
|
@@ -22147,6 +22898,7 @@
|
|
|
22147
22898
|
"packages/core/dev-delivery-proof.js#PROJECT_CUT_REPLAY_PROOF_SCHEMA",
|
|
22148
22899
|
"packages/core/dev-delivery-warrant.js#rankDevDeliveryCandidates",
|
|
22149
22900
|
"packages/core/dev-delivery-warrant.js#recoverExpiredDevDeliveryWarrant",
|
|
22901
|
+
"packages/core/release-blocker-priority.js#RELEASE_BLOCKER_PRIORITY_CLAIM_SCHEMA",
|
|
22150
22902
|
"packages/core/dev-delivery-warrant.js#selectDevDeliveryWarrant",
|
|
22151
22903
|
"packages/core/dev-delivery-warrant.js#settleDevDeliveryTerminalEvent",
|
|
22152
22904
|
"packages/core/dev-delivery-proof.js#SOURCE_QUALIFICATION_PROOF_SCHEMA",
|
|
@@ -22274,28 +23026,23 @@
|
|
|
22274
23026
|
"specifier": "@kungfu-tech/buildchain/kfd-product-gates",
|
|
22275
23027
|
"export": "./kfd-product-gates",
|
|
22276
23028
|
"target": "./packages/core/kfd-product-gates.js",
|
|
22277
|
-
"digest": "sha256:
|
|
23029
|
+
"digest": "sha256:67406fce41e175cedcefa9191fcfb07aacdaaa890e666b9cad2318d453a0bc1d",
|
|
22278
23030
|
"summary": "Fail-closed KFD-4, KFD-5, and KFD-7 product evidence gates plus non-widening KFD support-matrix release projections.",
|
|
22279
23031
|
"capabilityGroup": "kfd-trust",
|
|
22280
23032
|
"audience": [
|
|
22281
23033
|
"developer",
|
|
22282
23034
|
"agent"
|
|
22283
23035
|
],
|
|
22284
|
-
"symbolCount":
|
|
23036
|
+
"symbolCount": 9,
|
|
22285
23037
|
"symbolIds": [
|
|
22286
|
-
"packages/core/kfd-product-gates.js#createKfdSupportProjection",
|
|
22287
23038
|
"packages/core/kfd-product-gates.js#evaluateKfdProductGate",
|
|
22288
23039
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_CONTRACT",
|
|
22289
23040
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_INPUT_CONTRACT",
|
|
22290
23041
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_INPUT_SCHEMA",
|
|
22291
23042
|
"packages/core/kfd-product-gates.js#KFD_PRODUCT_GATE_INPUT_SCHEMA_ID",
|
|
22292
|
-
"packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_CONTRACT",
|
|
22293
|
-
"packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_SCHEMA",
|
|
22294
|
-
"packages/core/kfd-product-gates.js#KFD_SUPPORT_PROJECTION_SCHEMA_ID",
|
|
22295
23043
|
"packages/core/kfd-product-gates.js#kfdProductGateDigest",
|
|
22296
23044
|
"packages/core/kfd-product-gates.js#kfdProductGates",
|
|
22297
23045
|
"packages/core/kfd-product-gates.js#validateKfdProductGateResult",
|
|
22298
|
-
"packages/core/kfd-product-gates.js#validateKfdSupportProjection",
|
|
22299
23046
|
"packages/core/kfd-product-gates.js#verifyKfdRecord"
|
|
22300
23047
|
],
|
|
22301
23048
|
"owner": "buildchain-core",
|
|
@@ -22306,6 +23053,67 @@
|
|
|
22306
23053
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
22307
23054
|
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
22308
23055
|
},
|
|
23056
|
+
{
|
|
23057
|
+
"specifier": "@kungfu-tech/buildchain/kfd-adopter-manifest",
|
|
23058
|
+
"export": "./kfd-adopter-manifest",
|
|
23059
|
+
"target": "./packages/core/kfd-adopter-manifest.js",
|
|
23060
|
+
"digest": "sha256:45fc7620410c48001da97cb0748c0b19ff9f5c5b07267f1aaf744dc816e970bd",
|
|
23061
|
+
"summary": "Exact-cut KFD adopter manifest verification, Buildchain evidence binding, and one-way legacy support-matrix projection APIs.",
|
|
23062
|
+
"capabilityGroup": "kfd-trust",
|
|
23063
|
+
"audience": [
|
|
23064
|
+
"developer",
|
|
23065
|
+
"agent"
|
|
23066
|
+
],
|
|
23067
|
+
"symbolCount": 6,
|
|
23068
|
+
"symbolIds": [
|
|
23069
|
+
"packages/core/kfd-adopter-manifest.js#createKfdAdopterManifestGate",
|
|
23070
|
+
"packages/core/kfd-adopter-manifest.js#createKfdLegacySupportMatrixProjection",
|
|
23071
|
+
"packages/core/kfd-adopter-manifest.js#KFD_ADOPTER_MANIFEST_GATE_CONTRACT",
|
|
23072
|
+
"packages/core/kfd-adopter-manifest.js#KFD_LEGACY_SUPPORT_MATRIX_CONTRACT",
|
|
23073
|
+
"packages/core/kfd-adopter-manifest.js#validateKfdAdopterManifestGate",
|
|
23074
|
+
"packages/core/kfd-adopter-manifest.js#validateKfdLegacySupportMatrixProjection"
|
|
23075
|
+
],
|
|
23076
|
+
"owner": "buildchain-core",
|
|
23077
|
+
"maturity": "stable",
|
|
23078
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
23079
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
23080
|
+
"deprecationReplacement": "",
|
|
23081
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
23082
|
+
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
23083
|
+
},
|
|
23084
|
+
{
|
|
23085
|
+
"specifier": "@kungfu-tech/buildchain/kfd-adopter-release-binding",
|
|
23086
|
+
"export": "./kfd-adopter-release-binding",
|
|
23087
|
+
"target": "./packages/core/artifact-verification-envelope.js",
|
|
23088
|
+
"digest": "sha256:8e96b81f67c49b3249a0c7e5dab176f01713da896956ee536284db3d509dd67a",
|
|
23089
|
+
"summary": "Release Passport and artifact-evidence binding for one exact standard adopter manifest closure.",
|
|
23090
|
+
"capabilityGroup": "kfd-trust",
|
|
23091
|
+
"audience": [
|
|
23092
|
+
"developer",
|
|
23093
|
+
"agent"
|
|
23094
|
+
],
|
|
23095
|
+
"symbolCount": 11,
|
|
23096
|
+
"symbolIds": [
|
|
23097
|
+
"packages/core/artifact-verification-envelope.js#ARTIFACT_VERIFICATION_ENVELOPE_CHECK_CONTRACT",
|
|
23098
|
+
"packages/core/artifact-verification-envelope.js#ARTIFACT_VERIFICATION_ENVELOPE_CONTRACT",
|
|
23099
|
+
"packages/core/artifact-verification-envelope.js#artifactVerificationEnvelopeDigest",
|
|
23100
|
+
"packages/core/artifact-verification-envelope.js#createKfdAdopterReleaseBinding",
|
|
23101
|
+
"packages/core/artifact-verification-envelope.js#installedKfdPackageArtifactRoot",
|
|
23102
|
+
"packages/core/artifact-verification-envelope.js#KFD_ADOPTER_RELEASE_BINDING_CONTRACT",
|
|
23103
|
+
"packages/core/artifact-verification-envelope.js#KFX_ADMISSION_INPUTS_CONTRACT",
|
|
23104
|
+
"packages/core/artifact-verification-envelope.js#projectArtifactVerificationEnvelopeToKfx",
|
|
23105
|
+
"packages/core/artifact-verification-envelope.js#sealArtifactVerificationReport",
|
|
23106
|
+
"packages/core/artifact-verification-envelope.js#validateKfdAdopterReleaseBinding",
|
|
23107
|
+
"packages/core/artifact-verification-envelope.js#verifyArtifactVerificationEnvelope"
|
|
23108
|
+
],
|
|
23109
|
+
"owner": "buildchain-core",
|
|
23110
|
+
"maturity": "stable",
|
|
23111
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
23112
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
23113
|
+
"deprecationReplacement": "",
|
|
23114
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
23115
|
+
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
23116
|
+
},
|
|
22309
23117
|
{
|
|
22310
23118
|
"specifier": "@kungfu-tech/buildchain/kfd-agent-hub",
|
|
22311
23119
|
"export": "./kfd-agent-hub",
|
|
@@ -23029,20 +23837,22 @@
|
|
|
23029
23837
|
"specifier": "@kungfu-tech/buildchain/release-train",
|
|
23030
23838
|
"export": "./release-train",
|
|
23031
23839
|
"target": "./packages/core/release-train.js",
|
|
23032
|
-
"digest": "sha256:
|
|
23840
|
+
"digest": "sha256:87689dcbf4b7d2fc1e5be41193a695ebf28f2e28e32df1f41661ae9c828614b4",
|
|
23033
23841
|
"summary": "Frozen Release Cut identity, rooted Release Train transitions, Dev observations, supersession, replay, and legacy read compatibility APIs.",
|
|
23034
23842
|
"capabilityGroup": "governance-versioning",
|
|
23035
23843
|
"audience": [
|
|
23036
23844
|
"developer",
|
|
23037
23845
|
"agent"
|
|
23038
23846
|
],
|
|
23039
|
-
"symbolCount":
|
|
23847
|
+
"symbolCount": 19,
|
|
23040
23848
|
"symbolIds": [
|
|
23849
|
+
"packages/core/release-train.js#createReleaseBlockerRepair",
|
|
23041
23850
|
"packages/core/release-train.js#createReleaseCut",
|
|
23042
23851
|
"packages/core/release-train.js#createReleaseTrain",
|
|
23043
23852
|
"packages/core/release-train.js#LEGACY_DEV_ALPHA_CANDIDATE_STATE_SCHEMA",
|
|
23044
23853
|
"packages/core/release-train.js#observeReleaseTrain",
|
|
23045
23854
|
"packages/core/release-train.js#readReleaseTrain",
|
|
23855
|
+
"packages/core/release-train.js#RELEASE_BLOCKER_REPAIR_CONTRACT",
|
|
23046
23856
|
"packages/core/release-train.js#RELEASE_CUT_CONTRACT",
|
|
23047
23857
|
"packages/core/release-train.js#RELEASE_TRAIN_CONTRACT",
|
|
23048
23858
|
"packages/core/release-train.js#RELEASE_TRAIN_OBSERVATION_CONTRACT",
|
|
@@ -23050,7 +23860,9 @@
|
|
|
23050
23860
|
"packages/core/release-train.js#RELEASE_TRAIN_SUPERSESSION_CAUSES",
|
|
23051
23861
|
"packages/core/release-train.js#RELEASE_TRAIN_TRANSITION_CONTRACT",
|
|
23052
23862
|
"packages/core/release-train.js#releaseTrainRoot",
|
|
23863
|
+
"packages/core/release-train.js#settleReleaseBlockerDevLanding",
|
|
23053
23864
|
"packages/core/release-train.js#transitionReleaseTrain",
|
|
23865
|
+
"packages/core/release-train.js#validateReleaseBlockerRepair",
|
|
23054
23866
|
"packages/core/release-train.js#validateReleaseCut",
|
|
23055
23867
|
"packages/core/release-train.js#validateReleaseTrain"
|
|
23056
23868
|
],
|
|
@@ -23099,7 +23911,7 @@
|
|
|
23099
23911
|
"specifier": "@kungfu-tech/buildchain/release-passport",
|
|
23100
23912
|
"export": "./release-passport",
|
|
23101
23913
|
"target": "./packages/core/release-passport.js",
|
|
23102
|
-
"digest": "sha256:
|
|
23914
|
+
"digest": "sha256:3118f2de735ad98e4d9d70d3b62f905709292c0c7989175f9332bef3ac58aacd",
|
|
23103
23915
|
"summary": "Release passport collection, verification, explanation, and evidence APIs.",
|
|
23104
23916
|
"capabilityGroup": "release-passport-trust",
|
|
23105
23917
|
"audience": [
|
|
@@ -23144,19 +23956,30 @@
|
|
|
23144
23956
|
"specifier": "@kungfu-tech/buildchain/release-passport-contract",
|
|
23145
23957
|
"export": "./release-passport-contract",
|
|
23146
23958
|
"target": "./packages/core/release-passport-contract.js",
|
|
23147
|
-
"digest": "sha256:
|
|
23959
|
+
"digest": "sha256:2ab3962c8aea07e0f0e48ff07cb247235a8310344ea750b37e1cf7beb24a8352",
|
|
23148
23960
|
"summary": "Standalone release passport JSON Schema, ownership/check manifest, and structural validation APIs.",
|
|
23149
23961
|
"capabilityGroup": "release-passport-trust",
|
|
23150
23962
|
"audience": [
|
|
23151
23963
|
"developer",
|
|
23152
23964
|
"agent"
|
|
23153
23965
|
],
|
|
23154
|
-
"symbolCount":
|
|
23966
|
+
"symbolCount": 16,
|
|
23155
23967
|
"symbolIds": [
|
|
23968
|
+
"packages/core/release-passport-contract.js#buildReleaseArtifactEvidence",
|
|
23969
|
+
"packages/core/release-passport-contract.js#collectKfdAdopterReleaseEvidence",
|
|
23156
23970
|
"packages/core/release-passport-contract.js#createReleasePassportCheckManifest",
|
|
23971
|
+
"packages/core/release-passport-contract.js#defaultReleaseAgentIndex",
|
|
23972
|
+
"packages/core/release-passport-contract.js#defaultReleaseImpact",
|
|
23973
|
+
"packages/core/release-passport-contract.js#defaultReleaseLlmsText",
|
|
23974
|
+
"packages/core/release-passport-contract.js#defaultReleaseProductMechanism",
|
|
23975
|
+
"packages/core/release-passport-contract.js#prepareReleasePassportKfdSections",
|
|
23976
|
+
"packages/core/release-passport-contract.js#RELEASE_CHECK_REPORT_CONTRACT",
|
|
23157
23977
|
"packages/core/release-passport-contract.js#RELEASE_PASSPORT_CHECK_MANIFEST_CONTRACT",
|
|
23978
|
+
"packages/core/release-passport-contract.js#RELEASE_PASSPORT_CONTRACT",
|
|
23158
23979
|
"packages/core/release-passport-contract.js#RELEASE_PASSPORT_SCHEMA",
|
|
23159
23980
|
"packages/core/release-passport-contract.js#RELEASE_PASSPORT_SCHEMA_ID",
|
|
23981
|
+
"packages/core/release-passport-contract.js#resolveReleasePassportVerificationInputs",
|
|
23982
|
+
"packages/core/release-passport-contract.js#validateKfdAdopterReleaseEvidence",
|
|
23160
23983
|
"packages/core/release-passport-contract.js#validateReleasePassportSchema"
|
|
23161
23984
|
],
|
|
23162
23985
|
"owner": "buildchain-core",
|
|
@@ -23490,12 +24313,12 @@
|
|
|
23490
24313
|
{
|
|
23491
24314
|
"id": "cli-and-node-package",
|
|
23492
24315
|
"path": "docs/cli.md",
|
|
23493
|
-
"digest": "sha256:
|
|
24316
|
+
"digest": "sha256:142d4c11dde521dae8d829372ef28eb0b7b4d05ff29d0ce35d7fc33a7230dca5"
|
|
23494
24317
|
},
|
|
23495
24318
|
{
|
|
23496
24319
|
"id": "node-api-reference",
|
|
23497
24320
|
"path": "docs/node-api-reference.md",
|
|
23498
|
-
"digest": "sha256:
|
|
24321
|
+
"digest": "sha256:bbef23e4f489376f759e5678d61e2f07c69dfa5542f5538e14c68a0714233ea3"
|
|
23499
24322
|
},
|
|
23500
24323
|
{
|
|
23501
24324
|
"id": "build-facts",
|
|
@@ -23505,7 +24328,7 @@
|
|
|
23505
24328
|
{
|
|
23506
24329
|
"id": "kfd-support",
|
|
23507
24330
|
"path": "docs/kfd-support.md",
|
|
23508
|
-
"digest": "sha256:
|
|
24331
|
+
"digest": "sha256:4efc8fb6f94293b75606aa0631dfa122edccc970c2cfc00c7e35f81817ea8335"
|
|
23509
24332
|
},
|
|
23510
24333
|
{
|
|
23511
24334
|
"id": "readme-badges",
|