@kungfu-tech/buildchain 3.0.3-alpha.0 → 3.0.3-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +1 -1
- package/CONTRIBUTING.md +1 -1
- package/README.md +32 -1
- package/actions/promote-buildchain-ref/README.md +90 -19
- package/actions/report-buildchain-issue/README.md +19 -1
- package/actions/run-lifecycle/README.md +5 -0
- package/actions/validate-config/README.md +19 -1
- package/bin/buildchain.mjs +41 -241
- package/bin/internal/command-registry.mjs +82 -0
- package/bin/internal/trust-release-cli.mjs +1 -0
- package/contracts/auditable-demo-media-profiles-v1.json +116 -1
- package/contracts/buildchain-v2-residuals-v1.json +0 -45
- package/contracts/evidence/auditable-demo-responsive-web-delivery-v1.json +143 -0
- package/contracts/evidence/auditable-demo-web-delivery-v1.json +7 -3
- package/contracts/fixtures/auditable-demo-responsive-web-delivery-v1/complete-transcript.txt +2 -0
- package/contracts/fixtures/auditable-demo-responsive-web-delivery-v1/public-projection.json +16 -0
- package/contracts/fixtures/auditable-demo-responsive-web-delivery-v1/scene.json +12 -0
- package/dist/site/buildchain-contract.json +161 -42
- package/dist/site/buildchain-site.json +180 -84
- package/dist/site/capability-registry.json +6 -6
- package/dist/site/cli-registry.json +932 -98
- package/dist/site/controller-registry.json +97 -5
- package/dist/site/kfd-claims.json +316 -23
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +20 -20
- package/dist/site/node-api-registry.json +371 -56
- package/dist/site/page-registry.json +155 -59
- package/dist/site/public-surface-audit.json +286 -24
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +3 -0
- package/dist/site/site-manifest.json +24 -24
- package/dist/site/workflow-registry.json +570 -79
- package/docs/MAP.md +22 -4
- package/docs/auditable-demo.md +35 -12
- package/docs/aws-us-elastic-runner-burst-plane.md +381 -0
- package/docs/cli.md +143 -12
- package/docs/consumer-issue-reporting.md +19 -1
- package/docs/github-governance-authority.md +2 -2
- package/docs/lifecycle-protocol.md +20 -2
- package/docs/migration-inventory.md +24 -5
- package/docs/ownership.md +19 -1
- package/docs/publication-artifacts.md +185 -18
- package/docs/publication-authority.md +4 -4
- package/docs/publish-transaction.md +78 -31
- package/docs/release-candidate.md +24 -0
- package/docs/release-flow.md +50 -32
- package/docs/release-governance.md +31 -31
- package/docs/release-passport.md +4 -0
- package/docs/release-propagation.md +57 -12
- package/docs/reusable-build-surface.md +95 -27
- package/docs/runtime-train-validation.md +20 -2
- package/docs/stable-candidate-patrol.md +6 -6
- package/docs/toolkit-observability.md +22 -0
- package/docs/versioning.md +6 -4
- package/docs/web-surface-deployments.md +62 -0
- package/package.json +7 -5
- package/packages/core/README.md +61 -4
- package/packages/core/buildchain-contract.js +8 -4
- package/packages/core/cache-evidence.js +1 -0
- package/packages/core/diagnostics.js +105 -30
- package/packages/core/github-governance-authority.js +10 -25
- package/packages/core/index.js +40 -0
- package/packages/core/paper-fleet.js +260 -0
- package/packages/core/paper-repository.js +210 -0
- package/packages/core/paper-work.js +365 -0
- package/packages/core/paper.js +3180 -0
- package/packages/core/public-surface-audit.js +26 -75
- package/packages/core/public-surface-cli.js +117 -0
- package/packages/core/publication-artifact.js +1 -6
- package/packages/core/publication-authority.js +1 -0
- package/packages/core/publication-reproducibility.js +947 -0
- package/packages/core/publication-sealed-bundle.js +190 -0
- package/packages/core/publish-transaction.js +147 -17
- package/packages/core/release-candidate.js +234 -0
- package/packages/core/release-passport.js +483 -201
- package/packages/core/release-propagation.js +175 -1
- package/scripts/auditable-demo.mjs +119 -5
- package/scripts/aws-codebuild-toolchain.mjs +285 -0
- package/scripts/aws-macos-jit-core.mjs +378 -0
- package/scripts/aws-macos-jit.mjs +123 -0
- package/scripts/aws-runner-burst-core.mjs +248 -0
- package/scripts/aws-runner-burst.mjs +79 -0
- package/scripts/aws-windows-jit-core.mjs +374 -0
- package/scripts/aws-windows-jit.mjs +121 -0
- package/scripts/build-contract-core.mjs +69 -6
- package/scripts/build-standalone-binary.mjs +23 -0
- package/scripts/buildchain-cli-help.mjs +256 -0
- package/scripts/buildchain-contract-lock.mjs +1 -1
- package/scripts/check-internal-architecture.mjs +69 -2
- package/scripts/check-inventory.mjs +69 -2
- package/scripts/check-javascript-syntax.mjs +31 -0
- package/scripts/check-maintainability.mjs +371 -0
- package/scripts/compiler-cache-evidence.mjs +221 -0
- package/scripts/dev-alpha-candidate-patrol.mjs +268 -43
- package/scripts/finalize-native-artifact-signing-result.mjs +75 -4
- package/scripts/generate-channel-promotion-workflow.mjs +3 -12
- package/scripts/generate-release-candidate-passport.mjs +4 -0
- package/scripts/generate-site-bundle.mjs +68 -188
- package/scripts/import-artifact-signing-results.mjs +64 -5
- package/scripts/inspect-artifact-signing-requests.mjs +7 -0
- package/scripts/maintainability-metrics.mjs +339 -0
- package/scripts/npm-publish-transaction.mjs +57 -6
- package/scripts/paper-work-fleet-cli.mjs +563 -0
- package/scripts/paper.mjs +631 -0
- package/scripts/promotion-channel-router.mjs +16 -4
- package/scripts/publication-reproducibility.mjs +62 -0
- package/scripts/release-propagation.mjs +39 -0
- package/scripts/resolve-build-contract.mjs +6 -0
- package/scripts/route-offline-runners.mjs +236 -0
- package/scripts/run-lifecycle-core.mjs +62 -1
- package/scripts/runtime-ref-core.mjs +23 -2
- package/scripts/seal-artifact-signing-requests.mjs +13 -6
- package/scripts/site-capability-metadata.mjs +202 -0
- package/scripts/stable-candidate-qualification.mjs +42 -0
- package/scripts/web-surface-core.mjs +272 -86
|
@@ -14,28 +14,46 @@
|
|
|
14
14
|
},
|
|
15
15
|
"runtimeContract": {
|
|
16
16
|
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
17
|
-
"compatibilityDigest": "sha256:
|
|
17
|
+
"compatibilityDigest": "sha256:61af7d0871220bc0909008bdc571905ad500cccf853e7841bc5d462a34b2d436",
|
|
18
18
|
"majorLine": "v3"
|
|
19
19
|
},
|
|
20
20
|
"publicSurfaceReverseAudit": {
|
|
21
21
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
22
22
|
"path": "dist/site/public-surface-audit.json",
|
|
23
23
|
"status": "passed",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "af5cb9990177c134c9de2a03cd21bba16258e4ead0e8c7d01c94446d8cff8760",
|
|
25
25
|
"summary": {
|
|
26
|
-
"cliCommandCount":
|
|
26
|
+
"cliCommandCount": 111,
|
|
27
27
|
"workflowCount": 57,
|
|
28
28
|
"actionCount": 6,
|
|
29
|
-
"sitePageCount":
|
|
30
|
-
"docCommandRefCount":
|
|
29
|
+
"sitePageCount": 60,
|
|
30
|
+
"docCommandRefCount": 315,
|
|
31
31
|
"failureCount": 0
|
|
32
32
|
},
|
|
33
33
|
"auditBoundary": {
|
|
34
34
|
"mode": "closed-world-enumerable",
|
|
35
35
|
"scope": "Buildchain CLI usage/dispatch, reusable workflow inputs, action inputs, site pages, and documentation command references",
|
|
36
36
|
"residualRisk": [
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
{
|
|
38
|
+
"id": "public-surface-helper-command-enumeration",
|
|
39
|
+
"definedBy": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-taxonomy.schema.json#/$defs/residualRisk",
|
|
40
|
+
"riskType": "natural-language-semantic-risk",
|
|
41
|
+
"trustImpact": "downgrade-warning",
|
|
42
|
+
"machineProvability": "not-machine-verifiable",
|
|
43
|
+
"agentAction": "semantic-review-required",
|
|
44
|
+
"owner": "Buildchain maintainers",
|
|
45
|
+
"reason": "Shell commands delegated through helper scripts are counted only when exposed through bin/buildchain.mjs usage or documentation."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "public-surface-yaml-enumeration",
|
|
49
|
+
"definedBy": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-taxonomy.schema.json#/$defs/residualRisk",
|
|
50
|
+
"riskType": "natural-language-semantic-risk",
|
|
51
|
+
"trustImpact": "downgrade-warning",
|
|
52
|
+
"machineProvability": "not-machine-verifiable",
|
|
53
|
+
"agentAction": "semantic-review-required",
|
|
54
|
+
"owner": "Buildchain maintainers",
|
|
55
|
+
"reason": "YAML enumeration covers first-class action and workflow inputs, not arbitrary step environment variables."
|
|
56
|
+
}
|
|
39
57
|
]
|
|
40
58
|
}
|
|
41
59
|
},
|
|
@@ -228,21 +246,39 @@
|
|
|
228
246
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
229
247
|
"path": "dist/site/public-surface-audit.json",
|
|
230
248
|
"status": "passed",
|
|
231
|
-
"sha256": "
|
|
249
|
+
"sha256": "af5cb9990177c134c9de2a03cd21bba16258e4ead0e8c7d01c94446d8cff8760",
|
|
232
250
|
"summary": {
|
|
233
|
-
"cliCommandCount":
|
|
251
|
+
"cliCommandCount": 111,
|
|
234
252
|
"workflowCount": 57,
|
|
235
253
|
"actionCount": 6,
|
|
236
|
-
"sitePageCount":
|
|
237
|
-
"docCommandRefCount":
|
|
254
|
+
"sitePageCount": 60,
|
|
255
|
+
"docCommandRefCount": 315,
|
|
238
256
|
"failureCount": 0
|
|
239
257
|
},
|
|
240
258
|
"auditBoundary": {
|
|
241
259
|
"mode": "closed-world-enumerable",
|
|
242
260
|
"scope": "Buildchain CLI usage/dispatch, reusable workflow inputs, action inputs, site pages, and documentation command references",
|
|
243
261
|
"residualRisk": [
|
|
244
|
-
|
|
245
|
-
|
|
262
|
+
{
|
|
263
|
+
"id": "public-surface-helper-command-enumeration",
|
|
264
|
+
"definedBy": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-taxonomy.schema.json#/$defs/residualRisk",
|
|
265
|
+
"riskType": "natural-language-semantic-risk",
|
|
266
|
+
"trustImpact": "downgrade-warning",
|
|
267
|
+
"machineProvability": "not-machine-verifiable",
|
|
268
|
+
"agentAction": "semantic-review-required",
|
|
269
|
+
"owner": "Buildchain maintainers",
|
|
270
|
+
"reason": "Shell commands delegated through helper scripts are counted only when exposed through bin/buildchain.mjs usage or documentation."
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "public-surface-yaml-enumeration",
|
|
274
|
+
"definedBy": "https://kfd.libkungfu.dev/schemas/kfd-2/trust-taxonomy.schema.json#/$defs/residualRisk",
|
|
275
|
+
"riskType": "natural-language-semantic-risk",
|
|
276
|
+
"trustImpact": "downgrade-warning",
|
|
277
|
+
"machineProvability": "not-machine-verifiable",
|
|
278
|
+
"agentAction": "semantic-review-required",
|
|
279
|
+
"owner": "Buildchain maintainers",
|
|
280
|
+
"reason": "YAML enumeration covers first-class action and workflow inputs, not arbitrary step environment variables."
|
|
281
|
+
}
|
|
246
282
|
]
|
|
247
283
|
}
|
|
248
284
|
},
|
|
@@ -1436,6 +1472,42 @@
|
|
|
1436
1472
|
"public": true,
|
|
1437
1473
|
"packageExport": "./publication-package"
|
|
1438
1474
|
},
|
|
1475
|
+
{
|
|
1476
|
+
"id": "export:./publication-reproducibility",
|
|
1477
|
+
"name": "@kungfu-tech/buildchain/publication-reproducibility",
|
|
1478
|
+
"kind": "package-export",
|
|
1479
|
+
"sourcePath": "packages/core/publication-reproducibility.js",
|
|
1480
|
+
"evidencePath": "packages/core/publication-reproducibility.js",
|
|
1481
|
+
"availability": "shipped",
|
|
1482
|
+
"visibility": "public",
|
|
1483
|
+
"participantFacing": true,
|
|
1484
|
+
"public": true,
|
|
1485
|
+
"packageExport": "./publication-reproducibility"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"id": "export:./publication-sealed-bundle",
|
|
1489
|
+
"name": "@kungfu-tech/buildchain/publication-sealed-bundle",
|
|
1490
|
+
"kind": "package-export",
|
|
1491
|
+
"sourcePath": "packages/core/publication-sealed-bundle.js",
|
|
1492
|
+
"evidencePath": "packages/core/publication-sealed-bundle.js",
|
|
1493
|
+
"availability": "shipped",
|
|
1494
|
+
"visibility": "public",
|
|
1495
|
+
"participantFacing": true,
|
|
1496
|
+
"public": true,
|
|
1497
|
+
"packageExport": "./publication-sealed-bundle"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"id": "export:./paper",
|
|
1501
|
+
"name": "@kungfu-tech/buildchain/paper",
|
|
1502
|
+
"kind": "package-export",
|
|
1503
|
+
"sourcePath": "packages/core/paper.js",
|
|
1504
|
+
"evidencePath": "packages/core/paper.js",
|
|
1505
|
+
"availability": "shipped",
|
|
1506
|
+
"visibility": "public",
|
|
1507
|
+
"participantFacing": true,
|
|
1508
|
+
"public": true,
|
|
1509
|
+
"packageExport": "./paper"
|
|
1510
|
+
},
|
|
1439
1511
|
{
|
|
1440
1512
|
"id": "export:./publication-authority",
|
|
1441
1513
|
"name": "@kungfu-tech/buildchain/publication-authority",
|
|
@@ -2668,6 +2740,162 @@
|
|
|
2668
2740
|
"public": true,
|
|
2669
2741
|
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2670
2742
|
},
|
|
2743
|
+
{
|
|
2744
|
+
"id": "cli:paper",
|
|
2745
|
+
"name": "buildchain paper",
|
|
2746
|
+
"kind": "cli-command",
|
|
2747
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2748
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2749
|
+
"availability": "shipped",
|
|
2750
|
+
"visibility": "public",
|
|
2751
|
+
"participantFacing": true,
|
|
2752
|
+
"public": true,
|
|
2753
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"id": "cli:paper-alpha",
|
|
2757
|
+
"name": "buildchain paper alpha [--cwd <dir>] [--source-ref <ref>] [--target-ref <ref>]",
|
|
2758
|
+
"kind": "cli-command",
|
|
2759
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2760
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2761
|
+
"availability": "shipped",
|
|
2762
|
+
"visibility": "public",
|
|
2763
|
+
"participantFacing": true,
|
|
2764
|
+
"public": true,
|
|
2765
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"id": "cli:paper-bootstrap-npm",
|
|
2769
|
+
"name": "buildchain paper bootstrap npm [--cwd <dir>] [--execute]",
|
|
2770
|
+
"kind": "cli-command",
|
|
2771
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2772
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2773
|
+
"availability": "shipped",
|
|
2774
|
+
"visibility": "public",
|
|
2775
|
+
"participantFacing": true,
|
|
2776
|
+
"public": true,
|
|
2777
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"id": "cli:paper-build",
|
|
2781
|
+
"name": "buildchain paper build [--cwd <dir>] [--execute] [--json]",
|
|
2782
|
+
"kind": "cli-command",
|
|
2783
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2784
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2785
|
+
"availability": "shipped",
|
|
2786
|
+
"visibility": "public",
|
|
2787
|
+
"participantFacing": true,
|
|
2788
|
+
"public": true,
|
|
2789
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"id": "cli:paper-fleet-audit",
|
|
2793
|
+
"name": "buildchain paper fleet audit [--root <dir>] [--offline] [--json]",
|
|
2794
|
+
"kind": "cli-command",
|
|
2795
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2796
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2797
|
+
"availability": "shipped",
|
|
2798
|
+
"visibility": "public",
|
|
2799
|
+
"participantFacing": true,
|
|
2800
|
+
"public": true,
|
|
2801
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"id": "cli:paper-fleet-update",
|
|
2805
|
+
"name": "buildchain paper fleet update [--root <dir>] [--write] [--json]",
|
|
2806
|
+
"kind": "cli-command",
|
|
2807
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2808
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2809
|
+
"availability": "shipped",
|
|
2810
|
+
"visibility": "public",
|
|
2811
|
+
"participantFacing": true,
|
|
2812
|
+
"public": true,
|
|
2813
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"id": "cli:paper-migrate",
|
|
2817
|
+
"name": "buildchain paper migrate [--cwd <dir>] [--write] [--json]",
|
|
2818
|
+
"kind": "cli-command",
|
|
2819
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2820
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2821
|
+
"availability": "shipped",
|
|
2822
|
+
"visibility": "public",
|
|
2823
|
+
"participantFacing": true,
|
|
2824
|
+
"public": true,
|
|
2825
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"id": "cli:paper-preflight",
|
|
2829
|
+
"name": "buildchain paper preflight [--cwd <dir>] [--offline] [--json]",
|
|
2830
|
+
"kind": "cli-command",
|
|
2831
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2832
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2833
|
+
"availability": "shipped",
|
|
2834
|
+
"visibility": "public",
|
|
2835
|
+
"participantFacing": true,
|
|
2836
|
+
"public": true,
|
|
2837
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"id": "cli:paper-resume",
|
|
2841
|
+
"name": "buildchain paper resume [--cwd <dir>] [--buildchain-ref <ref>] [--execute] [--json]",
|
|
2842
|
+
"kind": "cli-command",
|
|
2843
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2844
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2845
|
+
"availability": "shipped",
|
|
2846
|
+
"visibility": "public",
|
|
2847
|
+
"participantFacing": true,
|
|
2848
|
+
"public": true,
|
|
2849
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"id": "cli:paper-scaffold",
|
|
2853
|
+
"name": "buildchain paper scaffold --package <name> --repository <owner/repo> [--write] [--json]",
|
|
2854
|
+
"kind": "cli-command",
|
|
2855
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2856
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2857
|
+
"availability": "shipped",
|
|
2858
|
+
"visibility": "public",
|
|
2859
|
+
"participantFacing": true,
|
|
2860
|
+
"public": true,
|
|
2861
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"id": "cli:paper-status",
|
|
2865
|
+
"name": "buildchain paper status [--cwd <dir>] [--json]",
|
|
2866
|
+
"kind": "cli-command",
|
|
2867
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2868
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2869
|
+
"availability": "shipped",
|
|
2870
|
+
"visibility": "public",
|
|
2871
|
+
"participantFacing": true,
|
|
2872
|
+
"public": true,
|
|
2873
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"id": "cli:paper-work-start",
|
|
2877
|
+
"name": "buildchain paper work start <topic> [--cwd <dir>] [--branch <branch>] [--execute] [--json]",
|
|
2878
|
+
"kind": "cli-command",
|
|
2879
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2880
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2881
|
+
"availability": "shipped",
|
|
2882
|
+
"visibility": "public",
|
|
2883
|
+
"participantFacing": true,
|
|
2884
|
+
"public": true,
|
|
2885
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"id": "cli:paper-work-submit",
|
|
2889
|
+
"name": "buildchain paper work submit [--cwd <dir>] [--title <title>] [--body <body>] [--execute] [--json]",
|
|
2890
|
+
"kind": "cli-command",
|
|
2891
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2892
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2893
|
+
"availability": "shipped",
|
|
2894
|
+
"visibility": "public",
|
|
2895
|
+
"participantFacing": true,
|
|
2896
|
+
"public": true,
|
|
2897
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2898
|
+
},
|
|
2671
2899
|
{
|
|
2672
2900
|
"id": "cli:portable-cache",
|
|
2673
2901
|
"name": "buildchain portable-cache plan --manifest <file-or-json> [--output <file>]",
|
|
@@ -2728,6 +2956,18 @@
|
|
|
2728
2956
|
"public": true,
|
|
2729
2957
|
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2730
2958
|
},
|
|
2959
|
+
{
|
|
2960
|
+
"id": "cli:publication-artifact-reproducibility",
|
|
2961
|
+
"name": "buildchain publication-artifact reproducibility [--cwd <dir>] [--source-sha <sha>]",
|
|
2962
|
+
"kind": "cli-command",
|
|
2963
|
+
"sourcePath": "bin/buildchain.mjs",
|
|
2964
|
+
"evidencePath": "bin/buildchain.mjs",
|
|
2965
|
+
"availability": "shipped",
|
|
2966
|
+
"visibility": "public",
|
|
2967
|
+
"participantFacing": true,
|
|
2968
|
+
"public": true,
|
|
2969
|
+
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2970
|
+
},
|
|
2731
2971
|
{
|
|
2732
2972
|
"id": "cli:publish-source",
|
|
2733
2973
|
"name": "buildchain publish-source <lock|manifest|verify-lock|verify-channel-ref|validate-anchored-release> ...",
|
|
@@ -2990,8 +3230,9 @@
|
|
|
2990
3230
|
"visibility": "public",
|
|
2991
3231
|
"participantFacing": true,
|
|
2992
3232
|
"public": true,
|
|
2993
|
-
"inputCount":
|
|
3233
|
+
"inputCount": 11,
|
|
2994
3234
|
"inputs": [
|
|
3235
|
+
"adapter-arguments-json",
|
|
2995
3236
|
"adapter-path",
|
|
2996
3237
|
"artifact-retention-days",
|
|
2997
3238
|
"buildchain-repository",
|
|
@@ -3045,7 +3286,7 @@
|
|
|
3045
3286
|
"visibility": "public",
|
|
3046
3287
|
"participantFacing": true,
|
|
3047
3288
|
"public": true,
|
|
3048
|
-
"inputCount":
|
|
3289
|
+
"inputCount": 82,
|
|
3049
3290
|
"inputs": [
|
|
3050
3291
|
"artifact-compression-level",
|
|
3051
3292
|
"artifact-name",
|
|
@@ -3061,6 +3302,9 @@
|
|
|
3061
3302
|
"artifact-retention-days",
|
|
3062
3303
|
"artifact-signing-request-upload-no-proxy",
|
|
3063
3304
|
"artifact-transfer-mode",
|
|
3305
|
+
"aws-codebuild-project",
|
|
3306
|
+
"aws-ec2-macos-runner-label",
|
|
3307
|
+
"aws-ec2-windows-runner-label",
|
|
3064
3308
|
"build-command",
|
|
3065
3309
|
"buildchain-contract-compatibility-policy",
|
|
3066
3310
|
"buildchain-contract-drift-issue-mode",
|
|
@@ -3078,6 +3322,9 @@
|
|
|
3078
3322
|
"checkout-cache-mode",
|
|
3079
3323
|
"checkout-cache-reference-repository-template",
|
|
3080
3324
|
"checkout-cache-timeout-seconds",
|
|
3325
|
+
"compiler-cache-platforms-json",
|
|
3326
|
+
"compiler-cache-provider",
|
|
3327
|
+
"compiler-cache-required",
|
|
3081
3328
|
"control-runner-json",
|
|
3082
3329
|
"credential-island-caller-owned",
|
|
3083
3330
|
"credential-island-environment",
|
|
@@ -3104,6 +3351,7 @@
|
|
|
3104
3351
|
"publish-registry",
|
|
3105
3352
|
"publish-source-ref",
|
|
3106
3353
|
"release-candidate",
|
|
3354
|
+
"release-candidate-family-evidence-json",
|
|
3107
3355
|
"requested-parallelism",
|
|
3108
3356
|
"require-build",
|
|
3109
3357
|
"require-install",
|
|
@@ -3114,6 +3362,7 @@
|
|
|
3114
3362
|
"rustup-dist-server",
|
|
3115
3363
|
"rustup-update-root",
|
|
3116
3364
|
"sample-process-tree",
|
|
3365
|
+
"self-hosted-offline-fallback",
|
|
3117
3366
|
"setup-node",
|
|
3118
3367
|
"setup-rust",
|
|
3119
3368
|
"shifu-cache-profile-digest",
|
|
@@ -3241,7 +3490,7 @@
|
|
|
3241
3490
|
"visibility": "public",
|
|
3242
3491
|
"participantFacing": true,
|
|
3243
3492
|
"public": true,
|
|
3244
|
-
"inputCount":
|
|
3493
|
+
"inputCount": 94,
|
|
3245
3494
|
"inputs": [
|
|
3246
3495
|
"allow-repository",
|
|
3247
3496
|
"artifact-name",
|
|
@@ -3305,11 +3554,17 @@
|
|
|
3305
3554
|
"publish-transaction-override",
|
|
3306
3555
|
"release-activation-command",
|
|
3307
3556
|
"release-activation-receipt-set-path",
|
|
3557
|
+
"release-candidate-family-assignment-id",
|
|
3558
|
+
"release-candidate-family-evidence-required",
|
|
3559
|
+
"release-candidate-family-evidence-root",
|
|
3560
|
+
"release-candidate-family-initiative-id",
|
|
3308
3561
|
"release-candidate-workflow-file",
|
|
3309
3562
|
"release-candidate-workflow-name",
|
|
3310
3563
|
"release-passport",
|
|
3564
|
+
"release-passport-attachment-command",
|
|
3311
3565
|
"release-passport-buildchain-self-kfd",
|
|
3312
3566
|
"release-passport-evidence-command",
|
|
3567
|
+
"release-passport-evidence-jsons",
|
|
3313
3568
|
"release-passport-evidence-path",
|
|
3314
3569
|
"release-passport-impact-json",
|
|
3315
3570
|
"release-passport-invariant-passport-command",
|
|
@@ -3725,7 +3980,7 @@
|
|
|
3725
3980
|
"visibility": "public",
|
|
3726
3981
|
"participantFacing": true,
|
|
3727
3982
|
"public": true,
|
|
3728
|
-
"inputCount":
|
|
3983
|
+
"inputCount": 85,
|
|
3729
3984
|
"inputs": [
|
|
3730
3985
|
"artifact-compression-level",
|
|
3731
3986
|
"artifact-name",
|
|
@@ -3741,6 +3996,9 @@
|
|
|
3741
3996
|
"artifact-retention-days",
|
|
3742
3997
|
"artifact-signing-request-upload-no-proxy",
|
|
3743
3998
|
"artifact-transfer-mode",
|
|
3999
|
+
"aws-codebuild-project",
|
|
4000
|
+
"aws-ec2-macos-runner-label",
|
|
4001
|
+
"aws-ec2-windows-runner-label",
|
|
3744
4002
|
"build-command",
|
|
3745
4003
|
"buildchain-alpha-contract-lock-path",
|
|
3746
4004
|
"buildchain-channel",
|
|
@@ -3761,6 +4019,9 @@
|
|
|
3761
4019
|
"checkout-cache-mode",
|
|
3762
4020
|
"checkout-cache-reference-repository-template",
|
|
3763
4021
|
"checkout-cache-timeout-seconds",
|
|
4022
|
+
"compiler-cache-platforms-json",
|
|
4023
|
+
"compiler-cache-provider",
|
|
4024
|
+
"compiler-cache-required",
|
|
3764
4025
|
"control-runner-json",
|
|
3765
4026
|
"credential-island-caller-owned",
|
|
3766
4027
|
"credential-island-environment",
|
|
@@ -3787,6 +4048,7 @@
|
|
|
3787
4048
|
"publish-registry",
|
|
3788
4049
|
"publish-source-ref",
|
|
3789
4050
|
"release-candidate",
|
|
4051
|
+
"release-candidate-family-evidence-json",
|
|
3790
4052
|
"requested-parallelism",
|
|
3791
4053
|
"require-build",
|
|
3792
4054
|
"require-install",
|
|
@@ -3797,6 +4059,7 @@
|
|
|
3797
4059
|
"rustup-dist-server",
|
|
3798
4060
|
"rustup-update-root",
|
|
3799
4061
|
"sample-process-tree",
|
|
4062
|
+
"self-hosted-offline-fallback",
|
|
3800
4063
|
"setup-node",
|
|
3801
4064
|
"setup-rust",
|
|
3802
4065
|
"shifu-cache-profile-digest",
|
|
@@ -3982,7 +4245,7 @@
|
|
|
3982
4245
|
"visibility": "public",
|
|
3983
4246
|
"participantFacing": true,
|
|
3984
4247
|
"public": true,
|
|
3985
|
-
"inputCount":
|
|
4248
|
+
"inputCount": 13,
|
|
3986
4249
|
"inputs": [
|
|
3987
4250
|
"alpha-workflow-path",
|
|
3988
4251
|
"buildchain-ref",
|
|
@@ -3993,6 +4256,7 @@
|
|
|
3993
4256
|
"max-age-seconds",
|
|
3994
4257
|
"pull-request-body-prefix",
|
|
3995
4258
|
"pull-request-body-prefix-renderer",
|
|
4259
|
+
"reactivation-authorized",
|
|
3996
4260
|
"settlement-authorized",
|
|
3997
4261
|
"source-branch",
|
|
3998
4262
|
"target-branch"
|
|
@@ -4330,7 +4594,7 @@
|
|
|
4330
4594
|
"visibility": "public",
|
|
4331
4595
|
"participantFacing": true,
|
|
4332
4596
|
"public": true,
|
|
4333
|
-
"inputCount":
|
|
4597
|
+
"inputCount": 86,
|
|
4334
4598
|
"inputs": [
|
|
4335
4599
|
"allow-repository",
|
|
4336
4600
|
"artifact-name",
|
|
@@ -4386,11 +4650,17 @@
|
|
|
4386
4650
|
"publish-transaction-override",
|
|
4387
4651
|
"release-activation-command",
|
|
4388
4652
|
"release-activation-receipt-set-path",
|
|
4653
|
+
"release-candidate-family-assignment-id",
|
|
4654
|
+
"release-candidate-family-evidence-required",
|
|
4655
|
+
"release-candidate-family-evidence-root",
|
|
4656
|
+
"release-candidate-family-initiative-id",
|
|
4389
4657
|
"release-candidate-workflow-file",
|
|
4390
4658
|
"release-candidate-workflow-name",
|
|
4391
4659
|
"release-passport",
|
|
4660
|
+
"release-passport-attachment-command",
|
|
4392
4661
|
"release-passport-buildchain-self-kfd",
|
|
4393
4662
|
"release-passport-evidence-command",
|
|
4663
|
+
"release-passport-evidence-jsons",
|
|
4394
4664
|
"release-passport-evidence-path",
|
|
4395
4665
|
"release-passport-impact-json",
|
|
4396
4666
|
"release-passport-invariant-passport-command",
|
|
@@ -4472,7 +4742,7 @@
|
|
|
4472
4742
|
"visibility": "public",
|
|
4473
4743
|
"participantFacing": true,
|
|
4474
4744
|
"public": true,
|
|
4475
|
-
"inputCount":
|
|
4745
|
+
"inputCount": 17,
|
|
4476
4746
|
"inputs": [
|
|
4477
4747
|
"buildchain-ref",
|
|
4478
4748
|
"buildchain-repository",
|
|
@@ -4481,6 +4751,7 @@
|
|
|
4481
4751
|
"downstream-prepare-command",
|
|
4482
4752
|
"downstream-repository",
|
|
4483
4753
|
"downstream-target",
|
|
4754
|
+
"downstream-update-command",
|
|
4484
4755
|
"downstream-verify-command",
|
|
4485
4756
|
"dry-run",
|
|
4486
4757
|
"graph-json",
|
|
@@ -4617,8 +4888,9 @@
|
|
|
4617
4888
|
"visibility": "public",
|
|
4618
4889
|
"participantFacing": true,
|
|
4619
4890
|
"public": true,
|
|
4620
|
-
"inputCount":
|
|
4891
|
+
"inputCount": 21,
|
|
4621
4892
|
"inputs": [
|
|
4893
|
+
"artifact-id",
|
|
4622
4894
|
"artifact-name",
|
|
4623
4895
|
"artifact-relative-output",
|
|
4624
4896
|
"artifact-stem",
|
|
@@ -4652,7 +4924,7 @@
|
|
|
4652
4924
|
"visibility": "public",
|
|
4653
4925
|
"participantFacing": true,
|
|
4654
4926
|
"public": true,
|
|
4655
|
-
"inputCount":
|
|
4927
|
+
"inputCount": 76,
|
|
4656
4928
|
"inputs": [
|
|
4657
4929
|
"allow-repository",
|
|
4658
4930
|
"branch-protection-bypass-apps",
|
|
@@ -4681,6 +4953,8 @@
|
|
|
4681
4953
|
"publish-package-set-order",
|
|
4682
4954
|
"publish-rematerialize-on-resume",
|
|
4683
4955
|
"publish-required-artifacts-json",
|
|
4956
|
+
"publish-sealed-bundle-manifest",
|
|
4957
|
+
"publish-sealed-bundle-root",
|
|
4684
4958
|
"publish-source-locked",
|
|
4685
4959
|
"publish-source-ref",
|
|
4686
4960
|
"publish-source-sha",
|
|
@@ -4689,12 +4963,19 @@
|
|
|
4689
4963
|
"publish-transaction-override",
|
|
4690
4964
|
"reconciliation-workspace",
|
|
4691
4965
|
"release-candidate-build-summary-path",
|
|
4966
|
+
"release-candidate-family-assignment-id",
|
|
4967
|
+
"release-candidate-family-evidence-required",
|
|
4968
|
+
"release-candidate-family-evidence-root",
|
|
4969
|
+
"release-candidate-family-initiative-id",
|
|
4692
4970
|
"release-candidate-passport-path",
|
|
4693
4971
|
"release-candidate-version",
|
|
4694
4972
|
"release-material-sha",
|
|
4695
4973
|
"release-passport",
|
|
4974
|
+
"release-passport-attachment-command",
|
|
4696
4975
|
"release-passport-build-summary-path",
|
|
4697
4976
|
"release-passport-buildchain-self-kfd",
|
|
4977
|
+
"release-passport-evidence-command",
|
|
4978
|
+
"release-passport-evidence-jsons",
|
|
4698
4979
|
"release-passport-github-artifact-attestation-policy-jsons",
|
|
4699
4980
|
"release-passport-impact-json",
|
|
4700
4981
|
"release-passport-invariant-passport-command",
|
|
@@ -5088,6 +5369,18 @@
|
|
|
5088
5369
|
"public": true,
|
|
5089
5370
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
5090
5371
|
},
|
|
5372
|
+
{
|
|
5373
|
+
"id": "site-page:manual:aws-us-elastic-runner-burst-plane",
|
|
5374
|
+
"name": "site-page:manual:aws-us-elastic-runner-burst-plane",
|
|
5375
|
+
"kind": "site-page",
|
|
5376
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
5377
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
5378
|
+
"availability": "shipped",
|
|
5379
|
+
"visibility": "public",
|
|
5380
|
+
"participantFacing": true,
|
|
5381
|
+
"public": true,
|
|
5382
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
5383
|
+
},
|
|
5091
5384
|
{
|
|
5092
5385
|
"id": "site-page:manual:binary-distribution",
|
|
5093
5386
|
"name": "site-page:manual:binary-distribution",
|
|
@@ -5715,6 +6008,6 @@
|
|
|
5715
6008
|
}
|
|
5716
6009
|
}
|
|
5717
6010
|
],
|
|
5718
|
-
"publicSurfaceCount":
|
|
6011
|
+
"publicSurfaceCount": 383
|
|
5719
6012
|
}
|
|
5720
6013
|
}
|