@kungfu-tech/buildchain 4.0.2-alpha.9 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/AGENTS.md +10 -1
  2. package/CONTRIBUTING.md +24 -0
  3. package/README.md +2 -2
  4. package/actions/promote-buildchain-ref/README.md +1 -1
  5. package/actions/v4-release-candidate-promote/README.md +28 -0
  6. package/architecture/agent-change-map.md +64 -7
  7. package/architecture/ci-lane-change-budget.json +366 -0
  8. package/architecture/internal-capabilities.json +53 -8
  9. package/architecture/maintainability-debt.json +147 -93
  10. package/architecture/maintainability-policy.json +32 -28
  11. package/architecture/release-tail-contract-inventory.json +6 -6
  12. package/architecture/v4-architecture-constitution.md +23 -20
  13. package/architecture/v4-cross-platform-adopter-qualification.json +1 -1
  14. package/architecture/v4-delivery-authority-parity.json +2 -2
  15. package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.json +1 -1
  16. package/architecture/v4-floating-consumer-policy.json +2 -2
  17. package/architecture/v4-next-development-parity.json +5 -5
  18. package/architecture/v4-partial-mutation-recovery-qualification.json +4 -1
  19. package/architecture/v4-platform-stage-checkpoints.json +1 -1
  20. package/architecture/v4-provider-operation-journal-contract.json +5 -2
  21. package/architecture/v4-publication-facade-patches.json +64 -0
  22. package/architecture/v4-release-activation-shadow-domain.json +5 -2
  23. package/architecture/v4-release-topology.json +74 -39
  24. package/architecture/v4-rust-wasm-production-authority.json +58 -0
  25. package/architecture/v4-stable-publication-fence.json +5 -2
  26. package/architecture/v4-stage-capsule-qualification.json +2 -2
  27. package/architecture/v4-tail-reseal-parity.json +8 -6
  28. package/architecture/v4-universal-workflow-bootstrap.json +171 -0
  29. package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
  30. package/architecture/v4-universal-workflow-train-admission.json +40 -0
  31. package/architecture/workflow-taxonomy.json +1451 -0
  32. package/bin/buildchain.mjs +7 -7
  33. package/contracts/buildchain-v2-residuals-v1.json +57 -48
  34. package/contracts/dev-delivery-authority-v2.schema.json +16 -2
  35. package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
  36. package/contracts/v4-canonical-contracts-v1.schema.json +1 -0
  37. package/dist/site/buildchain-contract.json +93 -48
  38. package/dist/site/buildchain-site.json +222 -69
  39. package/dist/site/capability-registry.json +4 -4
  40. package/dist/site/controller-registry.json +50 -13
  41. package/dist/site/kfd-claims.json +2585 -1000
  42. package/dist/site/kfd-upstream-aggregate.json +1 -1
  43. package/dist/site/manual-registry.json +13 -13
  44. package/dist/site/node-api-registry.json +120 -115
  45. package/dist/site/page-registry.json +204 -51
  46. package/dist/site/public-surface-audit.json +3205 -1219
  47. package/dist/site/publication-authority-registry.json +1124 -362
  48. package/dist/site/publication-registry.json +4 -4
  49. package/dist/site/schemas/dev-delivery-authority-v2.schema.json +16 -2
  50. package/dist/site/site-manifest.json +17 -17
  51. package/dist/site/workflow-registry.json +5061 -1659
  52. package/docs/MAP.md +1 -0
  53. package/docs/auditable-demo.md +1 -1
  54. package/docs/cli.md +21 -8
  55. package/docs/dev-delivery-warrant.md +1 -1
  56. package/docs/engineering-housekeeper.md +3 -3
  57. package/docs/kfd-support.md +26 -2
  58. package/docs/next-development-transition.md +2 -2
  59. package/docs/node-api-reference.md +190 -190
  60. package/docs/publication-authority.md +2 -2
  61. package/docs/release-candidate.md +3 -3
  62. package/docs/release-flow.md +67 -19
  63. package/docs/release-governance.md +8 -8
  64. package/docs/release-passport.md +27 -2
  65. package/docs/reusable-build-surface.md +16 -0
  66. package/docs/v4-adopter-delivery.md +2 -2
  67. package/docs/v4-production-release.md +71 -8
  68. package/docs/v4-rust-wasm-production-authority.md +58 -0
  69. package/docs/v4-stage-capsule.md +2 -2
  70. package/docs/v4-tail-reseal.md +1 -1
  71. package/docs/workflow-catalog.md +154 -0
  72. package/docs/workflow-path-migration.md +109 -0
  73. package/package.json +10 -6
  74. package/packages/core/artifact-verification-envelope.js +5 -5
  75. package/packages/core/buildchain-contract.js +1 -1
  76. package/packages/core/buildchain-kfd-claims.js +2 -2
  77. package/packages/core/buildchain-publication-authority.js +42 -26
  78. package/packages/core/buildchain-v4-domain.wasm +0 -0
  79. package/packages/core/ci-lane-change-budget.js +14 -1
  80. package/packages/core/controller-evidence.js +4 -1
  81. package/packages/core/dev-delivery-candidate-identity.js +40 -6
  82. package/packages/core/dev-delivery-warrant-state.js +3 -4
  83. package/packages/core/dev-delivery-warrant.js +12 -2
  84. package/packages/core/github-governance-authority.js +4 -4
  85. package/packages/core/kfd-adopter-manifest.js +46 -47
  86. package/packages/core/next-development-projection.js +2 -2
  87. package/packages/core/paper-agent-entry.js +30 -4
  88. package/packages/core/paper-fleet.js +1 -1
  89. package/packages/core/paper-runtime-channels.js +348 -0
  90. package/packages/core/paper-scaffold-content.js +10 -0
  91. package/packages/core/paper.js +37 -71
  92. package/packages/core/release-line-dry-run.js +1 -1
  93. package/packages/core/release-passport-contract.js +5 -5
  94. package/packages/core/release-passport.js +5 -4
  95. package/packages/core/release-tail-provider-plane.js +68 -1048
  96. package/packages/core/v4-canonical-contracts.js +10 -75
  97. package/packages/core/v4-domain-wasm-artifact.js +7 -0
  98. package/packages/core/v4-domain-wasm.js +216 -0
  99. package/packages/core/v4-floating-consumer-evidence.js +1 -1
  100. package/packages/core/v4-floating-consumer-policy.js +1 -1
  101. package/packages/core/v4-partial-mutation-recovery-qualification.js +9 -386
  102. package/packages/core/v4-product-publication.js +19 -349
  103. package/packages/core/v4-protected-publication-source.js +19 -21
  104. package/packages/core/v4-provider-operation-journal.js +18 -487
  105. package/packages/core/v4-provider-readback-idempotency.js +12 -97
  106. package/packages/core/v4-release-activation-shadow.js +13 -500
  107. package/packages/core/v4-release-invocation.js +28 -389
  108. package/packages/core/v4-stable-publication-fence.js +13 -342
  109. package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
  110. package/scripts/binary-publication-evidence.mjs +135 -0
  111. package/scripts/build-contract-core.mjs +1 -14
  112. package/scripts/build-v4-domain-wasm.mjs +189 -0
  113. package/scripts/check-action-bundles.mjs +12 -2
  114. package/scripts/check-ci-lane-change-budget.mjs +4 -1
  115. package/scripts/check-core-mechanism-inventory.mjs +4 -3
  116. package/scripts/check-inventory.mjs +35 -44
  117. package/scripts/check-maintainability.mjs +16 -113
  118. package/scripts/check-v4-floating-consumer-policy-contract.mjs +2 -2
  119. package/scripts/check-v4-public-dogfood-contract.mjs +22 -9
  120. package/scripts/check-v4-release-topology.mjs +90 -33
  121. package/scripts/check-v4-runtime-semantic-closure.mjs +4 -1
  122. package/scripts/check-v4-universal-workflow-bootstrap.mjs +266 -0
  123. package/scripts/check-workflow-taxonomy.mjs +6 -0
  124. package/scripts/copy-v4-domain-wasm.mjs +14 -0
  125. package/scripts/dev-delivery-authority-command-adapters.mjs +1 -1
  126. package/scripts/dev-delivery-authority.mjs +8 -8
  127. package/scripts/dev-delivery-source-proof-reuse.mjs +2 -1
  128. package/scripts/dev-delivery-warrant-options.mjs +14 -9
  129. package/scripts/dev-delivery-warrant-store.mjs +73 -7
  130. package/scripts/dev-delivery-warrant-transition.mjs +109 -0
  131. package/scripts/dev-delivery-warrant.mjs +76 -99
  132. package/scripts/dev-pr-auto-merge.mjs +15 -15
  133. package/scripts/generate-channel-build-workflow.mjs +7 -2
  134. package/scripts/generate-channel-promotion-workflow.mjs +7 -5
  135. package/scripts/generate-site-bundle.mjs +11 -11
  136. package/scripts/generate-v4-universal-workflow-facades.mjs +458 -0
  137. package/scripts/generate-workflow-taxonomy.mjs +25 -0
  138. package/scripts/github-output.mjs +31 -0
  139. package/scripts/maintainability-metrics.mjs +16 -5
  140. package/scripts/maintainability-public-surface.mjs +115 -0
  141. package/scripts/next-development-review.mjs +307 -0
  142. package/scripts/paper-work-fleet-cli.mjs +2 -0
  143. package/scripts/release-asset-client.mjs +91 -0
  144. package/scripts/release-candidate-resolver.mjs +9 -9
  145. package/scripts/source-verification-evidence.mjs +344 -0
  146. package/scripts/stable-candidate-qualification.mjs +1 -1
  147. package/scripts/universal-facade-maintainability.mjs +82 -0
  148. package/scripts/v4-product-publication-intent.mjs +13 -6
  149. package/scripts/v4-publication-settlement.mjs +211 -0
  150. package/scripts/v4-universal-workflow-backflow.mjs +212 -0
  151. package/scripts/v4-universal-workflow-engine.mjs +618 -0
  152. package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
  153. package/scripts/verify-version-state-delta.mjs +173 -0
  154. package/scripts/workflow-taxonomy.mjs +507 -0
  155. package/templates/native-dev-delivery.yml +4 -7
  156. package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
  157. package/templates/universal-buildchain-bootstrap.yml +28 -0
@@ -0,0 +1,1451 @@
1
+ {
2
+ "schema": "buildchain.workflow-taxonomy/v1",
3
+ "authorityClassification": "repository-policy-enforcement",
4
+ "roles": ["public", "component", "self"],
5
+ "categories": ["build", "release", "ops"],
6
+ "migrationBaseRevision": "a41c00a0c0b2dbd57c238cd9b326b167a1d27ca8",
7
+ "entries": [
8
+ {
9
+ "id": ".auditable-demo",
10
+ "role": "component",
11
+ "category": "build",
12
+ "purpose": "demo-adapter",
13
+ "summary": "Buildchain Auditable Demo",
14
+ "owner": "kungfu-origin",
15
+ "status": "active",
16
+ "invocation": "reusable",
17
+ "migration": {
18
+ "previousPath": ".github/workflows/.auditable-demo.yml",
19
+ "originalSha256": "33d86446d6cbcce9ba7f386a32db0afbf32e52ff995ddd4b3cf1989831d7f2db"
20
+ },
21
+ "compatibility": {
22
+ "path": ".github/workflows/.auditable-demo.yml",
23
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
24
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
25
+ },
26
+ "rationale": "Classify the existing .github/workflows/.auditable-demo.yml capability without adding execution behavior."
27
+ },
28
+ {
29
+ "id": ".binary-release-assets",
30
+ "role": "component",
31
+ "category": "release",
32
+ "purpose": "binary-assets",
33
+ "summary": "Buildchain Binary Release Assets",
34
+ "owner": "kungfu-origin",
35
+ "status": "active",
36
+ "invocation": "reusable",
37
+ "migration": {
38
+ "previousPath": ".github/workflows/.binary-release-assets.yml",
39
+ "originalSha256": "5dfaea0f9cf83500706f423eca08f43594fe3653fa139da359041e88fae49266"
40
+ },
41
+ "compatibility": {
42
+ "path": ".github/workflows/.binary-release-assets.yml",
43
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
44
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
45
+ },
46
+ "rationale": "Classify the existing .github/workflows/.binary-release-assets.yml capability without adding execution behavior."
47
+ },
48
+ {
49
+ "id": ".build",
50
+ "role": "component",
51
+ "category": "build",
52
+ "purpose": "engine",
53
+ "summary": "Buildchain Build",
54
+ "owner": "kungfu-origin",
55
+ "status": "active",
56
+ "invocation": "reusable",
57
+ "migration": {
58
+ "previousPath": ".github/workflows/.build.yml",
59
+ "originalSha256": "20549663f5459414dcfb00aa9a3a549003bbc09159eeab6cea211db96ed0eab2"
60
+ },
61
+ "compatibility": {
62
+ "path": ".github/workflows/.build.yml",
63
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
64
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
65
+ },
66
+ "rationale": "Classify the existing .github/workflows/.build.yml capability without adding execution behavior."
67
+ },
68
+ {
69
+ "id": ".bump-minor-version",
70
+ "role": "component",
71
+ "category": "release",
72
+ "purpose": "minor-bump-compat",
73
+ "summary": "bump minor version",
74
+ "owner": "kungfu-origin",
75
+ "status": "compatibility",
76
+ "invocation": "reusable",
77
+ "migration": {
78
+ "previousPath": ".github/workflows/.bump-minor-version.yml",
79
+ "originalSha256": "6ca37f4d4a81b4433d1ae13833e4ca16bfbbf98f338357376863a2f0d3a2c884"
80
+ },
81
+ "compatibility": {
82
+ "path": ".github/workflows/.bump-minor-version.yml",
83
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
84
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
85
+ },
86
+ "rationale": "Classify the existing .github/workflows/.bump-minor-version.yml capability without adding execution behavior."
87
+ },
88
+ {
89
+ "id": ".declarative-auditable-demo",
90
+ "role": "public",
91
+ "category": "build",
92
+ "purpose": "demo",
93
+ "summary": "Buildchain Declarative Binary Auditable Demo",
94
+ "owner": "kungfu-origin",
95
+ "status": "active",
96
+ "invocation": "reusable",
97
+ "migration": {
98
+ "previousPath": ".github/workflows/.declarative-auditable-demo.yml",
99
+ "originalSha256": "b00e330b547e6e823f9cf83ac97406ca7c93c688a9e80e63af5bc39cbf840941"
100
+ },
101
+ "compatibility": {
102
+ "path": ".github/workflows/.declarative-auditable-demo.yml",
103
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
104
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
105
+ },
106
+ "rationale": "Classify the existing .github/workflows/.declarative-auditable-demo.yml capability without adding execution behavior."
107
+ },
108
+ {
109
+ "id": ".gate-profile",
110
+ "role": "component",
111
+ "category": "build",
112
+ "purpose": "gate-profile",
113
+ "summary": "Buildchain Shifu Gate Profile",
114
+ "owner": "kungfu-origin",
115
+ "status": "active",
116
+ "invocation": "reusable",
117
+ "migration": {
118
+ "previousPath": ".github/workflows/.gate-profile.yml",
119
+ "originalSha256": "f5ad2bc08c4092aa27dc257d669a25fe27713c5df90f130ae4e70af983860ace"
120
+ },
121
+ "compatibility": {
122
+ "path": ".github/workflows/.gate-profile.yml",
123
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
124
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
125
+ },
126
+ "rationale": "Classify the existing .github/workflows/.gate-profile.yml capability without adding execution behavior."
127
+ },
128
+ {
129
+ "id": ".publication-authority",
130
+ "role": "component",
131
+ "category": "release",
132
+ "purpose": "authority",
133
+ "summary": "Buildchain Sealed Publication Authority",
134
+ "owner": "kungfu-origin",
135
+ "status": "active",
136
+ "invocation": "reusable",
137
+ "migration": {
138
+ "previousPath": ".github/workflows/.publication-authority.yml",
139
+ "originalSha256": "548bcf020c85bb98f4d8200c7c0f6960067b557416456981bbd36387f0fc1aa9"
140
+ },
141
+ "compatibility": {
142
+ "path": ".github/workflows/.publication-authority.yml",
143
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
144
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
145
+ },
146
+ "rationale": "Classify the existing .github/workflows/.publication-authority.yml capability without adding execution behavior."
147
+ },
148
+ {
149
+ "id": ".release-candidate-promote",
150
+ "role": "component",
151
+ "category": "release",
152
+ "purpose": "promote",
153
+ "summary": "Release Candidate Promote Advanced",
154
+ "owner": "kungfu-origin",
155
+ "status": "active",
156
+ "invocation": "reusable",
157
+ "migration": {
158
+ "previousPath": ".github/workflows/.release-candidate-promote.yml",
159
+ "originalSha256": "177b3c50685405e5ed2bf1ac893469fdb3a27e7b03d55025611b2985028cd8cf"
160
+ },
161
+ "compatibility": {
162
+ "path": ".github/workflows/.release-candidate-promote.yml",
163
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
164
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
165
+ },
166
+ "rationale": "Classify the existing .github/workflows/.release-candidate-promote.yml capability without adding execution behavior."
167
+ },
168
+ {
169
+ "id": ".release-verify",
170
+ "role": "component",
171
+ "category": "build",
172
+ "purpose": "release-verify-compat",
173
+ "summary": "release verify",
174
+ "owner": "kungfu-origin",
175
+ "status": "compatibility",
176
+ "invocation": "reusable",
177
+ "migration": {
178
+ "previousPath": ".github/workflows/.release-verify.yml",
179
+ "originalSha256": "1997c74278cbbd88f73e516016cb9d323fff3dad255a46496291c579ea679c71"
180
+ },
181
+ "compatibility": {
182
+ "path": ".github/workflows/.release-verify.yml",
183
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
184
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
185
+ },
186
+ "rationale": "Classify the existing .github/workflows/.release-verify.yml capability without adding execution behavior."
187
+ },
188
+ {
189
+ "id": ".sam-verify",
190
+ "role": "component",
191
+ "category": "build",
192
+ "purpose": "sam-verify-compat",
193
+ "summary": "sam verify",
194
+ "owner": "kungfu-origin",
195
+ "status": "compatibility",
196
+ "invocation": "reusable",
197
+ "migration": {
198
+ "previousPath": ".github/workflows/.sam-verify.yml",
199
+ "originalSha256": "811c2a5c6e415ad1f688fa96a30116e42acc8faa41ceb3ef929936fc3214286f"
200
+ },
201
+ "compatibility": {
202
+ "path": ".github/workflows/.sam-verify.yml",
203
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
204
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
205
+ },
206
+ "rationale": "Classify the existing .github/workflows/.sam-verify.yml capability without adding execution behavior."
207
+ },
208
+ {
209
+ "id": ".sync-release-page",
210
+ "role": "component",
211
+ "category": "release",
212
+ "purpose": "page-sync-retired",
213
+ "summary": "sync release page",
214
+ "owner": "kungfu-origin",
215
+ "status": "retired",
216
+ "invocation": "reusable",
217
+ "migration": {
218
+ "previousPath": ".github/workflows/.sync-release-page.yml",
219
+ "originalSha256": "607e1a4950a810671aa48f2e208c3ab4465e83bc08c0a1f768875a900e4ceec7"
220
+ },
221
+ "compatibility": {
222
+ "path": ".github/workflows/.sync-release-page.yml",
223
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
224
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
225
+ },
226
+ "rationale": "Classify the existing .github/workflows/.sync-release-page.yml capability without adding execution behavior."
227
+ },
228
+ {
229
+ "id": ".sync-remote-git",
230
+ "role": "component",
231
+ "category": "ops",
232
+ "purpose": "git-sync",
233
+ "summary": "sync remote git",
234
+ "owner": "kungfu-origin",
235
+ "status": "active",
236
+ "invocation": "reusable",
237
+ "migration": {
238
+ "previousPath": ".github/workflows/.sync-remote-git.yml",
239
+ "originalSha256": "e0cebedef7220a51646e797e56951a7490f5bc29fb530dee4439fc55ba13df2d"
240
+ },
241
+ "compatibility": {
242
+ "path": ".github/workflows/.sync-remote-git.yml",
243
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
244
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
245
+ },
246
+ "rationale": "Classify the existing .github/workflows/.sync-remote-git.yml capability without adding execution behavior."
247
+ },
248
+ {
249
+ "id": ".web-surface",
250
+ "role": "public",
251
+ "category": "release",
252
+ "purpose": "web",
253
+ "summary": "Buildchain Web Surface",
254
+ "owner": "kungfu-origin",
255
+ "status": "active",
256
+ "invocation": "reusable",
257
+ "migration": {
258
+ "previousPath": ".github/workflows/.web-surface.yml",
259
+ "originalSha256": "5c006ccc4e465649d971490a8cb40f4601a7a83b6496077e2a1d2a1baf90893b"
260
+ },
261
+ "compatibility": {
262
+ "path": ".github/workflows/.web-surface.yml",
263
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
264
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
265
+ },
266
+ "rationale": "Classify the existing .github/workflows/.web-surface.yml capability without adding execution behavior."
267
+ },
268
+ {
269
+ "id": ".wheel-verify",
270
+ "role": "component",
271
+ "category": "build",
272
+ "purpose": "wheel-verify-compat",
273
+ "summary": "wheel verify",
274
+ "owner": "kungfu-origin",
275
+ "status": "compatibility",
276
+ "invocation": "reusable",
277
+ "migration": {
278
+ "previousPath": ".github/workflows/.wheel-verify.yml",
279
+ "originalSha256": "2490352d5edcc47e0c4794b71493d20a870e9791a6447b08aea30d238d5f0e47"
280
+ },
281
+ "compatibility": {
282
+ "path": ".github/workflows/.wheel-verify.yml",
283
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
284
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
285
+ },
286
+ "rationale": "Classify the existing .github/workflows/.wheel-verify.yml capability without adding execution behavior."
287
+ },
288
+ {
289
+ "id": "artifact-signing-authority",
290
+ "role": "public",
291
+ "category": "release",
292
+ "purpose": "signing-authority",
293
+ "summary": "Buildchain Artifact Signing Authority",
294
+ "owner": "kungfu-origin",
295
+ "status": "active",
296
+ "invocation": "dispatch-service",
297
+ "migration": {
298
+ "previousPath": ".github/workflows/artifact-signing-authority.yml",
299
+ "originalSha256": "15c07469ed1f58a8b7b86cb1902bba35d643aeb70213eda87b61fc0ae60b85ec"
300
+ },
301
+ "compatibility": {
302
+ "path": ".github/workflows/artifact-signing-authority.yml",
303
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
304
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
305
+ },
306
+ "rationale": "Classify the existing .github/workflows/artifact-signing-authority.yml capability without adding execution behavior."
307
+ },
308
+ {
309
+ "id": "auditable-demo",
310
+ "role": "self",
311
+ "category": "build",
312
+ "purpose": "demo-dogfood",
313
+ "summary": "Buildchain Declarative Demo Dogfood",
314
+ "owner": "kungfu-origin",
315
+ "status": "active",
316
+ "invocation": "repository",
317
+ "migration": {
318
+ "previousPath": ".github/workflows/auditable-demo.yml",
319
+ "originalSha256": "470b8fec709e9343d73b7c142890e303f80298e968a98ecb1f26b116b4962c32"
320
+ },
321
+ "compatibility": null,
322
+ "rationale": "Classify the existing .github/workflows/auditable-demo.yml capability without adding execution behavior."
323
+ },
324
+ {
325
+ "id": "auditable-demo-media-profile-qualification",
326
+ "role": "self",
327
+ "category": "build",
328
+ "purpose": "demo-media-qualification",
329
+ "summary": "Auditable Demo Media Profile Qualification",
330
+ "owner": "kungfu-origin",
331
+ "status": "active",
332
+ "invocation": "repository",
333
+ "migration": {
334
+ "previousPath": ".github/workflows/auditable-demo-media-profile-qualification.yml",
335
+ "originalSha256": "4eaf69b0bdff263f93542a0a8722620b36003c74efe942de73dfe8d9da07df7a"
336
+ },
337
+ "compatibility": null,
338
+ "rationale": "Classify the existing .github/workflows/auditable-demo-media-profile-qualification.yml capability without adding execution behavior."
339
+ },
340
+ {
341
+ "id": "binary-distribution",
342
+ "role": "self",
343
+ "category": "build",
344
+ "purpose": "binary-distribution",
345
+ "summary": "Binary Distribution",
346
+ "owner": "kungfu-origin",
347
+ "status": "active",
348
+ "invocation": "repository",
349
+ "migration": {
350
+ "previousPath": ".github/workflows/binary-distribution.yml",
351
+ "originalSha256": "d07482cd66413a2fb3781a3b76f960b8151b6231841799647fe237820de2fde6"
352
+ },
353
+ "compatibility": null,
354
+ "rationale": "Classify the existing .github/workflows/binary-distribution.yml capability without adding execution behavior."
355
+ },
356
+ {
357
+ "id": "binary-release-assets",
358
+ "role": "self",
359
+ "category": "release",
360
+ "purpose": "binary-assets",
361
+ "summary": "Binary Release Assets",
362
+ "owner": "kungfu-origin",
363
+ "status": "active",
364
+ "invocation": "repository",
365
+ "migration": {
366
+ "previousPath": ".github/workflows/binary-release-assets.yml",
367
+ "originalSha256": "e5107c8b31c7c3a3851d05c1b16cb1901693f1eddc8695f9c457dfe938b0271a"
368
+ },
369
+ "compatibility": null,
370
+ "rationale": "Classify the existing .github/workflows/binary-release-assets.yml capability without adding execution behavior."
371
+ },
372
+ {
373
+ "id": "bootstrap",
374
+ "role": "public",
375
+ "category": "ops",
376
+ "purpose": "bootstrap",
377
+ "summary": "Buildchain Universal Bootstrap",
378
+ "owner": "kungfu-origin",
379
+ "status": "active",
380
+ "invocation": "reusable",
381
+ "migration": {
382
+ "previousPath": ".github/workflows/bootstrap.yml",
383
+ "originalSha256": "b94023c4abe4216765198adcaefb4825874a4d9053be096d35a53d6821128b52"
384
+ },
385
+ "compatibility": {
386
+ "path": ".github/workflows/bootstrap.yml",
387
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
388
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
389
+ },
390
+ "rationale": "Classify the existing .github/workflows/bootstrap.yml capability without adding execution behavior."
391
+ },
392
+ {
393
+ "id": "build",
394
+ "role": "public",
395
+ "category": "build",
396
+ "purpose": "candidate",
397
+ "summary": "Buildchain Channel Build",
398
+ "owner": "kungfu-origin",
399
+ "status": "active",
400
+ "invocation": "reusable",
401
+ "migration": {
402
+ "previousPath": ".github/workflows/build.yml",
403
+ "originalSha256": "ae39d775f50ed5d0a20084067e36ae7337c6e1cf730e5311c54bba0420f4c8bf"
404
+ },
405
+ "compatibility": {
406
+ "path": ".github/workflows/build.yml",
407
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
408
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
409
+ },
410
+ "rationale": "Classify the existing .github/workflows/build.yml capability without adding execution behavior."
411
+ },
412
+ {
413
+ "id": "build-surface-fixture",
414
+ "role": "self",
415
+ "category": "build",
416
+ "purpose": "fixture",
417
+ "summary": "Build Surface Fixture",
418
+ "owner": "kungfu-origin",
419
+ "status": "active",
420
+ "invocation": "repository",
421
+ "migration": {
422
+ "previousPath": ".github/workflows/build-surface-fixture.yml",
423
+ "originalSha256": "635003e04b147dd9bbaae177321c1a1e8d39bbe6c983ab6e61aa1f1fd9e0325c"
424
+ },
425
+ "compatibility": null,
426
+ "rationale": "Classify the existing .github/workflows/build-surface-fixture.yml capability without adding execution behavior."
427
+ },
428
+ {
429
+ "id": "buildchain-alpha-self-dogfood",
430
+ "role": "self",
431
+ "category": "build",
432
+ "purpose": "alpha-dogfood",
433
+ "summary": "Buildchain Alpha Self-Dogfood",
434
+ "owner": "kungfu-origin",
435
+ "status": "active",
436
+ "invocation": "repository",
437
+ "migration": {
438
+ "previousPath": ".github/workflows/buildchain-alpha-self-dogfood.yml",
439
+ "originalSha256": "4233bb5cfc7fb8564dac7c0c0614855efbed0570f46ebe6b70d9de8464fbd004"
440
+ },
441
+ "compatibility": null,
442
+ "rationale": "Classify the existing .github/workflows/buildchain-alpha-self-dogfood.yml capability without adding execution behavior."
443
+ },
444
+ {
445
+ "id": "buildchain-candidate-recovery-dogfood-failure",
446
+ "role": "self",
447
+ "category": "ops",
448
+ "purpose": "recovery-failure-dogfood",
449
+ "summary": "Buildchain Candidate Recovery Dogfood Startup Failure",
450
+ "owner": "kungfu-origin",
451
+ "status": "active",
452
+ "invocation": "repository",
453
+ "migration": {
454
+ "previousPath": ".github/workflows/buildchain-candidate-recovery-dogfood-failure.yml",
455
+ "originalSha256": "6764b53b69aa5a3a6bcf6084052c03c43b7097918df48c6f6dd8f8e4625ed7ca"
456
+ },
457
+ "compatibility": null,
458
+ "rationale": "Classify the existing .github/workflows/buildchain-candidate-recovery-dogfood-failure.yml capability without adding execution behavior."
459
+ },
460
+ {
461
+ "id": "buildchain-dev-delivery",
462
+ "role": "self",
463
+ "category": "ops",
464
+ "purpose": "dev-delivery",
465
+ "summary": "Buildchain Dev Delivery",
466
+ "owner": "kungfu-origin",
467
+ "status": "active",
468
+ "invocation": "repository",
469
+ "migration": {
470
+ "previousPath": ".github/workflows/buildchain-dev-delivery.yml",
471
+ "originalSha256": "2fd02b0b3f7bb61e856cf792a9cbb59761cac4e2ab48cac9767c3c99f76b65e3"
472
+ },
473
+ "compatibility": null,
474
+ "rationale": "Classify the existing .github/workflows/buildchain-dev-delivery.yml capability without adding execution behavior."
475
+ },
476
+ {
477
+ "id": "buildchain-patrol",
478
+ "role": "public",
479
+ "category": "ops",
480
+ "purpose": "patrol",
481
+ "summary": "Buildchain Patrol",
482
+ "owner": "kungfu-origin",
483
+ "status": "active",
484
+ "invocation": "reusable",
485
+ "migration": {
486
+ "previousPath": ".github/workflows/buildchain-patrol.yml",
487
+ "originalSha256": "648faac4e89aecacc5c77484384bd2d5085dafdd60ae31235c9d4c95fc3c6ea7"
488
+ },
489
+ "compatibility": {
490
+ "path": ".github/workflows/buildchain-patrol.yml",
491
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
492
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
493
+ },
494
+ "rationale": "Classify the existing .github/workflows/buildchain-patrol.yml capability without adding execution behavior."
495
+ },
496
+ {
497
+ "id": "buildchain-patrol-daily",
498
+ "role": "self",
499
+ "category": "ops",
500
+ "purpose": "patrol-daily",
501
+ "summary": "Buildchain Dogfood Patrol Daily",
502
+ "owner": "kungfu-origin",
503
+ "status": "active",
504
+ "invocation": "repository",
505
+ "migration": {
506
+ "previousPath": ".github/workflows/buildchain-patrol-daily.yml",
507
+ "originalSha256": "9139932b23a10ed8ffbf01e057f2dec51fdccd2a526cf0f32b08201d507bda2f"
508
+ },
509
+ "compatibility": null,
510
+ "rationale": "Classify the existing .github/workflows/buildchain-patrol-daily.yml capability without adding execution behavior."
511
+ },
512
+ {
513
+ "id": "buildchain-patrol-monthly",
514
+ "role": "self",
515
+ "category": "ops",
516
+ "purpose": "patrol-monthly",
517
+ "summary": "Buildchain Dogfood Patrol Monthly",
518
+ "owner": "kungfu-origin",
519
+ "status": "active",
520
+ "invocation": "repository",
521
+ "migration": {
522
+ "previousPath": ".github/workflows/buildchain-patrol-monthly.yml",
523
+ "originalSha256": "aa33a3295c31148e593fe9c85b1df0f554b61b6f5c257e58ddfbc37c756e20d8"
524
+ },
525
+ "compatibility": null,
526
+ "rationale": "Classify the existing .github/workflows/buildchain-patrol-monthly.yml capability without adding execution behavior."
527
+ },
528
+ {
529
+ "id": "buildchain-patrol-weekly",
530
+ "role": "self",
531
+ "category": "ops",
532
+ "purpose": "patrol-weekly",
533
+ "summary": "Buildchain Dogfood Patrol Weekly",
534
+ "owner": "kungfu-origin",
535
+ "status": "active",
536
+ "invocation": "repository",
537
+ "migration": {
538
+ "previousPath": ".github/workflows/buildchain-patrol-weekly.yml",
539
+ "originalSha256": "a8de2eaff33a565a1f9529950fa17cfa3efb2f1ed12379f6c77f7de1764fb49a"
540
+ },
541
+ "compatibility": null,
542
+ "rationale": "Classify the existing .github/workflows/buildchain-patrol-weekly.yml capability without adding execution behavior."
543
+ },
544
+ {
545
+ "id": "buildchain-ref-promotion",
546
+ "role": "self",
547
+ "category": "release",
548
+ "purpose": "promote",
549
+ "summary": "Buildchain Ref Promotion",
550
+ "owner": "kungfu-origin",
551
+ "status": "active",
552
+ "invocation": "repository",
553
+ "migration": {
554
+ "previousPath": ".github/workflows/buildchain-ref-promotion.yml",
555
+ "originalSha256": "678ab1f13e518e5745b101bc52febd7790de87bf48bdbf2b0c2f976547ab4f75"
556
+ },
557
+ "compatibility": null,
558
+ "rationale": "Classify the existing .github/workflows/buildchain-ref-promotion.yml capability without adding execution behavior."
559
+ },
560
+ {
561
+ "id": "buildchain-ref-promotion-recovery",
562
+ "role": "self",
563
+ "category": "ops",
564
+ "purpose": "promotion-recovery",
565
+ "summary": "Buildchain Ref Promotion Recovery",
566
+ "owner": "kungfu-origin",
567
+ "status": "active",
568
+ "invocation": "repository",
569
+ "migration": {
570
+ "previousPath": ".github/workflows/buildchain-ref-promotion-recovery.yml",
571
+ "originalSha256": "1a99bf8febf7192674c3147937e3ad3a08d03071f67d63133212eb519967f228"
572
+ },
573
+ "compatibility": null,
574
+ "rationale": "Classify the existing .github/workflows/buildchain-ref-promotion-recovery.yml capability without adding execution behavior."
575
+ },
576
+ {
577
+ "id": "buildchain-stable-candidate-patrol",
578
+ "role": "self",
579
+ "category": "ops",
580
+ "purpose": "stable-candidate-patrol",
581
+ "summary": "Buildchain Dogfood Stable Candidate Patrol",
582
+ "owner": "kungfu-origin",
583
+ "status": "active",
584
+ "invocation": "repository",
585
+ "migration": {
586
+ "previousPath": ".github/workflows/buildchain-stable-candidate-patrol.yml",
587
+ "originalSha256": "a7a65db870ce916d0e9749641543a23670cf25025b3e69cd084101946e359fb2"
588
+ },
589
+ "compatibility": null,
590
+ "rationale": "Classify the existing .github/workflows/buildchain-stable-candidate-patrol.yml capability without adding execution behavior."
591
+ },
592
+ {
593
+ "id": "buildchain-stable-candidate-qualification",
594
+ "role": "self",
595
+ "category": "build",
596
+ "purpose": "stable-candidate-qualification",
597
+ "summary": "Buildchain Stable Candidate Qualification",
598
+ "owner": "kungfu-origin",
599
+ "status": "active",
600
+ "invocation": "repository",
601
+ "migration": {
602
+ "previousPath": ".github/workflows/buildchain-stable-candidate-qualification.yml",
603
+ "originalSha256": "7280bc3e9c8b9033c74f136d5a6c6998eb0f0b1caf0184510d0f7567b24b1282"
604
+ },
605
+ "compatibility": null,
606
+ "rationale": "Classify the existing .github/workflows/buildchain-stable-candidate-qualification.yml capability without adding execution behavior."
607
+ },
608
+ {
609
+ "id": "candidate-lab",
610
+ "role": "self",
611
+ "category": "build",
612
+ "purpose": "candidate-lab",
613
+ "summary": "Candidate Lab",
614
+ "owner": "kungfu-origin",
615
+ "status": "active",
616
+ "invocation": "repository",
617
+ "migration": {
618
+ "previousPath": ".github/workflows/candidate-lab.yml",
619
+ "originalSha256": "60dac62c624222d8b37c070e172bc4fa838e35b73a1cd0aefbfaf61db19c5394"
620
+ },
621
+ "compatibility": null,
622
+ "rationale": "Classify the existing .github/workflows/candidate-lab.yml capability without adding execution behavior."
623
+ },
624
+ {
625
+ "id": "check",
626
+ "role": "public",
627
+ "category": "build",
628
+ "purpose": "check",
629
+ "summary": "Buildchain Check",
630
+ "owner": "kungfu-origin",
631
+ "status": "active",
632
+ "invocation": "reusable",
633
+ "migration": {
634
+ "previousPath": ".github/workflows/check.yml",
635
+ "originalSha256": "44797c1b64e54806e19cf401300a27e587d6a2f0730ee7509eb84aefb9b60f74"
636
+ },
637
+ "compatibility": {
638
+ "path": ".github/workflows/check.yml",
639
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
640
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
641
+ },
642
+ "rationale": "Classify the existing .github/workflows/check.yml capability without adding execution behavior."
643
+ },
644
+ {
645
+ "id": "dev-alpha-candidate-patrol",
646
+ "role": "public",
647
+ "category": "ops",
648
+ "purpose": "alpha-candidate-patrol",
649
+ "summary": "Buildchain Dev to Alpha Candidate Patrol",
650
+ "owner": "kungfu-origin",
651
+ "status": "active",
652
+ "invocation": "reusable",
653
+ "migration": {
654
+ "previousPath": ".github/workflows/dev-alpha-candidate-patrol.yml",
655
+ "originalSha256": "c9461871bd9427dbcd12ba537843307f48dd09e5c8cef45ca3065dafbcc5589d"
656
+ },
657
+ "compatibility": {
658
+ "path": ".github/workflows/dev-alpha-candidate-patrol.yml",
659
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
660
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
661
+ },
662
+ "rationale": "Classify the existing .github/workflows/dev-alpha-candidate-patrol.yml capability without adding execution behavior."
663
+ },
664
+ {
665
+ "id": "dev-delivery-warrant-cancel",
666
+ "role": "public",
667
+ "category": "ops",
668
+ "purpose": "warrant-cancel",
669
+ "summary": "Dev Delivery Warrant Queued Candidate Cancel",
670
+ "owner": "kungfu-origin",
671
+ "status": "active",
672
+ "invocation": "reusable",
673
+ "migration": {
674
+ "previousPath": ".github/workflows/dev-delivery-warrant-cancel.yml",
675
+ "originalSha256": "ad9014dc053d635463f70a0c94c24d43f9254e64bf438a62307458f0efe7f8c0"
676
+ },
677
+ "compatibility": {
678
+ "path": ".github/workflows/dev-delivery-warrant-cancel.yml",
679
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
680
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
681
+ },
682
+ "rationale": "Classify the existing .github/workflows/dev-delivery-warrant-cancel.yml capability without adding execution behavior."
683
+ },
684
+ {
685
+ "id": "dev-delivery-warrant-close",
686
+ "role": "public",
687
+ "category": "ops",
688
+ "purpose": "warrant-close",
689
+ "summary": "Dev Delivery Warrant Close",
690
+ "owner": "kungfu-origin",
691
+ "status": "active",
692
+ "invocation": "reusable",
693
+ "migration": {
694
+ "previousPath": ".github/workflows/dev-delivery-warrant-close.yml",
695
+ "originalSha256": "b5689d0c018988933f35034466f8b1574e6121e5a01700eb663ebf9851fafe60"
696
+ },
697
+ "compatibility": {
698
+ "path": ".github/workflows/dev-delivery-warrant-close.yml",
699
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
700
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
701
+ },
702
+ "rationale": "Classify the existing .github/workflows/dev-delivery-warrant-close.yml capability without adding execution behavior."
703
+ },
704
+ {
705
+ "id": "dev-merge-queue-governance",
706
+ "role": "self",
707
+ "category": "ops",
708
+ "purpose": "merge-queue",
709
+ "summary": "Dev Merge Queue Governance",
710
+ "owner": "kungfu-origin",
711
+ "status": "active",
712
+ "invocation": "repository",
713
+ "migration": {
714
+ "previousPath": ".github/workflows/dev-merge-queue-governance.yml",
715
+ "originalSha256": "129cd72d4f5235372eaea937781d0dcc052196d7779166ac930071f86df33a79"
716
+ },
717
+ "compatibility": null,
718
+ "rationale": "Classify the existing .github/workflows/dev-merge-queue-governance.yml capability without adding execution behavior."
719
+ },
720
+ {
721
+ "id": "dev-pr-auto-merge",
722
+ "role": "public",
723
+ "category": "ops",
724
+ "purpose": "dev-auto-merge",
725
+ "summary": "Dev PR Auto Merge",
726
+ "owner": "kungfu-origin",
727
+ "status": "active",
728
+ "invocation": "reusable",
729
+ "migration": {
730
+ "previousPath": ".github/workflows/dev-pr-auto-merge.yml",
731
+ "originalSha256": "d86830e186b6ec56816e875adfebd33d705ae309983cc37106717ce05ec9ccca"
732
+ },
733
+ "compatibility": {
734
+ "path": ".github/workflows/dev-pr-auto-merge.yml",
735
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
736
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
737
+ },
738
+ "rationale": "Classify the existing .github/workflows/dev-pr-auto-merge.yml capability without adding execution behavior."
739
+ },
740
+ {
741
+ "id": "dev-qualification-patrol",
742
+ "role": "public",
743
+ "category": "ops",
744
+ "purpose": "dev-qualification-patrol",
745
+ "summary": "Buildchain Dev Qualification Patrol",
746
+ "owner": "kungfu-origin",
747
+ "status": "active",
748
+ "invocation": "reusable",
749
+ "migration": {
750
+ "previousPath": ".github/workflows/dev-qualification-patrol.yml",
751
+ "originalSha256": "5c33a63e5cf61c54205d5df525ac99fb0866416d3d787c38176d0f99c2b546da"
752
+ },
753
+ "compatibility": {
754
+ "path": ".github/workflows/dev-qualification-patrol.yml",
755
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
756
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
757
+ },
758
+ "rationale": "Classify the existing .github/workflows/dev-qualification-patrol.yml capability without adding execution behavior."
759
+ },
760
+ {
761
+ "id": "engineering-housekeeper",
762
+ "role": "public",
763
+ "category": "ops",
764
+ "purpose": "housekeeping",
765
+ "summary": "Engineering Housekeeper",
766
+ "owner": "kungfu-origin",
767
+ "status": "active",
768
+ "invocation": "reusable",
769
+ "migration": {
770
+ "previousPath": ".github/workflows/engineering-housekeeper.yml",
771
+ "originalSha256": "c4550d74527aa5f1e6238e0b28b23ca239039813aef45e379300ed2074ea1e65"
772
+ },
773
+ "compatibility": {
774
+ "path": ".github/workflows/engineering-housekeeper.yml",
775
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
776
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
777
+ },
778
+ "rationale": "Classify the existing .github/workflows/engineering-housekeeper.yml capability without adding execution behavior."
779
+ },
780
+ {
781
+ "id": "engineering-housekeeper-daily",
782
+ "role": "self",
783
+ "category": "ops",
784
+ "purpose": "housekeeping-daily",
785
+ "summary": "Engineering Housekeeper Daily",
786
+ "owner": "kungfu-origin",
787
+ "status": "active",
788
+ "invocation": "repository",
789
+ "migration": {
790
+ "previousPath": ".github/workflows/engineering-housekeeper-daily.yml",
791
+ "originalSha256": "43afdee577caafb7e1d2952b01f963a7db876a672bda7d4c96bbc7513e679aa8"
792
+ },
793
+ "compatibility": null,
794
+ "rationale": "Classify the existing .github/workflows/engineering-housekeeper-daily.yml capability without adding execution behavior."
795
+ },
796
+ {
797
+ "id": "engineering-housekeeper-monthly",
798
+ "role": "self",
799
+ "category": "ops",
800
+ "purpose": "housekeeping-monthly",
801
+ "summary": "Engineering Housekeeper Monthly",
802
+ "owner": "kungfu-origin",
803
+ "status": "active",
804
+ "invocation": "repository",
805
+ "migration": {
806
+ "previousPath": ".github/workflows/engineering-housekeeper-monthly.yml",
807
+ "originalSha256": "7c0f64e14c07324530477546c040606c0492962d41f397ea9abdab71b89518cc"
808
+ },
809
+ "compatibility": null,
810
+ "rationale": "Classify the existing .github/workflows/engineering-housekeeper-monthly.yml capability without adding execution behavior."
811
+ },
812
+ {
813
+ "id": "engineering-housekeeper-weekly",
814
+ "role": "self",
815
+ "category": "ops",
816
+ "purpose": "housekeeping-weekly",
817
+ "summary": "Engineering Housekeeper Weekly",
818
+ "owner": "kungfu-origin",
819
+ "status": "active",
820
+ "invocation": "repository",
821
+ "migration": {
822
+ "previousPath": ".github/workflows/engineering-housekeeper-weekly.yml",
823
+ "originalSha256": "b671df332f5313e182647dc3aa00c08ee77aab4dbb8b692d833b7b38f3d27ad0"
824
+ },
825
+ "compatibility": null,
826
+ "rationale": "Classify the existing .github/workflows/engineering-housekeeper-weekly.yml capability without adding execution behavior."
827
+ },
828
+ {
829
+ "id": "github-artifact-attestation",
830
+ "role": "public",
831
+ "category": "release",
832
+ "purpose": "artifact-attestation",
833
+ "summary": "Buildchain GitHub Artifact Attestation",
834
+ "owner": "kungfu-origin",
835
+ "status": "active",
836
+ "invocation": "reusable",
837
+ "migration": {
838
+ "previousPath": ".github/workflows/github-artifact-attestation.yml",
839
+ "originalSha256": "fd43392b60c5a1cb7aa0a9075471856b543a123918716112d8ddd91ce597f709"
840
+ },
841
+ "compatibility": {
842
+ "path": ".github/workflows/github-artifact-attestation.yml",
843
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
844
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
845
+ },
846
+ "rationale": "Classify the existing .github/workflows/github-artifact-attestation.yml capability without adding execution behavior."
847
+ },
848
+ {
849
+ "id": "github-governance-audit",
850
+ "role": "self",
851
+ "category": "ops",
852
+ "purpose": "governance-audit",
853
+ "summary": "GitHub Governance Authority Audit",
854
+ "owner": "kungfu-origin",
855
+ "status": "active",
856
+ "invocation": "repository",
857
+ "migration": {
858
+ "previousPath": ".github/workflows/github-governance-audit.yml",
859
+ "originalSha256": "bc762d431bc7948b67bb9a528563743008549bb52b1aff6c09b6c3cd008208a1"
860
+ },
861
+ "compatibility": null,
862
+ "rationale": "Classify the existing .github/workflows/github-governance-audit.yml capability without adding execution behavior."
863
+ },
864
+ {
865
+ "id": "next-development-review",
866
+ "role": "self",
867
+ "category": "release",
868
+ "purpose": "next-development",
869
+ "summary": "Next Development Review",
870
+ "owner": "kungfu-origin",
871
+ "status": "active",
872
+ "invocation": "repository",
873
+ "rationale": "Independently regenerate the exact version-only delta from protected development, verify the completed alpha publication, then approve and enqueue the exact head under existing CODEOWNER and queue policy."
874
+ },
875
+ {
876
+ "id": "npm-publish",
877
+ "role": "self",
878
+ "category": "release",
879
+ "purpose": "npm-dry-run",
880
+ "summary": "Publish npm package",
881
+ "owner": "kungfu-origin",
882
+ "status": "active",
883
+ "invocation": "repository",
884
+ "migration": {
885
+ "previousPath": ".github/workflows/npm-publish.yml",
886
+ "originalSha256": "54e5ac92134eddb6910eea4886f899f34eb6528f985248d4187be78ce6ab74ce"
887
+ },
888
+ "compatibility": null,
889
+ "rationale": "Classify the existing .github/workflows/npm-publish.yml capability without adding execution behavior."
890
+ },
891
+ {
892
+ "id": "paper-release",
893
+ "role": "public",
894
+ "category": "release",
895
+ "purpose": "paper",
896
+ "summary": "Buildchain Paper Release",
897
+ "owner": "kungfu-origin",
898
+ "status": "active",
899
+ "invocation": "reusable",
900
+ "migration": {
901
+ "previousPath": ".github/workflows/paper-release.yml",
902
+ "originalSha256": "e16dea163b7862a7dc010b3ebf8a16a6126603d8966d79974e00902eca4e3437"
903
+ },
904
+ "compatibility": {
905
+ "path": ".github/workflows/paper-release.yml",
906
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
907
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
908
+ },
909
+ "rationale": "Classify the existing .github/workflows/paper-release.yml capability without adding execution behavior."
910
+ },
911
+ {
912
+ "id": "paper-release-sealed",
913
+ "role": "public",
914
+ "category": "release",
915
+ "purpose": "paper-sealed",
916
+ "summary": "Buildchain Sealed Paper Release",
917
+ "owner": "kungfu-origin",
918
+ "status": "active",
919
+ "invocation": "reusable",
920
+ "migration": {
921
+ "previousPath": ".github/workflows/paper-release-sealed.yml",
922
+ "originalSha256": "04a5a860f3162901da4577db69c282d5622c22b26caecccef620b29ca5a7518c"
923
+ },
924
+ "compatibility": {
925
+ "path": ".github/workflows/paper-release-sealed.yml",
926
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
927
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
928
+ },
929
+ "rationale": "Classify the existing .github/workflows/paper-release-sealed.yml capability without adding execution behavior."
930
+ },
931
+ {
932
+ "id": "patrol-daily",
933
+ "role": "public",
934
+ "category": "ops",
935
+ "purpose": "patrol-daily",
936
+ "summary": "Buildchain Patrol Daily",
937
+ "owner": "kungfu-origin",
938
+ "status": "active",
939
+ "invocation": "reusable",
940
+ "migration": {
941
+ "previousPath": ".github/workflows/patrol-daily.yml",
942
+ "originalSha256": "6a0159f946e52662ae878a21f606e8b9ac8f662652b253a682d5bace1453d255"
943
+ },
944
+ "compatibility": {
945
+ "path": ".github/workflows/patrol-daily.yml",
946
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
947
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
948
+ },
949
+ "rationale": "Classify the existing .github/workflows/patrol-daily.yml capability without adding execution behavior."
950
+ },
951
+ {
952
+ "id": "patrol-monthly",
953
+ "role": "public",
954
+ "category": "ops",
955
+ "purpose": "patrol-monthly",
956
+ "summary": "Buildchain Patrol Monthly",
957
+ "owner": "kungfu-origin",
958
+ "status": "active",
959
+ "invocation": "reusable",
960
+ "migration": {
961
+ "previousPath": ".github/workflows/patrol-monthly.yml",
962
+ "originalSha256": "f7a1f557c6ccabf7a7012d034cb6cdbb171352739984bbd462eb7f619ce8a7f5"
963
+ },
964
+ "compatibility": {
965
+ "path": ".github/workflows/patrol-monthly.yml",
966
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
967
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
968
+ },
969
+ "rationale": "Classify the existing .github/workflows/patrol-monthly.yml capability without adding execution behavior."
970
+ },
971
+ {
972
+ "id": "patrol-observed-evidence",
973
+ "role": "public",
974
+ "category": "ops",
975
+ "purpose": "observed-evidence",
976
+ "summary": "Patrol Observed Evidence",
977
+ "owner": "kungfu-origin",
978
+ "status": "active",
979
+ "invocation": "reusable",
980
+ "migration": {
981
+ "previousPath": ".github/workflows/patrol-observed-evidence.yml",
982
+ "originalSha256": "c65e1f3fcb3fb9bc7dcb9f56c8d60e03b1a070fd1994109cd00ba6e355d56b85"
983
+ },
984
+ "compatibility": {
985
+ "path": ".github/workflows/patrol-observed-evidence.yml",
986
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
987
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
988
+ },
989
+ "rationale": "Classify the existing .github/workflows/patrol-observed-evidence.yml capability without adding execution behavior."
990
+ },
991
+ {
992
+ "id": "patrol-weekly",
993
+ "role": "public",
994
+ "category": "ops",
995
+ "purpose": "patrol-weekly",
996
+ "summary": "Buildchain Patrol Weekly",
997
+ "owner": "kungfu-origin",
998
+ "status": "active",
999
+ "invocation": "reusable",
1000
+ "migration": {
1001
+ "previousPath": ".github/workflows/patrol-weekly.yml",
1002
+ "originalSha256": "43ff67408f7a0e4ecb5cdde4c550b914751431664b69008496dd5ecdc1dd3129"
1003
+ },
1004
+ "compatibility": {
1005
+ "path": ".github/workflows/patrol-weekly.yml",
1006
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
1007
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
1008
+ },
1009
+ "rationale": "Classify the existing .github/workflows/patrol-weekly.yml capability without adding execution behavior."
1010
+ },
1011
+ {
1012
+ "id": "publication-artifact",
1013
+ "role": "public",
1014
+ "category": "build",
1015
+ "purpose": "publication",
1016
+ "summary": "Buildchain Publication Artifact",
1017
+ "owner": "kungfu-origin",
1018
+ "status": "active",
1019
+ "invocation": "reusable",
1020
+ "migration": {
1021
+ "previousPath": ".github/workflows/publication-artifact.yml",
1022
+ "originalSha256": "b224e107179552aa578d69e838a10f2da777ecabff92af4112f631aa9f506897"
1023
+ },
1024
+ "compatibility": {
1025
+ "path": ".github/workflows/publication-artifact.yml",
1026
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
1027
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
1028
+ },
1029
+ "rationale": "Classify the existing .github/workflows/publication-artifact.yml capability without adding execution behavior."
1030
+ },
1031
+ {
1032
+ "id": "release-candidate-promote",
1033
+ "role": "public",
1034
+ "category": "release",
1035
+ "purpose": "promote",
1036
+ "summary": "Release Candidate Promote",
1037
+ "owner": "kungfu-origin",
1038
+ "status": "active",
1039
+ "invocation": "reusable",
1040
+ "migration": {
1041
+ "previousPath": ".github/workflows/release-candidate-promote.yml",
1042
+ "originalSha256": "c4d5fed7a21a3dee45777aef0b3eff3cc6da9884cf64131ffc85217ef7c16503"
1043
+ },
1044
+ "compatibility": {
1045
+ "path": ".github/workflows/release-candidate-promote.yml",
1046
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
1047
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
1048
+ },
1049
+ "rationale": "Classify the existing .github/workflows/release-candidate-promote.yml capability without adding execution behavior."
1050
+ },
1051
+ {
1052
+ "id": "release-governance-reconcile",
1053
+ "role": "public",
1054
+ "category": "ops",
1055
+ "purpose": "release-governance",
1056
+ "summary": "Release Governance Reconcile",
1057
+ "owner": "kungfu-origin",
1058
+ "status": "active",
1059
+ "invocation": "reusable",
1060
+ "migration": {
1061
+ "previousPath": ".github/workflows/release-governance-reconcile.yml",
1062
+ "originalSha256": "db306b5787f8705f0143d35a44bfb9cea2194e061e90b6d1b852c8db4719a777"
1063
+ },
1064
+ "compatibility": {
1065
+ "path": ".github/workflows/release-governance-reconcile.yml",
1066
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
1067
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
1068
+ },
1069
+ "rationale": "Classify the existing .github/workflows/release-governance-reconcile.yml capability without adding execution behavior."
1070
+ },
1071
+ {
1072
+ "id": "release-line-bootstrap",
1073
+ "role": "self",
1074
+ "category": "release",
1075
+ "purpose": "line-open",
1076
+ "summary": "Release Line Bootstrap",
1077
+ "owner": "kungfu-origin",
1078
+ "status": "active",
1079
+ "invocation": "repository",
1080
+ "migration": {
1081
+ "previousPath": ".github/workflows/release-line-bootstrap.yml",
1082
+ "originalSha256": "ebc5753300585736bb4e27e86f94bd94b5449c72fbe67934beb60987185feb36"
1083
+ },
1084
+ "compatibility": null,
1085
+ "rationale": "Classify the existing .github/workflows/release-line-bootstrap.yml capability without adding execution behavior."
1086
+ },
1087
+ {
1088
+ "id": "release-new-version",
1089
+ "role": "self",
1090
+ "category": "release",
1091
+ "purpose": "new-version-compat",
1092
+ "summary": "Release - New Version",
1093
+ "owner": "kungfu-origin",
1094
+ "status": "compatibility",
1095
+ "invocation": "repository",
1096
+ "migration": {
1097
+ "previousPath": ".github/workflows/release-new-version.yml",
1098
+ "originalSha256": "3c2e67af906879b639f8a19a4def8aa156a59a2e790db7358d91fa33cfe1fc70"
1099
+ },
1100
+ "compatibility": null,
1101
+ "rationale": "Classify the existing .github/workflows/release-new-version.yml capability without adding execution behavior."
1102
+ },
1103
+ {
1104
+ "id": "release-propagation",
1105
+ "role": "public",
1106
+ "category": "release",
1107
+ "purpose": "propagation",
1108
+ "summary": "Release Propagation",
1109
+ "owner": "kungfu-origin",
1110
+ "status": "active",
1111
+ "invocation": "reusable",
1112
+ "migration": {
1113
+ "previousPath": ".github/workflows/release-propagation.yml",
1114
+ "originalSha256": "5fc657f586de6f5a9ffa9e0be61c22b6f99318026d718bd518a04a40197faf97"
1115
+ },
1116
+ "compatibility": {
1117
+ "path": ".github/workflows/release-propagation.yml",
1118
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
1119
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
1120
+ },
1121
+ "rationale": "Classify the existing .github/workflows/release-propagation.yml capability without adding execution behavior."
1122
+ },
1123
+ {
1124
+ "id": "release-tail",
1125
+ "role": "public",
1126
+ "category": "release",
1127
+ "purpose": "tail",
1128
+ "summary": "Declarative Release Tail",
1129
+ "owner": "kungfu-origin",
1130
+ "status": "active",
1131
+ "invocation": "reusable",
1132
+ "migration": {
1133
+ "previousPath": ".github/workflows/release-tail.yml",
1134
+ "originalSha256": "6e3304db970750bdaca21a3f08ee1ec394c75661d6b1c44396e9ef56b5927772"
1135
+ },
1136
+ "compatibility": {
1137
+ "path": ".github/workflows/release-tail.yml",
1138
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
1139
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
1140
+ },
1141
+ "rationale": "Classify the existing .github/workflows/release-tail.yml capability without adding execution behavior."
1142
+ },
1143
+ {
1144
+ "id": "release-verify",
1145
+ "role": "self",
1146
+ "category": "build",
1147
+ "purpose": "release-verify-compat",
1148
+ "summary": "Release - Verify",
1149
+ "owner": "kungfu-origin",
1150
+ "status": "compatibility",
1151
+ "invocation": "repository",
1152
+ "migration": {
1153
+ "previousPath": ".github/workflows/release-verify.yml",
1154
+ "originalSha256": "68d1fbad0b8866fdffb99319be575b7b272c503ba3956ea1183961d3c7b84945"
1155
+ },
1156
+ "compatibility": null,
1157
+ "rationale": "Classify the existing .github/workflows/release-verify.yml capability without adding execution behavior."
1158
+ },
1159
+ {
1160
+ "id": "self-hosted-runner-smoke",
1161
+ "role": "self",
1162
+ "category": "ops",
1163
+ "purpose": "runner-smoke",
1164
+ "summary": "Self-hosted Runner Smoke",
1165
+ "owner": "kungfu-origin",
1166
+ "status": "active",
1167
+ "invocation": "repository",
1168
+ "migration": {
1169
+ "previousPath": ".github/workflows/self-hosted-runner-smoke.yml",
1170
+ "originalSha256": "64544e59f2a0d3748689c43d234b0f481794b077c678a6cf5a07eec469a532d5"
1171
+ },
1172
+ "compatibility": null,
1173
+ "rationale": "Classify the existing .github/workflows/self-hosted-runner-smoke.yml capability without adding execution behavior."
1174
+ },
1175
+ {
1176
+ "id": "stable-candidate-patrol",
1177
+ "role": "public",
1178
+ "category": "ops",
1179
+ "purpose": "stable-candidate-patrol",
1180
+ "summary": "Buildchain Stable Candidate Patrol",
1181
+ "owner": "kungfu-origin",
1182
+ "status": "active",
1183
+ "invocation": "reusable",
1184
+ "migration": {
1185
+ "previousPath": ".github/workflows/stable-candidate-patrol.yml",
1186
+ "originalSha256": "5253175528e3eb8508707921e6e416cca1b2a33e9066c27e6ff69325535e1d40"
1187
+ },
1188
+ "compatibility": {
1189
+ "path": ".github/workflows/stable-candidate-patrol.yml",
1190
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
1191
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
1192
+ },
1193
+ "rationale": "Classify the existing .github/workflows/stable-candidate-patrol.yml capability without adding execution behavior."
1194
+ },
1195
+ {
1196
+ "id": "universal-bootstrap-dogfood",
1197
+ "role": "self",
1198
+ "category": "ops",
1199
+ "purpose": "bootstrap-dogfood",
1200
+ "summary": "Universal Bootstrap Train-First Self-Dogfood",
1201
+ "owner": "kungfu-origin",
1202
+ "status": "active",
1203
+ "invocation": "repository",
1204
+ "migration": {
1205
+ "previousPath": ".github/workflows/universal-bootstrap-dogfood.yml",
1206
+ "originalSha256": "f41f75e5f6bf5d87d4f8e8b850e2fccac6fc18d461fe3aed41dd40aa2789cf75"
1207
+ },
1208
+ "compatibility": null,
1209
+ "rationale": "Classify the existing .github/workflows/universal-bootstrap-dogfood.yml capability without adding execution behavior."
1210
+ },
1211
+ {
1212
+ "id": "universal-bootstrap-recovery",
1213
+ "role": "public",
1214
+ "category": "ops",
1215
+ "purpose": "bootstrap-recovery",
1216
+ "summary": "Universal Buildchain Bootstrap Recovery",
1217
+ "owner": "kungfu-origin",
1218
+ "status": "active",
1219
+ "invocation": "reusable",
1220
+ "migration": {
1221
+ "previousPath": ".github/workflows/universal-bootstrap-recovery.yml",
1222
+ "originalSha256": "1043515769ee8672d32dcedd10108c586ae93a86183a1c4f4d9928091323325f"
1223
+ },
1224
+ "compatibility": {
1225
+ "path": ".github/workflows/universal-bootstrap-recovery.yml",
1226
+ "reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
1227
+ "removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
1228
+ },
1229
+ "rationale": "Classify the existing .github/workflows/universal-bootstrap-recovery.yml capability without adding execution behavior."
1230
+ },
1231
+ {
1232
+ "id": "v4-adopter-delivery",
1233
+ "role": "public",
1234
+ "category": "build",
1235
+ "purpose": "adopter-qualification",
1236
+ "summary": "V4 Adopter Delivery",
1237
+ "owner": "kungfu-origin",
1238
+ "status": "active",
1239
+ "invocation": "reusable",
1240
+ "migration": {
1241
+ "previousPath": ".github/workflows/v4-adopter-delivery.yml",
1242
+ "originalSha256": "009dc9b72949888a93197577a01ab16c7feade4fae9f2656045358ce81a1c3cf"
1243
+ },
1244
+ "compatibility": null,
1245
+ "rationale": "Classify the existing .github/workflows/v4-adopter-delivery.yml capability without adding execution behavior.",
1246
+ "retiredAlias": {
1247
+ "path": ".github/workflows/v4-adopter-delivery.yml",
1248
+ "reason": "Human-authorized removal of version-prefixed workflow filenames; canonical public entry retains the capability.",
1249
+ "migrationGuide": "docs/workflow-path-migration.md"
1250
+ }
1251
+ },
1252
+ {
1253
+ "id": "v4-adopter-delivery-dogfood",
1254
+ "role": "self",
1255
+ "category": "build",
1256
+ "purpose": "adopter-dogfood",
1257
+ "summary": "V4 Adopter Delivery Dogfood",
1258
+ "owner": "kungfu-origin",
1259
+ "status": "active",
1260
+ "invocation": "repository",
1261
+ "migration": {
1262
+ "previousPath": ".github/workflows/v4-adopter-delivery-dogfood.yml",
1263
+ "originalSha256": "c45062648e90b96b391e72051ac35b802b392831d9db14f620a9ebbc3b883f91"
1264
+ },
1265
+ "compatibility": null,
1266
+ "rationale": "Classify the existing .github/workflows/v4-adopter-delivery-dogfood.yml capability without adding execution behavior."
1267
+ },
1268
+ {
1269
+ "id": "v4-declarative-release-tail-dogfood",
1270
+ "role": "self",
1271
+ "category": "release",
1272
+ "purpose": "tail-dogfood",
1273
+ "summary": "V4 Declarative Release Tail Dogfood",
1274
+ "owner": "kungfu-origin",
1275
+ "status": "active",
1276
+ "invocation": "repository",
1277
+ "migration": {
1278
+ "previousPath": ".github/workflows/v4-declarative-release-tail-dogfood.yml",
1279
+ "originalSha256": "d6fb4528fdfc8b9a018e2320d482accdaba010aec37f54cceb067f473eae8fda"
1280
+ },
1281
+ "compatibility": null,
1282
+ "rationale": "Classify the existing .github/workflows/v4-declarative-release-tail-dogfood.yml capability without adding execution behavior."
1283
+ },
1284
+ {
1285
+ "id": "v4-public-consumer-dogfood",
1286
+ "role": "self",
1287
+ "category": "build",
1288
+ "purpose": "public-consumer-dogfood",
1289
+ "summary": "V4 Public Consumer Dogfood",
1290
+ "owner": "kungfu-origin",
1291
+ "status": "active",
1292
+ "invocation": "repository",
1293
+ "migration": {
1294
+ "previousPath": ".github/workflows/v4-public-consumer-dogfood.yml",
1295
+ "originalSha256": "2979de23ab02b098f1d37c9889c8b3a93ab072e77af3bfc0b82dbb94d07911a2"
1296
+ },
1297
+ "compatibility": null,
1298
+ "rationale": "Classify the existing .github/workflows/v4-public-consumer-dogfood.yml capability without adding execution behavior."
1299
+ },
1300
+ {
1301
+ "id": "v4-publication-rehearsal-dogfood",
1302
+ "role": "self",
1303
+ "category": "release",
1304
+ "purpose": "rehearsal-dogfood",
1305
+ "summary": "V4 Publication Rehearsal Dogfood",
1306
+ "owner": "kungfu-origin",
1307
+ "status": "active",
1308
+ "invocation": "repository",
1309
+ "migration": {
1310
+ "previousPath": ".github/workflows/v4-publication-rehearsal-dogfood.yml",
1311
+ "originalSha256": "c77e106dd2e855260e0189d95db43f4fe94e9559c50a2b5f5b259997c9b54b81"
1312
+ },
1313
+ "compatibility": null,
1314
+ "rationale": "Classify the existing .github/workflows/v4-publication-rehearsal-dogfood.yml capability without adding execution behavior."
1315
+ },
1316
+ {
1317
+ "id": "v4-stage-capsule-canary",
1318
+ "role": "public",
1319
+ "category": "build",
1320
+ "purpose": "stage-capsule-canary",
1321
+ "summary": "V4 Stage Capsule Canary",
1322
+ "owner": "kungfu-origin",
1323
+ "status": "active",
1324
+ "invocation": "reusable",
1325
+ "migration": {
1326
+ "previousPath": ".github/workflows/v4-stage-capsule-canary.yml",
1327
+ "originalSha256": "331a1ce873b214a346314ae4004032749aa514160e6a07575a6ce98c1f94e5fd"
1328
+ },
1329
+ "compatibility": null,
1330
+ "rationale": "Classify the existing .github/workflows/v4-stage-capsule-canary.yml capability without adding execution behavior.",
1331
+ "retiredAlias": {
1332
+ "path": ".github/workflows/v4-stage-capsule-canary.yml",
1333
+ "reason": "Human-authorized removal of version-prefixed workflow filenames; canonical public entry retains the capability.",
1334
+ "migrationGuide": "docs/workflow-path-migration.md"
1335
+ }
1336
+ },
1337
+ {
1338
+ "id": "v4-tail-reseal",
1339
+ "role": "public",
1340
+ "category": "ops",
1341
+ "purpose": "tail-reseal",
1342
+ "summary": "V4 Retained Candidate Tail Reseal",
1343
+ "owner": "kungfu-origin",
1344
+ "status": "active",
1345
+ "invocation": "reusable",
1346
+ "migration": {
1347
+ "previousPath": ".github/workflows/v4-tail-reseal.yml",
1348
+ "originalSha256": "20f556c2db79e2042b7ac89b843547ae0d3aea62b0ddb024cbeb97b777ddaf45"
1349
+ },
1350
+ "compatibility": null,
1351
+ "rationale": "Classify the existing .github/workflows/v4-tail-reseal.yml capability without adding execution behavior.",
1352
+ "retiredAlias": {
1353
+ "path": ".github/workflows/v4-tail-reseal.yml",
1354
+ "reason": "Human-authorized removal of version-prefixed workflow filenames; canonical public entry retains the capability.",
1355
+ "migrationGuide": "docs/workflow-path-migration.md"
1356
+ }
1357
+ },
1358
+ {
1359
+ "id": "verify",
1360
+ "role": "self",
1361
+ "category": "build",
1362
+ "purpose": "verify",
1363
+ "summary": "Verify",
1364
+ "owner": "kungfu-origin",
1365
+ "status": "active",
1366
+ "invocation": "repository",
1367
+ "migration": {
1368
+ "previousPath": ".github/workflows/verify.yml",
1369
+ "originalSha256": "8951e9153cdee1552797ea8b85a6e7282163412769f744a68770729689e3768b"
1370
+ },
1371
+ "compatibility": null,
1372
+ "rationale": "Classify the existing .github/workflows/verify.yml capability without adding execution behavior."
1373
+ }
1374
+ ],
1375
+ "migrationSources": {
1376
+ ".github/workflows/.auditable-demo.yml": "33d86446d6cbcce9ba7f386a32db0afbf32e52ff995ddd4b3cf1989831d7f2db",
1377
+ ".github/workflows/.binary-release-assets.yml": "5dfaea0f9cf83500706f423eca08f43594fe3653fa139da359041e88fae49266",
1378
+ ".github/workflows/.build.yml": "20549663f5459414dcfb00aa9a3a549003bbc09159eeab6cea211db96ed0eab2",
1379
+ ".github/workflows/.bump-minor-version.yml": "6ca37f4d4a81b4433d1ae13833e4ca16bfbbf98f338357376863a2f0d3a2c884",
1380
+ ".github/workflows/.declarative-auditable-demo.yml": "b00e330b547e6e823f9cf83ac97406ca7c93c688a9e80e63af5bc39cbf840941",
1381
+ ".github/workflows/.gate-profile.yml": "f5ad2bc08c4092aa27dc257d669a25fe27713c5df90f130ae4e70af983860ace",
1382
+ ".github/workflows/.publication-authority.yml": "548bcf020c85bb98f4d8200c7c0f6960067b557416456981bbd36387f0fc1aa9",
1383
+ ".github/workflows/.release-candidate-promote.yml": "177b3c50685405e5ed2bf1ac893469fdb3a27e7b03d55025611b2985028cd8cf",
1384
+ ".github/workflows/.release-verify.yml": "1997c74278cbbd88f73e516016cb9d323fff3dad255a46496291c579ea679c71",
1385
+ ".github/workflows/.sam-verify.yml": "811c2a5c6e415ad1f688fa96a30116e42acc8faa41ceb3ef929936fc3214286f",
1386
+ ".github/workflows/.sync-release-page.yml": "607e1a4950a810671aa48f2e208c3ab4465e83bc08c0a1f768875a900e4ceec7",
1387
+ ".github/workflows/.sync-remote-git.yml": "e0cebedef7220a51646e797e56951a7490f5bc29fb530dee4439fc55ba13df2d",
1388
+ ".github/workflows/.web-surface.yml": "5c006ccc4e465649d971490a8cb40f4601a7a83b6496077e2a1d2a1baf90893b",
1389
+ ".github/workflows/.wheel-verify.yml": "2490352d5edcc47e0c4794b71493d20a870e9791a6447b08aea30d238d5f0e47",
1390
+ ".github/workflows/artifact-signing-authority.yml": "15c07469ed1f58a8b7b86cb1902bba35d643aeb70213eda87b61fc0ae60b85ec",
1391
+ ".github/workflows/auditable-demo.yml": "470b8fec709e9343d73b7c142890e303f80298e968a98ecb1f26b116b4962c32",
1392
+ ".github/workflows/auditable-demo-media-profile-qualification.yml": "4eaf69b0bdff263f93542a0a8722620b36003c74efe942de73dfe8d9da07df7a",
1393
+ ".github/workflows/binary-distribution.yml": "d07482cd66413a2fb3781a3b76f960b8151b6231841799647fe237820de2fde6",
1394
+ ".github/workflows/binary-release-assets.yml": "e5107c8b31c7c3a3851d05c1b16cb1901693f1eddc8695f9c457dfe938b0271a",
1395
+ ".github/workflows/bootstrap.yml": "b94023c4abe4216765198adcaefb4825874a4d9053be096d35a53d6821128b52",
1396
+ ".github/workflows/build.yml": "ae39d775f50ed5d0a20084067e36ae7337c6e1cf730e5311c54bba0420f4c8bf",
1397
+ ".github/workflows/build-surface-fixture.yml": "635003e04b147dd9bbaae177321c1a1e8d39bbe6c983ab6e61aa1f1fd9e0325c",
1398
+ ".github/workflows/buildchain-alpha-self-dogfood.yml": "4233bb5cfc7fb8564dac7c0c0614855efbed0570f46ebe6b70d9de8464fbd004",
1399
+ ".github/workflows/buildchain-candidate-recovery-dogfood-failure.yml": "6764b53b69aa5a3a6bcf6084052c03c43b7097918df48c6f6dd8f8e4625ed7ca",
1400
+ ".github/workflows/buildchain-dev-delivery.yml": "2fd02b0b3f7bb61e856cf792a9cbb59761cac4e2ab48cac9767c3c99f76b65e3",
1401
+ ".github/workflows/buildchain-patrol.yml": "648faac4e89aecacc5c77484384bd2d5085dafdd60ae31235c9d4c95fc3c6ea7",
1402
+ ".github/workflows/buildchain-patrol-daily.yml": "9139932b23a10ed8ffbf01e057f2dec51fdccd2a526cf0f32b08201d507bda2f",
1403
+ ".github/workflows/buildchain-patrol-monthly.yml": "aa33a3295c31148e593fe9c85b1df0f554b61b6f5c257e58ddfbc37c756e20d8",
1404
+ ".github/workflows/buildchain-patrol-weekly.yml": "a8de2eaff33a565a1f9529950fa17cfa3efb2f1ed12379f6c77f7de1764fb49a",
1405
+ ".github/workflows/buildchain-ref-promotion.yml": "678ab1f13e518e5745b101bc52febd7790de87bf48bdbf2b0c2f976547ab4f75",
1406
+ ".github/workflows/buildchain-ref-promotion-recovery.yml": "1a99bf8febf7192674c3147937e3ad3a08d03071f67d63133212eb519967f228",
1407
+ ".github/workflows/buildchain-stable-candidate-patrol.yml": "a7a65db870ce916d0e9749641543a23670cf25025b3e69cd084101946e359fb2",
1408
+ ".github/workflows/buildchain-stable-candidate-qualification.yml": "7280bc3e9c8b9033c74f136d5a6c6998eb0f0b1caf0184510d0f7567b24b1282",
1409
+ ".github/workflows/candidate-lab.yml": "60dac62c624222d8b37c070e172bc4fa838e35b73a1cd0aefbfaf61db19c5394",
1410
+ ".github/workflows/check.yml": "44797c1b64e54806e19cf401300a27e587d6a2f0730ee7509eb84aefb9b60f74",
1411
+ ".github/workflows/dev-alpha-candidate-patrol.yml": "c9461871bd9427dbcd12ba537843307f48dd09e5c8cef45ca3065dafbcc5589d",
1412
+ ".github/workflows/dev-delivery-warrant-cancel.yml": "ad9014dc053d635463f70a0c94c24d43f9254e64bf438a62307458f0efe7f8c0",
1413
+ ".github/workflows/dev-delivery-warrant-close.yml": "b5689d0c018988933f35034466f8b1574e6121e5a01700eb663ebf9851fafe60",
1414
+ ".github/workflows/dev-merge-queue-governance.yml": "129cd72d4f5235372eaea937781d0dcc052196d7779166ac930071f86df33a79",
1415
+ ".github/workflows/dev-pr-auto-merge.yml": "d86830e186b6ec56816e875adfebd33d705ae309983cc37106717ce05ec9ccca",
1416
+ ".github/workflows/dev-qualification-patrol.yml": "5c33a63e5cf61c54205d5df525ac99fb0866416d3d787c38176d0f99c2b546da",
1417
+ ".github/workflows/engineering-housekeeper.yml": "c4550d74527aa5f1e6238e0b28b23ca239039813aef45e379300ed2074ea1e65",
1418
+ ".github/workflows/engineering-housekeeper-daily.yml": "43afdee577caafb7e1d2952b01f963a7db876a672bda7d4c96bbc7513e679aa8",
1419
+ ".github/workflows/engineering-housekeeper-monthly.yml": "7c0f64e14c07324530477546c040606c0492962d41f397ea9abdab71b89518cc",
1420
+ ".github/workflows/engineering-housekeeper-weekly.yml": "b671df332f5313e182647dc3aa00c08ee77aab4dbb8b692d833b7b38f3d27ad0",
1421
+ ".github/workflows/github-artifact-attestation.yml": "fd43392b60c5a1cb7aa0a9075471856b543a123918716112d8ddd91ce597f709",
1422
+ ".github/workflows/github-governance-audit.yml": "bc762d431bc7948b67bb9a528563743008549bb52b1aff6c09b6c3cd008208a1",
1423
+ ".github/workflows/npm-publish.yml": "54e5ac92134eddb6910eea4886f899f34eb6528f985248d4187be78ce6ab74ce",
1424
+ ".github/workflows/paper-release.yml": "e16dea163b7862a7dc010b3ebf8a16a6126603d8966d79974e00902eca4e3437",
1425
+ ".github/workflows/paper-release-sealed.yml": "04a5a860f3162901da4577db69c282d5622c22b26caecccef620b29ca5a7518c",
1426
+ ".github/workflows/patrol-daily.yml": "6a0159f946e52662ae878a21f606e8b9ac8f662652b253a682d5bace1453d255",
1427
+ ".github/workflows/patrol-monthly.yml": "f7a1f557c6ccabf7a7012d034cb6cdbb171352739984bbd462eb7f619ce8a7f5",
1428
+ ".github/workflows/patrol-observed-evidence.yml": "c65e1f3fcb3fb9bc7dcb9f56c8d60e03b1a070fd1994109cd00ba6e355d56b85",
1429
+ ".github/workflows/patrol-weekly.yml": "43ff67408f7a0e4ecb5cdde4c550b914751431664b69008496dd5ecdc1dd3129",
1430
+ ".github/workflows/publication-artifact.yml": "b224e107179552aa578d69e838a10f2da777ecabff92af4112f631aa9f506897",
1431
+ ".github/workflows/release-candidate-promote.yml": "c4d5fed7a21a3dee45777aef0b3eff3cc6da9884cf64131ffc85217ef7c16503",
1432
+ ".github/workflows/release-governance-reconcile.yml": "db306b5787f8705f0143d35a44bfb9cea2194e061e90b6d1b852c8db4719a777",
1433
+ ".github/workflows/release-line-bootstrap.yml": "ebc5753300585736bb4e27e86f94bd94b5449c72fbe67934beb60987185feb36",
1434
+ ".github/workflows/release-new-version.yml": "3c2e67af906879b639f8a19a4def8aa156a59a2e790db7358d91fa33cfe1fc70",
1435
+ ".github/workflows/release-propagation.yml": "5fc657f586de6f5a9ffa9e0be61c22b6f99318026d718bd518a04a40197faf97",
1436
+ ".github/workflows/release-tail.yml": "6e3304db970750bdaca21a3f08ee1ec394c75661d6b1c44396e9ef56b5927772",
1437
+ ".github/workflows/release-verify.yml": "68d1fbad0b8866fdffb99319be575b7b272c503ba3956ea1183961d3c7b84945",
1438
+ ".github/workflows/self-hosted-runner-smoke.yml": "64544e59f2a0d3748689c43d234b0f481794b077c678a6cf5a07eec469a532d5",
1439
+ ".github/workflows/stable-candidate-patrol.yml": "5253175528e3eb8508707921e6e416cca1b2a33e9066c27e6ff69325535e1d40",
1440
+ ".github/workflows/universal-bootstrap-dogfood.yml": "f41f75e5f6bf5d87d4f8e8b850e2fccac6fc18d461fe3aed41dd40aa2789cf75",
1441
+ ".github/workflows/universal-bootstrap-recovery.yml": "1043515769ee8672d32dcedd10108c586ae93a86183a1c4f4d9928091323325f",
1442
+ ".github/workflows/v4-adopter-delivery.yml": "009dc9b72949888a93197577a01ab16c7feade4fae9f2656045358ce81a1c3cf",
1443
+ ".github/workflows/v4-adopter-delivery-dogfood.yml": "c45062648e90b96b391e72051ac35b802b392831d9db14f620a9ebbc3b883f91",
1444
+ ".github/workflows/v4-declarative-release-tail-dogfood.yml": "d6fb4528fdfc8b9a018e2320d482accdaba010aec37f54cceb067f473eae8fda",
1445
+ ".github/workflows/v4-public-consumer-dogfood.yml": "2979de23ab02b098f1d37c9889c8b3a93ab072e77af3bfc0b82dbb94d07911a2",
1446
+ ".github/workflows/v4-publication-rehearsal-dogfood.yml": "c77e106dd2e855260e0189d95db43f4fe94e9559c50a2b5f5b259997c9b54b81",
1447
+ ".github/workflows/v4-stage-capsule-canary.yml": "331a1ce873b214a346314ae4004032749aa514160e6a07575a6ce98c1f94e5fd",
1448
+ ".github/workflows/v4-tail-reseal.yml": "20f556c2db79e2042b7ac89b843547ae0d3aea62b0ddb024cbeb97b777ddaf45",
1449
+ ".github/workflows/verify.yml": "8951e9153cdee1552797ea8b85a6e7282163412769f744a68770729689e3768b"
1450
+ }
1451
+ }