@kungfu-tech/buildchain 4.0.2-alpha.8 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +10 -1
- package/CONTRIBUTING.md +24 -0
- package/README.md +2 -2
- package/actions/promote-buildchain-ref/README.md +1 -1
- package/actions/v4-release-candidate-promote/README.md +28 -0
- package/architecture/agent-change-map.md +64 -7
- package/architecture/ci-lane-change-budget.json +366 -0
- package/architecture/internal-capabilities.json +53 -8
- package/architecture/maintainability-debt.json +147 -93
- package/architecture/maintainability-policy.json +32 -28
- package/architecture/release-tail-contract-inventory.json +6 -6
- package/architecture/v4-architecture-constitution.md +23 -20
- package/architecture/v4-cross-platform-adopter-qualification.json +1 -1
- package/architecture/v4-delivery-authority-parity.json +2 -2
- package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.json +1 -1
- package/architecture/v4-floating-consumer-policy.json +2 -2
- package/architecture/v4-next-development-parity.json +5 -5
- package/architecture/v4-partial-mutation-recovery-qualification.json +4 -1
- package/architecture/v4-platform-stage-checkpoints.json +1 -1
- package/architecture/v4-provider-operation-journal-contract.json +5 -2
- package/architecture/v4-publication-facade-patches.json +64 -0
- package/architecture/v4-release-activation-shadow-domain.json +5 -2
- package/architecture/v4-release-topology.json +74 -39
- package/architecture/v4-rust-wasm-production-authority.json +58 -0
- package/architecture/v4-stable-publication-fence.json +5 -2
- package/architecture/v4-stage-capsule-qualification.json +2 -2
- package/architecture/v4-tail-reseal-parity.json +8 -6
- package/architecture/v4-universal-workflow-bootstrap.json +171 -0
- package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
- package/architecture/v4-universal-workflow-train-admission.json +40 -0
- package/architecture/workflow-taxonomy.json +1451 -0
- package/bin/buildchain.mjs +7 -7
- package/contracts/buildchain-v2-residuals-v1.json +57 -48
- package/contracts/dev-delivery-authority-v2.schema.json +16 -2
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/v4-canonical-contracts-v1.schema.json +1 -0
- package/dist/site/buildchain-contract.json +93 -48
- package/dist/site/buildchain-site.json +222 -69
- package/dist/site/capability-registry.json +4 -4
- package/dist/site/controller-registry.json +50 -13
- package/dist/site/kfd-claims.json +2585 -1000
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +13 -13
- package/dist/site/node-api-registry.json +120 -115
- package/dist/site/page-registry.json +204 -51
- package/dist/site/public-surface-audit.json +3205 -1219
- package/dist/site/publication-authority-registry.json +1124 -362
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/schemas/dev-delivery-authority-v2.schema.json +16 -2
- package/dist/site/site-manifest.json +17 -17
- package/dist/site/workflow-registry.json +5061 -1659
- package/docs/MAP.md +1 -0
- package/docs/auditable-demo.md +1 -1
- package/docs/cli.md +21 -8
- package/docs/dev-delivery-warrant.md +1 -1
- package/docs/engineering-housekeeper.md +3 -3
- package/docs/kfd-support.md +26 -2
- package/docs/next-development-transition.md +2 -2
- package/docs/node-api-reference.md +190 -190
- package/docs/publication-authority.md +2 -2
- package/docs/release-candidate.md +3 -3
- package/docs/release-flow.md +67 -19
- package/docs/release-governance.md +8 -8
- package/docs/release-passport.md +27 -2
- package/docs/reusable-build-surface.md +16 -0
- package/docs/v4-adopter-delivery.md +2 -2
- package/docs/v4-production-release.md +71 -8
- package/docs/v4-rust-wasm-production-authority.md +58 -0
- package/docs/v4-stage-capsule.md +2 -2
- package/docs/v4-tail-reseal.md +1 -1
- package/docs/workflow-catalog.md +154 -0
- package/docs/workflow-path-migration.md +109 -0
- package/package.json +10 -6
- package/packages/core/artifact-verification-envelope.js +5 -5
- package/packages/core/buildchain-contract.js +1 -1
- package/packages/core/buildchain-kfd-claims.js +2 -2
- package/packages/core/buildchain-publication-authority.js +42 -26
- package/packages/core/buildchain-v4-domain.wasm +0 -0
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/controller-evidence.js +4 -1
- package/packages/core/dev-delivery-candidate-identity.js +40 -6
- package/packages/core/dev-delivery-warrant-state.js +3 -4
- package/packages/core/dev-delivery-warrant.js +12 -2
- package/packages/core/github-governance-authority.js +4 -4
- package/packages/core/kfd-adopter-manifest.js +46 -47
- package/packages/core/next-development-projection.js +2 -2
- package/packages/core/paper-agent-entry.js +30 -4
- package/packages/core/paper-fleet.js +1 -1
- package/packages/core/paper-runtime-channels.js +348 -0
- package/packages/core/paper-scaffold-content.js +10 -0
- package/packages/core/paper.js +37 -71
- package/packages/core/release-line-dry-run.js +1 -1
- package/packages/core/release-passport-contract.js +5 -5
- package/packages/core/release-passport.js +5 -4
- package/packages/core/release-tail-provider-plane.js +68 -1048
- package/packages/core/v4-canonical-contracts.js +10 -75
- package/packages/core/v4-domain-wasm-artifact.js +7 -0
- package/packages/core/v4-domain-wasm.js +216 -0
- package/packages/core/v4-floating-consumer-evidence.js +1 -1
- package/packages/core/v4-floating-consumer-policy.js +1 -1
- package/packages/core/v4-partial-mutation-recovery-qualification.js +9 -386
- package/packages/core/v4-product-publication.js +19 -349
- package/packages/core/v4-protected-publication-source.js +19 -21
- package/packages/core/v4-provider-operation-journal.js +18 -487
- package/packages/core/v4-provider-readback-idempotency.js +12 -97
- package/packages/core/v4-release-activation-shadow.js +13 -500
- package/packages/core/v4-release-invocation.js +28 -389
- package/packages/core/v4-stable-publication-fence.js +13 -342
- package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
- package/scripts/binary-publication-evidence.mjs +135 -0
- package/scripts/build-contract-core.mjs +1 -14
- package/scripts/build-v4-domain-wasm.mjs +189 -0
- package/scripts/check-action-bundles.mjs +12 -2
- package/scripts/check-ci-lane-change-budget.mjs +4 -1
- package/scripts/check-core-mechanism-inventory.mjs +4 -3
- package/scripts/check-inventory.mjs +35 -44
- package/scripts/check-maintainability.mjs +16 -113
- package/scripts/check-v4-floating-consumer-policy-contract.mjs +2 -2
- package/scripts/check-v4-public-dogfood-contract.mjs +22 -9
- package/scripts/check-v4-release-topology.mjs +90 -33
- package/scripts/check-v4-runtime-semantic-closure.mjs +4 -1
- package/scripts/check-v4-universal-workflow-bootstrap.mjs +266 -0
- package/scripts/check-workflow-taxonomy.mjs +6 -0
- package/scripts/copy-v4-domain-wasm.mjs +14 -0
- package/scripts/dev-delivery-authority-command-adapters.mjs +1 -1
- package/scripts/dev-delivery-authority.mjs +8 -8
- package/scripts/dev-delivery-source-proof-reuse.mjs +2 -1
- package/scripts/dev-delivery-warrant-options.mjs +14 -9
- package/scripts/dev-delivery-warrant-store.mjs +73 -7
- package/scripts/dev-delivery-warrant-transition.mjs +109 -0
- package/scripts/dev-delivery-warrant.mjs +76 -99
- package/scripts/dev-pr-auto-merge.mjs +15 -15
- package/scripts/generate-channel-build-workflow.mjs +7 -2
- package/scripts/generate-channel-promotion-workflow.mjs +7 -5
- package/scripts/generate-site-bundle.mjs +11 -11
- package/scripts/generate-v4-universal-workflow-facades.mjs +458 -0
- package/scripts/generate-workflow-taxonomy.mjs +25 -0
- package/scripts/github-output.mjs +31 -0
- package/scripts/maintainability-metrics.mjs +16 -5
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/next-development-review.mjs +307 -0
- package/scripts/paper-work-fleet-cli.mjs +2 -0
- package/scripts/release-asset-client.mjs +91 -0
- package/scripts/release-candidate-resolver.mjs +9 -9
- package/scripts/source-verification-evidence.mjs +344 -0
- package/scripts/stable-candidate-qualification.mjs +1 -1
- package/scripts/universal-facade-maintainability.mjs +82 -0
- package/scripts/v4-product-publication-intent.mjs +13 -6
- package/scripts/v4-publication-settlement.mjs +211 -0
- package/scripts/v4-universal-workflow-backflow.mjs +212 -0
- package/scripts/v4-universal-workflow-engine.mjs +618 -0
- package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
- package/scripts/verify-version-state-delta.mjs +173 -0
- package/scripts/workflow-taxonomy.mjs +507 -0
- package/templates/native-dev-delivery.yml +4 -7
- package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
- package/templates/universal-buildchain-bootstrap.yml +28 -0
|
@@ -1408,11 +1408,11 @@
|
|
|
1408
1408
|
"id": "packages/core/artifact-verification-envelope.js#createKfdAdopterReleaseBinding",
|
|
1409
1409
|
"name": "createKfdAdopterReleaseBinding",
|
|
1410
1410
|
"kind": "function",
|
|
1411
|
-
"signature": "function createKfdAdopterReleaseBinding({ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedSourceSha = \"\", } = {})",
|
|
1411
|
+
"signature": "function createKfdAdopterReleaseBinding({ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\", } = {})",
|
|
1412
1412
|
"parameters": [
|
|
1413
1413
|
{
|
|
1414
1414
|
"name": "parameter1",
|
|
1415
|
-
"signature": "{ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedSourceSha = \"\", } = {}"
|
|
1415
|
+
"signature": "{ manifest, manifestGate, legacyProjection, manifestPath = \"kfd-adopter-manifest.json\", gatePath = \"kfd-adopter-manifest-gate.json\", legacyProjectionPath = \"kfd-support.json\", expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\", } = {}"
|
|
1416
1416
|
}
|
|
1417
1417
|
],
|
|
1418
1418
|
"returns": "unknown",
|
|
@@ -1567,7 +1567,7 @@
|
|
|
1567
1567
|
"id": "packages/core/artifact-verification-envelope.js#validateKfdAdopterReleaseBinding",
|
|
1568
1568
|
"name": "validateKfdAdopterReleaseBinding",
|
|
1569
1569
|
"kind": "function",
|
|
1570
|
-
"signature": "function validateKfdAdopterReleaseBinding(binding, { manifest, manifestGate, legacyProjection, expectedSourceSha = \"\", } = {})",
|
|
1570
|
+
"signature": "function validateKfdAdopterReleaseBinding(binding, { manifest, manifestGate, legacyProjection, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\", } = {})",
|
|
1571
1571
|
"parameters": [
|
|
1572
1572
|
{
|
|
1573
1573
|
"name": "binding",
|
|
@@ -1575,7 +1575,7 @@
|
|
|
1575
1575
|
},
|
|
1576
1576
|
{
|
|
1577
1577
|
"name": "parameter2",
|
|
1578
|
-
"signature": "{ manifest, manifestGate, legacyProjection, expectedSourceSha = \"\", } = {}"
|
|
1578
|
+
"signature": "{ manifest, manifestGate, legacyProjection, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\", } = {}"
|
|
1579
1579
|
}
|
|
1580
1580
|
],
|
|
1581
1581
|
"returns": "unknown",
|
|
@@ -5265,18 +5265,23 @@
|
|
|
5265
5265
|
"id": "packages/core/buildchain-publication-authority.js#buildchainPublicationAuthorityDescriptors",
|
|
5266
5266
|
"name": "buildchainPublicationAuthorityDescriptors",
|
|
5267
5267
|
"kind": "function",
|
|
5268
|
-
"signature": "function buildchainPublicationAuthorityDescriptors()",
|
|
5269
|
-
"parameters": [
|
|
5268
|
+
"signature": "function buildchainPublicationAuthorityDescriptors({ root = process.cwd() } = {})",
|
|
5269
|
+
"parameters": [
|
|
5270
|
+
{
|
|
5271
|
+
"name": "parameter1",
|
|
5272
|
+
"signature": "{ root = process.cwd() } = {}"
|
|
5273
|
+
}
|
|
5274
|
+
],
|
|
5270
5275
|
"returns": "unknown",
|
|
5271
5276
|
"errors": [
|
|
5272
|
-
"
|
|
5277
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
5273
5278
|
],
|
|
5274
5279
|
"sideEffects": [
|
|
5275
5280
|
"none-detected-by-static-source-scan"
|
|
5276
5281
|
],
|
|
5277
5282
|
"source": {
|
|
5278
5283
|
"path": "packages/core/buildchain-publication-authority.js",
|
|
5279
|
-
"line":
|
|
5284
|
+
"line": 65
|
|
5280
5285
|
},
|
|
5281
5286
|
"example": "import { buildchainPublicationAuthorityDescriptors } from \"@kungfu-tech/buildchain\";",
|
|
5282
5287
|
"maturity": "stable",
|
|
@@ -5305,7 +5310,7 @@
|
|
|
5305
5310
|
],
|
|
5306
5311
|
"source": {
|
|
5307
5312
|
"path": "packages/core/buildchain-publication-authority.js",
|
|
5308
|
-
"line":
|
|
5313
|
+
"line": 104
|
|
5309
5314
|
},
|
|
5310
5315
|
"example": "import { createBuildchainPublicationAuthorityRegistry } from \"@kungfu-tech/buildchain\";",
|
|
5311
5316
|
"maturity": "stable",
|
|
@@ -5772,7 +5777,7 @@
|
|
|
5772
5777
|
],
|
|
5773
5778
|
"source": {
|
|
5774
5779
|
"path": "packages/core/ci-lane-change-budget.js",
|
|
5775
|
-
"line":
|
|
5780
|
+
"line": 181
|
|
5776
5781
|
},
|
|
5777
5782
|
"example": "import { evaluateCiLaneChangeBudget } from \"@kungfu-tech/buildchain\";",
|
|
5778
5783
|
"maturity": "stable",
|
|
@@ -5801,7 +5806,7 @@
|
|
|
5801
5806
|
],
|
|
5802
5807
|
"source": {
|
|
5803
5808
|
"path": "packages/core/controller-evidence.js",
|
|
5804
|
-
"line":
|
|
5809
|
+
"line": 452
|
|
5805
5810
|
},
|
|
5806
5811
|
"example": "import { aggregateControllerReceipts } from \"@kungfu-tech/buildchain\";",
|
|
5807
5812
|
"maturity": "stable",
|
|
@@ -5955,7 +5960,7 @@
|
|
|
5955
5960
|
],
|
|
5956
5961
|
"source": {
|
|
5957
5962
|
"path": "packages/core/controller-evidence.js",
|
|
5958
|
-
"line":
|
|
5963
|
+
"line": 290
|
|
5959
5964
|
},
|
|
5960
5965
|
"example": "import { createControllerPlan } from \"@kungfu-tech/buildchain\";",
|
|
5961
5966
|
"maturity": "stable",
|
|
@@ -5984,7 +5989,7 @@
|
|
|
5984
5989
|
],
|
|
5985
5990
|
"source": {
|
|
5986
5991
|
"path": "packages/core/controller-evidence.js",
|
|
5987
|
-
"line":
|
|
5992
|
+
"line": 366
|
|
5988
5993
|
},
|
|
5989
5994
|
"example": "import { createControllerReceipt } from \"@kungfu-tech/buildchain\";",
|
|
5990
5995
|
"maturity": "stable",
|
|
@@ -6013,7 +6018,7 @@
|
|
|
6013
6018
|
],
|
|
6014
6019
|
"source": {
|
|
6015
6020
|
"path": "packages/core/controller-evidence.js",
|
|
6016
|
-
"line":
|
|
6021
|
+
"line": 494
|
|
6017
6022
|
},
|
|
6018
6023
|
"example": "import { createControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
|
|
6019
6024
|
"maturity": "stable",
|
|
@@ -6071,7 +6076,7 @@
|
|
|
6071
6076
|
],
|
|
6072
6077
|
"source": {
|
|
6073
6078
|
"path": "packages/core/controller-evidence.js",
|
|
6074
|
-
"line":
|
|
6079
|
+
"line": 535
|
|
6075
6080
|
},
|
|
6076
6081
|
"example": "import { normalizeControllerReceiptReferences } from \"@kungfu-tech/buildchain\";",
|
|
6077
6082
|
"maturity": "stable",
|
|
@@ -6100,7 +6105,7 @@
|
|
|
6100
6105
|
],
|
|
6101
6106
|
"source": {
|
|
6102
6107
|
"path": "packages/core/controller-evidence.js",
|
|
6103
|
-
"line":
|
|
6108
|
+
"line": 328
|
|
6104
6109
|
},
|
|
6105
6110
|
"example": "import { validateControllerPlan } from \"@kungfu-tech/buildchain\";",
|
|
6106
6111
|
"maturity": "stable",
|
|
@@ -6133,7 +6138,7 @@
|
|
|
6133
6138
|
],
|
|
6134
6139
|
"source": {
|
|
6135
6140
|
"path": "packages/core/controller-evidence.js",
|
|
6136
|
-
"line":
|
|
6141
|
+
"line": 426
|
|
6137
6142
|
},
|
|
6138
6143
|
"example": "import { validateControllerReceipt } from \"@kungfu-tech/buildchain\";",
|
|
6139
6144
|
"maturity": "stable",
|
|
@@ -6166,7 +6171,7 @@
|
|
|
6166
6171
|
],
|
|
6167
6172
|
"source": {
|
|
6168
6173
|
"path": "packages/core/controller-evidence.js",
|
|
6169
|
-
"line":
|
|
6174
|
+
"line": 508
|
|
6170
6175
|
},
|
|
6171
6176
|
"example": "import { validateControllerReceiptReference } from \"@kungfu-tech/buildchain\";",
|
|
6172
6177
|
"maturity": "stable",
|
|
@@ -8149,7 +8154,7 @@
|
|
|
8149
8154
|
],
|
|
8150
8155
|
"source": {
|
|
8151
8156
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8152
|
-
"line":
|
|
8157
|
+
"line": 521
|
|
8153
8158
|
},
|
|
8154
8159
|
"example": "import { cancelQueuedDevDeliveryCandidate } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8155
8160
|
"maturity": "stable",
|
|
@@ -8616,7 +8621,7 @@
|
|
|
8616
8621
|
],
|
|
8617
8622
|
"source": {
|
|
8618
8623
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8619
|
-
"line":
|
|
8624
|
+
"line": 535
|
|
8620
8625
|
},
|
|
8621
8626
|
"example": "import { observeDevDeliveryQueue } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8622
8627
|
"maturity": "stable",
|
|
@@ -8688,7 +8693,7 @@
|
|
|
8688
8693
|
],
|
|
8689
8694
|
"source": {
|
|
8690
8695
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8691
|
-
"line":
|
|
8696
|
+
"line": 530
|
|
8692
8697
|
},
|
|
8693
8698
|
"example": "import { reconcileDevDeliveryTerminalEvidence } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8694
8699
|
"maturity": "stable",
|
|
@@ -8778,7 +8783,7 @@
|
|
|
8778
8783
|
],
|
|
8779
8784
|
"source": {
|
|
8780
8785
|
"path": "packages/core/dev-delivery-warrant.js",
|
|
8781
|
-
"line":
|
|
8786
|
+
"line": 524
|
|
8782
8787
|
},
|
|
8783
8788
|
"example": "import { settleDevDeliveryTerminalEvent } from \"@kungfu-tech/buildchain/dev-delivery-warrant\";",
|
|
8784
8789
|
"maturity": "stable",
|
|
@@ -12056,11 +12061,11 @@
|
|
|
12056
12061
|
"id": "packages/core/kfd-adopter-manifest.js#createKfdAdopterManifestGate",
|
|
12057
12062
|
"name": "createKfdAdopterManifestGate",
|
|
12058
12063
|
"kind": "function",
|
|
12059
|
-
"signature": "function createKfdAdopterManifestGate({ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {})",
|
|
12064
|
+
"signature": "function createKfdAdopterManifestGate({ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedAdopterId = BUILDCHAIN_ADOPTER_ID, expectedSourceRepository = \"\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {})",
|
|
12060
12065
|
"parameters": [
|
|
12061
12066
|
{
|
|
12062
12067
|
"name": "parameter1",
|
|
12063
|
-
"signature": "{ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {}"
|
|
12068
|
+
"signature": "{ manifest, packageArtifactRoot = \"\", gateResults = [], authorityPath = \".buildchain/kfd/adopter-manifest.json\", expectedAdopterId = BUILDCHAIN_ADOPTER_ID, expectedSourceRepository = \"\", expectedSourceSha = \"\", checkedAt = new Date().toISOString(), maxAgeSeconds = 86400, } = {}"
|
|
12064
12069
|
}
|
|
12065
12070
|
],
|
|
12066
12071
|
"returns": "unknown",
|
|
@@ -12072,7 +12077,7 @@
|
|
|
12072
12077
|
],
|
|
12073
12078
|
"source": {
|
|
12074
12079
|
"path": "packages/core/kfd-adopter-manifest.js",
|
|
12075
|
-
"line":
|
|
12080
|
+
"line": 206
|
|
12076
12081
|
},
|
|
12077
12082
|
"example": "import { createKfdAdopterManifestGate } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
12078
12083
|
"maturity": "stable",
|
|
@@ -12101,7 +12106,7 @@
|
|
|
12101
12106
|
],
|
|
12102
12107
|
"source": {
|
|
12103
12108
|
"path": "packages/core/kfd-adopter-manifest.js",
|
|
12104
|
-
"line":
|
|
12109
|
+
"line": 325
|
|
12105
12110
|
},
|
|
12106
12111
|
"example": "import { createKfdLegacySupportMatrixProjection } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
12107
12112
|
"maturity": "stable",
|
|
@@ -12162,7 +12167,7 @@
|
|
|
12162
12167
|
"id": "packages/core/kfd-adopter-manifest.js#validateKfdAdopterManifestGate",
|
|
12163
12168
|
"name": "validateKfdAdopterManifestGate",
|
|
12164
12169
|
"kind": "function",
|
|
12165
|
-
"signature": "function validateKfdAdopterManifestGate(gate, { expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {})",
|
|
12170
|
+
"signature": "function validateKfdAdopterManifestGate(gate, { expectedAdopterId = BUILDCHAIN_ADOPTER_ID, expectedSourceRepository = \"\", expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {})",
|
|
12166
12171
|
"parameters": [
|
|
12167
12172
|
{
|
|
12168
12173
|
"name": "gate",
|
|
@@ -12170,7 +12175,7 @@
|
|
|
12170
12175
|
},
|
|
12171
12176
|
{
|
|
12172
12177
|
"name": "parameter2",
|
|
12173
|
-
"signature": "{ expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {}"
|
|
12178
|
+
"signature": "{ expectedAdopterId = BUILDCHAIN_ADOPTER_ID, expectedSourceRepository = \"\", expectedSourceSha = \"\", checkedAt = gate?.checkedAt || new Date().toISOString(), } = {}"
|
|
12174
12179
|
}
|
|
12175
12180
|
],
|
|
12176
12181
|
"returns": "unknown",
|
|
@@ -12182,7 +12187,7 @@
|
|
|
12182
12187
|
],
|
|
12183
12188
|
"source": {
|
|
12184
12189
|
"path": "packages/core/kfd-adopter-manifest.js",
|
|
12185
|
-
"line":
|
|
12190
|
+
"line": 277
|
|
12186
12191
|
},
|
|
12187
12192
|
"example": "import { validateKfdAdopterManifestGate } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
12188
12193
|
"maturity": "stable",
|
|
@@ -12215,7 +12220,7 @@
|
|
|
12215
12220
|
],
|
|
12216
12221
|
"source": {
|
|
12217
12222
|
"path": "packages/core/kfd-adopter-manifest.js",
|
|
12218
|
-
"line":
|
|
12223
|
+
"line": 380
|
|
12219
12224
|
},
|
|
12220
12225
|
"example": "import { validateKfdLegacySupportMatrixProjection } from \"@kungfu-tech/buildchain/kfd-adopter-manifest\";",
|
|
12221
12226
|
"maturity": "stable",
|
|
@@ -15942,11 +15947,11 @@
|
|
|
15942
15947
|
"id": "packages/core/paper-agent-entry.js#collectPaperAgentEntry",
|
|
15943
15948
|
"name": "collectPaperAgentEntry",
|
|
15944
15949
|
"kind": "function",
|
|
15945
|
-
"signature": "function collectPaperAgentEntry({ cwd = process.cwd(), buildchainSha = \"\", mode = \"contract\", env = process.env, } = {})",
|
|
15950
|
+
"signature": "function collectPaperAgentEntry({ cwd = process.cwd(), buildchainSha = \"\", mode = \"contract\", env = process.env, runtimeAdmission, } = {})",
|
|
15946
15951
|
"parameters": [
|
|
15947
15952
|
{
|
|
15948
15953
|
"name": "parameter1",
|
|
15949
|
-
"signature": "{ cwd = process.cwd(), buildchainSha = \"\", mode = \"contract\", env = process.env, } = {}"
|
|
15954
|
+
"signature": "{ cwd = process.cwd(), buildchainSha = \"\", mode = \"contract\", env = process.env, runtimeAdmission, } = {}"
|
|
15950
15955
|
}
|
|
15951
15956
|
],
|
|
15952
15957
|
"returns": "unknown",
|
|
@@ -15958,7 +15963,7 @@
|
|
|
15958
15963
|
],
|
|
15959
15964
|
"source": {
|
|
15960
15965
|
"path": "packages/core/paper-agent-entry.js",
|
|
15961
|
-
"line":
|
|
15966
|
+
"line": 279
|
|
15962
15967
|
},
|
|
15963
15968
|
"example": "import { collectPaperAgentEntry } from \"@kungfu-tech/buildchain/paper\";",
|
|
15964
15969
|
"maturity": "stable",
|
|
@@ -15987,7 +15992,7 @@
|
|
|
15987
15992
|
],
|
|
15988
15993
|
"source": {
|
|
15989
15994
|
"path": "packages/core/paper-agent-entry.js",
|
|
15990
|
-
"line":
|
|
15995
|
+
"line": 101
|
|
15991
15996
|
},
|
|
15992
15997
|
"example": "import { createPaperAgentEntry } from \"@kungfu-tech/buildchain/paper\";",
|
|
15993
15998
|
"maturity": "stable",
|
|
@@ -16020,7 +16025,7 @@
|
|
|
16020
16025
|
],
|
|
16021
16026
|
"source": {
|
|
16022
16027
|
"path": "packages/core/paper-agent-entry.js",
|
|
16023
|
-
"line":
|
|
16028
|
+
"line": 69
|
|
16024
16029
|
},
|
|
16025
16030
|
"example": "import { mergePaperAgentEntryInstructions } from \"@kungfu-tech/buildchain/paper\";",
|
|
16026
16031
|
"maturity": "stable",
|
|
@@ -16044,7 +16049,7 @@
|
|
|
16044
16049
|
],
|
|
16045
16050
|
"source": {
|
|
16046
16051
|
"path": "packages/core/paper-agent-entry.js",
|
|
16047
|
-
"line":
|
|
16052
|
+
"line": 24
|
|
16048
16053
|
},
|
|
16049
16054
|
"example": "import { PAPER_AGENT_ENTRY_CONTRACT } from \"@kungfu-tech/buildchain/paper\";",
|
|
16050
16055
|
"maturity": "stable",
|
|
@@ -16068,7 +16073,7 @@
|
|
|
16068
16073
|
],
|
|
16069
16074
|
"source": {
|
|
16070
16075
|
"path": "packages/core/paper-agent-entry.js",
|
|
16071
|
-
"line":
|
|
16076
|
+
"line": 25
|
|
16072
16077
|
},
|
|
16073
16078
|
"example": "import { PAPER_AGENT_ENTRY_SCHEMA_VERSION } from \"@kungfu-tech/buildchain/paper\";",
|
|
16074
16079
|
"maturity": "stable",
|
|
@@ -16092,7 +16097,7 @@
|
|
|
16092
16097
|
],
|
|
16093
16098
|
"source": {
|
|
16094
16099
|
"path": "packages/core/paper-agent-entry.js",
|
|
16095
|
-
"line":
|
|
16100
|
+
"line": 28
|
|
16096
16101
|
},
|
|
16097
16102
|
"example": "import { PAPER_AGENT_ENTRY_SECTION_END } from \"@kungfu-tech/buildchain/paper\";",
|
|
16098
16103
|
"maturity": "stable",
|
|
@@ -16116,7 +16121,7 @@
|
|
|
16116
16121
|
],
|
|
16117
16122
|
"source": {
|
|
16118
16123
|
"path": "packages/core/paper-agent-entry.js",
|
|
16119
|
-
"line":
|
|
16124
|
+
"line": 26
|
|
16120
16125
|
},
|
|
16121
16126
|
"example": "import { PAPER_AGENT_ENTRY_SECTION_START } from \"@kungfu-tech/buildchain/paper\";",
|
|
16122
16127
|
"maturity": "stable",
|
|
@@ -16145,7 +16150,7 @@
|
|
|
16145
16150
|
],
|
|
16146
16151
|
"source": {
|
|
16147
16152
|
"path": "packages/core/paper-agent-entry.js",
|
|
16148
|
-
"line":
|
|
16153
|
+
"line": 176
|
|
16149
16154
|
},
|
|
16150
16155
|
"example": "import { paperAgentEntryFiles } from \"@kungfu-tech/buildchain/paper\";",
|
|
16151
16156
|
"maturity": "stable",
|
|
@@ -16174,7 +16179,7 @@
|
|
|
16174
16179
|
],
|
|
16175
16180
|
"source": {
|
|
16176
16181
|
"path": "packages/core/paper-agent-entry.js",
|
|
16177
|
-
"line":
|
|
16182
|
+
"line": 44
|
|
16178
16183
|
},
|
|
16179
16184
|
"example": "import { paperAgentEntryInstructions } from \"@kungfu-tech/buildchain/paper\";",
|
|
16180
16185
|
"maturity": "stable",
|
|
@@ -16207,7 +16212,7 @@
|
|
|
16207
16212
|
],
|
|
16208
16213
|
"source": {
|
|
16209
16214
|
"path": "packages/core/paper-agent-entry.js",
|
|
16210
|
-
"line":
|
|
16215
|
+
"line": 205
|
|
16211
16216
|
},
|
|
16212
16217
|
"example": "import { resolvePaperBuildchainSha } from \"@kungfu-tech/buildchain/paper\";",
|
|
16213
16218
|
"maturity": "stable",
|
|
@@ -16650,7 +16655,7 @@
|
|
|
16650
16655
|
],
|
|
16651
16656
|
"source": {
|
|
16652
16657
|
"path": "packages/core/paper.js",
|
|
16653
|
-
"line":
|
|
16658
|
+
"line": 2025
|
|
16654
16659
|
},
|
|
16655
16660
|
"example": "import { collectPaperPreflight } from \"@kungfu-tech/buildchain\";",
|
|
16656
16661
|
"maturity": "stable",
|
|
@@ -16679,7 +16684,7 @@
|
|
|
16679
16684
|
],
|
|
16680
16685
|
"source": {
|
|
16681
16686
|
"path": "packages/core/paper.js",
|
|
16682
|
-
"line":
|
|
16687
|
+
"line": 1124
|
|
16683
16688
|
},
|
|
16684
16689
|
"example": "import { collectPaperStatus } from \"@kungfu-tech/buildchain\";",
|
|
16685
16690
|
"maturity": "stable",
|
|
@@ -16708,7 +16713,7 @@
|
|
|
16708
16713
|
],
|
|
16709
16714
|
"source": {
|
|
16710
16715
|
"path": "packages/core/paper.js",
|
|
16711
|
-
"line":
|
|
16716
|
+
"line": 2267
|
|
16712
16717
|
},
|
|
16713
16718
|
"example": "import { createPaperAlphaPlan } from \"@kungfu-tech/buildchain\";",
|
|
16714
16719
|
"maturity": "stable",
|
|
@@ -16737,7 +16742,7 @@
|
|
|
16737
16742
|
],
|
|
16738
16743
|
"source": {
|
|
16739
16744
|
"path": "packages/core/paper.js",
|
|
16740
|
-
"line":
|
|
16745
|
+
"line": 2204
|
|
16741
16746
|
},
|
|
16742
16747
|
"example": "import { createPaperBuildPlan } from \"@kungfu-tech/buildchain\";",
|
|
16743
16748
|
"maturity": "stable",
|
|
@@ -16766,7 +16771,7 @@
|
|
|
16766
16771
|
],
|
|
16767
16772
|
"source": {
|
|
16768
16773
|
"path": "packages/core/paper.js",
|
|
16769
|
-
"line":
|
|
16774
|
+
"line": 511
|
|
16770
16775
|
},
|
|
16771
16776
|
"example": "import { createPaperProvisioningAuthority } from \"@kungfu-tech/buildchain/paper\";",
|
|
16772
16777
|
"maturity": "stable",
|
|
@@ -16795,7 +16800,7 @@
|
|
|
16795
16800
|
],
|
|
16796
16801
|
"source": {
|
|
16797
16802
|
"path": "packages/core/paper.js",
|
|
16798
|
-
"line":
|
|
16803
|
+
"line": 2325
|
|
16799
16804
|
},
|
|
16800
16805
|
"example": "import { createPaperResumePlan } from \"@kungfu-tech/buildchain\";",
|
|
16801
16806
|
"maturity": "stable",
|
|
@@ -16824,7 +16829,7 @@
|
|
|
16824
16829
|
],
|
|
16825
16830
|
"source": {
|
|
16826
16831
|
"path": "packages/core/paper.js",
|
|
16827
|
-
"line":
|
|
16832
|
+
"line": 2452
|
|
16828
16833
|
},
|
|
16829
16834
|
"example": "import { executePaperNpmBootstrap } from \"@kungfu-tech/buildchain\";",
|
|
16830
16835
|
"maturity": "stable",
|
|
@@ -16848,7 +16853,7 @@
|
|
|
16848
16853
|
],
|
|
16849
16854
|
"source": {
|
|
16850
16855
|
"path": "packages/core/paper.js",
|
|
16851
|
-
"line":
|
|
16856
|
+
"line": 98
|
|
16852
16857
|
},
|
|
16853
16858
|
"example": "import { PAPER_ALPHA_PLAN_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
16854
16859
|
"maturity": "stable",
|
|
@@ -16872,7 +16877,7 @@
|
|
|
16872
16877
|
],
|
|
16873
16878
|
"source": {
|
|
16874
16879
|
"path": "packages/core/paper.js",
|
|
16875
|
-
"line":
|
|
16880
|
+
"line": 97
|
|
16876
16881
|
},
|
|
16877
16882
|
"example": "import { PAPER_BUILD_PLAN_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
16878
16883
|
"maturity": "stable",
|
|
@@ -16896,7 +16901,7 @@
|
|
|
16896
16901
|
],
|
|
16897
16902
|
"source": {
|
|
16898
16903
|
"path": "packages/core/paper.js",
|
|
16899
|
-
"line":
|
|
16904
|
+
"line": 90
|
|
16900
16905
|
},
|
|
16901
16906
|
"example": "import { PAPER_MIGRATION_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
16902
16907
|
"maturity": "stable",
|
|
@@ -16920,7 +16925,7 @@
|
|
|
16920
16925
|
],
|
|
16921
16926
|
"source": {
|
|
16922
16927
|
"path": "packages/core/paper.js",
|
|
16923
|
-
"line":
|
|
16928
|
+
"line": 93
|
|
16924
16929
|
},
|
|
16925
16930
|
"example": "import { PAPER_NPM_BOOTSTRAP_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
16926
16931
|
"maturity": "stable",
|
|
@@ -16944,7 +16949,7 @@
|
|
|
16944
16949
|
],
|
|
16945
16950
|
"source": {
|
|
16946
16951
|
"path": "packages/core/paper.js",
|
|
16947
|
-
"line":
|
|
16952
|
+
"line": 91
|
|
16948
16953
|
},
|
|
16949
16954
|
"example": "import { PAPER_PREFLIGHT_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
16950
16955
|
"maturity": "stable",
|
|
@@ -16968,7 +16973,7 @@
|
|
|
16968
16973
|
],
|
|
16969
16974
|
"source": {
|
|
16970
16975
|
"path": "packages/core/paper.js",
|
|
16971
|
-
"line":
|
|
16976
|
+
"line": 95
|
|
16972
16977
|
},
|
|
16973
16978
|
"example": "import { PAPER_PROVISIONING_CONTRACT } from \"@kungfu-tech/buildchain/paper\";",
|
|
16974
16979
|
"maturity": "stable",
|
|
@@ -16992,7 +16997,7 @@
|
|
|
16992
16997
|
],
|
|
16993
16998
|
"source": {
|
|
16994
16999
|
"path": "packages/core/paper.js",
|
|
16995
|
-
"line":
|
|
17000
|
+
"line": 99
|
|
16996
17001
|
},
|
|
16997
17002
|
"example": "import { PAPER_RESUME_PLAN_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
16998
17003
|
"maturity": "stable",
|
|
@@ -17016,7 +17021,7 @@
|
|
|
17016
17021
|
],
|
|
17017
17022
|
"source": {
|
|
17018
17023
|
"path": "packages/core/paper.js",
|
|
17019
|
-
"line":
|
|
17024
|
+
"line": 89
|
|
17020
17025
|
},
|
|
17021
17026
|
"example": "import { PAPER_SCAFFOLD_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17022
17027
|
"maturity": "stable",
|
|
@@ -17040,7 +17045,7 @@
|
|
|
17040
17045
|
],
|
|
17041
17046
|
"source": {
|
|
17042
17047
|
"path": "packages/core/paper.js",
|
|
17043
|
-
"line":
|
|
17048
|
+
"line": 102
|
|
17044
17049
|
},
|
|
17045
17050
|
"example": "import { PAPER_STATE_ORDER } from \"@kungfu-tech/buildchain\";",
|
|
17046
17051
|
"maturity": "stable",
|
|
@@ -17064,7 +17069,7 @@
|
|
|
17064
17069
|
],
|
|
17065
17070
|
"source": {
|
|
17066
17071
|
"path": "packages/core/paper.js",
|
|
17067
|
-
"line":
|
|
17072
|
+
"line": 92
|
|
17068
17073
|
},
|
|
17069
17074
|
"example": "import { PAPER_STATUS_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17070
17075
|
"maturity": "stable",
|
|
@@ -17088,7 +17093,7 @@
|
|
|
17088
17093
|
],
|
|
17089
17094
|
"source": {
|
|
17090
17095
|
"path": "packages/core/paper.js",
|
|
17091
|
-
"line":
|
|
17096
|
+
"line": 100
|
|
17092
17097
|
},
|
|
17093
17098
|
"example": "import { PAPER_VISIBILITY_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
17094
17099
|
"maturity": "stable",
|
|
@@ -17169,7 +17174,7 @@
|
|
|
17169
17174
|
],
|
|
17170
17175
|
"source": {
|
|
17171
17176
|
"path": "packages/core/paper.js",
|
|
17172
|
-
"line":
|
|
17177
|
+
"line": 253
|
|
17173
17178
|
},
|
|
17174
17179
|
"example": "import { resolvePaperRuntimeGitSha } from \"@kungfu-tech/buildchain/paper\";",
|
|
17175
17180
|
"maturity": "stable",
|
|
@@ -21148,11 +21153,11 @@
|
|
|
21148
21153
|
"id": "packages/core/release-passport-contract.js#collectKfdAdopterReleaseEvidence",
|
|
21149
21154
|
"name": "collectKfdAdopterReleaseEvidence",
|
|
21150
21155
|
"kind": "function",
|
|
21151
|
-
"signature": "function collectKfdAdopterReleaseEvidence({ manifest, gateResults = [], comparisonMatrix, sourceSha = \"\", checkedAt } = {})",
|
|
21156
|
+
"signature": "function collectKfdAdopterReleaseEvidence({ manifest, gateResults = [], comparisonMatrix, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", sourceSha = \"\", checkedAt } = {})",
|
|
21152
21157
|
"parameters": [
|
|
21153
21158
|
{
|
|
21154
21159
|
"name": "parameter1",
|
|
21155
|
-
"signature": "{ manifest, gateResults = [], comparisonMatrix, sourceSha = \"\", checkedAt } = {}"
|
|
21160
|
+
"signature": "{ manifest, gateResults = [], comparisonMatrix, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", sourceSha = \"\", checkedAt } = {}"
|
|
21156
21161
|
}
|
|
21157
21162
|
],
|
|
21158
21163
|
"returns": "unknown",
|
|
@@ -21500,11 +21505,11 @@
|
|
|
21500
21505
|
"id": "packages/core/release-passport-contract.js#validateKfdAdopterReleaseEvidence",
|
|
21501
21506
|
"name": "validateKfdAdopterReleaseEvidence",
|
|
21502
21507
|
"kind": "function",
|
|
21503
|
-
"signature": "function validateKfdAdopterReleaseEvidence({ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedSourceSha = \"\" } = {})",
|
|
21508
|
+
"signature": "function validateKfdAdopterReleaseEvidence({ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\" } = {})",
|
|
21504
21509
|
"parameters": [
|
|
21505
21510
|
{
|
|
21506
21511
|
"name": "parameter1",
|
|
21507
|
-
"signature": "{ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedSourceSha = \"\" } = {}"
|
|
21512
|
+
"signature": "{ binding, artifactBinding, manifest, manifestGate, legacyProjection, passportLegacyProjection, expectedAdopterId = \"kungfu-systems/buildchain\", expectedSourceRepository = \"\", expectedSourceSha = \"\" } = {}"
|
|
21508
21513
|
}
|
|
21509
21514
|
],
|
|
21510
21515
|
"returns": "unknown",
|
|
@@ -21709,7 +21714,7 @@
|
|
|
21709
21714
|
],
|
|
21710
21715
|
"source": {
|
|
21711
21716
|
"path": "packages/core/release-passport.js",
|
|
21712
|
-
"line":
|
|
21717
|
+
"line": 2608
|
|
21713
21718
|
},
|
|
21714
21719
|
"example": "import { createReleaseCheckReport } from \"@kungfu-tech/buildchain\";",
|
|
21715
21720
|
"maturity": "stable",
|
|
@@ -21767,7 +21772,7 @@
|
|
|
21767
21772
|
],
|
|
21768
21773
|
"source": {
|
|
21769
21774
|
"path": "packages/core/release-passport.js",
|
|
21770
|
-
"line":
|
|
21775
|
+
"line": 2764
|
|
21771
21776
|
},
|
|
21772
21777
|
"example": "import { explainReleasePassport } from \"@kungfu-tech/buildchain\";",
|
|
21773
21778
|
"maturity": "stable",
|
|
@@ -21916,7 +21921,7 @@
|
|
|
21916
21921
|
],
|
|
21917
21922
|
"source": {
|
|
21918
21923
|
"path": "packages/core/release-passport.js",
|
|
21919
|
-
"line":
|
|
21924
|
+
"line": 2793
|
|
21920
21925
|
},
|
|
21921
21926
|
"example": "import { makeReleasePassportFixtureAssets } from \"@kungfu-tech/buildchain\";",
|
|
21922
21927
|
"maturity": "stable",
|
|
@@ -21977,7 +21982,7 @@
|
|
|
21977
21982
|
],
|
|
21978
21983
|
"source": {
|
|
21979
21984
|
"path": "packages/core/release-passport.js",
|
|
21980
|
-
"line":
|
|
21985
|
+
"line": 2680
|
|
21981
21986
|
},
|
|
21982
21987
|
"example": "import { readJsonFromLocation } from \"@kungfu-tech/buildchain\";",
|
|
21983
21988
|
"maturity": "stable",
|
|
@@ -22132,7 +22137,7 @@
|
|
|
22132
22137
|
],
|
|
22133
22138
|
"source": {
|
|
22134
22139
|
"path": "packages/core/release-passport.js",
|
|
22135
|
-
"line":
|
|
22140
|
+
"line": 2805
|
|
22136
22141
|
},
|
|
22137
22142
|
"example": "import { validateKnownReleasePassportContracts } from \"@kungfu-tech/buildchain\";",
|
|
22138
22143
|
"maturity": "stable",
|
|
@@ -22161,7 +22166,7 @@
|
|
|
22161
22166
|
],
|
|
22162
22167
|
"source": {
|
|
22163
22168
|
"path": "packages/core/release-passport.js",
|
|
22164
|
-
"line":
|
|
22169
|
+
"line": 2729
|
|
22165
22170
|
},
|
|
22166
22171
|
"example": "import { verifyReleasePassport } from \"@kungfu-tech/buildchain\";",
|
|
22167
22172
|
"maturity": "stable",
|
|
@@ -23616,7 +23621,7 @@
|
|
|
23616
23621
|
],
|
|
23617
23622
|
"source": {
|
|
23618
23623
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23619
|
-
"line":
|
|
23624
|
+
"line": 96
|
|
23620
23625
|
},
|
|
23621
23626
|
"example": "import { compileReleaseTailDeclaration } from \"@kungfu-tech/buildchain\";",
|
|
23622
23627
|
"maturity": "stable",
|
|
@@ -23649,7 +23654,7 @@
|
|
|
23649
23654
|
],
|
|
23650
23655
|
"source": {
|
|
23651
23656
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23652
|
-
"line":
|
|
23657
|
+
"line": 237
|
|
23653
23658
|
},
|
|
23654
23659
|
"example": "import { createReleaseTailAdapterSet } from \"@kungfu-tech/buildchain\";",
|
|
23655
23660
|
"maturity": "stable",
|
|
@@ -23671,14 +23676,14 @@
|
|
|
23671
23676
|
],
|
|
23672
23677
|
"returns": "unknown",
|
|
23673
23678
|
"errors": [
|
|
23674
|
-
"
|
|
23679
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
23675
23680
|
],
|
|
23676
23681
|
"sideEffects": [
|
|
23677
23682
|
"none-detected-by-static-source-scan"
|
|
23678
23683
|
],
|
|
23679
23684
|
"source": {
|
|
23680
23685
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23681
|
-
"line":
|
|
23686
|
+
"line": 107
|
|
23682
23687
|
},
|
|
23683
23688
|
"example": "import { createReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
23684
23689
|
"maturity": "stable",
|
|
@@ -23691,7 +23696,7 @@
|
|
|
23691
23696
|
"id": "packages/core/release-tail-provider-plane.js#executeReleaseTailTransaction",
|
|
23692
23697
|
"name": "executeReleaseTailTransaction",
|
|
23693
23698
|
"kind": "function",
|
|
23694
|
-
"signature": "async function executeReleaseTailTransaction(transaction, { adapters, checkpoint
|
|
23699
|
+
"signature": "async function executeReleaseTailTransaction(transaction, { adapters, checkpoint } = {})",
|
|
23695
23700
|
"parameters": [
|
|
23696
23701
|
{
|
|
23697
23702
|
"name": "transaction",
|
|
@@ -23699,7 +23704,7 @@
|
|
|
23699
23704
|
},
|
|
23700
23705
|
{
|
|
23701
23706
|
"name": "parameter2",
|
|
23702
|
-
"signature": "{ adapters, checkpoint
|
|
23707
|
+
"signature": "{ adapters, checkpoint } = {}"
|
|
23703
23708
|
}
|
|
23704
23709
|
],
|
|
23705
23710
|
"returns": "Promise<unknown>",
|
|
@@ -23711,7 +23716,7 @@
|
|
|
23711
23716
|
],
|
|
23712
23717
|
"source": {
|
|
23713
23718
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23714
|
-
"line":
|
|
23719
|
+
"line": 172
|
|
23715
23720
|
},
|
|
23716
23721
|
"example": "import { executeReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
23717
23722
|
"maturity": "stable",
|
|
@@ -23733,14 +23738,14 @@
|
|
|
23733
23738
|
],
|
|
23734
23739
|
"returns": "unknown",
|
|
23735
23740
|
"errors": [
|
|
23736
|
-
"
|
|
23741
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
23737
23742
|
],
|
|
23738
23743
|
"sideEffects": [
|
|
23739
23744
|
"none-detected-by-static-source-scan"
|
|
23740
23745
|
],
|
|
23741
23746
|
"source": {
|
|
23742
23747
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23743
|
-
"line":
|
|
23748
|
+
"line": 82
|
|
23744
23749
|
},
|
|
23745
23750
|
"example": "import { parseReleaseTailDeclaration } from \"@kungfu-tech/buildchain\";",
|
|
23746
23751
|
"maturity": "stable",
|
|
@@ -23769,7 +23774,7 @@
|
|
|
23769
23774
|
],
|
|
23770
23775
|
"source": {
|
|
23771
23776
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23772
|
-
"line":
|
|
23777
|
+
"line": 115
|
|
23773
23778
|
},
|
|
23774
23779
|
"example": "import { readReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
23775
23780
|
"maturity": "stable",
|
|
@@ -23793,7 +23798,7 @@
|
|
|
23793
23798
|
],
|
|
23794
23799
|
"source": {
|
|
23795
23800
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23796
|
-
"line":
|
|
23801
|
+
"line": 33
|
|
23797
23802
|
},
|
|
23798
23803
|
"example": "import { RELEASE_TAIL_CAPABILITY_REGISTRY } from \"@kungfu-tech/buildchain\";",
|
|
23799
23804
|
"maturity": "stable",
|
|
@@ -23817,7 +23822,7 @@
|
|
|
23817
23822
|
],
|
|
23818
23823
|
"source": {
|
|
23819
23824
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23820
|
-
"line":
|
|
23825
|
+
"line": 7
|
|
23821
23826
|
},
|
|
23822
23827
|
"example": "import { RELEASE_TAIL_DECLARATION_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
23823
23828
|
"maturity": "stable",
|
|
@@ -23841,7 +23846,7 @@
|
|
|
23841
23846
|
],
|
|
23842
23847
|
"source": {
|
|
23843
23848
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23844
|
-
"line":
|
|
23849
|
+
"line": 12
|
|
23845
23850
|
},
|
|
23846
23851
|
"example": "import { RELEASE_TAIL_EFFECT_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
23847
23852
|
"maturity": "stable",
|
|
@@ -23865,7 +23870,7 @@
|
|
|
23865
23870
|
],
|
|
23866
23871
|
"source": {
|
|
23867
23872
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23868
|
-
"line":
|
|
23873
|
+
"line": 14
|
|
23869
23874
|
},
|
|
23870
23875
|
"example": "import { RELEASE_TAIL_OBSERVATION_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
23871
23876
|
"maturity": "stable",
|
|
@@ -23889,7 +23894,7 @@
|
|
|
23889
23894
|
],
|
|
23890
23895
|
"source": {
|
|
23891
23896
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23892
|
-
"line":
|
|
23897
|
+
"line": 16
|
|
23893
23898
|
},
|
|
23894
23899
|
"example": "import { RELEASE_TAIL_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
23895
23900
|
"maturity": "stable",
|
|
@@ -23913,7 +23918,7 @@
|
|
|
23913
23918
|
],
|
|
23914
23919
|
"source": {
|
|
23915
23920
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23916
|
-
"line":
|
|
23921
|
+
"line": 19
|
|
23917
23922
|
},
|
|
23918
23923
|
"example": "import { RELEASE_TAIL_STATES } from \"@kungfu-tech/buildchain\";",
|
|
23919
23924
|
"maturity": "stable",
|
|
@@ -23937,7 +23942,7 @@
|
|
|
23937
23942
|
],
|
|
23938
23943
|
"source": {
|
|
23939
23944
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23940
|
-
"line":
|
|
23945
|
+
"line": 9
|
|
23941
23946
|
},
|
|
23942
23947
|
"example": "import { RELEASE_TAIL_TRANSACTION_POLICY } from \"@kungfu-tech/buildchain\";",
|
|
23943
23948
|
"maturity": "stable",
|
|
@@ -23961,7 +23966,7 @@
|
|
|
23961
23966
|
],
|
|
23962
23967
|
"source": {
|
|
23963
23968
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23964
|
-
"line":
|
|
23969
|
+
"line": 10
|
|
23965
23970
|
},
|
|
23966
23971
|
"example": "import { RELEASE_TAIL_TRANSACTION_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
23967
23972
|
"maturity": "stable",
|
|
@@ -23990,7 +23995,7 @@
|
|
|
23990
23995
|
],
|
|
23991
23996
|
"source": {
|
|
23992
23997
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23993
|
-
"line":
|
|
23998
|
+
"line": 227
|
|
23994
23999
|
},
|
|
23995
24000
|
"example": "import { releaseTailRetryPolicyFromDeclaration } from \"@kungfu-tech/buildchain\";",
|
|
23996
24001
|
"maturity": "stable",
|
|
@@ -24012,14 +24017,14 @@
|
|
|
24012
24017
|
],
|
|
24013
24018
|
"returns": "unknown",
|
|
24014
24019
|
"errors": [
|
|
24015
|
-
"
|
|
24020
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
24016
24021
|
],
|
|
24017
24022
|
"sideEffects": [
|
|
24018
24023
|
"none-detected-by-static-source-scan"
|
|
24019
24024
|
],
|
|
24020
24025
|
"source": {
|
|
24021
24026
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
24022
|
-
"line":
|
|
24027
|
+
"line": 78
|
|
24023
24028
|
},
|
|
24024
24029
|
"example": "import { releaseTailRoot } from \"@kungfu-tech/buildchain\";",
|
|
24025
24030
|
"maturity": "stable",
|
|
@@ -24048,7 +24053,7 @@
|
|
|
24048
24053
|
],
|
|
24049
24054
|
"source": {
|
|
24050
24055
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
24051
|
-
"line":
|
|
24056
|
+
"line": 73
|
|
24052
24057
|
},
|
|
24053
24058
|
"example": "import { releaseTailStableJson } from \"@kungfu-tech/buildchain\";",
|
|
24054
24059
|
"maturity": "stable",
|
|
@@ -24077,7 +24082,7 @@
|
|
|
24077
24082
|
],
|
|
24078
24083
|
"source": {
|
|
24079
24084
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
24080
|
-
"line":
|
|
24085
|
+
"line": 103
|
|
24081
24086
|
},
|
|
24082
24087
|
"example": "import { validateReleaseTailEffectPlan } from \"@kungfu-tech/buildchain\";",
|
|
24083
24088
|
"maturity": "stable",
|
|
@@ -24106,7 +24111,7 @@
|
|
|
24106
24111
|
],
|
|
24107
24112
|
"source": {
|
|
24108
24113
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
24109
|
-
"line":
|
|
24114
|
+
"line": 111
|
|
24110
24115
|
},
|
|
24111
24116
|
"example": "import { validateReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
24112
24117
|
"maturity": "stable",
|
|
@@ -24139,7 +24144,7 @@
|
|
|
24139
24144
|
],
|
|
24140
24145
|
"source": {
|
|
24141
24146
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
24142
|
-
"line":
|
|
24147
|
+
"line": 126
|
|
24143
24148
|
},
|
|
24144
24149
|
"example": "import { writeReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
24145
24150
|
"maturity": "stable",
|
|
@@ -28586,7 +28591,7 @@
|
|
|
28586
28591
|
"specifier": "@kungfu-tech/buildchain/artifact-verification-envelope",
|
|
28587
28592
|
"export": "./artifact-verification-envelope",
|
|
28588
28593
|
"target": "./packages/core/artifact-verification-envelope.js",
|
|
28589
|
-
"digest": "sha256:
|
|
28594
|
+
"digest": "sha256:c917dac2f636fa7e078500c53639e958b1d94e46eb1a2c1a31f0e4ee57e10416",
|
|
28590
28595
|
"summary": "Sealed exact-root, lifecycle, identity, and existing KFD assessment inputs for KFX admission.",
|
|
28591
28596
|
"capabilityGroup": "release-passport-trust",
|
|
28592
28597
|
"audience": [
|
|
@@ -28767,7 +28772,7 @@
|
|
|
28767
28772
|
"specifier": "@kungfu-tech/buildchain/buildchain-contract",
|
|
28768
28773
|
"export": "./buildchain-contract",
|
|
28769
28774
|
"target": "./packages/core/buildchain-contract.js",
|
|
28770
|
-
"digest": "sha256:
|
|
28775
|
+
"digest": "sha256:6e09b31bef967205e33464fd5ef6e2a2a4a3b464ec22f346bc810d8993dd232d",
|
|
28771
28776
|
"summary": "Runtime contract world and compatibility digest APIs for floating-ref drift checks.",
|
|
28772
28777
|
"capabilityGroup": "governance-versioning",
|
|
28773
28778
|
"audience": [
|
|
@@ -28903,7 +28908,7 @@
|
|
|
28903
28908
|
"specifier": "@kungfu-tech/buildchain/ci-lane-change-budget",
|
|
28904
28909
|
"export": "./ci-lane-change-budget",
|
|
28905
28910
|
"target": "./packages/core/ci-lane-change-budget.js",
|
|
28906
|
-
"digest": "sha256:
|
|
28911
|
+
"digest": "sha256:46ba0887f1be1ed096457ac757d6bc1ca07fac99e7a47e2b7e37c96d632d4bb8",
|
|
28907
28912
|
"summary": "Exact-baseline CI lane admission requiring authority, trigger, concurrency, runner, cancellation, and merge-critical SLO budgets.",
|
|
28908
28913
|
"capabilityGroup": "governance-versioning",
|
|
28909
28914
|
"audience": [
|
|
@@ -28981,7 +28986,7 @@
|
|
|
28981
28986
|
"specifier": "@kungfu-tech/buildchain/controller-evidence",
|
|
28982
28987
|
"export": "./controller-evidence",
|
|
28983
28988
|
"target": "./packages/core/controller-evidence.js",
|
|
28984
|
-
"digest": "sha256:
|
|
28989
|
+
"digest": "sha256:54af316639618918889d26407726e7eed97511ac37c015c89cad42456f2076f8",
|
|
28985
28990
|
"summary": "Project-independent controller descriptors, source/runtime-bound plans, receipts, aggregates, and validation APIs.",
|
|
28986
28991
|
"capabilityGroup": "reusable-build",
|
|
28987
28992
|
"audience": [
|
|
@@ -29126,7 +29131,7 @@
|
|
|
29126
29131
|
"specifier": "@kungfu-tech/buildchain/dev-delivery-warrant",
|
|
29127
29132
|
"export": "./dev-delivery-warrant",
|
|
29128
29133
|
"target": "./packages/core/dev-delivery-warrant.js",
|
|
29129
|
-
"digest": "sha256:
|
|
29134
|
+
"digest": "sha256:554814626f2e57783056da74d8b32eac934e158f26b2e2f8ac024bdb8ddb61bd",
|
|
29130
29135
|
"summary": "Durable fair Dev Delivery Warrant queue, fenced lease, and split source and integration proof APIs.",
|
|
29131
29136
|
"capabilityGroup": "governance-versioning",
|
|
29132
29137
|
"audience": [
|
|
@@ -29345,7 +29350,7 @@
|
|
|
29345
29350
|
"specifier": "@kungfu-tech/buildchain/kfd-adopter-manifest",
|
|
29346
29351
|
"export": "./kfd-adopter-manifest",
|
|
29347
29352
|
"target": "./packages/core/kfd-adopter-manifest.js",
|
|
29348
|
-
"digest": "sha256:
|
|
29353
|
+
"digest": "sha256:71ab52ffc71e12b0d985daa5e4ef518fbaf0fb5a2cad248fecc361d0eb875626",
|
|
29349
29354
|
"summary": "Exact-cut KFD adopter manifest verification, Buildchain evidence binding, and one-way legacy support-matrix projection APIs.",
|
|
29350
29355
|
"capabilityGroup": "kfd-trust",
|
|
29351
29356
|
"audience": [
|
|
@@ -29373,7 +29378,7 @@
|
|
|
29373
29378
|
"specifier": "@kungfu-tech/buildchain/kfd-adopter-release-binding",
|
|
29374
29379
|
"export": "./kfd-adopter-release-binding",
|
|
29375
29380
|
"target": "./packages/core/artifact-verification-envelope.js",
|
|
29376
|
-
"digest": "sha256:
|
|
29381
|
+
"digest": "sha256:c917dac2f636fa7e078500c53639e958b1d94e46eb1a2c1a31f0e4ee57e10416",
|
|
29377
29382
|
"summary": "Release Passport and artifact-evidence binding for one exact standard adopter manifest closure.",
|
|
29378
29383
|
"capabilityGroup": "kfd-trust",
|
|
29379
29384
|
"audience": [
|
|
@@ -29594,7 +29599,7 @@
|
|
|
29594
29599
|
"specifier": "@kungfu-tech/buildchain/v4-floating-consumer-policy",
|
|
29595
29600
|
"export": "./v4-floating-consumer-policy",
|
|
29596
29601
|
"target": "./packages/core/v4-floating-consumer-policy.js",
|
|
29597
|
-
"digest": "sha256:
|
|
29602
|
+
"digest": "sha256:5232bc56e9c438514814cc06c9cb5268abbb0d574516adb36061741cd0d41fd1",
|
|
29598
29603
|
"summary": "Semantic floating-selector admission, dual-lock receipt, and independent v4 consumer certification APIs.",
|
|
29599
29604
|
"capabilityGroup": "governance-versioning",
|
|
29600
29605
|
"audience": [
|
|
@@ -30314,7 +30319,7 @@
|
|
|
30314
30319
|
"specifier": "@kungfu-tech/buildchain/paper",
|
|
30315
30320
|
"export": "./paper",
|
|
30316
30321
|
"target": "./packages/core/paper.js",
|
|
30317
|
-
"digest": "sha256:
|
|
30322
|
+
"digest": "sha256:0af7b6a2b66d7b471bf6d22064558269375f6c01c4147be4d77bc00c9865d988",
|
|
30318
30323
|
"summary": "Unified Paper work, fleet, scaffold, preflight, npm bootstrap, build, Alpha, status, and resume planning APIs.",
|
|
30319
30324
|
"capabilityGroup": "reusable-build",
|
|
30320
30325
|
"audience": [
|
|
@@ -30456,7 +30461,7 @@
|
|
|
30456
30461
|
"specifier": "@kungfu-tech/buildchain/buildchain-publication-authority",
|
|
30457
30462
|
"export": "./buildchain-publication-authority",
|
|
30458
30463
|
"target": "./packages/core/buildchain-publication-authority.js",
|
|
30459
|
-
"digest": "sha256:
|
|
30464
|
+
"digest": "sha256:abc25223046d3329ae970871c85187ca02c86f1d72ee9c2a28c2749babe3f11a",
|
|
30460
30465
|
"summary": "Buildchain-owned closed-world publication authority descriptor registry.",
|
|
30461
30466
|
"capabilityGroup": "release-passport-trust",
|
|
30462
30467
|
"audience": [
|
|
@@ -30480,7 +30485,7 @@
|
|
|
30480
30485
|
"specifier": "@kungfu-tech/buildchain/github-governance-authority",
|
|
30481
30486
|
"export": "./github-governance-authority",
|
|
30482
30487
|
"target": "./packages/core/github-governance-authority.js",
|
|
30483
|
-
"digest": "sha256:
|
|
30488
|
+
"digest": "sha256:f90f7b17d84e0c9a13680a89270437e6792836b56579068e1595c5509feb358b",
|
|
30484
30489
|
"summary": "Fail-closed GitHub ownership, effective-policy, managed-zone admission, rollout-plan, and immutable receipt APIs.",
|
|
30485
30490
|
"capabilityGroup": "governance-versioning",
|
|
30486
30491
|
"audience": [
|
|
@@ -30788,7 +30793,7 @@
|
|
|
30788
30793
|
"specifier": "@kungfu-tech/buildchain/next-development-projection",
|
|
30789
30794
|
"export": "./next-development-projection",
|
|
30790
30795
|
"target": "./packages/core/next-development-projection.js",
|
|
30791
|
-
"digest": "sha256:
|
|
30796
|
+
"digest": "sha256:c1a93e83e0ab80d50ecc147954ae73f647780ed2fb154ffd8132af79114abc00",
|
|
30792
30797
|
"summary": "Canonical generated config, Agent, workflow-header, and manual projections for the next-development transition contract.",
|
|
30793
30798
|
"capabilityGroup": "governance-versioning",
|
|
30794
30799
|
"audience": [
|
|
@@ -30854,7 +30859,7 @@
|
|
|
30854
30859
|
"specifier": "@kungfu-tech/buildchain/release-passport",
|
|
30855
30860
|
"export": "./release-passport",
|
|
30856
30861
|
"target": "./packages/core/release-passport.js",
|
|
30857
|
-
"digest": "sha256:
|
|
30862
|
+
"digest": "sha256:4a095c1931b4e9c4d16455425d27a27f9607b7daffde5548b2a667dbdf41a546",
|
|
30858
30863
|
"summary": "Release passport collection, verification, explanation, and evidence APIs.",
|
|
30859
30864
|
"capabilityGroup": "release-passport-trust",
|
|
30860
30865
|
"audience": [
|
|
@@ -30900,7 +30905,7 @@
|
|
|
30900
30905
|
"specifier": "@kungfu-tech/buildchain/release-passport-contract",
|
|
30901
30906
|
"export": "./release-passport-contract",
|
|
30902
30907
|
"target": "./packages/core/release-passport-contract.js",
|
|
30903
|
-
"digest": "sha256:
|
|
30908
|
+
"digest": "sha256:e2d0b9b5067d3cb6a05ffee1961b92a469fe6b74a5054345efb769d9c6ff7f9b",
|
|
30904
30909
|
"summary": "Standalone release passport JSON Schema, ownership/check manifest, and structural validation APIs.",
|
|
30905
30910
|
"capabilityGroup": "release-passport-trust",
|
|
30906
30911
|
"audience": [
|
|
@@ -31035,7 +31040,7 @@
|
|
|
31035
31040
|
"specifier": "@kungfu-tech/buildchain/release-tail-provider-plane",
|
|
31036
31041
|
"export": "./release-tail-provider-plane",
|
|
31037
31042
|
"target": "./packages/core/release-tail-provider-plane.js",
|
|
31038
|
-
"digest": "sha256:
|
|
31043
|
+
"digest": "sha256:525575c9d4330c7fa0760491342757be80a186be589f18d9bba64b5a1ea69c5d",
|
|
31039
31044
|
"summary": "Versioned declarative release-tail parsing, deterministic effect planning, durable transaction execution, readback, retry, and rooted receipt APIs.",
|
|
31040
31045
|
"capabilityGroup": "release-passport-trust",
|
|
31041
31046
|
"audience": [
|
|
@@ -31156,7 +31161,7 @@
|
|
|
31156
31161
|
"specifier": "@kungfu-tech/buildchain/buildchain-kfd-claims",
|
|
31157
31162
|
"export": "./buildchain-kfd-claims",
|
|
31158
31163
|
"target": "./packages/core/buildchain-kfd-claims.js",
|
|
31159
|
-
"digest": "sha256:
|
|
31164
|
+
"digest": "sha256:82e513efff1070a681e944f225dd82932fb440f999af3088632540e6db2d54d0",
|
|
31160
31165
|
"summary": "Buildchain self KFD claim registry, witnesses, and public claim APIs.",
|
|
31161
31166
|
"capabilityGroup": "kfd-trust",
|
|
31162
31167
|
"audience": [
|
|
@@ -31189,12 +31194,12 @@
|
|
|
31189
31194
|
{
|
|
31190
31195
|
"id": "cli-and-node-package",
|
|
31191
31196
|
"path": "docs/cli.md",
|
|
31192
|
-
"digest": "sha256:
|
|
31197
|
+
"digest": "sha256:fc2e0cd3f5718e05101d85f6363cefcd2336609c05dd6626b6a062b44c3a1a0d"
|
|
31193
31198
|
},
|
|
31194
31199
|
{
|
|
31195
31200
|
"id": "node-api-reference",
|
|
31196
31201
|
"path": "docs/node-api-reference.md",
|
|
31197
|
-
"digest": "sha256:
|
|
31202
|
+
"digest": "sha256:df073c14c12f15c851eb4507cbeb2919add936ac3079b10f222478138720d092"
|
|
31198
31203
|
},
|
|
31199
31204
|
{
|
|
31200
31205
|
"id": "build-facts",
|
|
@@ -31204,7 +31209,7 @@
|
|
|
31204
31209
|
{
|
|
31205
31210
|
"id": "kfd-support",
|
|
31206
31211
|
"path": "docs/kfd-support.md",
|
|
31207
|
-
"digest": "sha256:
|
|
31212
|
+
"digest": "sha256:e13f0e58a1bd4699ce8d443c0d316d37c9db807e03917bb2a5f8ebd11cdd7153"
|
|
31208
31213
|
},
|
|
31209
31214
|
{
|
|
31210
31215
|
"id": "readme-badges",
|