@kungfu-tech/buildchain 4.0.8 → 4.0.9-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/AGENTS.md +12 -19
  2. package/CONTRIBUTING.md +6 -9
  3. package/README.md +11 -1
  4. package/architecture/agent-change-map.md +11 -4
  5. package/architecture/build-environments.json +71 -0
  6. package/architecture/build-orchestration.json +18 -0
  7. package/architecture/ci-lane-change-budget.json +51 -2
  8. package/architecture/internal-capabilities.json +17 -4
  9. package/architecture/maintainability-debt.json +37 -126
  10. package/architecture/maintainability-policy.json +19 -210
  11. package/architecture/release-topology.json +9 -7
  12. package/architecture/universal-workflow-bootstrap.json +5 -4
  13. package/architecture/universal-workflow-train-admission.json +2 -2
  14. package/architecture/workflow-taxonomy.json +13 -0
  15. package/bin/buildchain.mjs +1 -1
  16. package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
  17. package/dist/site/buildchain-contract.json +41 -1131
  18. package/dist/site/buildchain-site.json +48 -153
  19. package/dist/site/capability-registry.json +2 -2
  20. package/dist/site/cli-registry.json +1 -1
  21. package/dist/site/controller-registry.json +30 -868
  22. package/dist/site/kfd-claims.json +148 -396
  23. package/dist/site/kfd-upstream-aggregate.json +1 -1
  24. package/dist/site/manual-registry.json +7 -7
  25. package/dist/site/node-api-registry.json +37 -37
  26. package/dist/site/page-registry.json +36 -141
  27. package/dist/site/public-surface-audit.json +93 -402
  28. package/dist/site/publication-authority-registry.json +22 -1
  29. package/dist/site/publication-registry.json +4 -4
  30. package/dist/site/site-manifest.json +11 -11
  31. package/dist/site/workflow-registry.json +165 -391
  32. package/docs/MAP.md +5 -4
  33. package/docs/cli-reference.md +1 -1
  34. package/docs/getting-started.md +8 -7
  35. package/docs/node-api-reference.md +85 -85
  36. package/docs/release-governance.md +19 -18
  37. package/docs/reusable-build-surface.md +160 -1430
  38. package/docs/runtime-train-validation.md +45 -172
  39. package/docs/workflow-catalog.md +1 -0
  40. package/package.json +1 -1
  41. package/packages/core/build-configuration.js +117 -0
  42. package/packages/core/buildchain-config.js +2 -0
  43. package/packages/core/buildchain-contract.js +14 -44
  44. package/packages/core/buildchain-publication-authority.js +1 -0
  45. package/packages/core/controller-evidence.js +2 -9
  46. package/scripts/buildchain-cli-help.mjs +1 -1
  47. package/scripts/check-floating-consumer-policy-contract.mjs +4 -7
  48. package/scripts/check-inventory.mjs +91 -77
  49. package/scripts/check-maintainability.mjs +23 -8
  50. package/scripts/check-universal-workflow-bootstrap.mjs +12 -2
  51. package/scripts/generate-channel-build-workflow.mjs +50 -410
  52. package/scripts/generate-site-bundle.mjs +2 -1
  53. package/scripts/generate-universal-workflow-facades.mjs +1 -0
  54. package/scripts/init-repo.mjs +25 -26
  55. package/scripts/resolve-build-configuration.mjs +105 -0
  56. package/scripts/universal-workflow-self-dogfood.mjs +8 -1
  57. package/scripts/verify-golden-path.mjs +3 -3
@@ -4,10 +4,10 @@
4
4
  "status": "passed",
5
5
  "summary": {
6
6
  "cliCommandCount": 117,
7
- "workflowCount": 115,
8
- "actionCount": 8,
7
+ "workflowCount": 116,
8
+ "actionCount": 14,
9
9
  "sitePageCount": 88,
10
- "docCommandRefCount": 1050,
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
- "artifact-compression-level",
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": 94,
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
- "artifact-compression-level",
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": 94,
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
- "artifact-compression-level",
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": 97,
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
- "artifact-compression-level",
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": 97,
2654
+ "inputCount": 1,
3033
2655
  "secrets": [
3034
2656
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
3035
2657
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -4731,6 +4353,17 @@
4731
4353
  "outputs": [],
4732
4354
  "outputCount": 0
4733
4355
  },
4356
+ {
4357
+ "id": "self-build-stable-dogfood",
4358
+ "path": ".github/workflows/self-build-stable-dogfood.yml",
4359
+ "reusable": false,
4360
+ "inputs": [],
4361
+ "inputCount": 0,
4362
+ "secrets": [],
4363
+ "secretCount": 0,
4364
+ "outputs": [],
4365
+ "outputCount": 0
4366
+ },
4734
4367
  {
4735
4368
  "id": "self-build-verify",
4736
4369
  "path": ".github/workflows/self-build-verify.yml",
@@ -5044,6 +4677,74 @@
5044
4677
  }
5045
4678
  ],
5046
4679
  "actionInputs": [
4680
+ {
4681
+ "id": "build-agent-hub-evidence",
4682
+ "path": "actions/build-agent-hub-evidence/action.yml",
4683
+ "inputs": [
4684
+ "plan-json",
4685
+ "platform-json",
4686
+ "source-json"
4687
+ ],
4688
+ "inputCount": 3
4689
+ },
4690
+ {
4691
+ "id": "build-artifact-transfer",
4692
+ "path": "actions/build-artifact-transfer/action.yml",
4693
+ "inputs": [
4694
+ "artifact-name",
4695
+ "plan-json",
4696
+ "platform-json",
4697
+ "relay-role",
4698
+ "relay-upload-role",
4699
+ "source-json",
4700
+ "transfer-json"
4701
+ ],
4702
+ "inputCount": 7
4703
+ },
4704
+ {
4705
+ "id": "build-attestation-policy",
4706
+ "path": "actions/build-attestation-policy/action.yml",
4707
+ "inputs": [
4708
+ "plan-json",
4709
+ "platform-json",
4710
+ "source-json"
4711
+ ],
4712
+ "inputCount": 3
4713
+ },
4714
+ {
4715
+ "id": "build-lifecycle-stage",
4716
+ "path": "actions/build-lifecycle-stage/action.yml",
4717
+ "inputs": [
4718
+ "artifact-name",
4719
+ "plan-json",
4720
+ "platform-json",
4721
+ "source-json",
4722
+ "stage"
4723
+ ],
4724
+ "inputCount": 5
4725
+ },
4726
+ {
4727
+ "id": "build-signing-request",
4728
+ "path": "actions/build-signing-request/action.yml",
4729
+ "inputs": [
4730
+ "artifact-name",
4731
+ "plan-json",
4732
+ "platform-json",
4733
+ "source-json"
4734
+ ],
4735
+ "inputCount": 4
4736
+ },
4737
+ {
4738
+ "id": "build-verification-evidence",
4739
+ "path": "actions/build-verification-evidence/action.yml",
4740
+ "inputs": [
4741
+ "plan-json",
4742
+ "platform-json",
4743
+ "source-json",
4744
+ "verify-outcome"
4745
+ ],
4746
+ "inputCount": 4
4747
+ },
5047
4748
  {
5048
4749
  "id": "github-artifact-attestation",
5049
4750
  "path": "actions/github-artifact-attestation/action.yml",
@@ -9781,11 +9482,6 @@
9781
9482
  "path": "docs/cli.md",
9782
9483
  "command": "buildchain publish-source"
9783
9484
  },
9784
- {
9785
- "id": "publish-source",
9786
- "path": "docs/reusable-build-surface.md",
9787
- "command": "buildchain publish-source validate-anchored-release --json"
9788
- },
9789
9485
  {
9790
9486
  "id": "release-dry-run",
9791
9487
  "path": "actions/promote-buildchain-ref/README.md",
@@ -10341,11 +10037,6 @@
10341
10037
  "path": "docs/cli.md",
10342
10038
  "command": "buildchain sample process-tree"
10343
10039
  },
10344
- {
10345
- "id": "sample-process-tree",
10346
- "path": "docs/reusable-build-surface.md",
10347
- "command": "buildchain sample process-tree"
10348
- },
10349
10040
  {
10350
10041
  "id": "sample-process-tree",
10351
10042
  "path": "docs/toolkit-observability.md",
@@ -10947,9 +10638,9 @@
10947
10638
  "cliRegistryPath": "dist/site/cli-registry.json",
10948
10639
  "workflowRegistryPath": "dist/site/workflow-registry.json",
10949
10640
  "pageRegistryPath": "dist/site/page-registry.json",
10950
- "cliRegistryDigest": "fbc23073bbae240489a2f826b2c26daadc58e704050c5f8df366509f5c5a1c3e",
10951
- "workflowRegistryDigest": "ce257746e210703f21692f724c4e02ef3c86a431930d921d6e17eb33dabee62e",
10952
- "pageRegistryDigest": "a303f98d4abb6e02e4ddb5510d9c4794642391c5a2f6b274b49d823461991b4c"
10641
+ "cliRegistryDigest": "547dde42a349a047f2aadcfc3ee9e3e31b6a7f6bfc75b7d37e5dcff7abd15308",
10642
+ "workflowRegistryDigest": "e5784fc8daadf6d2acb79f6e0662b7ae6b516022a57ee3f31a3997c7b60a15e2",
10643
+ "pageRegistryDigest": "57de14408acbd57b5665078b2ff5a644c8ac8b0a43b4acd69d98b73724e03706"
10953
10644
  },
10954
10645
  "comparison": {
10955
10646
  "missingCliRegistry": [],
@@ -1001,6 +1001,19 @@
1001
1001
  "runnerPolicy": "unqualified",
1002
1002
  "notes": ""
1003
1003
  },
1004
+ {
1005
+ "workflowPath": ".github/workflows/self-build-stable-dogfood.yml",
1006
+ "authorityClass": "non-publication-oidc",
1007
+ "publicationCapable": false,
1008
+ "capabilityIds": [],
1009
+ "credentialMode": "none",
1010
+ "publisherWorkflowMode": "fixed",
1011
+ "publisherWorkflowPath": ".github/workflows/self-build-stable-dogfood.yml",
1012
+ "environment": "",
1013
+ "environmentMode": "fixed",
1014
+ "runnerPolicy": "unqualified",
1015
+ "notes": ""
1016
+ },
1004
1017
  {
1005
1018
  "workflowPath": ".github/workflows/self-ops-bootstrap-dogfood.yml",
1006
1019
  "authorityClass": "product-publication",
@@ -1861,6 +1874,14 @@
1861
1874
  "signals": [],
1862
1875
  "classified": false
1863
1876
  },
1877
+ {
1878
+ "path": ".github/workflows/self-build-stable-dogfood.yml",
1879
+ "signals": [
1880
+ "write-permission",
1881
+ "oidc"
1882
+ ],
1883
+ "classified": true
1884
+ },
1864
1885
  {
1865
1886
  "path": ".github/workflows/self-build-verify.yml",
1866
1887
  "signals": [],
@@ -2031,5 +2052,5 @@
2031
2052
  "classified": true
2032
2053
  }
2033
2054
  ],
2034
- "registryDigest": "e5eb0d7ee3cce4a25674909154f6bd0bf736d5b93df41c1d435c468aad50c32a"
2055
+ "registryDigest": "40ae53e5bf87b44395bd7bf04b19effb2cae1ada5f9864c02dbef4220fc92106"
2035
2056
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-publication-release-registry",
4
- "generatedAt": "2026-09-08T08:25:09.000Z",
5
- "publishedAt": "2026-09-08T08:25:09.000Z",
4
+ "generatedAt": "2026-09-08T13:03:18.000Z",
5
+ "publishedAt": "2026-09-08T13:03:18.000Z",
6
6
  "reproducible": true,
7
7
  "timestampPolicy": "ci-injected",
8
8
  "deterministicInputs": [
@@ -19,7 +19,7 @@
19
19
  "declared Buildchain surface manifest contract"
20
20
  ],
21
21
  "sourceDateEpoch": "0",
22
- "sourceRevision": "27a4cdab51cf0e55760f89f8f75214dbc1c07f80",
22
+ "sourceRevision": "e5b7450f81e4019c1d58b44de3689baad9347ace",
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.8",
35
+ "version": "4.0.9-alpha.1",
36
36
  "versionSource": "package.json#version"
37
37
  },
38
38
  "sourceKind": "package-site-bundle",