@kungfu-tech/buildchain 4.0.2-alpha.4 → 4.0.2-alpha.40
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 +66 -7
- package/architecture/ci-lane-change-budget.json +366 -0
- package/architecture/internal-capabilities.json +52 -8
- package/architecture/maintainability-debt.json +148 -92
- package/architecture/maintainability-policy.json +34 -30
- 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 +53 -0
- package/architecture/v4-release-activation-shadow-domain.json +5 -2
- package/architecture/v4-release-topology.json +143 -35
- 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 +2569 -982
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +13 -13
- package/dist/site/node-api-registry.json +88 -83
- package/dist/site/page-registry.json +204 -51
- package/dist/site/public-surface-audit.json +3207 -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 +5063 -1659
- package/docs/MAP.md +1 -0
- package/docs/auditable-demo.md +1 -1
- package/docs/cli.md +3 -3
- 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 +129 -129
- 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/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-product-capabilities.js +29 -0
- package/packages/core/release-tail-provider-plane.js +68 -1048
- package/packages/core/v4-canonical-contracts.js +14 -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 +57 -0
- 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 +214 -50
- 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/release-asset-client.mjs +91 -0
- package/scripts/release-candidate-resolver.mjs +17 -18
- package/scripts/resume-from-candidate-run.mjs +1 -1
- 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 +121 -0
- 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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "4.0.2-alpha.
|
|
7
|
+
"version": "4.0.2-alpha.40",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v4",
|
|
@@ -1361,7 +1361,7 @@
|
|
|
1361
1361
|
"retryable GitHub fallback fetches use a bounded attempt budget before exact source SHA and tree verification"
|
|
1362
1362
|
],
|
|
1363
1363
|
"breakingDigest": "sha256:dfbedd543ae0c067982b5c8c02d98dd2f7f7df88752be97fb330da6b0ba30faa",
|
|
1364
|
-
"auditDigest": "sha256:
|
|
1364
|
+
"auditDigest": "sha256:20549663f5459414dcfb00aa9a3a549003bbc09159eeab6cea211db96ed0eab2",
|
|
1365
1365
|
"compatibleBreakingDigests": [
|
|
1366
1366
|
"sha256:a6a35370d6b0d0f46e1b2712dcc01961fe53c2febde95409a27a485c10a36650"
|
|
1367
1367
|
],
|
|
@@ -1409,7 +1409,7 @@
|
|
|
1409
1409
|
"alpha and stable channel selections use separate consumer contract locks by default"
|
|
1410
1410
|
],
|
|
1411
1411
|
"breakingDigest": "sha256:c4597dfa89e1a58f1023905092b849644f5c080abf150aeba9c7e1cd5ed43962",
|
|
1412
|
-
"auditDigest": "sha256:
|
|
1412
|
+
"auditDigest": "sha256:ae39d775f50ed5d0a20084067e36ae7337c6e1cf730e5311c54bba0420f4c8bf"
|
|
1413
1413
|
},
|
|
1414
1414
|
{
|
|
1415
1415
|
"contractVersion": 1,
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"durable consumers call the public floating workflow and may route a train or exact runtime only through trusted non-persistent dispatch input"
|
|
1493
1493
|
],
|
|
1494
1494
|
"breakingDigest": "sha256:21b65d0746d2e8b3e8a7df4c6fab295a85c8fd42cc405ec3bc5df5cdab0421f0",
|
|
1495
|
-
"auditDigest": "sha256:
|
|
1495
|
+
"auditDigest": "sha256:d86830e186b6ec56816e875adfebd33d705ae309983cc37106717ce05ec9ccca"
|
|
1496
1496
|
},
|
|
1497
1497
|
{
|
|
1498
1498
|
"contractVersion": 1,
|
|
@@ -1591,7 +1591,7 @@
|
|
|
1591
1591
|
"GitHub Release passport and evidence publication is delegated to promote-buildchain-ref after the semver release transaction completes"
|
|
1592
1592
|
],
|
|
1593
1593
|
"breakingDigest": "sha256:5f10c81d3f80cb417960be682921884639c40b6d875f1a3b1ffae7e652c3f468",
|
|
1594
|
-
"auditDigest": "sha256:
|
|
1594
|
+
"auditDigest": "sha256:66409a757d8b009e7704c4dfc779ae009fa27d2db47cf307818eb3230b6721b7"
|
|
1595
1595
|
},
|
|
1596
1596
|
{
|
|
1597
1597
|
"contractVersion": 1,
|
|
@@ -1646,7 +1646,7 @@
|
|
|
1646
1646
|
"resume-from-candidate-run is fail-closed and uses a fresh caller event instead of rerunning a frozen startup graph"
|
|
1647
1647
|
],
|
|
1648
1648
|
"breakingDigest": "sha256:9db8dd07152855d03ff30f9c571438593c689d3e8139fa45431d000f548242f5",
|
|
1649
|
-
"auditDigest": "sha256:
|
|
1649
|
+
"auditDigest": "sha256:9c7f3586a3444cdad34d2a61be3cb9b0ae271fb56f9e371d9c37940e6b317780",
|
|
1650
1650
|
"compatibleBreakingDigests": [
|
|
1651
1651
|
"sha256:aa30f22e3af0a89841310bdbdc900844dd95a66974db173fa140a71bbd7e82c0"
|
|
1652
1652
|
],
|
|
@@ -1699,7 +1699,7 @@
|
|
|
1699
1699
|
"channel-aware artifact host facts are checked against the deploy plan before adapter side effects"
|
|
1700
1700
|
],
|
|
1701
1701
|
"breakingDigest": "sha256:27f0cb9c7d97288850d215be8696b323471c41fd1cdf3a2ff3ebf21f62541960",
|
|
1702
|
-
"auditDigest": "sha256:
|
|
1702
|
+
"auditDigest": "sha256:5c006ccc4e465649d971490a8cb40f4601a7a83b6496077e2a1d2a1baf90893b",
|
|
1703
1703
|
"compatibleBreakingDigests": [
|
|
1704
1704
|
"sha256:da569f90374e878948e3d5160ed9929338ce0572473ca8ee54867b0fe1aaeace"
|
|
1705
1705
|
],
|
|
@@ -1766,7 +1766,7 @@
|
|
|
1766
1766
|
"media qualification does not claim browser playback, responsive layout, reduced-motion behavior, accessibility, or production deployment"
|
|
1767
1767
|
],
|
|
1768
1768
|
"breakingDigest": "sha256:425f8d3d1ba205dd6fe35a20f1dc6dad7d7c563872283e3af79fea4d5c475692",
|
|
1769
|
-
"auditDigest": "sha256:
|
|
1769
|
+
"auditDigest": "sha256:33d86446d6cbcce9ba7f386a32db0afbf32e52ff995ddd4b3cf1989831d7f2db"
|
|
1770
1770
|
},
|
|
1771
1771
|
{
|
|
1772
1772
|
"contractVersion": 1,
|
|
@@ -1817,7 +1817,7 @@
|
|
|
1817
1817
|
"identity, compliance, Product System metadata, package metadata, registry history, scans, and generation grant no authority"
|
|
1818
1818
|
],
|
|
1819
1819
|
"breakingDigest": "sha256:0bcba689ab5060e12230db4118895242ecb48677ff581ea0360b1833bdac558c",
|
|
1820
|
-
"auditDigest": "sha256:
|
|
1820
|
+
"auditDigest": "sha256:b00e330b547e6e823f9cf83ac97406ca7c93c688a9e80e63af5bc39cbf840941"
|
|
1821
1821
|
},
|
|
1822
1822
|
{
|
|
1823
1823
|
"contractVersion": 1,
|
|
@@ -1863,7 +1863,7 @@
|
|
|
1863
1863
|
"no consumer command, script, shell, checkout, or executable tail hook is accepted"
|
|
1864
1864
|
],
|
|
1865
1865
|
"breakingDigest": "sha256:9229eb3a000fb408feb6b8793c209c77afbf9327026467d68954470e22e4f8f4",
|
|
1866
|
-
"auditDigest": "sha256:
|
|
1866
|
+
"auditDigest": "sha256:4d51bce0908155875a70f8168fc545fe164bd1b6a4146a3de56b4dd7a5c1758c"
|
|
1867
1867
|
},
|
|
1868
1868
|
{
|
|
1869
1869
|
"contractVersion": 1,
|
|
@@ -2058,7 +2058,7 @@
|
|
|
2058
2058
|
"release-state SHA is recorded as a durable audit entrance"
|
|
2059
2059
|
],
|
|
2060
2060
|
"breakingDigest": "sha256:b627e1b2ece9b6049517a942c5139e342e6077cdd3d8962d61cef8481b1f70ad",
|
|
2061
|
-
"auditDigest": "sha256:
|
|
2061
|
+
"auditDigest": "sha256:4a095c1931b4e9c4d16455425d27a27f9607b7daffde5548b2a667dbdf41a546"
|
|
2062
2062
|
},
|
|
2063
2063
|
{
|
|
2064
2064
|
"contractVersion": 1,
|
|
@@ -2107,7 +2107,7 @@
|
|
|
2107
2107
|
"prose-only public claims downgrade the release trust passport audit"
|
|
2108
2108
|
],
|
|
2109
2109
|
"breakingDigest": "sha256:f0b636eb925ddbf45ff1a8872454ab7b4dd98857cac12bb75217830130e62a16",
|
|
2110
|
-
"auditDigest": "sha256:
|
|
2110
|
+
"auditDigest": "sha256:4a095c1931b4e9c4d16455425d27a27f9607b7daffde5548b2a667dbdf41a546"
|
|
2111
2111
|
},
|
|
2112
2112
|
{
|
|
2113
2113
|
"contractVersion": 1,
|
|
@@ -2167,7 +2167,7 @@
|
|
|
2167
2167
|
"README badge block checks and writes are generated from machine-readable repository facts"
|
|
2168
2168
|
],
|
|
2169
2169
|
"breakingDigest": "sha256:90a73892b2d6c214048448d5f45df75639bdf7b7e8fefd9c596e04b087407bcc",
|
|
2170
|
-
"auditDigest": "sha256:
|
|
2170
|
+
"auditDigest": "sha256:b5ea02b539df886dd19d9a515d6d2a0099a25c1a41cc9e087f7dafb549e69ad1"
|
|
2171
2171
|
},
|
|
2172
2172
|
{
|
|
2173
2173
|
"contractVersion": 1,
|
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
2258
2258
|
],
|
|
2259
2259
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
2260
|
-
"auditDigest": "sha256:
|
|
2260
|
+
"auditDigest": "sha256:915df0c6860a643c84a66ee76730fc466f919e8077414170475db0a6a50f808d"
|
|
2261
2261
|
},
|
|
2262
2262
|
{
|
|
2263
2263
|
"contractVersion": 1,
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
2280
2280
|
],
|
|
2281
2281
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
2282
|
-
"auditDigest": "sha256:
|
|
2282
|
+
"auditDigest": "sha256:57db6fe590ccadfd56ced465fdc954beae276b138d19062ad306040e815ac691"
|
|
2283
2283
|
},
|
|
2284
2284
|
{
|
|
2285
2285
|
"contractVersion": 1,
|
|
@@ -2329,13 +2329,14 @@
|
|
|
2329
2329
|
"source-proof-policy-paths-json",
|
|
2330
2330
|
"source-proof-required-contexts-json",
|
|
2331
2331
|
"source-proof-reuse",
|
|
2332
|
+
"universal-request-json",
|
|
2332
2333
|
"upload-artifacts",
|
|
2333
2334
|
"working-directory"
|
|
2334
2335
|
],
|
|
2335
2336
|
"controllerDescriptor": {
|
|
2336
2337
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2337
|
-
"digest": "sha256:
|
|
2338
|
-
"registryDigest": "sha256:
|
|
2338
|
+
"digest": "sha256:cdb7dc4e69031dcd2c590789c666ececbad6bcc9cb916ae5b7f4cee4cda6d63e",
|
|
2339
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
2339
2340
|
"inputClassifications": {
|
|
2340
2341
|
"buildchain-ref": {
|
|
2341
2342
|
"classification": "included",
|
|
@@ -2377,6 +2378,10 @@
|
|
|
2377
2378
|
"classification": "included",
|
|
2378
2379
|
"source": "workflow-call-input"
|
|
2379
2380
|
},
|
|
2381
|
+
"universal-request-json": {
|
|
2382
|
+
"classification": "digest-only",
|
|
2383
|
+
"source": "workflow-call-input"
|
|
2384
|
+
},
|
|
2380
2385
|
"upload-artifacts": {
|
|
2381
2386
|
"classification": "included",
|
|
2382
2387
|
"source": "workflow-call-input"
|
|
@@ -2394,7 +2399,7 @@
|
|
|
2394
2399
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2395
2400
|
],
|
|
2396
2401
|
"breakingDigest": "sha256:d4bd0f2a1921bfed71a4d9104d45934555bde74a5c189f93ad79f37074c02b87",
|
|
2397
|
-
"auditDigest": "sha256:
|
|
2402
|
+
"auditDigest": "sha256:44797c1b64e54806e19cf401300a27e587d6a2f0730ee7509eb84aefb9b60f74"
|
|
2398
2403
|
},
|
|
2399
2404
|
{
|
|
2400
2405
|
"contractVersion": 1,
|
|
@@ -2537,6 +2542,7 @@
|
|
|
2537
2542
|
"setup-rust",
|
|
2538
2543
|
"shifu-cache-profile-digest",
|
|
2539
2544
|
"shifu-cache-profile-ref",
|
|
2545
|
+
"universal-request-json",
|
|
2540
2546
|
"untrusted-policy",
|
|
2541
2547
|
"verify-command",
|
|
2542
2548
|
"verify-substage-evidence-path",
|
|
@@ -2544,8 +2550,8 @@
|
|
|
2544
2550
|
],
|
|
2545
2551
|
"controllerDescriptor": {
|
|
2546
2552
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2547
|
-
"digest": "sha256:
|
|
2548
|
-
"registryDigest": "sha256:
|
|
2553
|
+
"digest": "sha256:939f1ac15513a0417b539b3d10e875a9f0ea02e885facac9fa4de0ab0e1f8ee5",
|
|
2554
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
2549
2555
|
"inputClassifications": {
|
|
2550
2556
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
2551
2557
|
"classification": "redacted",
|
|
@@ -2939,6 +2945,10 @@
|
|
|
2939
2945
|
"classification": "included",
|
|
2940
2946
|
"source": "workflow-call-input"
|
|
2941
2947
|
},
|
|
2948
|
+
"universal-request-json": {
|
|
2949
|
+
"classification": "digest-only",
|
|
2950
|
+
"source": "workflow-call-input"
|
|
2951
|
+
},
|
|
2942
2952
|
"untrusted-policy": {
|
|
2943
2953
|
"classification": "included",
|
|
2944
2954
|
"source": "workflow-call-input"
|
|
@@ -2964,7 +2974,7 @@
|
|
|
2964
2974
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2965
2975
|
],
|
|
2966
2976
|
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb",
|
|
2967
|
-
"auditDigest": "sha256:
|
|
2977
|
+
"auditDigest": "sha256:20549663f5459414dcfb00aa9a3a549003bbc09159eeab6cea211db96ed0eab2",
|
|
2968
2978
|
"compatibleBreakingDigests": [
|
|
2969
2979
|
"sha256:30745921541e9b0f70475bb2178c2559f6aef248f6680670ccd44d8c5a69a6b1",
|
|
2970
2980
|
"sha256:e264a79f9f399038c2fcfd21e4168c68c2e1485ee5c651c02242a02b622ac2be"
|
|
@@ -3114,6 +3124,7 @@
|
|
|
3114
3124
|
"setup-rust",
|
|
3115
3125
|
"shifu-cache-profile-digest",
|
|
3116
3126
|
"shifu-cache-profile-ref",
|
|
3127
|
+
"universal-request-json",
|
|
3117
3128
|
"untrusted-policy",
|
|
3118
3129
|
"verify-command",
|
|
3119
3130
|
"verify-substage-evidence-path",
|
|
@@ -3121,8 +3132,8 @@
|
|
|
3121
3132
|
],
|
|
3122
3133
|
"controllerDescriptor": {
|
|
3123
3134
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3124
|
-
"digest": "sha256:
|
|
3125
|
-
"registryDigest": "sha256:
|
|
3135
|
+
"digest": "sha256:382ae38afbf17236d093ec5bf945b7a151b99dacd1af53ac447c1ca5de73b956",
|
|
3136
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
3126
3137
|
"inputClassifications": {
|
|
3127
3138
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
3128
3139
|
"classification": "redacted",
|
|
@@ -3528,6 +3539,10 @@
|
|
|
3528
3539
|
"classification": "included",
|
|
3529
3540
|
"source": "workflow-call-input"
|
|
3530
3541
|
},
|
|
3542
|
+
"universal-request-json": {
|
|
3543
|
+
"classification": "digest-only",
|
|
3544
|
+
"source": "workflow-call-input"
|
|
3545
|
+
},
|
|
3531
3546
|
"untrusted-policy": {
|
|
3532
3547
|
"classification": "included",
|
|
3533
3548
|
"source": "workflow-call-input"
|
|
@@ -3553,7 +3568,7 @@
|
|
|
3553
3568
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
3554
3569
|
],
|
|
3555
3570
|
"breakingDigest": "sha256:30549aa26cd1e1dd81f10fe3529d3c6e3f8438a6efa0100c47ebae4d2f3d71df",
|
|
3556
|
-
"auditDigest": "sha256:
|
|
3571
|
+
"auditDigest": "sha256:ae39d775f50ed5d0a20084067e36ae7337c6e1cf730e5311c54bba0420f4c8bf",
|
|
3557
3572
|
"compatibleBreakingDigests": [
|
|
3558
3573
|
"sha256:d40dd05d7e07473d4b2dc1b62fbb0ed6f06449b4d3a7c44a2e8014313e3c0273"
|
|
3559
3574
|
],
|
|
@@ -3626,13 +3641,14 @@
|
|
|
3626
3641
|
"shifu-cache-profile-digest",
|
|
3627
3642
|
"shifu-cache-profile-ref",
|
|
3628
3643
|
"source-ref",
|
|
3644
|
+
"universal-request-json",
|
|
3629
3645
|
"untrusted-policy",
|
|
3630
3646
|
"working-directory"
|
|
3631
3647
|
],
|
|
3632
3648
|
"controllerDescriptor": {
|
|
3633
3649
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3634
|
-
"digest": "sha256:
|
|
3635
|
-
"registryDigest": "sha256:
|
|
3650
|
+
"digest": "sha256:76c8da1ca1d7c6014cbda3ae3c82b2e28dafda45ddc7d3b4d6fccb6d3fd4853e",
|
|
3651
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
3636
3652
|
"inputClassifications": {
|
|
3637
3653
|
"artifact-name": {
|
|
3638
3654
|
"classification": "included",
|
|
@@ -3746,6 +3762,10 @@
|
|
|
3746
3762
|
"classification": "included",
|
|
3747
3763
|
"source": "workflow-call-input"
|
|
3748
3764
|
},
|
|
3765
|
+
"universal-request-json": {
|
|
3766
|
+
"classification": "digest-only",
|
|
3767
|
+
"source": "workflow-call-input"
|
|
3768
|
+
},
|
|
3749
3769
|
"untrusted-policy": {
|
|
3750
3770
|
"classification": "included",
|
|
3751
3771
|
"source": "workflow-call-input"
|
|
@@ -3763,7 +3783,7 @@
|
|
|
3763
3783
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
3764
3784
|
],
|
|
3765
3785
|
"breakingDigest": "sha256:5f1868478b7ccd9fb79aea76bc771289d2ca6bd2dccd1abf57575426f1eae5fb",
|
|
3766
|
-
"auditDigest": "sha256:
|
|
3786
|
+
"auditDigest": "sha256:f5ad2bc08c4092aa27dc257d669a25fe27713c5df90f130ae4e70af983860ace"
|
|
3767
3787
|
},
|
|
3768
3788
|
{
|
|
3769
3789
|
"contractVersion": 1,
|
|
@@ -3845,13 +3865,14 @@
|
|
|
3845
3865
|
"staging-apply",
|
|
3846
3866
|
"staging-aws-role-arn",
|
|
3847
3867
|
"staging-environment",
|
|
3868
|
+
"universal-request-json",
|
|
3848
3869
|
"verify-command",
|
|
3849
3870
|
"working-directory"
|
|
3850
3871
|
],
|
|
3851
3872
|
"controllerDescriptor": {
|
|
3852
3873
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3853
|
-
"digest": "sha256:
|
|
3854
|
-
"registryDigest": "sha256:
|
|
3874
|
+
"digest": "sha256:8977c5222c4e30ee2d22e6519add1760cbbd917097b57f576d249001918217c8",
|
|
3875
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
3855
3876
|
"inputClassifications": {
|
|
3856
3877
|
"artifact-path": {
|
|
3857
3878
|
"classification": "digest-only",
|
|
@@ -4021,6 +4042,10 @@
|
|
|
4021
4042
|
"classification": "digest-only",
|
|
4022
4043
|
"source": "workflow-call-input"
|
|
4023
4044
|
},
|
|
4045
|
+
"universal-request-json": {
|
|
4046
|
+
"classification": "digest-only",
|
|
4047
|
+
"source": "workflow-call-input"
|
|
4048
|
+
},
|
|
4024
4049
|
"verify-command": {
|
|
4025
4050
|
"classification": "digest-only",
|
|
4026
4051
|
"source": "workflow-call-input"
|
|
@@ -4038,7 +4063,7 @@
|
|
|
4038
4063
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
4039
4064
|
],
|
|
4040
4065
|
"breakingDigest": "sha256:f14825324a16b51c2e9ed708ebe64e1932e05b6d5e0866f83aea8439decb4a27",
|
|
4041
|
-
"auditDigest": "sha256:
|
|
4066
|
+
"auditDigest": "sha256:5c006ccc4e465649d971490a8cb40f4601a7a83b6496077e2a1d2a1baf90893b"
|
|
4042
4067
|
},
|
|
4043
4068
|
{
|
|
4044
4069
|
"contractVersion": 1,
|
|
@@ -4099,13 +4124,14 @@
|
|
|
4099
4124
|
"toolchain-digest",
|
|
4100
4125
|
"toolchain-image",
|
|
4101
4126
|
"toolchain-type",
|
|
4127
|
+
"universal-request-json",
|
|
4102
4128
|
"verify-command",
|
|
4103
4129
|
"working-directory"
|
|
4104
4130
|
],
|
|
4105
4131
|
"controllerDescriptor": {
|
|
4106
4132
|
"contract": "buildchain.controller-descriptor/v1",
|
|
4107
|
-
"digest": "sha256:
|
|
4108
|
-
"registryDigest": "sha256:
|
|
4133
|
+
"digest": "sha256:6768756f1a1855ffec164c9745a45805b775741d2ef72f464bfac093efffee7d",
|
|
4134
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
4109
4135
|
"inputClassifications": {
|
|
4110
4136
|
"artifact-name": {
|
|
4111
4137
|
"classification": "included",
|
|
@@ -4191,6 +4217,10 @@
|
|
|
4191
4217
|
"classification": "included",
|
|
4192
4218
|
"source": "workflow-call-input"
|
|
4193
4219
|
},
|
|
4220
|
+
"universal-request-json": {
|
|
4221
|
+
"classification": "digest-only",
|
|
4222
|
+
"source": "workflow-call-input"
|
|
4223
|
+
},
|
|
4194
4224
|
"verify-command": {
|
|
4195
4225
|
"classification": "digest-only",
|
|
4196
4226
|
"source": "workflow-call-input"
|
|
@@ -4208,7 +4238,7 @@
|
|
|
4208
4238
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
4209
4239
|
],
|
|
4210
4240
|
"breakingDigest": "sha256:3f76502666069c2727d23efcfdb08fb80f89ced1955a69e29f11525ae88aca1d",
|
|
4211
|
-
"auditDigest": "sha256:
|
|
4241
|
+
"auditDigest": "sha256:b224e107179552aa578d69e838a10f2da777ecabff92af4112f631aa9f506897"
|
|
4212
4242
|
},
|
|
4213
4243
|
{
|
|
4214
4244
|
"contractVersion": 1,
|
|
@@ -4289,13 +4319,14 @@
|
|
|
4289
4319
|
"toolchain-digest",
|
|
4290
4320
|
"toolchain-image",
|
|
4291
4321
|
"toolchain-type",
|
|
4322
|
+
"universal-request-json",
|
|
4292
4323
|
"verify-command",
|
|
4293
4324
|
"working-directory"
|
|
4294
4325
|
],
|
|
4295
4326
|
"controllerDescriptor": {
|
|
4296
4327
|
"contract": "buildchain.controller-descriptor/v1",
|
|
4297
|
-
"digest": "sha256:
|
|
4298
|
-
"registryDigest": "sha256:
|
|
4328
|
+
"digest": "sha256:24602f0ed35bbfb794051921b90686c9eed2434b17fd5da14e9ad95355c01634",
|
|
4329
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
4299
4330
|
"inputClassifications": {
|
|
4300
4331
|
"artifact-name": {
|
|
4301
4332
|
"classification": "included",
|
|
@@ -4441,6 +4472,10 @@
|
|
|
4441
4472
|
"classification": "included",
|
|
4442
4473
|
"source": "workflow-call-input"
|
|
4443
4474
|
},
|
|
4475
|
+
"universal-request-json": {
|
|
4476
|
+
"classification": "digest-only",
|
|
4477
|
+
"source": "workflow-call-input"
|
|
4478
|
+
},
|
|
4444
4479
|
"verify-command": {
|
|
4445
4480
|
"classification": "digest-only",
|
|
4446
4481
|
"source": "workflow-call-input"
|
|
@@ -4458,7 +4493,7 @@
|
|
|
4458
4493
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
4459
4494
|
],
|
|
4460
4495
|
"breakingDigest": "sha256:0eb318df455ef9cb737a7c2515a2411b685d34ed0bde7b5f5b173a7a42513114",
|
|
4461
|
-
"auditDigest": "sha256:
|
|
4496
|
+
"auditDigest": "sha256:e16dea163b7862a7dc010b3ebf8a16a6126603d8966d79974e00902eca4e3437"
|
|
4462
4497
|
},
|
|
4463
4498
|
{
|
|
4464
4499
|
"contractVersion": 1,
|
|
@@ -4633,12 +4668,13 @@
|
|
|
4633
4668
|
"standalone-binary-distribution",
|
|
4634
4669
|
"target-ref",
|
|
4635
4670
|
"target-sha",
|
|
4636
|
-
"trusted-publishing"
|
|
4671
|
+
"trusted-publishing",
|
|
4672
|
+
"universal-request-json"
|
|
4637
4673
|
],
|
|
4638
4674
|
"controllerDescriptor": {
|
|
4639
4675
|
"contract": "buildchain.controller-descriptor/v1",
|
|
4640
|
-
"digest": "sha256:
|
|
4641
|
-
"registryDigest": "sha256:
|
|
4676
|
+
"digest": "sha256:13a70da4c3234954c2acf5ff96c077e00b06297316bb2287ce28661ce1e62ef1",
|
|
4677
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
4642
4678
|
"inputClassifications": {
|
|
4643
4679
|
"BUILDCHAIN_ISSUE_APP_ID": {
|
|
4644
4680
|
"classification": "redacted",
|
|
@@ -5163,6 +5199,10 @@
|
|
|
5163
5199
|
"trusted-publishing": {
|
|
5164
5200
|
"classification": "included",
|
|
5165
5201
|
"source": "workflow-call-input"
|
|
5202
|
+
},
|
|
5203
|
+
"universal-request-json": {
|
|
5204
|
+
"classification": "digest-only",
|
|
5205
|
+
"source": "workflow-call-input"
|
|
5166
5206
|
}
|
|
5167
5207
|
}
|
|
5168
5208
|
},
|
|
@@ -5173,7 +5213,7 @@
|
|
|
5173
5213
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
5174
5214
|
],
|
|
5175
5215
|
"breakingDigest": "sha256:015d8de793adbd4c539416be7d7512e18cc92097e629b0203fa06d2c183e98bd",
|
|
5176
|
-
"auditDigest": "sha256:
|
|
5216
|
+
"auditDigest": "sha256:9c7f3586a3444cdad34d2a61be3cb9b0ae271fb56f9e371d9c37940e6b317780"
|
|
5177
5217
|
},
|
|
5178
5218
|
{
|
|
5179
5219
|
"contractVersion": 1,
|
|
@@ -5233,12 +5273,13 @@
|
|
|
5233
5273
|
"propagation-token",
|
|
5234
5274
|
"refresh-managed-readme-badges",
|
|
5235
5275
|
"source-node",
|
|
5276
|
+
"universal-request-json",
|
|
5236
5277
|
"upstream-release-json"
|
|
5237
5278
|
],
|
|
5238
5279
|
"controllerDescriptor": {
|
|
5239
5280
|
"contract": "buildchain.controller-descriptor/v1",
|
|
5240
|
-
"digest": "sha256:
|
|
5241
|
-
"registryDigest": "sha256:
|
|
5281
|
+
"digest": "sha256:e5aca2f9ebac530742cae8aa1e5959179bc3eca29bba384dd8f7cdf5821f5648",
|
|
5282
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
5242
5283
|
"inputClassifications": {
|
|
5243
5284
|
"agent-work-context-json": {
|
|
5244
5285
|
"classification": "digest-only",
|
|
@@ -5316,6 +5357,10 @@
|
|
|
5316
5357
|
"classification": "included",
|
|
5317
5358
|
"source": "workflow-call-input"
|
|
5318
5359
|
},
|
|
5360
|
+
"universal-request-json": {
|
|
5361
|
+
"classification": "digest-only",
|
|
5362
|
+
"source": "workflow-call-input"
|
|
5363
|
+
},
|
|
5319
5364
|
"upstream-release-json": {
|
|
5320
5365
|
"classification": "digest-only",
|
|
5321
5366
|
"source": "workflow-call-input"
|
|
@@ -5329,7 +5374,7 @@
|
|
|
5329
5374
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
5330
5375
|
],
|
|
5331
5376
|
"breakingDigest": "sha256:b873ceb65618972bea615afcb9c616c138ce834b3246ec7237ef87c1618d68bd",
|
|
5332
|
-
"auditDigest": "sha256:
|
|
5377
|
+
"auditDigest": "sha256:5fc657f586de6f5a9ffa9e0be61c22b6f99318026d718bd518a04a40197faf97",
|
|
5333
5378
|
"compatibleBreakingDigests": [
|
|
5334
5379
|
"sha256:d7a1f15990ce8bd13149474888232c7d4451dd2a49bebf4d4ce1336695da430e"
|
|
5335
5380
|
],
|
|
@@ -5346,7 +5391,7 @@
|
|
|
5346
5391
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
5347
5392
|
"id": "controller:binary-distribution",
|
|
5348
5393
|
"kind": "controller",
|
|
5349
|
-
"path": ".github/workflows/binary-distribution.yml",
|
|
5394
|
+
"path": ".github/workflows/self-build-binary-distribution.yml",
|
|
5350
5395
|
"requiredInputs": [],
|
|
5351
5396
|
"requiredOutputs": [
|
|
5352
5397
|
"controller-plan-json",
|
|
@@ -5381,8 +5426,8 @@
|
|
|
5381
5426
|
"optionalInputs": [],
|
|
5382
5427
|
"controllerDescriptor": {
|
|
5383
5428
|
"contract": "buildchain.controller-descriptor/v1",
|
|
5384
|
-
"digest": "sha256:
|
|
5385
|
-
"registryDigest": "sha256:
|
|
5429
|
+
"digest": "sha256:79fcf0b55df11186a5096aca13eaa965768ce7ee84b1e979eb1463f0b3f4e05e",
|
|
5430
|
+
"registryDigest": "sha256:6e49d5c9b70da381067ef03e088cb635ef7f4dba7fc56c7fa82e4c00784cf013",
|
|
5386
5431
|
"inputClassifications": {}
|
|
5387
5432
|
},
|
|
5388
5433
|
"guarantees": [
|
|
@@ -5392,12 +5437,12 @@
|
|
|
5392
5437
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
5393
5438
|
],
|
|
5394
5439
|
"breakingDigest": "sha256:7c18fdd3df180db9e1f043a2286ef3f02fae60b84e42b76cd50da9cfeb77883d",
|
|
5395
|
-
"auditDigest": "sha256:
|
|
5440
|
+
"auditDigest": "sha256:60a99366c243554e0b5f494754d6c0ccfdfc4a1b1d345e33de96893e39acf32d"
|
|
5396
5441
|
}
|
|
5397
5442
|
],
|
|
5398
5443
|
"compatibilityFactRegistryRoot": "sha256:232fd556a2372b29db586bbc2acbdfce6464a68c93902797ff527f75f7816c42",
|
|
5399
5444
|
"compatibilityFactCutRoot": "sha256:f61b975d4a96c921cc4bd37fb3ed9a0596b47004fe34dc7219979d697e3707f9",
|
|
5400
5445
|
"compatibilityProofRegistryRoot": "sha256:b7194b811e4d3af2df4390bc4d1731e16a86215bd64ee18cb630dd5492f4fb63",
|
|
5401
5446
|
"compatibilityDigest": "sha256:20411029d83211dff426fb6535a608902129844a5ccb4788db77d3f81becb839",
|
|
5402
|
-
"contractDigest": "sha256:
|
|
5447
|
+
"contractDigest": "sha256:d255326bba602066d36fe883834521278f08da64de01849dbf5fe47a6ac43530"
|
|
5403
5448
|
}
|