@kungfu-tech/buildchain 4.0.8 → 4.0.9-alpha.0
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 +12 -19
- package/CONTRIBUTING.md +6 -9
- package/README.md +11 -1
- package/architecture/agent-change-map.md +11 -4
- package/architecture/build-environments.json +71 -0
- package/architecture/build-orchestration.json +18 -0
- package/architecture/ci-lane-change-budget.json +34 -2
- package/architecture/internal-capabilities.json +17 -4
- package/architecture/maintainability-debt.json +34 -123
- package/architecture/maintainability-policy.json +19 -210
- package/architecture/release-topology.json +6 -5
- package/architecture/universal-workflow-bootstrap.json +5 -4
- package/architecture/universal-workflow-train-admission.json +2 -2
- package/bin/buildchain.mjs +1 -1
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/dist/site/buildchain-contract.json +41 -1131
- package/dist/site/buildchain-site.json +39 -144
- package/dist/site/capability-registry.json +1 -1
- package/dist/site/cli-registry.json +1 -1
- package/dist/site/controller-registry.json +30 -868
- package/dist/site/kfd-claims.json +132 -394
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +6 -6
- package/dist/site/node-api-registry.json +34 -34
- package/dist/site/page-registry.json +30 -135
- package/dist/site/public-surface-audit.json +81 -401
- package/dist/site/publication-registry.json +2 -2
- package/dist/site/site-manifest.json +8 -8
- package/dist/site/workflow-registry.json +135 -391
- package/docs/MAP.md +5 -4
- package/docs/cli-reference.md +1 -1
- package/docs/getting-started.md +8 -7
- package/docs/node-api-reference.md +79 -79
- package/docs/reusable-build-surface.md +159 -1430
- package/docs/runtime-train-validation.md +45 -172
- package/package.json +1 -1
- package/packages/core/build-configuration.js +117 -0
- package/packages/core/buildchain-config.js +2 -0
- package/packages/core/buildchain-contract.js +14 -44
- package/packages/core/controller-evidence.js +2 -9
- package/scripts/buildchain-cli-help.mjs +1 -1
- package/scripts/check-floating-consumer-policy-contract.mjs +4 -7
- package/scripts/check-inventory.mjs +81 -54
- package/scripts/check-universal-workflow-bootstrap.mjs +12 -2
- package/scripts/generate-channel-build-workflow.mjs +50 -410
- package/scripts/generate-site-bundle.mjs +2 -1
- package/scripts/generate-universal-workflow-facades.mjs +1 -0
- package/scripts/init-repo.mjs +25 -26
- package/scripts/resolve-build-configuration.mjs +105 -0
- package/scripts/universal-workflow-self-dogfood.mjs +8 -1
- package/scripts/verify-golden-path.mjs +3 -3
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"summary": {
|
|
6
6
|
"cliCommandCount": 117,
|
|
7
7
|
"workflowCount": 115,
|
|
8
|
-
"actionCount":
|
|
8
|
+
"actionCount": 14,
|
|
9
9
|
"sitePageCount": 88,
|
|
10
|
-
"docCommandRefCount":
|
|
10
|
+
"docCommandRefCount": 1048,
|
|
11
11
|
"failureCount": 0
|
|
12
12
|
},
|
|
13
13
|
"enumerated": {
|
|
@@ -708,102 +708,9 @@
|
|
|
708
708
|
"path": ".github/workflows/.build-engine.yml",
|
|
709
709
|
"reusable": true,
|
|
710
710
|
"inputs": [
|
|
711
|
-
"
|
|
712
|
-
"artifact-finalization-command",
|
|
713
|
-
"artifact-finalization-on-platform",
|
|
714
|
-
"artifact-name",
|
|
715
|
-
"artifact-name-template",
|
|
716
|
-
"artifact-paths",
|
|
717
|
-
"artifact-relay-s3-bucket",
|
|
718
|
-
"artifact-relay-s3-download-role-arn",
|
|
719
|
-
"artifact-relay-s3-oidc-audience",
|
|
720
|
-
"artifact-relay-s3-prefix",
|
|
721
|
-
"artifact-relay-s3-region",
|
|
722
|
-
"artifact-relay-s3-role-arn",
|
|
723
|
-
"artifact-relay-s3-upload-role-arn",
|
|
724
|
-
"artifact-retention-days",
|
|
725
|
-
"artifact-signing-request-upload-no-proxy",
|
|
726
|
-
"artifact-transfer-mode",
|
|
727
|
-
"aws-codebuild-project",
|
|
728
|
-
"aws-ec2-macos-runner-label",
|
|
729
|
-
"aws-ec2-windows-runner-label",
|
|
730
|
-
"build-command",
|
|
731
|
-
"buildchain-contract-compatibility-policy",
|
|
732
|
-
"buildchain-contract-drift-issue-mode",
|
|
733
|
-
"buildchain-contract-expected-channel",
|
|
734
|
-
"buildchain-contract-expected-major",
|
|
735
|
-
"buildchain-contract-lock-path",
|
|
736
|
-
"buildchain-expected-channel",
|
|
737
|
-
"buildchain-expected-major",
|
|
738
|
-
"buildchain-ref",
|
|
739
|
-
"buildchain-repository",
|
|
740
|
-
"buildchain-visible-workflow",
|
|
741
|
-
"cache-dependency-lock-root",
|
|
742
|
-
"cache-policy-root",
|
|
743
|
-
"cache-toolchain-root",
|
|
744
|
-
"cargo-registry-index",
|
|
745
|
-
"checkout-cache-fallback",
|
|
746
|
-
"checkout-cache-fetch-attempts",
|
|
747
|
-
"checkout-cache-github-timeout-seconds",
|
|
748
|
-
"checkout-cache-mirror-url-template",
|
|
749
|
-
"checkout-cache-mode",
|
|
750
|
-
"checkout-cache-reference-repository-template",
|
|
751
|
-
"checkout-cache-timeout-seconds",
|
|
752
|
-
"checkout-history-mode",
|
|
753
|
-
"compiler-cache-platforms-json",
|
|
754
|
-
"compiler-cache-provider",
|
|
755
|
-
"compiler-cache-required",
|
|
756
|
-
"control-runner-json",
|
|
757
|
-
"credential-island-caller-owned",
|
|
758
|
-
"credential-island-environment",
|
|
759
|
-
"credential-island-macos-app-path",
|
|
760
|
-
"credential-island-macos-platform-id",
|
|
761
|
-
"expected-artifacts-json",
|
|
762
|
-
"fail-fast",
|
|
763
|
-
"gate-profile-aggregate-json",
|
|
764
|
-
"github-artifact-attestation-platform-id",
|
|
765
|
-
"github-artifact-attestation-signer-sha",
|
|
766
|
-
"github-artifact-attestation-subject-path",
|
|
767
|
-
"install-command",
|
|
768
|
-
"kfd-agent-hub",
|
|
769
|
-
"lifecycle-timeout-minutes",
|
|
770
|
-
"linux-container-image",
|
|
771
|
-
"linux-container-preset",
|
|
772
|
-
"node-version",
|
|
773
|
-
"platforms-json",
|
|
774
|
-
"pre-upload-transport-smoke-artifact-root",
|
|
775
|
-
"pre-upload-transport-smoke-scenario-path",
|
|
776
|
-
"process-sample-interval-ms",
|
|
777
|
-
"process-summary-path",
|
|
778
|
-
"publish-anchor-request-json",
|
|
779
|
-
"publish-channel",
|
|
780
|
-
"publish-refs-json",
|
|
781
|
-
"publish-registry",
|
|
782
|
-
"publish-source-ref",
|
|
783
|
-
"release-candidate",
|
|
784
|
-
"release-candidate-family-evidence-json",
|
|
785
|
-
"requested-parallelism",
|
|
786
|
-
"require-build",
|
|
787
|
-
"require-install",
|
|
788
|
-
"require-trusted-event",
|
|
789
|
-
"require-verify",
|
|
790
|
-
"runner-preset",
|
|
791
|
-
"rust-toolchain",
|
|
792
|
-
"rustup-dist-server",
|
|
793
|
-
"rustup-update-root",
|
|
794
|
-
"sample-process-tree",
|
|
795
|
-
"self-hosted-offline-fallback",
|
|
796
|
-
"setup-node",
|
|
797
|
-
"setup-rust",
|
|
798
|
-
"shifu-cache-profile-digest",
|
|
799
|
-
"shifu-cache-profile-ref",
|
|
800
|
-
"universal-request-json",
|
|
801
|
-
"untrusted-policy",
|
|
802
|
-
"verify-command",
|
|
803
|
-
"verify-substage-evidence-path",
|
|
804
|
-
"working-directory"
|
|
711
|
+
"config-path"
|
|
805
712
|
],
|
|
806
|
-
"inputCount":
|
|
713
|
+
"inputCount": 1,
|
|
807
714
|
"secrets": [
|
|
808
715
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
809
716
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -1036,102 +943,9 @@
|
|
|
1036
943
|
"path": ".github/workflows/.build.yml",
|
|
1037
944
|
"reusable": true,
|
|
1038
945
|
"inputs": [
|
|
1039
|
-
"
|
|
1040
|
-
"artifact-finalization-command",
|
|
1041
|
-
"artifact-finalization-on-platform",
|
|
1042
|
-
"artifact-name",
|
|
1043
|
-
"artifact-name-template",
|
|
1044
|
-
"artifact-paths",
|
|
1045
|
-
"artifact-relay-s3-bucket",
|
|
1046
|
-
"artifact-relay-s3-download-role-arn",
|
|
1047
|
-
"artifact-relay-s3-oidc-audience",
|
|
1048
|
-
"artifact-relay-s3-prefix",
|
|
1049
|
-
"artifact-relay-s3-region",
|
|
1050
|
-
"artifact-relay-s3-role-arn",
|
|
1051
|
-
"artifact-relay-s3-upload-role-arn",
|
|
1052
|
-
"artifact-retention-days",
|
|
1053
|
-
"artifact-signing-request-upload-no-proxy",
|
|
1054
|
-
"artifact-transfer-mode",
|
|
1055
|
-
"aws-codebuild-project",
|
|
1056
|
-
"aws-ec2-macos-runner-label",
|
|
1057
|
-
"aws-ec2-windows-runner-label",
|
|
1058
|
-
"build-command",
|
|
1059
|
-
"buildchain-contract-compatibility-policy",
|
|
1060
|
-
"buildchain-contract-drift-issue-mode",
|
|
1061
|
-
"buildchain-contract-expected-channel",
|
|
1062
|
-
"buildchain-contract-expected-major",
|
|
1063
|
-
"buildchain-contract-lock-path",
|
|
1064
|
-
"buildchain-expected-channel",
|
|
1065
|
-
"buildchain-expected-major",
|
|
1066
|
-
"buildchain-ref",
|
|
1067
|
-
"buildchain-repository",
|
|
1068
|
-
"buildchain-visible-workflow",
|
|
1069
|
-
"cache-dependency-lock-root",
|
|
1070
|
-
"cache-policy-root",
|
|
1071
|
-
"cache-toolchain-root",
|
|
1072
|
-
"cargo-registry-index",
|
|
1073
|
-
"checkout-cache-fallback",
|
|
1074
|
-
"checkout-cache-fetch-attempts",
|
|
1075
|
-
"checkout-cache-github-timeout-seconds",
|
|
1076
|
-
"checkout-cache-mirror-url-template",
|
|
1077
|
-
"checkout-cache-mode",
|
|
1078
|
-
"checkout-cache-reference-repository-template",
|
|
1079
|
-
"checkout-cache-timeout-seconds",
|
|
1080
|
-
"checkout-history-mode",
|
|
1081
|
-
"compiler-cache-platforms-json",
|
|
1082
|
-
"compiler-cache-provider",
|
|
1083
|
-
"compiler-cache-required",
|
|
1084
|
-
"control-runner-json",
|
|
1085
|
-
"credential-island-caller-owned",
|
|
1086
|
-
"credential-island-environment",
|
|
1087
|
-
"credential-island-macos-app-path",
|
|
1088
|
-
"credential-island-macos-platform-id",
|
|
1089
|
-
"expected-artifacts-json",
|
|
1090
|
-
"fail-fast",
|
|
1091
|
-
"gate-profile-aggregate-json",
|
|
1092
|
-
"github-artifact-attestation-platform-id",
|
|
1093
|
-
"github-artifact-attestation-signer-sha",
|
|
1094
|
-
"github-artifact-attestation-subject-path",
|
|
1095
|
-
"install-command",
|
|
1096
|
-
"kfd-agent-hub",
|
|
1097
|
-
"lifecycle-timeout-minutes",
|
|
1098
|
-
"linux-container-image",
|
|
1099
|
-
"linux-container-preset",
|
|
1100
|
-
"node-version",
|
|
1101
|
-
"platforms-json",
|
|
1102
|
-
"pre-upload-transport-smoke-artifact-root",
|
|
1103
|
-
"pre-upload-transport-smoke-scenario-path",
|
|
1104
|
-
"process-sample-interval-ms",
|
|
1105
|
-
"process-summary-path",
|
|
1106
|
-
"publish-anchor-request-json",
|
|
1107
|
-
"publish-channel",
|
|
1108
|
-
"publish-refs-json",
|
|
1109
|
-
"publish-registry",
|
|
1110
|
-
"publish-source-ref",
|
|
1111
|
-
"release-candidate",
|
|
1112
|
-
"release-candidate-family-evidence-json",
|
|
1113
|
-
"requested-parallelism",
|
|
1114
|
-
"require-build",
|
|
1115
|
-
"require-install",
|
|
1116
|
-
"require-trusted-event",
|
|
1117
|
-
"require-verify",
|
|
1118
|
-
"runner-preset",
|
|
1119
|
-
"rust-toolchain",
|
|
1120
|
-
"rustup-dist-server",
|
|
1121
|
-
"rustup-update-root",
|
|
1122
|
-
"sample-process-tree",
|
|
1123
|
-
"self-hosted-offline-fallback",
|
|
1124
|
-
"setup-node",
|
|
1125
|
-
"setup-rust",
|
|
1126
|
-
"shifu-cache-profile-digest",
|
|
1127
|
-
"shifu-cache-profile-ref",
|
|
1128
|
-
"universal-request-json",
|
|
1129
|
-
"untrusted-policy",
|
|
1130
|
-
"verify-command",
|
|
1131
|
-
"verify-substage-evidence-path",
|
|
1132
|
-
"working-directory"
|
|
946
|
+
"config-path"
|
|
1133
947
|
],
|
|
1134
|
-
"inputCount":
|
|
948
|
+
"inputCount": 1,
|
|
1135
949
|
"secrets": [
|
|
1136
950
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
1137
951
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -2142,105 +1956,9 @@
|
|
|
2142
1956
|
"path": ".github/workflows/build.yml",
|
|
2143
1957
|
"reusable": true,
|
|
2144
1958
|
"inputs": [
|
|
2145
|
-
"
|
|
2146
|
-
"artifact-finalization-command",
|
|
2147
|
-
"artifact-finalization-on-platform",
|
|
2148
|
-
"artifact-name",
|
|
2149
|
-
"artifact-name-template",
|
|
2150
|
-
"artifact-paths",
|
|
2151
|
-
"artifact-relay-s3-bucket",
|
|
2152
|
-
"artifact-relay-s3-download-role-arn",
|
|
2153
|
-
"artifact-relay-s3-oidc-audience",
|
|
2154
|
-
"artifact-relay-s3-prefix",
|
|
2155
|
-
"artifact-relay-s3-region",
|
|
2156
|
-
"artifact-relay-s3-role-arn",
|
|
2157
|
-
"artifact-relay-s3-upload-role-arn",
|
|
2158
|
-
"artifact-retention-days",
|
|
2159
|
-
"artifact-signing-request-upload-no-proxy",
|
|
2160
|
-
"artifact-transfer-mode",
|
|
2161
|
-
"aws-codebuild-project",
|
|
2162
|
-
"aws-ec2-macos-runner-label",
|
|
2163
|
-
"aws-ec2-windows-runner-label",
|
|
2164
|
-
"build-command",
|
|
2165
|
-
"buildchain-alpha-contract-lock-path",
|
|
2166
|
-
"buildchain-channel",
|
|
2167
|
-
"buildchain-contract-compatibility-policy",
|
|
2168
|
-
"buildchain-contract-drift-issue-mode",
|
|
2169
|
-
"buildchain-contract-expected-channel",
|
|
2170
|
-
"buildchain-contract-expected-major",
|
|
2171
|
-
"buildchain-contract-lock-path",
|
|
2172
|
-
"buildchain-expected-channel",
|
|
2173
|
-
"buildchain-expected-major",
|
|
2174
|
-
"buildchain-ref",
|
|
2175
|
-
"buildchain-repository",
|
|
2176
|
-
"buildchain-stable-contract-lock-path",
|
|
2177
|
-
"buildchain-visible-workflow",
|
|
2178
|
-
"cache-dependency-lock-root",
|
|
2179
|
-
"cache-policy-root",
|
|
2180
|
-
"cache-toolchain-root",
|
|
2181
|
-
"cargo-registry-index",
|
|
2182
|
-
"checkout-cache-fallback",
|
|
2183
|
-
"checkout-cache-fetch-attempts",
|
|
2184
|
-
"checkout-cache-github-timeout-seconds",
|
|
2185
|
-
"checkout-cache-mirror-url-template",
|
|
2186
|
-
"checkout-cache-mode",
|
|
2187
|
-
"checkout-cache-reference-repository-template",
|
|
2188
|
-
"checkout-cache-timeout-seconds",
|
|
2189
|
-
"checkout-history-mode",
|
|
2190
|
-
"compiler-cache-platforms-json",
|
|
2191
|
-
"compiler-cache-provider",
|
|
2192
|
-
"compiler-cache-required",
|
|
2193
|
-
"control-runner-json",
|
|
2194
|
-
"credential-island-caller-owned",
|
|
2195
|
-
"credential-island-environment",
|
|
2196
|
-
"credential-island-macos-app-path",
|
|
2197
|
-
"credential-island-macos-platform-id",
|
|
2198
|
-
"expected-artifacts-json",
|
|
2199
|
-
"fail-fast",
|
|
2200
|
-
"gate-profile-aggregate-json",
|
|
2201
|
-
"github-artifact-attestation-platform-id",
|
|
2202
|
-
"github-artifact-attestation-signer-sha",
|
|
2203
|
-
"github-artifact-attestation-subject-path",
|
|
2204
|
-
"install-command",
|
|
2205
|
-
"kfd-agent-hub",
|
|
2206
|
-
"lifecycle-timeout-minutes",
|
|
2207
|
-
"linux-container-image",
|
|
2208
|
-
"linux-container-preset",
|
|
2209
|
-
"node-version",
|
|
2210
|
-
"platforms-json",
|
|
2211
|
-
"pre-upload-transport-smoke-artifact-root",
|
|
2212
|
-
"pre-upload-transport-smoke-scenario-path",
|
|
2213
|
-
"process-sample-interval-ms",
|
|
2214
|
-
"process-summary-path",
|
|
2215
|
-
"publish-anchor-request-json",
|
|
2216
|
-
"publish-channel",
|
|
2217
|
-
"publish-refs-json",
|
|
2218
|
-
"publish-registry",
|
|
2219
|
-
"publish-source-ref",
|
|
2220
|
-
"release-candidate",
|
|
2221
|
-
"release-candidate-family-evidence-json",
|
|
2222
|
-
"requested-parallelism",
|
|
2223
|
-
"require-build",
|
|
2224
|
-
"require-install",
|
|
2225
|
-
"require-trusted-event",
|
|
2226
|
-
"require-verify",
|
|
2227
|
-
"runner-preset",
|
|
2228
|
-
"rust-toolchain",
|
|
2229
|
-
"rustup-dist-server",
|
|
2230
|
-
"rustup-update-root",
|
|
2231
|
-
"sample-process-tree",
|
|
2232
|
-
"self-hosted-offline-fallback",
|
|
2233
|
-
"setup-node",
|
|
2234
|
-
"setup-rust",
|
|
2235
|
-
"shifu-cache-profile-digest",
|
|
2236
|
-
"shifu-cache-profile-ref",
|
|
2237
|
-
"universal-request-json",
|
|
2238
|
-
"untrusted-policy",
|
|
2239
|
-
"verify-command",
|
|
2240
|
-
"verify-substage-evidence-path",
|
|
2241
|
-
"working-directory"
|
|
1959
|
+
"config-path"
|
|
2242
1960
|
],
|
|
2243
|
-
"inputCount":
|
|
1961
|
+
"inputCount": 1,
|
|
2244
1962
|
"secrets": [
|
|
2245
1963
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
2246
1964
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -2931,105 +2649,9 @@
|
|
|
2931
2649
|
"path": ".github/workflows/public-build-candidate.yml",
|
|
2932
2650
|
"reusable": true,
|
|
2933
2651
|
"inputs": [
|
|
2934
|
-
"
|
|
2935
|
-
"artifact-finalization-command",
|
|
2936
|
-
"artifact-finalization-on-platform",
|
|
2937
|
-
"artifact-name",
|
|
2938
|
-
"artifact-name-template",
|
|
2939
|
-
"artifact-paths",
|
|
2940
|
-
"artifact-relay-s3-bucket",
|
|
2941
|
-
"artifact-relay-s3-download-role-arn",
|
|
2942
|
-
"artifact-relay-s3-oidc-audience",
|
|
2943
|
-
"artifact-relay-s3-prefix",
|
|
2944
|
-
"artifact-relay-s3-region",
|
|
2945
|
-
"artifact-relay-s3-role-arn",
|
|
2946
|
-
"artifact-relay-s3-upload-role-arn",
|
|
2947
|
-
"artifact-retention-days",
|
|
2948
|
-
"artifact-signing-request-upload-no-proxy",
|
|
2949
|
-
"artifact-transfer-mode",
|
|
2950
|
-
"aws-codebuild-project",
|
|
2951
|
-
"aws-ec2-macos-runner-label",
|
|
2952
|
-
"aws-ec2-windows-runner-label",
|
|
2953
|
-
"build-command",
|
|
2954
|
-
"buildchain-alpha-contract-lock-path",
|
|
2955
|
-
"buildchain-channel",
|
|
2956
|
-
"buildchain-contract-compatibility-policy",
|
|
2957
|
-
"buildchain-contract-drift-issue-mode",
|
|
2958
|
-
"buildchain-contract-expected-channel",
|
|
2959
|
-
"buildchain-contract-expected-major",
|
|
2960
|
-
"buildchain-contract-lock-path",
|
|
2961
|
-
"buildchain-expected-channel",
|
|
2962
|
-
"buildchain-expected-major",
|
|
2963
|
-
"buildchain-ref",
|
|
2964
|
-
"buildchain-repository",
|
|
2965
|
-
"buildchain-stable-contract-lock-path",
|
|
2966
|
-
"buildchain-visible-workflow",
|
|
2967
|
-
"cache-dependency-lock-root",
|
|
2968
|
-
"cache-policy-root",
|
|
2969
|
-
"cache-toolchain-root",
|
|
2970
|
-
"cargo-registry-index",
|
|
2971
|
-
"checkout-cache-fallback",
|
|
2972
|
-
"checkout-cache-fetch-attempts",
|
|
2973
|
-
"checkout-cache-github-timeout-seconds",
|
|
2974
|
-
"checkout-cache-mirror-url-template",
|
|
2975
|
-
"checkout-cache-mode",
|
|
2976
|
-
"checkout-cache-reference-repository-template",
|
|
2977
|
-
"checkout-cache-timeout-seconds",
|
|
2978
|
-
"checkout-history-mode",
|
|
2979
|
-
"compiler-cache-platforms-json",
|
|
2980
|
-
"compiler-cache-provider",
|
|
2981
|
-
"compiler-cache-required",
|
|
2982
|
-
"control-runner-json",
|
|
2983
|
-
"credential-island-caller-owned",
|
|
2984
|
-
"credential-island-environment",
|
|
2985
|
-
"credential-island-macos-app-path",
|
|
2986
|
-
"credential-island-macos-platform-id",
|
|
2987
|
-
"expected-artifacts-json",
|
|
2988
|
-
"fail-fast",
|
|
2989
|
-
"gate-profile-aggregate-json",
|
|
2990
|
-
"github-artifact-attestation-platform-id",
|
|
2991
|
-
"github-artifact-attestation-signer-sha",
|
|
2992
|
-
"github-artifact-attestation-subject-path",
|
|
2993
|
-
"install-command",
|
|
2994
|
-
"kfd-agent-hub",
|
|
2995
|
-
"lifecycle-timeout-minutes",
|
|
2996
|
-
"linux-container-image",
|
|
2997
|
-
"linux-container-preset",
|
|
2998
|
-
"node-version",
|
|
2999
|
-
"platforms-json",
|
|
3000
|
-
"pre-upload-transport-smoke-artifact-root",
|
|
3001
|
-
"pre-upload-transport-smoke-scenario-path",
|
|
3002
|
-
"process-sample-interval-ms",
|
|
3003
|
-
"process-summary-path",
|
|
3004
|
-
"publish-anchor-request-json",
|
|
3005
|
-
"publish-channel",
|
|
3006
|
-
"publish-refs-json",
|
|
3007
|
-
"publish-registry",
|
|
3008
|
-
"publish-source-ref",
|
|
3009
|
-
"release-candidate",
|
|
3010
|
-
"release-candidate-family-evidence-json",
|
|
3011
|
-
"requested-parallelism",
|
|
3012
|
-
"require-build",
|
|
3013
|
-
"require-install",
|
|
3014
|
-
"require-trusted-event",
|
|
3015
|
-
"require-verify",
|
|
3016
|
-
"runner-preset",
|
|
3017
|
-
"rust-toolchain",
|
|
3018
|
-
"rustup-dist-server",
|
|
3019
|
-
"rustup-update-root",
|
|
3020
|
-
"sample-process-tree",
|
|
3021
|
-
"self-hosted-offline-fallback",
|
|
3022
|
-
"setup-node",
|
|
3023
|
-
"setup-rust",
|
|
3024
|
-
"shifu-cache-profile-digest",
|
|
3025
|
-
"shifu-cache-profile-ref",
|
|
3026
|
-
"universal-request-json",
|
|
3027
|
-
"untrusted-policy",
|
|
3028
|
-
"verify-command",
|
|
3029
|
-
"verify-substage-evidence-path",
|
|
3030
|
-
"working-directory"
|
|
2652
|
+
"config-path"
|
|
3031
2653
|
],
|
|
3032
|
-
"inputCount":
|
|
2654
|
+
"inputCount": 1,
|
|
3033
2655
|
"secrets": [
|
|
3034
2656
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
3035
2657
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -5044,6 +4666,74 @@
|
|
|
5044
4666
|
}
|
|
5045
4667
|
],
|
|
5046
4668
|
"actionInputs": [
|
|
4669
|
+
{
|
|
4670
|
+
"id": "build-agent-hub-evidence",
|
|
4671
|
+
"path": "actions/build-agent-hub-evidence/action.yml",
|
|
4672
|
+
"inputs": [
|
|
4673
|
+
"plan-json",
|
|
4674
|
+
"platform-json",
|
|
4675
|
+
"source-json"
|
|
4676
|
+
],
|
|
4677
|
+
"inputCount": 3
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"id": "build-artifact-transfer",
|
|
4681
|
+
"path": "actions/build-artifact-transfer/action.yml",
|
|
4682
|
+
"inputs": [
|
|
4683
|
+
"artifact-name",
|
|
4684
|
+
"plan-json",
|
|
4685
|
+
"platform-json",
|
|
4686
|
+
"relay-role",
|
|
4687
|
+
"relay-upload-role",
|
|
4688
|
+
"source-json",
|
|
4689
|
+
"transfer-json"
|
|
4690
|
+
],
|
|
4691
|
+
"inputCount": 7
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"id": "build-attestation-policy",
|
|
4695
|
+
"path": "actions/build-attestation-policy/action.yml",
|
|
4696
|
+
"inputs": [
|
|
4697
|
+
"plan-json",
|
|
4698
|
+
"platform-json",
|
|
4699
|
+
"source-json"
|
|
4700
|
+
],
|
|
4701
|
+
"inputCount": 3
|
|
4702
|
+
},
|
|
4703
|
+
{
|
|
4704
|
+
"id": "build-lifecycle-stage",
|
|
4705
|
+
"path": "actions/build-lifecycle-stage/action.yml",
|
|
4706
|
+
"inputs": [
|
|
4707
|
+
"artifact-name",
|
|
4708
|
+
"plan-json",
|
|
4709
|
+
"platform-json",
|
|
4710
|
+
"source-json",
|
|
4711
|
+
"stage"
|
|
4712
|
+
],
|
|
4713
|
+
"inputCount": 5
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"id": "build-signing-request",
|
|
4717
|
+
"path": "actions/build-signing-request/action.yml",
|
|
4718
|
+
"inputs": [
|
|
4719
|
+
"artifact-name",
|
|
4720
|
+
"plan-json",
|
|
4721
|
+
"platform-json",
|
|
4722
|
+
"source-json"
|
|
4723
|
+
],
|
|
4724
|
+
"inputCount": 4
|
|
4725
|
+
},
|
|
4726
|
+
{
|
|
4727
|
+
"id": "build-verification-evidence",
|
|
4728
|
+
"path": "actions/build-verification-evidence/action.yml",
|
|
4729
|
+
"inputs": [
|
|
4730
|
+
"plan-json",
|
|
4731
|
+
"platform-json",
|
|
4732
|
+
"source-json",
|
|
4733
|
+
"verify-outcome"
|
|
4734
|
+
],
|
|
4735
|
+
"inputCount": 4
|
|
4736
|
+
},
|
|
5047
4737
|
{
|
|
5048
4738
|
"id": "github-artifact-attestation",
|
|
5049
4739
|
"path": "actions/github-artifact-attestation/action.yml",
|
|
@@ -9781,11 +9471,6 @@
|
|
|
9781
9471
|
"path": "docs/cli.md",
|
|
9782
9472
|
"command": "buildchain publish-source"
|
|
9783
9473
|
},
|
|
9784
|
-
{
|
|
9785
|
-
"id": "publish-source",
|
|
9786
|
-
"path": "docs/reusable-build-surface.md",
|
|
9787
|
-
"command": "buildchain publish-source validate-anchored-release --json"
|
|
9788
|
-
},
|
|
9789
9474
|
{
|
|
9790
9475
|
"id": "release-dry-run",
|
|
9791
9476
|
"path": "actions/promote-buildchain-ref/README.md",
|
|
@@ -10341,11 +10026,6 @@
|
|
|
10341
10026
|
"path": "docs/cli.md",
|
|
10342
10027
|
"command": "buildchain sample process-tree"
|
|
10343
10028
|
},
|
|
10344
|
-
{
|
|
10345
|
-
"id": "sample-process-tree",
|
|
10346
|
-
"path": "docs/reusable-build-surface.md",
|
|
10347
|
-
"command": "buildchain sample process-tree"
|
|
10348
|
-
},
|
|
10349
10029
|
{
|
|
10350
10030
|
"id": "sample-process-tree",
|
|
10351
10031
|
"path": "docs/toolkit-observability.md",
|
|
@@ -10947,9 +10627,9 @@
|
|
|
10947
10627
|
"cliRegistryPath": "dist/site/cli-registry.json",
|
|
10948
10628
|
"workflowRegistryPath": "dist/site/workflow-registry.json",
|
|
10949
10629
|
"pageRegistryPath": "dist/site/page-registry.json",
|
|
10950
|
-
"cliRegistryDigest": "
|
|
10951
|
-
"workflowRegistryDigest": "
|
|
10952
|
-
"pageRegistryDigest": "
|
|
10630
|
+
"cliRegistryDigest": "547dde42a349a047f2aadcfc3ee9e3e31b6a7f6bfc75b7d37e5dcff7abd15308",
|
|
10631
|
+
"workflowRegistryDigest": "82c2a0ad3ca59d91cd71987c968ae5c0f5fe16d2cdb2a37dcfce440cb41777be",
|
|
10632
|
+
"pageRegistryDigest": "a28101c7e678dbdd499b0b263f809884381d7ddecd9d8ba7820c6912bc4f8c4c"
|
|
10953
10633
|
},
|
|
10954
10634
|
"comparison": {
|
|
10955
10635
|
"missingCliRegistry": [],
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"declared Buildchain surface manifest contract"
|
|
20
20
|
],
|
|
21
21
|
"sourceDateEpoch": "0",
|
|
22
|
-
"sourceRevision": "
|
|
22
|
+
"sourceRevision": "a9e25fd5b7d5dac1b0be1099d8651f7c6b0d7321",
|
|
23
23
|
"timestampPolicyDetails": {
|
|
24
24
|
"contract": "kungfu-buildchain-surface-timestamp-policy",
|
|
25
25
|
"timestampFields": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"package": {
|
|
34
34
|
"name": "@kungfu-tech/buildchain",
|
|
35
|
-
"version": "4.0.
|
|
35
|
+
"version": "4.0.9-alpha.0",
|
|
36
36
|
"versionSource": "package.json#version"
|
|
37
37
|
},
|
|
38
38
|
"sourceKind": "package-site-bundle",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"declared Buildchain surface manifest contract"
|
|
20
20
|
],
|
|
21
21
|
"sourceDateEpoch": "0",
|
|
22
|
-
"sourceRevision": "
|
|
22
|
+
"sourceRevision": "a9e25fd5b7d5dac1b0be1099d8651f7c6b0d7321",
|
|
23
23
|
"timestampPolicyDetails": {
|
|
24
24
|
"contract": "kungfu-buildchain-surface-timestamp-policy",
|
|
25
25
|
"timestampFields": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"package": {
|
|
39
39
|
"name": "@kungfu-tech/buildchain",
|
|
40
|
-
"version": "4.0.
|
|
40
|
+
"version": "4.0.9-alpha.0",
|
|
41
41
|
"versionSource": "package.json#version"
|
|
42
42
|
},
|
|
43
43
|
"entrypoint": "buildchain-site.json",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"path": "docs/MAP.md",
|
|
54
54
|
"plane": "use",
|
|
55
55
|
"exists": true,
|
|
56
|
-
"digest": "sha256:
|
|
56
|
+
"digest": "sha256:1de05d2ed89f816e23c8cab285c2bdc9a427d07ea1446e2bb56565a21b6ff113"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"id": "getting-started",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"path": "docs/getting-started.md",
|
|
62
62
|
"plane": "use",
|
|
63
63
|
"exists": true,
|
|
64
|
-
"digest": "sha256:
|
|
64
|
+
"digest": "sha256:8cadc5f2bb4ec8d8aea3bd7e05936da197ce3dfbae39c432a0fe9edf6d2b36fa"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"id": "auditable-demo",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"path": "docs/cli-reference.md",
|
|
246
246
|
"plane": "use",
|
|
247
247
|
"exists": true,
|
|
248
|
-
"digest": "sha256:
|
|
248
|
+
"digest": "sha256:f8c1d64d8087819b6496b21878ad1457ecba52c0b5e74793c35ddb9bd838497c"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"id": "node-api-reference",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"path": "docs/node-api-reference.md",
|
|
254
254
|
"plane": "use",
|
|
255
255
|
"exists": true,
|
|
256
|
-
"digest": "sha256:
|
|
256
|
+
"digest": "sha256:29b6f9cfccefae36ce402485b8c4e4c86bfd7cab18a8dcdfab7c1369b2301b4e"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"id": "build-facts",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"path": "docs/reusable-build-surface.md",
|
|
294
294
|
"plane": "use",
|
|
295
295
|
"exists": true,
|
|
296
|
-
"digest": "sha256:
|
|
296
|
+
"digest": "sha256:42eda071001e232c0d4f6236c362c862fe7d63cd7b123db9780e0a3b468bc09f"
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
"id": "v4-adopter-delivery",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"path": "docs/runtime-train-validation.md",
|
|
358
358
|
"plane": "verify",
|
|
359
359
|
"exists": true,
|
|
360
|
-
"digest": "sha256:
|
|
360
|
+
"digest": "sha256:6f362a7ad276acfe34b2faa74b3e1212c5cdc451f137b65002975e642540fa5b"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"id": "versioning",
|