@kungfu-tech/buildchain 2.8.16 → 2.8.17
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/README.md +4 -4
- package/dist/site/agent-index.json +2 -1
- package/dist/site/artifact-schemas.json +1 -0
- package/dist/site/badge-endpoint-registry.json +659 -0
- package/dist/site/badges/v1/buildchain-release-passport/aligned.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/declared.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/downgraded.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/draft.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/failed.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/missing.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/passed.json +14 -0
- package/dist/site/badges/v1/buildchain-release-passport/planned.json +14 -0
- package/dist/site/badges/v1/kfd-1/aligned.json +14 -0
- package/dist/site/badges/v1/kfd-1/declared.json +14 -0
- package/dist/site/badges/v1/kfd-1/downgraded.json +14 -0
- package/dist/site/badges/v1/kfd-1/draft.json +14 -0
- package/dist/site/badges/v1/kfd-1/failed.json +14 -0
- package/dist/site/badges/v1/kfd-1/missing.json +14 -0
- package/dist/site/badges/v1/kfd-1/passed.json +14 -0
- package/dist/site/badges/v1/kfd-1/planned.json +14 -0
- package/dist/site/badges/v1/kfd-2/aligned.json +14 -0
- package/dist/site/badges/v1/kfd-2/declared.json +14 -0
- package/dist/site/badges/v1/kfd-2/downgraded.json +14 -0
- package/dist/site/badges/v1/kfd-2/draft.json +14 -0
- package/dist/site/badges/v1/kfd-2/failed.json +14 -0
- package/dist/site/badges/v1/kfd-2/missing.json +14 -0
- package/dist/site/badges/v1/kfd-2/passed.json +14 -0
- package/dist/site/badges/v1/kfd-2/planned.json +14 -0
- package/dist/site/badges/v1/kfd-3/aligned.json +14 -0
- package/dist/site/badges/v1/kfd-3/declared.json +14 -0
- package/dist/site/badges/v1/kfd-3/downgraded.json +14 -0
- package/dist/site/badges/v1/kfd-3/draft.json +14 -0
- package/dist/site/badges/v1/kfd-3/failed.json +14 -0
- package/dist/site/badges/v1/kfd-3/missing.json +14 -0
- package/dist/site/badges/v1/kfd-3/passed.json +14 -0
- package/dist/site/badges/v1/kfd-3/planned.json +14 -0
- package/dist/site/buildchain-contract.json +6 -6
- package/dist/site/buildchain-site.json +25 -19
- package/dist/site/manual-registry.json +4 -4
- package/dist/site/node-api-registry.json +5 -5
- package/dist/site/page-registry.json +15 -10
- package/dist/site/site-manifest.json +9 -8
- package/docs/MAP.md +3 -0
- package/docs/readme-badges.md +48 -7
- package/docs/reusable-build-surface.md +49 -0
- package/docs/web-surface-deployments.md +7 -5
- package/package.json +1 -1
- package/packages/core/diagnostics.js +16 -0
- package/packages/core/index.js +3 -0
- package/packages/core/readme-badges.js +235 -15
- package/scripts/check-inventory.mjs +22 -1
- package/scripts/generate-site-bundle.mjs +17 -0
- package/scripts/locked-source-checkout.mjs +386 -0
- package/scripts/run-lifecycle-core.mjs +12 -0
- package/scripts/web-surface-core.mjs +1 -8
|
@@ -0,0 +1,659 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"contract": "kungfu-buildchain-readme-badge-endpoint-registry",
|
|
4
|
+
"endpointBaseUrl": "https://buildchain.libkungfu.dev/badges/v1",
|
|
5
|
+
"imagePathTemplate": "/badges/v1/{badge}/{state}.svg",
|
|
6
|
+
"jsonPathTemplate": "/badges/v1/{badge}/{state}.json",
|
|
7
|
+
"consumerActionForLogoChange": "none",
|
|
8
|
+
"logoPolicy": {
|
|
9
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
10
|
+
"mode": "hosted-placeholder",
|
|
11
|
+
"placeholder": "buildchain-monogram",
|
|
12
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
13
|
+
"owner": "Buildchain site badge endpoint",
|
|
14
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
15
|
+
},
|
|
16
|
+
"shieldsEndpointCompatible": true,
|
|
17
|
+
"badges": [
|
|
18
|
+
{
|
|
19
|
+
"id": "kfd-1",
|
|
20
|
+
"label": "KFD-1",
|
|
21
|
+
"messageTemplate": "contract world {state}",
|
|
22
|
+
"linkRole": "repository-release-passport",
|
|
23
|
+
"states": [
|
|
24
|
+
{
|
|
25
|
+
"state": "passed",
|
|
26
|
+
"path": "badges/v1/kfd-1/passed.json",
|
|
27
|
+
"svgPath": "badges/v1/kfd-1/passed.svg",
|
|
28
|
+
"payload": {
|
|
29
|
+
"schemaVersion": 1,
|
|
30
|
+
"label": "KFD-1",
|
|
31
|
+
"message": "contract world passed",
|
|
32
|
+
"color": "2ea44f",
|
|
33
|
+
"logoPolicy": {
|
|
34
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
35
|
+
"mode": "hosted-placeholder",
|
|
36
|
+
"placeholder": "buildchain-monogram",
|
|
37
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
38
|
+
"owner": "Buildchain site badge endpoint",
|
|
39
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"state": "aligned",
|
|
45
|
+
"path": "badges/v1/kfd-1/aligned.json",
|
|
46
|
+
"svgPath": "badges/v1/kfd-1/aligned.svg",
|
|
47
|
+
"payload": {
|
|
48
|
+
"schemaVersion": 1,
|
|
49
|
+
"label": "KFD-1",
|
|
50
|
+
"message": "contract world aligned",
|
|
51
|
+
"color": "0969da",
|
|
52
|
+
"logoPolicy": {
|
|
53
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
54
|
+
"mode": "hosted-placeholder",
|
|
55
|
+
"placeholder": "buildchain-monogram",
|
|
56
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
57
|
+
"owner": "Buildchain site badge endpoint",
|
|
58
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"state": "declared",
|
|
64
|
+
"path": "badges/v1/kfd-1/declared.json",
|
|
65
|
+
"svgPath": "badges/v1/kfd-1/declared.svg",
|
|
66
|
+
"payload": {
|
|
67
|
+
"schemaVersion": 1,
|
|
68
|
+
"label": "KFD-1",
|
|
69
|
+
"message": "contract world declared",
|
|
70
|
+
"color": "6e7781",
|
|
71
|
+
"logoPolicy": {
|
|
72
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
73
|
+
"mode": "hosted-placeholder",
|
|
74
|
+
"placeholder": "buildchain-monogram",
|
|
75
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
76
|
+
"owner": "Buildchain site badge endpoint",
|
|
77
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"state": "planned",
|
|
83
|
+
"path": "badges/v1/kfd-1/planned.json",
|
|
84
|
+
"svgPath": "badges/v1/kfd-1/planned.svg",
|
|
85
|
+
"payload": {
|
|
86
|
+
"schemaVersion": 1,
|
|
87
|
+
"label": "KFD-1",
|
|
88
|
+
"message": "contract world planned",
|
|
89
|
+
"color": "bf8700",
|
|
90
|
+
"logoPolicy": {
|
|
91
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
92
|
+
"mode": "hosted-placeholder",
|
|
93
|
+
"placeholder": "buildchain-monogram",
|
|
94
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
95
|
+
"owner": "Buildchain site badge endpoint",
|
|
96
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"state": "draft",
|
|
102
|
+
"path": "badges/v1/kfd-1/draft.json",
|
|
103
|
+
"svgPath": "badges/v1/kfd-1/draft.svg",
|
|
104
|
+
"payload": {
|
|
105
|
+
"schemaVersion": 1,
|
|
106
|
+
"label": "KFD-1",
|
|
107
|
+
"message": "contract world draft",
|
|
108
|
+
"color": "8250df",
|
|
109
|
+
"logoPolicy": {
|
|
110
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
111
|
+
"mode": "hosted-placeholder",
|
|
112
|
+
"placeholder": "buildchain-monogram",
|
|
113
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
114
|
+
"owner": "Buildchain site badge endpoint",
|
|
115
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"state": "downgraded",
|
|
121
|
+
"path": "badges/v1/kfd-1/downgraded.json",
|
|
122
|
+
"svgPath": "badges/v1/kfd-1/downgraded.svg",
|
|
123
|
+
"payload": {
|
|
124
|
+
"schemaVersion": 1,
|
|
125
|
+
"label": "KFD-1",
|
|
126
|
+
"message": "contract world downgraded",
|
|
127
|
+
"color": "bf8700",
|
|
128
|
+
"logoPolicy": {
|
|
129
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
130
|
+
"mode": "hosted-placeholder",
|
|
131
|
+
"placeholder": "buildchain-monogram",
|
|
132
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
133
|
+
"owner": "Buildchain site badge endpoint",
|
|
134
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"state": "failed",
|
|
140
|
+
"path": "badges/v1/kfd-1/failed.json",
|
|
141
|
+
"svgPath": "badges/v1/kfd-1/failed.svg",
|
|
142
|
+
"payload": {
|
|
143
|
+
"schemaVersion": 1,
|
|
144
|
+
"label": "KFD-1",
|
|
145
|
+
"message": "contract world failed",
|
|
146
|
+
"color": "cf222e",
|
|
147
|
+
"logoPolicy": {
|
|
148
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
149
|
+
"mode": "hosted-placeholder",
|
|
150
|
+
"placeholder": "buildchain-monogram",
|
|
151
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
152
|
+
"owner": "Buildchain site badge endpoint",
|
|
153
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"state": "missing",
|
|
159
|
+
"path": "badges/v1/kfd-1/missing.json",
|
|
160
|
+
"svgPath": "badges/v1/kfd-1/missing.svg",
|
|
161
|
+
"payload": {
|
|
162
|
+
"schemaVersion": 1,
|
|
163
|
+
"label": "KFD-1",
|
|
164
|
+
"message": "contract world missing",
|
|
165
|
+
"color": "6e7781",
|
|
166
|
+
"logoPolicy": {
|
|
167
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
168
|
+
"mode": "hosted-placeholder",
|
|
169
|
+
"placeholder": "buildchain-monogram",
|
|
170
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
171
|
+
"owner": "Buildchain site badge endpoint",
|
|
172
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "kfd-2",
|
|
180
|
+
"label": "KFD-2",
|
|
181
|
+
"messageTemplate": "release trust passport {state}",
|
|
182
|
+
"linkRole": "repository-release-passport",
|
|
183
|
+
"states": [
|
|
184
|
+
{
|
|
185
|
+
"state": "passed",
|
|
186
|
+
"path": "badges/v1/kfd-2/passed.json",
|
|
187
|
+
"svgPath": "badges/v1/kfd-2/passed.svg",
|
|
188
|
+
"payload": {
|
|
189
|
+
"schemaVersion": 1,
|
|
190
|
+
"label": "KFD-2",
|
|
191
|
+
"message": "release trust passport passed",
|
|
192
|
+
"color": "2ea44f",
|
|
193
|
+
"logoPolicy": {
|
|
194
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
195
|
+
"mode": "hosted-placeholder",
|
|
196
|
+
"placeholder": "buildchain-monogram",
|
|
197
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
198
|
+
"owner": "Buildchain site badge endpoint",
|
|
199
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"state": "aligned",
|
|
205
|
+
"path": "badges/v1/kfd-2/aligned.json",
|
|
206
|
+
"svgPath": "badges/v1/kfd-2/aligned.svg",
|
|
207
|
+
"payload": {
|
|
208
|
+
"schemaVersion": 1,
|
|
209
|
+
"label": "KFD-2",
|
|
210
|
+
"message": "release trust passport aligned",
|
|
211
|
+
"color": "0969da",
|
|
212
|
+
"logoPolicy": {
|
|
213
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
214
|
+
"mode": "hosted-placeholder",
|
|
215
|
+
"placeholder": "buildchain-monogram",
|
|
216
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
217
|
+
"owner": "Buildchain site badge endpoint",
|
|
218
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"state": "declared",
|
|
224
|
+
"path": "badges/v1/kfd-2/declared.json",
|
|
225
|
+
"svgPath": "badges/v1/kfd-2/declared.svg",
|
|
226
|
+
"payload": {
|
|
227
|
+
"schemaVersion": 1,
|
|
228
|
+
"label": "KFD-2",
|
|
229
|
+
"message": "release trust passport declared",
|
|
230
|
+
"color": "6e7781",
|
|
231
|
+
"logoPolicy": {
|
|
232
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
233
|
+
"mode": "hosted-placeholder",
|
|
234
|
+
"placeholder": "buildchain-monogram",
|
|
235
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
236
|
+
"owner": "Buildchain site badge endpoint",
|
|
237
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"state": "planned",
|
|
243
|
+
"path": "badges/v1/kfd-2/planned.json",
|
|
244
|
+
"svgPath": "badges/v1/kfd-2/planned.svg",
|
|
245
|
+
"payload": {
|
|
246
|
+
"schemaVersion": 1,
|
|
247
|
+
"label": "KFD-2",
|
|
248
|
+
"message": "release trust passport planned",
|
|
249
|
+
"color": "bf8700",
|
|
250
|
+
"logoPolicy": {
|
|
251
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
252
|
+
"mode": "hosted-placeholder",
|
|
253
|
+
"placeholder": "buildchain-monogram",
|
|
254
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
255
|
+
"owner": "Buildchain site badge endpoint",
|
|
256
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"state": "draft",
|
|
262
|
+
"path": "badges/v1/kfd-2/draft.json",
|
|
263
|
+
"svgPath": "badges/v1/kfd-2/draft.svg",
|
|
264
|
+
"payload": {
|
|
265
|
+
"schemaVersion": 1,
|
|
266
|
+
"label": "KFD-2",
|
|
267
|
+
"message": "release trust passport draft",
|
|
268
|
+
"color": "8250df",
|
|
269
|
+
"logoPolicy": {
|
|
270
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
271
|
+
"mode": "hosted-placeholder",
|
|
272
|
+
"placeholder": "buildchain-monogram",
|
|
273
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
274
|
+
"owner": "Buildchain site badge endpoint",
|
|
275
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"state": "downgraded",
|
|
281
|
+
"path": "badges/v1/kfd-2/downgraded.json",
|
|
282
|
+
"svgPath": "badges/v1/kfd-2/downgraded.svg",
|
|
283
|
+
"payload": {
|
|
284
|
+
"schemaVersion": 1,
|
|
285
|
+
"label": "KFD-2",
|
|
286
|
+
"message": "release trust passport downgraded",
|
|
287
|
+
"color": "bf8700",
|
|
288
|
+
"logoPolicy": {
|
|
289
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
290
|
+
"mode": "hosted-placeholder",
|
|
291
|
+
"placeholder": "buildchain-monogram",
|
|
292
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
293
|
+
"owner": "Buildchain site badge endpoint",
|
|
294
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"state": "failed",
|
|
300
|
+
"path": "badges/v1/kfd-2/failed.json",
|
|
301
|
+
"svgPath": "badges/v1/kfd-2/failed.svg",
|
|
302
|
+
"payload": {
|
|
303
|
+
"schemaVersion": 1,
|
|
304
|
+
"label": "KFD-2",
|
|
305
|
+
"message": "release trust passport failed",
|
|
306
|
+
"color": "cf222e",
|
|
307
|
+
"logoPolicy": {
|
|
308
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
309
|
+
"mode": "hosted-placeholder",
|
|
310
|
+
"placeholder": "buildchain-monogram",
|
|
311
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
312
|
+
"owner": "Buildchain site badge endpoint",
|
|
313
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"state": "missing",
|
|
319
|
+
"path": "badges/v1/kfd-2/missing.json",
|
|
320
|
+
"svgPath": "badges/v1/kfd-2/missing.svg",
|
|
321
|
+
"payload": {
|
|
322
|
+
"schemaVersion": 1,
|
|
323
|
+
"label": "KFD-2",
|
|
324
|
+
"message": "release trust passport missing",
|
|
325
|
+
"color": "6e7781",
|
|
326
|
+
"logoPolicy": {
|
|
327
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
328
|
+
"mode": "hosted-placeholder",
|
|
329
|
+
"placeholder": "buildchain-monogram",
|
|
330
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
331
|
+
"owner": "Buildchain site badge endpoint",
|
|
332
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "kfd-3",
|
|
340
|
+
"label": "KFD-3",
|
|
341
|
+
"messageTemplate": "collaboration interface {state}",
|
|
342
|
+
"linkRole": "repository-release-passport",
|
|
343
|
+
"states": [
|
|
344
|
+
{
|
|
345
|
+
"state": "passed",
|
|
346
|
+
"path": "badges/v1/kfd-3/passed.json",
|
|
347
|
+
"svgPath": "badges/v1/kfd-3/passed.svg",
|
|
348
|
+
"payload": {
|
|
349
|
+
"schemaVersion": 1,
|
|
350
|
+
"label": "KFD-3",
|
|
351
|
+
"message": "collaboration interface passed",
|
|
352
|
+
"color": "2ea44f",
|
|
353
|
+
"logoPolicy": {
|
|
354
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
355
|
+
"mode": "hosted-placeholder",
|
|
356
|
+
"placeholder": "buildchain-monogram",
|
|
357
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
358
|
+
"owner": "Buildchain site badge endpoint",
|
|
359
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"state": "aligned",
|
|
365
|
+
"path": "badges/v1/kfd-3/aligned.json",
|
|
366
|
+
"svgPath": "badges/v1/kfd-3/aligned.svg",
|
|
367
|
+
"payload": {
|
|
368
|
+
"schemaVersion": 1,
|
|
369
|
+
"label": "KFD-3",
|
|
370
|
+
"message": "collaboration interface aligned",
|
|
371
|
+
"color": "0969da",
|
|
372
|
+
"logoPolicy": {
|
|
373
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
374
|
+
"mode": "hosted-placeholder",
|
|
375
|
+
"placeholder": "buildchain-monogram",
|
|
376
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
377
|
+
"owner": "Buildchain site badge endpoint",
|
|
378
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"state": "declared",
|
|
384
|
+
"path": "badges/v1/kfd-3/declared.json",
|
|
385
|
+
"svgPath": "badges/v1/kfd-3/declared.svg",
|
|
386
|
+
"payload": {
|
|
387
|
+
"schemaVersion": 1,
|
|
388
|
+
"label": "KFD-3",
|
|
389
|
+
"message": "collaboration interface declared",
|
|
390
|
+
"color": "6e7781",
|
|
391
|
+
"logoPolicy": {
|
|
392
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
393
|
+
"mode": "hosted-placeholder",
|
|
394
|
+
"placeholder": "buildchain-monogram",
|
|
395
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
396
|
+
"owner": "Buildchain site badge endpoint",
|
|
397
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"state": "planned",
|
|
403
|
+
"path": "badges/v1/kfd-3/planned.json",
|
|
404
|
+
"svgPath": "badges/v1/kfd-3/planned.svg",
|
|
405
|
+
"payload": {
|
|
406
|
+
"schemaVersion": 1,
|
|
407
|
+
"label": "KFD-3",
|
|
408
|
+
"message": "collaboration interface planned",
|
|
409
|
+
"color": "bf8700",
|
|
410
|
+
"logoPolicy": {
|
|
411
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
412
|
+
"mode": "hosted-placeholder",
|
|
413
|
+
"placeholder": "buildchain-monogram",
|
|
414
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
415
|
+
"owner": "Buildchain site badge endpoint",
|
|
416
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"state": "draft",
|
|
422
|
+
"path": "badges/v1/kfd-3/draft.json",
|
|
423
|
+
"svgPath": "badges/v1/kfd-3/draft.svg",
|
|
424
|
+
"payload": {
|
|
425
|
+
"schemaVersion": 1,
|
|
426
|
+
"label": "KFD-3",
|
|
427
|
+
"message": "collaboration interface draft",
|
|
428
|
+
"color": "8250df",
|
|
429
|
+
"logoPolicy": {
|
|
430
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
431
|
+
"mode": "hosted-placeholder",
|
|
432
|
+
"placeholder": "buildchain-monogram",
|
|
433
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
434
|
+
"owner": "Buildchain site badge endpoint",
|
|
435
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"state": "downgraded",
|
|
441
|
+
"path": "badges/v1/kfd-3/downgraded.json",
|
|
442
|
+
"svgPath": "badges/v1/kfd-3/downgraded.svg",
|
|
443
|
+
"payload": {
|
|
444
|
+
"schemaVersion": 1,
|
|
445
|
+
"label": "KFD-3",
|
|
446
|
+
"message": "collaboration interface downgraded",
|
|
447
|
+
"color": "bf8700",
|
|
448
|
+
"logoPolicy": {
|
|
449
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
450
|
+
"mode": "hosted-placeholder",
|
|
451
|
+
"placeholder": "buildchain-monogram",
|
|
452
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
453
|
+
"owner": "Buildchain site badge endpoint",
|
|
454
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"state": "failed",
|
|
460
|
+
"path": "badges/v1/kfd-3/failed.json",
|
|
461
|
+
"svgPath": "badges/v1/kfd-3/failed.svg",
|
|
462
|
+
"payload": {
|
|
463
|
+
"schemaVersion": 1,
|
|
464
|
+
"label": "KFD-3",
|
|
465
|
+
"message": "collaboration interface failed",
|
|
466
|
+
"color": "cf222e",
|
|
467
|
+
"logoPolicy": {
|
|
468
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
469
|
+
"mode": "hosted-placeholder",
|
|
470
|
+
"placeholder": "buildchain-monogram",
|
|
471
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
472
|
+
"owner": "Buildchain site badge endpoint",
|
|
473
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"state": "missing",
|
|
479
|
+
"path": "badges/v1/kfd-3/missing.json",
|
|
480
|
+
"svgPath": "badges/v1/kfd-3/missing.svg",
|
|
481
|
+
"payload": {
|
|
482
|
+
"schemaVersion": 1,
|
|
483
|
+
"label": "KFD-3",
|
|
484
|
+
"message": "collaboration interface missing",
|
|
485
|
+
"color": "6e7781",
|
|
486
|
+
"logoPolicy": {
|
|
487
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
488
|
+
"mode": "hosted-placeholder",
|
|
489
|
+
"placeholder": "buildchain-monogram",
|
|
490
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
491
|
+
"owner": "Buildchain site badge endpoint",
|
|
492
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"id": "buildchain-release-passport",
|
|
500
|
+
"label": "buildchain",
|
|
501
|
+
"messageTemplate": "release passport {state}",
|
|
502
|
+
"linkRole": "repository-release-passport",
|
|
503
|
+
"states": [
|
|
504
|
+
{
|
|
505
|
+
"state": "passed",
|
|
506
|
+
"path": "badges/v1/buildchain-release-passport/passed.json",
|
|
507
|
+
"svgPath": "badges/v1/buildchain-release-passport/passed.svg",
|
|
508
|
+
"payload": {
|
|
509
|
+
"schemaVersion": 1,
|
|
510
|
+
"label": "buildchain",
|
|
511
|
+
"message": "release passport passed",
|
|
512
|
+
"color": "2ea44f",
|
|
513
|
+
"logoPolicy": {
|
|
514
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
515
|
+
"mode": "hosted-placeholder",
|
|
516
|
+
"placeholder": "buildchain-monogram",
|
|
517
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
518
|
+
"owner": "Buildchain site badge endpoint",
|
|
519
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"state": "aligned",
|
|
525
|
+
"path": "badges/v1/buildchain-release-passport/aligned.json",
|
|
526
|
+
"svgPath": "badges/v1/buildchain-release-passport/aligned.svg",
|
|
527
|
+
"payload": {
|
|
528
|
+
"schemaVersion": 1,
|
|
529
|
+
"label": "buildchain",
|
|
530
|
+
"message": "release passport aligned",
|
|
531
|
+
"color": "0969da",
|
|
532
|
+
"logoPolicy": {
|
|
533
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
534
|
+
"mode": "hosted-placeholder",
|
|
535
|
+
"placeholder": "buildchain-monogram",
|
|
536
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
537
|
+
"owner": "Buildchain site badge endpoint",
|
|
538
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"state": "declared",
|
|
544
|
+
"path": "badges/v1/buildchain-release-passport/declared.json",
|
|
545
|
+
"svgPath": "badges/v1/buildchain-release-passport/declared.svg",
|
|
546
|
+
"payload": {
|
|
547
|
+
"schemaVersion": 1,
|
|
548
|
+
"label": "buildchain",
|
|
549
|
+
"message": "release passport declared",
|
|
550
|
+
"color": "6e7781",
|
|
551
|
+
"logoPolicy": {
|
|
552
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
553
|
+
"mode": "hosted-placeholder",
|
|
554
|
+
"placeholder": "buildchain-monogram",
|
|
555
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
556
|
+
"owner": "Buildchain site badge endpoint",
|
|
557
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"state": "planned",
|
|
563
|
+
"path": "badges/v1/buildchain-release-passport/planned.json",
|
|
564
|
+
"svgPath": "badges/v1/buildchain-release-passport/planned.svg",
|
|
565
|
+
"payload": {
|
|
566
|
+
"schemaVersion": 1,
|
|
567
|
+
"label": "buildchain",
|
|
568
|
+
"message": "release passport planned",
|
|
569
|
+
"color": "bf8700",
|
|
570
|
+
"logoPolicy": {
|
|
571
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
572
|
+
"mode": "hosted-placeholder",
|
|
573
|
+
"placeholder": "buildchain-monogram",
|
|
574
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
575
|
+
"owner": "Buildchain site badge endpoint",
|
|
576
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"state": "draft",
|
|
582
|
+
"path": "badges/v1/buildchain-release-passport/draft.json",
|
|
583
|
+
"svgPath": "badges/v1/buildchain-release-passport/draft.svg",
|
|
584
|
+
"payload": {
|
|
585
|
+
"schemaVersion": 1,
|
|
586
|
+
"label": "buildchain",
|
|
587
|
+
"message": "release passport draft",
|
|
588
|
+
"color": "8250df",
|
|
589
|
+
"logoPolicy": {
|
|
590
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
591
|
+
"mode": "hosted-placeholder",
|
|
592
|
+
"placeholder": "buildchain-monogram",
|
|
593
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
594
|
+
"owner": "Buildchain site badge endpoint",
|
|
595
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"state": "downgraded",
|
|
601
|
+
"path": "badges/v1/buildchain-release-passport/downgraded.json",
|
|
602
|
+
"svgPath": "badges/v1/buildchain-release-passport/downgraded.svg",
|
|
603
|
+
"payload": {
|
|
604
|
+
"schemaVersion": 1,
|
|
605
|
+
"label": "buildchain",
|
|
606
|
+
"message": "release passport downgraded",
|
|
607
|
+
"color": "bf8700",
|
|
608
|
+
"logoPolicy": {
|
|
609
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
610
|
+
"mode": "hosted-placeholder",
|
|
611
|
+
"placeholder": "buildchain-monogram",
|
|
612
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
613
|
+
"owner": "Buildchain site badge endpoint",
|
|
614
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"state": "failed",
|
|
620
|
+
"path": "badges/v1/buildchain-release-passport/failed.json",
|
|
621
|
+
"svgPath": "badges/v1/buildchain-release-passport/failed.svg",
|
|
622
|
+
"payload": {
|
|
623
|
+
"schemaVersion": 1,
|
|
624
|
+
"label": "buildchain",
|
|
625
|
+
"message": "release passport failed",
|
|
626
|
+
"color": "cf222e",
|
|
627
|
+
"logoPolicy": {
|
|
628
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
629
|
+
"mode": "hosted-placeholder",
|
|
630
|
+
"placeholder": "buildchain-monogram",
|
|
631
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
632
|
+
"owner": "Buildchain site badge endpoint",
|
|
633
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"state": "missing",
|
|
639
|
+
"path": "badges/v1/buildchain-release-passport/missing.json",
|
|
640
|
+
"svgPath": "badges/v1/buildchain-release-passport/missing.svg",
|
|
641
|
+
"payload": {
|
|
642
|
+
"schemaVersion": 1,
|
|
643
|
+
"label": "buildchain",
|
|
644
|
+
"message": "release passport missing",
|
|
645
|
+
"color": "6e7781",
|
|
646
|
+
"logoPolicy": {
|
|
647
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
648
|
+
"mode": "hosted-placeholder",
|
|
649
|
+
"placeholder": "buildchain-monogram",
|
|
650
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
651
|
+
"owner": "Buildchain site badge endpoint",
|
|
652
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
]
|
|
657
|
+
}
|
|
658
|
+
]
|
|
659
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"label": "buildchain",
|
|
4
|
+
"message": "release passport aligned",
|
|
5
|
+
"color": "0969da",
|
|
6
|
+
"logoPolicy": {
|
|
7
|
+
"contract": "kungfu-buildchain-badge-logo-policy",
|
|
8
|
+
"mode": "hosted-placeholder",
|
|
9
|
+
"placeholder": "buildchain-monogram",
|
|
10
|
+
"futureLogoUpdateRequiresConsumerAction": false,
|
|
11
|
+
"owner": "Buildchain site badge endpoint",
|
|
12
|
+
"note": "README image URLs point at stable Buildchain-hosted badge endpoints; the rendered logo is controlled by the endpoint, not by consumer README text."
|
|
13
|
+
}
|
|
14
|
+
}
|