@kungfu-tech/buildchain 3.0.9-alpha.9 → 4.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (262) hide show
  1. package/AGENTS.md +39 -0
  2. package/README.md +17 -13
  3. package/actions/promote-buildchain-ref/README.md +0 -10
  4. package/actions/release-tail/README.md +6 -10
  5. package/architecture/internal-capabilities.json +502 -0
  6. package/architecture/maintainability-baseline.json +59 -0
  7. package/architecture/maintainability-policy.json +1384 -0
  8. package/architecture/release-tail-contract-inventory.json +587 -0
  9. package/architecture/v3-core-mechanism-inventory.json +1043 -0
  10. package/architecture/v3-core-mechanism-inventory.md +67 -0
  11. package/architecture/v4-adopter-delivery-parity.json +47 -0
  12. package/architecture/v4-architecture-constitution.md +210 -0
  13. package/architecture/v4-bootstrap-authority.json +56 -0
  14. package/architecture/v4-canonical-contract-fixtures.json +105 -0
  15. package/architecture/v4-capability-state-machine-manifest.json +480 -0
  16. package/architecture/v4-capability-state-machine-manifest.schema.json +202 -0
  17. package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.json +830 -0
  18. package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.md +223 -0
  19. package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.schema.json +318 -0
  20. package/architecture/v4-delivery-warrant-shadow-fixtures.json +227 -0
  21. package/architecture/v4-delivery-warrant-shadow-fixtures.schema.json +67 -0
  22. package/architecture/v4-exception-ledger.json +5 -0
  23. package/architecture/v4-exception-ledger.schema.json +56 -0
  24. package/architecture/v4-partial-mutation-recovery-qualification.json +65 -0
  25. package/architecture/v4-platform-stage-checkpoints.json +97 -0
  26. package/architecture/v4-provider-operation-journal-contract.json +113 -0
  27. package/architecture/v4-release-activation-shadow-domain.json +61 -0
  28. package/architecture/v4-release-train-parity.json +68 -0
  29. package/architecture/v4-rust-libnode-bridge-evaluation.json +107 -0
  30. package/architecture/v4-rust-libnode-bridge-spike.md +85 -0
  31. package/architecture/v4-stable-publication-fence.json +66 -0
  32. package/architecture/v4-stage-capsule-contract.json +90 -0
  33. package/architecture/v4-stage-capsule-qualification.json +99 -0
  34. package/architecture/v4-stage-capsule-resume-planner.json +52 -0
  35. package/architecture/v4-stage-capsule-store-contract.json +72 -0
  36. package/bin/buildchain.mjs +15 -10
  37. package/contracts/auditable-demo-scenario-v1.schema.json +1 -1
  38. package/contracts/buildchain-v2-residuals-v1.json +2 -2
  39. package/contracts/fixtures/v4-delivery-warrant-trace-v1/golden.json +158 -0
  40. package/contracts/fixtures/v4-delivery-warrant-trace-v1/property.json +380 -0
  41. package/contracts/fixtures/v4-delivery-warrant-trace-v1/replay.json +163 -0
  42. package/contracts/fixtures/v4-partial-mutation-recovery-v1/shared.json +155 -0
  43. package/contracts/fixtures/v4-provider-operation-journal-v1/shared.json +457 -0
  44. package/contracts/fixtures/v4-provider-readback-idempotency-v1/shared.json +682 -0
  45. package/contracts/fixtures/v4-release-activation-shadow-v1/shared.json +53 -0
  46. package/contracts/fixtures/v4-stable-publication-fence-v1/shared.json +56 -0
  47. package/contracts/fixtures/v4-stage-capsule-resume-v1/late-platform-failure.json +176 -0
  48. package/contracts/fixtures/v4-stage-capsule-store-v1/shared.json +132 -0
  49. package/contracts/fixtures/v4-stage-capsule-v1/shared.json +111 -0
  50. package/contracts/v4-canonical-contracts-v1.schema.json +182 -0
  51. package/contracts/v4-delivery-warrant-semantic-diff-report-v1.schema.json +284 -0
  52. package/contracts/v4-delivery-warrant-trace-v1.schema.json +215 -0
  53. package/contracts/v4-host-contract-v1.schema.json +135 -0
  54. package/contracts/v4-partial-mutation-recovery-v1.schema.json +168 -0
  55. package/contracts/v4-provider-operation-journal-v1.schema.json +381 -0
  56. package/contracts/v4-release-activation-shadow-v1.schema.json +186 -0
  57. package/contracts/v4-stable-publication-fence-v1.schema.json +125 -0
  58. package/contracts/v4-stage-capsule-resume-v1.schema.json +225 -0
  59. package/contracts/v4-stage-capsule-store-v1.schema.json +154 -0
  60. package/contracts/v4-stage-capsule-v1.schema.json +178 -0
  61. package/crates/buildchain-v4-bridge/Cargo.lock +213 -0
  62. package/crates/buildchain-v4-bridge/Cargo.toml +12 -0
  63. package/crates/buildchain-v4-bridge/src/main.rs +495 -0
  64. package/dist/site/agent-index.json +0 -4
  65. package/dist/site/artifact-schemas.json +0 -8
  66. package/dist/site/buildchain-contract.json +103 -397
  67. package/dist/site/buildchain-site.json +302 -386
  68. package/dist/site/capability-registry.json +9 -11
  69. package/dist/site/cli-registry.json +8 -53
  70. package/dist/site/controller-registry.json +48 -8
  71. package/dist/site/kfd-claims.json +129 -167
  72. package/dist/site/kfd-upstream-aggregate.json +9 -9
  73. package/dist/site/manual-registry.json +18 -49
  74. package/dist/site/node-api-registry.json +4345 -7345
  75. package/dist/site/page-registry.json +278 -346
  76. package/dist/site/public-surface-audit.json +85 -404
  77. package/dist/site/publication-authority-registry.json +11 -1
  78. package/dist/site/publication-registry.json +4 -4
  79. package/dist/site/release-provenance.json +3 -9
  80. package/dist/site/schemas/kfd-support-projection-v1.schema.json +106 -0
  81. package/dist/site/site-manifest.json +22 -38
  82. package/dist/site/workflow-registry.json +78 -35
  83. package/docs/MAP.md +8 -5
  84. package/docs/auditable-demo.md +2 -2
  85. package/docs/aws-us-elastic-runner-burst-plane.md +7 -59
  86. package/docs/cli-reference.md +15 -213
  87. package/docs/cli.md +14 -14
  88. package/docs/dev-alpha-candidate-patrol.md +3 -11
  89. package/docs/dev-delivery-warrant.md +29 -194
  90. package/docs/engineering-housekeeper.md +12 -4
  91. package/docs/getting-started.md +1 -1
  92. package/docs/install.md +5 -5
  93. package/docs/kfd-support.md +2 -7
  94. package/docs/lifecycle-protocol.md +2 -4
  95. package/docs/node-api-reference.md +414 -554
  96. package/docs/release-flow.md +31 -31
  97. package/docs/release-governance.md +16 -28
  98. package/docs/release-passport.md +2 -15
  99. package/docs/release-tail-contract.md +13 -6
  100. package/docs/release-tail-provider-plane.md +13 -19
  101. package/docs/release-train.md +4 -4
  102. package/docs/reusable-build-surface.md +14 -27
  103. package/docs/site-bundle-contract.md +1 -5
  104. package/docs/stable-candidate-patrol.md +7 -7
  105. package/docs/v4-canonical-contracts.md +92 -0
  106. package/docs/v4-delivery-warrant-read-candidate.md +73 -0
  107. package/docs/v4-delivery-warrant-semantic-diff.md +75 -0
  108. package/docs/v4-production-release.md +63 -0
  109. package/docs/v4-stage-capsule.md +193 -0
  110. package/docs/versioning.md +3 -5
  111. package/package.json +19 -19
  112. package/packages/core/adopter-delivery-gate.js +576 -0
  113. package/packages/core/adopter-delivery-json.js +66 -0
  114. package/packages/core/artifact-signing.js +0 -61
  115. package/packages/core/artifact-verification-envelope.js +5 -5
  116. package/packages/core/build-facts.js +12 -4
  117. package/packages/core/buildchain-agent-manuals.js +0 -2
  118. package/packages/core/buildchain-channel-identity.js +3 -2
  119. package/packages/core/buildchain-config.js +4 -69
  120. package/packages/core/buildchain-contract.js +232 -46
  121. package/packages/core/buildchain-kfd-claims.js +1 -1
  122. package/packages/core/channel-candidate.js +0 -8
  123. package/packages/core/channel-promotion-baseline.js +0 -52
  124. package/packages/core/controller-evidence.js +3 -4
  125. package/packages/core/dev-alpha-candidate-selection.js +2 -10
  126. package/packages/core/dev-delivery-warrant-cancellation.js +0 -1
  127. package/packages/core/dev-delivery-warrant-settlement.js +20 -67
  128. package/packages/core/dev-delivery-warrant.js +50 -138
  129. package/packages/core/diagnostics.js +3 -8
  130. package/packages/core/github-governance-authority.js +3 -1
  131. package/packages/core/kfd-adopter-category-driver.js +167 -0
  132. package/packages/core/kfd-adopter-manifest.js +47 -46
  133. package/packages/core/kfd-gate.js +15 -45
  134. package/packages/core/paper-agent-entry.js +7 -16
  135. package/packages/core/paper-fleet.js +2 -2
  136. package/packages/core/paper-repository.js +2 -3
  137. package/packages/core/paper-scaffold-content.js +2 -23
  138. package/packages/core/paper.js +11 -43
  139. package/packages/core/publication-reproducibility.js +4 -4
  140. package/packages/core/release-line-bootstrap.js +21 -8
  141. package/packages/core/release-passport-contract.js +5 -5
  142. package/packages/core/release-passport.js +20 -131
  143. package/packages/core/self-dogfood-version.js +48 -35
  144. package/packages/core/spawn-command.js +232 -8
  145. package/packages/core/v4-adopter-delivery-parity.js +219 -0
  146. package/packages/core/v4-canonical-contracts.js +284 -0
  147. package/packages/core/v4-delivery-warrant-fixture-runner.js +371 -0
  148. package/packages/core/v4-delivery-warrant-read-candidate.js +279 -0
  149. package/packages/core/v4-delivery-warrant-semantic-diff-gate.js +352 -0
  150. package/packages/core/v4-delivery-warrant-shadow-adapter.js +447 -0
  151. package/packages/core/v4-partial-mutation-recovery-qualification.js +395 -0
  152. package/packages/core/v4-platform-stage-checkpoints.js +471 -0
  153. package/packages/core/v4-provider-operation-journal.js +531 -0
  154. package/packages/core/v4-provider-readback-idempotency.js +394 -0
  155. package/packages/core/v4-release-activation-shadow.js +519 -0
  156. package/packages/core/v4-stable-publication-fence.js +357 -0
  157. package/packages/core/v4-stage-capsule-local-store.js +426 -0
  158. package/packages/core/v4-stage-capsule-qualification-campaign.js +512 -0
  159. package/packages/core/v4-stage-capsule-qualification.js +456 -0
  160. package/packages/core/v4-stage-capsule-resume-planner.js +397 -0
  161. package/packages/core/v4-stage-capsule-store.js +401 -0
  162. package/packages/core/v4-stage-capsule.js +319 -0
  163. package/scripts/assemble-self-publication-admission.mjs +1 -1
  164. package/scripts/audit-publication-control-plane.mjs +5 -5
  165. package/scripts/auditable-demo-bundle-verification.mjs +3 -2
  166. package/scripts/auditable-demo-platform.mjs +2 -2
  167. package/scripts/auditable-demo-renditions.mjs +1 -1
  168. package/scripts/auditable-demo.mjs +2 -2
  169. package/scripts/aws-macos-jit-controller-core.mjs +13 -346
  170. package/scripts/aws-macos-jit-controller-runtime.mjs +2 -210
  171. package/scripts/aws-macos-jit-controller.mjs +37 -275
  172. package/scripts/aws-macos-jit-core.mjs +3 -41
  173. package/scripts/aws-macos-jit.mjs +0 -12
  174. package/scripts/aws-windows-jit-campaign.mjs +2 -2
  175. package/scripts/aws-windows-jit-controller-core.mjs +1 -1
  176. package/scripts/aws-windows-jit-controller.mjs +3 -3
  177. package/scripts/build-contract-core.mjs +3 -8
  178. package/scripts/build-standalone-binary.mjs +3 -14
  179. package/scripts/buildchain-channel-router.mjs +4 -0
  180. package/scripts/buildchain-cli-help.mjs +7 -16
  181. package/scripts/buildchain-contract-lock.mjs +0 -6
  182. package/scripts/check-action-bundles.mjs +3 -4
  183. package/scripts/check-internal-architecture.mjs +7 -6
  184. package/scripts/check-inventory.mjs +30 -25
  185. package/scripts/check-v4-public-dogfood-contract.mjs +270 -0
  186. package/scripts/create-release-bundle.mjs +8 -4
  187. package/scripts/dev-alpha-candidate-patrol.mjs +1 -22
  188. package/scripts/dev-delivery-proof.mjs +2 -64
  189. package/scripts/dev-delivery-warrant.mjs +61 -86
  190. package/scripts/dev-pr-auto-merge.mjs +4 -30
  191. package/scripts/dev-pr-delivery-warrant.mjs +0 -55
  192. package/scripts/dispatch-artifact-signing-authority.mjs +7 -4
  193. package/scripts/generate-buildchain-kfd-witnesses.mjs +94 -88
  194. package/scripts/generate-channel-build-workflow.mjs +54 -24
  195. package/scripts/generate-channel-promotion-workflow.mjs +15 -6
  196. package/scripts/generate-site-bundle.mjs +8 -27
  197. package/scripts/git-fetch-process-tree.mjs +34 -1
  198. package/scripts/init-repo.mjs +64 -159
  199. package/scripts/inspect-artifact-signing-requests.mjs +0 -6
  200. package/scripts/locked-source-checkout.mjs +3 -4
  201. package/scripts/maintainability-metrics.mjs +8 -2
  202. package/scripts/npm-publish-dry-run.mjs +2 -2
  203. package/scripts/npm-publish-transaction.mjs +2 -2
  204. package/scripts/publication-commit-evidence.mjs +23 -69
  205. package/scripts/release-candidate-resolver.mjs +11 -17
  206. package/scripts/release-tail.mjs +3 -49
  207. package/scripts/resume-from-candidate-run.mjs +9 -123
  208. package/scripts/run-lifecycle-core.mjs +12 -13
  209. package/scripts/seal-artifact-signing-requests.mjs +17 -21
  210. package/scripts/site-capability-metadata.mjs +3 -20
  211. package/scripts/stable-candidate-qualification.mjs +10 -10
  212. package/scripts/v4-architecture.mjs +12 -2
  213. package/scripts/v4-bridge-bootstrap.mjs +141 -0
  214. package/scripts/v4-bridge-evidence.mjs +141 -0
  215. package/scripts/v4-host-adapter.mjs +182 -0
  216. package/scripts/v4-platform-stage-checkpoint-rehearsal.mjs +207 -0
  217. package/scripts/v4-stage-capsule-qualification.mjs +528 -0
  218. package/scripts/v4-stage-capsule-resume-rehearsal.mjs +57 -0
  219. package/scripts/v4-warrant-shadow-plan.mjs +601 -0
  220. package/scripts/verify-golden-path.mjs +5 -5
  221. package/scripts/web-surface-cloudfront-rewrite.mjs +15 -15
  222. package/scripts/web-surface-core.mjs +2 -8
  223. package/scripts/workflow-call-contract.mjs +5 -184
  224. package/contracts/dev-delivery-authority-v2.schema.json +0 -253
  225. package/contracts/fixtures/kfd-adopter-release-v1/kfd-4-perspective.json +0 -16
  226. package/contracts/fixtures/kfd-adopter-release-v1/kfd-4-replay.json +0 -57
  227. package/contracts/fixtures/next-development-transition-v1/anchored-manual-waiting.json +0 -47
  228. package/contracts/fixtures/next-development-transition-v1/semver-auto-planned.json +0 -47
  229. package/contracts/fixtures/next-development-transition-v1/version-model-cases.json +0 -40
  230. package/contracts/next-development-request-v1.schema.json +0 -66
  231. package/contracts/next-development-transition-v1.schema.json +0 -292
  232. package/contracts/publication-rehearsal-capsule-v1.schema.json +0 -173
  233. package/dist/site/schemas/dev-delivery-authority-v2.schema.json +0 -442
  234. package/dist/site/schemas/publication-rehearsal-capsule-v1.schema.json +0 -269
  235. package/dist/site/schemas/release-tail-capabilities-v1.schema.json +0 -353
  236. package/dist/site/schemas/release-tail-provider-bindings-v1.schema.json +0 -94
  237. package/docs/dev-delivery-qualification-landing-adr.md +0 -137
  238. package/docs/next-development-transition.md +0 -119
  239. package/docs/publication-rehearsal.md +0 -94
  240. package/packages/core/buildchain-compatibility-proof.js +0 -631
  241. package/packages/core/dev-delivery-authority.js +0 -996
  242. package/packages/core/dev-delivery-native-proof.js +0 -418
  243. package/packages/core/dev-delivery-warrant-shadow.js +0 -502
  244. package/packages/core/next-development-candidate-reservation.js +0 -186
  245. package/packages/core/next-development-controller.js +0 -726
  246. package/packages/core/next-development-projection.js +0 -288
  247. package/packages/core/next-development-transition.js +0 -738
  248. package/packages/core/publication-rehearsal-projection.js +0 -173
  249. package/packages/core/publication-rehearsal-runtime.js +0 -921
  250. package/scripts/aws-macos-jit-instance-rehydrate.mjs +0 -260
  251. package/scripts/aws-macos-jit-source-rebind.mjs +0 -724
  252. package/scripts/dev-delivery-authority.mjs +0 -368
  253. package/scripts/dev-delivery-native-run.mjs +0 -235
  254. package/scripts/dev-delivery-two-phase-resume.mjs +0 -90
  255. package/scripts/dev-delivery-two-phase.mjs +0 -577
  256. package/scripts/generate-next-development-guidance.mjs +0 -49
  257. package/scripts/materialize-self-release-candidate-version.mjs +0 -137
  258. package/scripts/next-development-self-dogfood-harness.mjs +0 -409
  259. package/scripts/next-development-self-dogfood.mjs +0 -532
  260. package/scripts/next-development-transition.mjs +0 -47
  261. package/scripts/release-candidate-tail-reseal.mjs +0 -426
  262. package/templates/native-dev-delivery.yml +0 -86
@@ -1,173 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://buildchain.kungfu.ai/contracts/publication-rehearsal-capsule-v1.schema.json",
4
- "title": "Buildchain publication rehearsal capsule",
5
- "type": "object",
6
- "additionalProperties": false,
7
- "required": [
8
- "contract",
9
- "schemaVersion",
10
- "root",
11
- "declaration",
12
- "policyRoots",
13
- "passport",
14
- "transaction",
15
- "files",
16
- "providerBindings",
17
- "providerObservations",
18
- "runtime"
19
- ],
20
- "properties": {
21
- "contract": {
22
- "const": "kungfu.buildchain.publication-rehearsal-capsule/v1"
23
- },
24
- "schemaVersion": { "const": 1 },
25
- "root": { "$ref": "#/$defs/root" },
26
- "declaration": {
27
- "$ref": "release-tail-capabilities-v1.schema.json"
28
- },
29
- "policyRoots": {
30
- "type": "array",
31
- "minItems": 1,
32
- "uniqueItems": true,
33
- "items": { "$ref": "#/$defs/root" }
34
- },
35
- "passport": {
36
- "type": "object",
37
- "additionalProperties": false,
38
- "required": ["path", "root"],
39
- "properties": {
40
- "path": { "$ref": "#/$defs/path" },
41
- "root": { "$ref": "#/$defs/root" }
42
- }
43
- },
44
- "transaction": {
45
- "type": "object",
46
- "required": [
47
- "schema",
48
- "transactionPolicy",
49
- "transactionRoot",
50
- "declarationRoot",
51
- "planRoot",
52
- "subject",
53
- "state",
54
- "operationOrder",
55
- "operations",
56
- "observations",
57
- "receipts",
58
- "failure",
59
- "stateRoot"
60
- ]
61
- },
62
- "files": {
63
- "type": "array",
64
- "minItems": 1,
65
- "items": {
66
- "type": "object",
67
- "additionalProperties": false,
68
- "required": ["role", "path", "size", "root"],
69
- "properties": {
70
- "role": { "type": "string", "minLength": 1 },
71
- "path": { "$ref": "#/$defs/path" },
72
- "size": { "type": "integer", "minimum": 0 },
73
- "root": { "$ref": "#/$defs/root" }
74
- }
75
- }
76
- },
77
- "providerBindings": {
78
- "$ref": "release-tail-provider-bindings-v1.schema.json"
79
- },
80
- "providerObservations": {
81
- "type": "array",
82
- "items": {
83
- "type": "object",
84
- "additionalProperties": false,
85
- "required": ["operationId", "readbacks", "apply"],
86
- "properties": {
87
- "operationId": { "$ref": "#/$defs/root" },
88
- "readbacks": {
89
- "type": "array",
90
- "minItems": 1,
91
- "items": { "$ref": "#/$defs/observation" }
92
- },
93
- "apply": {
94
- "type": "object",
95
- "additionalProperties": false,
96
- "required": ["outcome", "code", "classification"],
97
- "properties": {
98
- "outcome": {
99
- "enum": ["applied", "transient", "conflict"]
100
- },
101
- "code": { "type": "string", "minLength": 1 },
102
- "classification": { "type": "string", "minLength": 1 }
103
- }
104
- }
105
- }
106
- }
107
- },
108
- "runtime": {
109
- "type": "object",
110
- "additionalProperties": false,
111
- "required": ["platform", "declaredEnvironment", "externalEffects"],
112
- "properties": {
113
- "platform": { "const": "portable" },
114
- "declaredEnvironment": {
115
- "type": "array",
116
- "uniqueItems": true,
117
- "items": { "type": "string", "pattern": "^[A-Z][A-Z0-9_]*$" }
118
- },
119
- "externalEffects": {
120
- "type": "array",
121
- "items": {
122
- "type": "object",
123
- "additionalProperties": false,
124
- "required": ["capabilityId", "adapter", "kind"],
125
- "properties": {
126
- "capabilityId": { "type": "string", "minLength": 1 },
127
- "adapter": { "type": "string", "minLength": 1 },
128
- "kind": { "type": "string", "minLength": 1 }
129
- }
130
- }
131
- }
132
- }
133
- }
134
- },
135
- "$defs": {
136
- "root": {
137
- "type": "string",
138
- "pattern": "^sha256:[0-9a-f]{64}$"
139
- },
140
- "path": {
141
- "type": "string",
142
- "minLength": 1,
143
- "pattern": "^(?!/)(?!.*(?:^|/)\\.\\.(?:/|$))(?!.*//)(?!.*\\\\).+$"
144
- },
145
- "observation": {
146
- "type": "object",
147
- "additionalProperties": false,
148
- "required": [
149
- "outcome",
150
- "subjectRoot",
151
- "targetRoot",
152
- "evidenceRoots",
153
- "providerCode"
154
- ],
155
- "properties": {
156
- "outcome": {
157
- "enum": ["observed", "absent", "transient", "conflict"]
158
- },
159
- "subjectRoot": {
160
- "anyOf": [{ "$ref": "#/$defs/root" }, { "const": "" }]
161
- },
162
- "targetRoot": {
163
- "anyOf": [{ "$ref": "#/$defs/root" }, { "const": "" }]
164
- },
165
- "evidenceRoots": {
166
- "type": "array",
167
- "items": { "$ref": "#/$defs/root" }
168
- },
169
- "providerCode": { "type": "string", "minLength": 1 }
170
- }
171
- }
172
- }
173
- }
@@ -1,442 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://buildchain.libkungfu.dev/schemas/dev-delivery-authority-v2.schema.json",
4
- "title": "Buildchain Dev Delivery Authority State v2",
5
- "description": "Opt-in durable state separating bounded qualification-only leases from one exclusive merge_group Landing Warrant.",
6
- "type": "object",
7
- "additionalProperties": false,
8
- "required": [
9
- "schemaVersion",
10
- "contract",
11
- "authorityMode",
12
- "repository",
13
- "protectedBase",
14
- "generation",
15
- "qualificationCounter",
16
- "landingCounter",
17
- "policy",
18
- "qualificationLeases",
19
- "landingWarrant",
20
- "candidates",
21
- "migration",
22
- "updatedAt",
23
- "stateRoot"
24
- ],
25
- "properties": {
26
- "schemaVersion": {
27
- "const": 2
28
- },
29
- "contract": {
30
- "const": "kungfu-buildchain-dev-delivery-authority"
31
- },
32
- "authorityMode": {
33
- "const": "bounded-qualification-landing"
34
- },
35
- "repository": {
36
- "type": "string",
37
- "pattern": "^[^/\\s]+/[^/\\s]+$"
38
- },
39
- "protectedBase": {
40
- "type": "string",
41
- "pattern": "^dev/v[0-9]+/v[0-9]+\\.[0-9]+$"
42
- },
43
- "generation": {
44
- "type": "integer",
45
- "minimum": 0
46
- },
47
- "qualificationCounter": {
48
- "type": "integer",
49
- "minimum": 0
50
- },
51
- "landingCounter": {
52
- "type": "integer",
53
- "minimum": 0
54
- },
55
- "policy": {
56
- "type": "object",
57
- "additionalProperties": false,
58
- "required": [
59
- "maxQualificationLeases",
60
- "qualificationLeaseSeconds",
61
- "landingLeaseSeconds"
62
- ],
63
- "properties": {
64
- "maxQualificationLeases": {
65
- "type": "integer",
66
- "minimum": 1
67
- },
68
- "qualificationLeaseSeconds": {
69
- "type": "integer",
70
- "minimum": 1
71
- },
72
- "landingLeaseSeconds": {
73
- "type": "integer",
74
- "minimum": 1
75
- },
76
- "maxLandingOvertakes": {
77
- "type": "integer",
78
- "minimum": 0
79
- },
80
- "maxQualificationAttempts": {
81
- "type": "integer",
82
- "minimum": 1
83
- }
84
- }
85
- },
86
- "qualificationLeases": {
87
- "type": "array",
88
- "items": {
89
- "$ref": "#/$defs/qualificationLease"
90
- }
91
- },
92
- "landingWarrant": {
93
- "oneOf": [
94
- {
95
- "type": "null"
96
- },
97
- {
98
- "$ref": "#/$defs/landingWarrant"
99
- }
100
- ]
101
- },
102
- "candidates": {
103
- "type": "array",
104
- "items": {
105
- "$ref": "#/$defs/candidate"
106
- }
107
- },
108
- "migration": {
109
- "oneOf": [
110
- {
111
- "type": "null"
112
- },
113
- {
114
- "$ref": "#/$defs/migration"
115
- }
116
- ]
117
- },
118
- "updatedAt": {
119
- "type": "string",
120
- "format": "date-time"
121
- },
122
- "stateRoot": {
123
- "$ref": "#/$defs/root"
124
- }
125
- },
126
- "$defs": {
127
- "root": {
128
- "type": "string",
129
- "pattern": "^sha256:[0-9a-f]{64}$"
130
- },
131
- "sha": {
132
- "type": "string",
133
- "pattern": "^[0-9a-f]{40}$"
134
- },
135
- "qualificationLease": {
136
- "type": "object",
137
- "additionalProperties": false,
138
- "required": [
139
- "schema",
140
- "authority",
141
- "mergeGroupAdmission",
142
- "candidateId",
143
- "token",
144
- "generation",
145
- "issuedAt",
146
- "expiresAt"
147
- ],
148
- "properties": {
149
- "schema": {
150
- "const": "kungfu.buildchain.dev-delivery-qualification-lease/v1"
151
- },
152
- "authority": {
153
- "const": "qualification-only"
154
- },
155
- "mergeGroupAdmission": {
156
- "const": false
157
- },
158
- "candidateId": {
159
- "$ref": "#/$defs/root"
160
- },
161
- "token": {
162
- "$ref": "#/$defs/root"
163
- },
164
- "generation": {
165
- "type": "integer",
166
- "minimum": 1
167
- },
168
- "issuedAt": {
169
- "type": "string",
170
- "format": "date-time"
171
- },
172
- "heartbeatAt": {
173
- "type": "string",
174
- "format": "date-time"
175
- },
176
- "expiresAt": {
177
- "type": "string",
178
- "format": "date-time"
179
- }
180
- }
181
- },
182
- "landingWarrant": {
183
- "type": "object",
184
- "additionalProperties": false,
185
- "required": [
186
- "schema",
187
- "authority",
188
- "mergeGroupAdmission",
189
- "candidateId",
190
- "token",
191
- "generation",
192
- "issuedAt",
193
- "expiresAt"
194
- ],
195
- "properties": {
196
- "schema": {
197
- "const": "kungfu.buildchain.dev-delivery-landing-warrant/v1"
198
- },
199
- "authority": {
200
- "const": "merge-group-admission"
201
- },
202
- "mergeGroupAdmission": {
203
- "const": true
204
- },
205
- "candidateId": {
206
- "$ref": "#/$defs/root"
207
- },
208
- "token": {
209
- "$ref": "#/$defs/root"
210
- },
211
- "generation": {
212
- "type": "integer",
213
- "minimum": 1
214
- },
215
- "issuedAt": {
216
- "type": "string",
217
- "format": "date-time"
218
- },
219
- "heartbeatAt": {
220
- "type": "string",
221
- "format": "date-time"
222
- },
223
- "expiresAt": {
224
- "type": "string",
225
- "format": "date-time"
226
- }
227
- }
228
- },
229
- "qualification": {
230
- "type": "object",
231
- "additionalProperties": false,
232
- "required": [
233
- "evidenceRoot",
234
- "qualifiedAt"
235
- ],
236
- "properties": {
237
- "evidenceRoot": {
238
- "$ref": "#/$defs/root"
239
- },
240
- "qualifiedAt": {
241
- "type": "string",
242
- "format": "date-time"
243
- }
244
- }
245
- },
246
- "terminal": {
247
- "type": "object",
248
- "additionalProperties": false,
249
- "required": [
250
- "outcome",
251
- "evidenceRoot",
252
- "reason",
253
- "settledAt"
254
- ],
255
- "properties": {
256
- "outcome": {
257
- "enum": [
258
- "merged",
259
- "terminal-failure",
260
- "dequeued",
261
- "cancelled"
262
- ]
263
- },
264
- "evidenceRoot": {
265
- "$ref": "#/$defs/root"
266
- },
267
- "reason": {
268
- "type": "string"
269
- },
270
- "settledAt": {
271
- "type": "string",
272
- "format": "date-time"
273
- }
274
- }
275
- },
276
- "migration": {
277
- "type": "object",
278
- "additionalProperties": false,
279
- "required": [
280
- "schema",
281
- "legacyContract",
282
- "legacyStateRoot",
283
- "migratedAt"
284
- ],
285
- "properties": {
286
- "schema": {
287
- "const": "kungfu.buildchain.dev-delivery-authority-migration/v1"
288
- },
289
- "legacyContract": {
290
- "const": "kungfu-buildchain-dev-delivery-warrant-queue"
291
- },
292
- "legacyStateRoot": {
293
- "$ref": "#/$defs/root"
294
- },
295
- "migratedAt": {
296
- "type": "string",
297
- "format": "date-time"
298
- }
299
- }
300
- },
301
- "candidate": {
302
- "type": "object",
303
- "additionalProperties": false,
304
- "required": [
305
- "repository",
306
- "protectedBase",
307
- "pullRequestNumber",
308
- "assignmentRoot",
309
- "initiativeRoot",
310
- "sourceIdentityRoot",
311
- "deliveryClass",
312
- "candidateId",
313
- "sourceHead",
314
- "sourcePatchRoot",
315
- "sourceProofRoot",
316
- "planRoot",
317
- "closureRoot",
318
- "dependencyRoot",
319
- "toolchainRoot",
320
- "enqueuedAt",
321
- "updatedAt",
322
- "status",
323
- "qualification",
324
- "terminal"
325
- ],
326
- "properties": {
327
- "repository": {
328
- "type": "string"
329
- },
330
- "protectedBase": {
331
- "type": "string"
332
- },
333
- "pullRequestNumber": {
334
- "type": "integer",
335
- "minimum": 1
336
- },
337
- "assignmentRoot": {
338
- "$ref": "#/$defs/root"
339
- },
340
- "initiativeRoot": {
341
- "$ref": "#/$defs/root"
342
- },
343
- "sourceIdentityRoot": {
344
- "$ref": "#/$defs/root"
345
- },
346
- "deliveryClass": {
347
- "enum": [
348
- "non-native-fast",
349
- "native-proof-required",
350
- "cross-platform",
351
- "release"
352
- ]
353
- },
354
- "identitySemantics": {
355
- "const": "chained-attempt-v2"
356
- },
357
- "predecessorCandidateId": {
358
- "$ref": "#/$defs/root"
359
- },
360
- "candidateId": {
361
- "$ref": "#/$defs/root"
362
- },
363
- "sourceHead": {
364
- "$ref": "#/$defs/sha"
365
- },
366
- "sourcePatchRoot": {
367
- "$ref": "#/$defs/root"
368
- },
369
- "sourceProofRoot": {
370
- "$ref": "#/$defs/root"
371
- },
372
- "planRoot": {
373
- "$ref": "#/$defs/root"
374
- },
375
- "closureRoot": {
376
- "$ref": "#/$defs/root"
377
- },
378
- "dependencyRoot": {
379
- "$ref": "#/$defs/root"
380
- },
381
- "toolchainRoot": {
382
- "$ref": "#/$defs/root"
383
- },
384
- "qualificationDomains": {
385
- "type": "array",
386
- "uniqueItems": true,
387
- "items": {
388
- "$ref": "#/$defs/root"
389
- }
390
- },
391
- "qualificationAttempts": {
392
- "type": "integer",
393
- "minimum": 0
394
- },
395
- "landingOvertakes": {
396
- "type": "integer",
397
- "minimum": 0
398
- },
399
- "enqueuedAt": {
400
- "type": "string",
401
- "format": "date-time"
402
- },
403
- "updatedAt": {
404
- "type": "string",
405
- "format": "date-time"
406
- },
407
- "status": {
408
- "enum": [
409
- "queued",
410
- "qualifying",
411
- "qualified",
412
- "landing",
413
- "merged",
414
- "terminal-failure",
415
- "dequeued",
416
- "cancelled"
417
- ]
418
- },
419
- "qualification": {
420
- "oneOf": [
421
- {
422
- "type": "null"
423
- },
424
- {
425
- "$ref": "#/$defs/qualification"
426
- }
427
- ]
428
- },
429
- "terminal": {
430
- "oneOf": [
431
- {
432
- "type": "null"
433
- },
434
- {
435
- "$ref": "#/$defs/terminal"
436
- }
437
- ]
438
- }
439
- }
440
- }
441
- }
442
- }