@kungfu-tech/buildchain 3.0.8 → 3.0.9-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actions/promote-buildchain-ref/README.md +8 -7
- package/bin/buildchain.mjs +34 -33
- package/bin/internal/trust-release-release-handlers.mjs +5 -0
- package/contracts/fixtures/kfd-adopter-release-v1/kfd-4-perspective.json +16 -0
- package/contracts/fixtures/kfd-adopter-release-v1/kfd-4-replay.json +57 -0
- package/contracts/release-cut-v1.schema.json +1 -0
- package/contracts/release-train-transition-v1.schema.json +1 -0
- package/dist/site/agent-index.json +0 -1
- package/dist/site/artifact-schemas.json +0 -2
- package/dist/site/badge-endpoint-registry.json +9 -9
- package/dist/site/badges/v1/kfd-8/aligned.json +1 -1
- package/dist/site/badges/v1/kfd-8/declared.json +1 -1
- package/dist/site/badges/v1/kfd-8/downgraded.json +1 -1
- package/dist/site/badges/v1/kfd-8/draft.json +1 -1
- package/dist/site/badges/v1/kfd-8/failed.json +1 -1
- package/dist/site/badges/v1/kfd-8/missing.json +1 -1
- package/dist/site/badges/v1/kfd-8/passed.json +1 -1
- package/dist/site/badges/v1/kfd-8/planned.json +1 -1
- package/dist/site/buildchain-contract.json +38 -34
- package/dist/site/buildchain-site.json +59 -39
- package/dist/site/capability-registry.json +1 -1
- package/dist/site/cli-registry.json +8 -7
- package/dist/site/controller-registry.json +13 -5
- package/dist/site/kfd-claims.json +35 -8
- package/dist/site/kfd-upstream-aggregate.json +10 -10
- package/dist/site/manual-registry.json +9 -9
- package/dist/site/node-api-registry.json +1143 -320
- package/dist/site/page-registry.json +46 -26
- package/dist/site/public-surface-audit.json +19 -9
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-passport-check-manifest.json +33 -5
- package/dist/site/release-provenance.json +2 -1
- package/dist/site/schemas/release-passport-v1.schema.json +3 -0
- package/dist/site/site-manifest.json +13 -13
- package/dist/site/workflow-registry.json +19 -9
- package/docs/aws-us-elastic-runner-burst-plane.md +15 -3
- package/docs/cli-reference.md +6 -6
- package/docs/cli.md +2 -3
- package/docs/dev-alpha-candidate-patrol.md +45 -20
- package/docs/dev-delivery-warrant.md +12 -2
- package/docs/kfd-support.md +7 -7
- package/docs/node-api-reference.md +295 -246
- package/docs/release-passport.md +25 -12
- package/docs/release-train.md +54 -4
- package/docs/reusable-build-surface.md +26 -9
- package/docs/runtime-train-validation.md +6 -0
- package/docs/versioning.md +3 -2
- package/package.json +4 -3
- package/packages/core/artifact-verification-envelope.js +114 -0
- package/packages/core/buildchain-channel-identity.js +119 -0
- package/packages/core/buildchain-compatibility-proof.js +32 -0
- package/packages/core/buildchain-contract.js +7 -0
- package/packages/core/controller-evidence.js +2 -1
- package/packages/core/dev-alpha-active-release-train.js +460 -0
- package/packages/core/dev-alpha-candidate-selection.js +181 -0
- package/packages/core/dev-delivery-warrant.js +15 -4
- package/packages/core/index.js +4 -5
- package/packages/core/kfd-adopter-manifest.js +390 -0
- package/packages/core/kfd-product-gates.js +0 -300
- package/packages/core/release-blocker-priority.js +192 -0
- package/packages/core/release-passport-contract.js +219 -6
- package/packages/core/release-passport.js +139 -242
- package/packages/core/release-train.js +220 -0
- package/scripts/aws-macos-jit-controller-core.mjs +76 -0
- package/scripts/aws-macos-jit-controller.mjs +29 -0
- package/scripts/aws-macos-jit-source-rebind.mjs +503 -0
- package/scripts/buildchain-channel-router.mjs +18 -2
- package/scripts/buildchain-cli-help.mjs +4 -2
- package/scripts/buildchain-contract-lock.mjs +11 -1
- package/scripts/check-inventory.mjs +4 -4
- package/scripts/dev-alpha-candidate-patrol.mjs +196 -201
- package/scripts/generate-buildchain-kfd-witnesses.mjs +88 -94
- package/scripts/generate-channel-build-workflow.mjs +78 -31
- package/scripts/generate-site-bundle.mjs +1 -8
- package/scripts/promotion-channel-router.mjs +5 -3
- package/scripts/release-train-self-dogfood.mjs +579 -0
- package/scripts/runtime-ref-core.mjs +4 -17
- package/scripts/site-capability-metadata.mjs +3 -1
- package/dist/site/schemas/kfd-support-projection-v1.schema.json +0 -106
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://buildchain.libkungfu.dev/schemas/kfd-support-projection-v1.schema.json",
|
|
4
|
-
"title": "Buildchain KFD support projection v1",
|
|
5
|
-
"description": "A release-bound, non-authoritative projection of one product-owned KFD support matrix.",
|
|
6
|
-
"type": "object",
|
|
7
|
-
"additionalProperties": false,
|
|
8
|
-
"required": [
|
|
9
|
-
"schemaVersion",
|
|
10
|
-
"contract",
|
|
11
|
-
"matrix",
|
|
12
|
-
"standardPackage",
|
|
13
|
-
"gateResults",
|
|
14
|
-
"rows",
|
|
15
|
-
"status",
|
|
16
|
-
"projectionRoot",
|
|
17
|
-
"nonClaims"
|
|
18
|
-
],
|
|
19
|
-
"properties": {
|
|
20
|
-
"schemaVersion": {
|
|
21
|
-
"const": 1
|
|
22
|
-
},
|
|
23
|
-
"contract": {
|
|
24
|
-
"const": "kungfu-buildchain-kfd-support-projection"
|
|
25
|
-
},
|
|
26
|
-
"matrix": {
|
|
27
|
-
"type": "object",
|
|
28
|
-
"additionalProperties": false,
|
|
29
|
-
"required": [
|
|
30
|
-
"contract",
|
|
31
|
-
"root",
|
|
32
|
-
"authorityPath"
|
|
33
|
-
],
|
|
34
|
-
"properties": {
|
|
35
|
-
"contract": {
|
|
36
|
-
"type": "string",
|
|
37
|
-
"minLength": 1
|
|
38
|
-
},
|
|
39
|
-
"root": {
|
|
40
|
-
"type": "string",
|
|
41
|
-
"pattern": "^sha256:[0-9a-f]{64}$"
|
|
42
|
-
},
|
|
43
|
-
"authorityPath": {
|
|
44
|
-
"type": "string",
|
|
45
|
-
"minLength": 1
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"standardPackage": {
|
|
50
|
-
"type": "object",
|
|
51
|
-
"additionalProperties": false,
|
|
52
|
-
"required": [
|
|
53
|
-
"name",
|
|
54
|
-
"version",
|
|
55
|
-
"standardsSha256"
|
|
56
|
-
],
|
|
57
|
-
"properties": {
|
|
58
|
-
"name": {
|
|
59
|
-
"type": "string",
|
|
60
|
-
"minLength": 1
|
|
61
|
-
},
|
|
62
|
-
"version": {
|
|
63
|
-
"type": "string",
|
|
64
|
-
"minLength": 1
|
|
65
|
-
},
|
|
66
|
-
"standardsSha256": {
|
|
67
|
-
"type": "string",
|
|
68
|
-
"pattern": "^sha256:[0-9a-f]{64}$"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"gateResults": {
|
|
73
|
-
"type": "array",
|
|
74
|
-
"minItems": 3,
|
|
75
|
-
"items": {
|
|
76
|
-
"type": "object"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
"rows": {
|
|
80
|
-
"type": "array",
|
|
81
|
-
"minItems": 13,
|
|
82
|
-
"maxItems": 13,
|
|
83
|
-
"items": {
|
|
84
|
-
"type": "object"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"status": {
|
|
88
|
-
"enum": [
|
|
89
|
-
"passed",
|
|
90
|
-
"failed"
|
|
91
|
-
]
|
|
92
|
-
},
|
|
93
|
-
"projectionRoot": {
|
|
94
|
-
"type": "string",
|
|
95
|
-
"pattern": "^sha256:[0-9a-f]{64}$"
|
|
96
|
-
},
|
|
97
|
-
"nonClaims": {
|
|
98
|
-
"type": "array",
|
|
99
|
-
"minItems": 1,
|
|
100
|
-
"items": {
|
|
101
|
-
"type": "string",
|
|
102
|
-
"minLength": 1
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|