@kungfu-tech/buildchain 2.10.2 → 2.10.3

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.
@@ -21,7 +21,7 @@
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "fddae6b9690e6a5ccc242d66028b0ddae0b63b3d70d28dba50ab745c8b09f613",
24
+ "sha256": "046b397df3042bdf9771e279cedb2d29cc0d691d379e2c244c3b9476c16c6ce3",
25
25
  "summary": {
26
26
  "cliCommandCount": 52,
27
27
  "workflowCount": 35,
@@ -71,6 +71,7 @@
71
71
  "dist/site/manual-registry.json",
72
72
  "dist/site/node-api-registry.json",
73
73
  "dist/site/page-registry.json",
74
+ "dist/site/capability-registry.json",
74
75
  "dist/site/buildchain-site.json",
75
76
  "dist/site/site-manifest.json"
76
77
  ]
@@ -206,7 +207,7 @@
206
207
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
207
208
  "path": "dist/site/public-surface-audit.json",
208
209
  "status": "passed",
209
- "sha256": "fddae6b9690e6a5ccc242d66028b0ddae0b63b3d70d28dba50ab745c8b09f613",
210
+ "sha256": "046b397df3042bdf9771e279cedb2d29cc0d691d379e2c244c3b9476c16c6ce3",
210
211
  "summary": {
211
212
  "cliCommandCount": 52,
212
213
  "workflowCount": 35,
@@ -466,6 +467,18 @@
466
467
  "public": true,
467
468
  "plane": "use"
468
469
  },
470
+ {
471
+ "id": "doc:docs/release-candidate.md",
472
+ "name": "Release Candidate Passport",
473
+ "kind": "documentation",
474
+ "sourcePath": "docs/release-candidate.md",
475
+ "evidencePath": "docs/release-candidate.md",
476
+ "availability": "shipped",
477
+ "visibility": "public",
478
+ "participantFacing": true,
479
+ "public": true,
480
+ "plane": "verify"
481
+ },
469
482
  {
470
483
  "id": "doc:docs/release-flow.md",
471
484
  "name": "Release flow",
@@ -1143,6 +1156,17 @@
1143
1156
  "participantFacing": true,
1144
1157
  "public": true
1145
1158
  },
1159
+ {
1160
+ "id": "site:dist/site/capability-registry.json",
1161
+ "name": "site:dist/site/capability-registry.json",
1162
+ "kind": "site-consumption-contract",
1163
+ "sourcePath": "dist/site/capability-registry.json",
1164
+ "evidencePath": "dist/site/capability-registry.json",
1165
+ "availability": "shipped",
1166
+ "visibility": "public",
1167
+ "participantFacing": true,
1168
+ "public": true
1169
+ },
1146
1170
  {
1147
1171
  "id": "site:dist/site/cli-registry.json",
1148
1172
  "name": "site:dist/site/cli-registry.json",
@@ -3502,6 +3526,6 @@
3502
3526
  "public": true
3503
3527
  }
3504
3528
  ],
3505
- "publicSurfaceCount": 229
3529
+ "publicSurfaceCount": 231
3506
3530
  }
3507
3531
  }
@@ -9,175 +9,360 @@
9
9
  "title": "Buildchain documentation map",
10
10
  "path": "docs/MAP.md",
11
11
  "plane": "use",
12
- "digest": "sha256:3712026dcfcf44c16bc4def2acf246caee1ec036543c0fea265fa17b19d4de31"
12
+ "digest": "sha256:67a0e6b63a943904eacbf7d26227e3c9ad650d17e8aa937c40b3fdad8f389fdd",
13
+ "capabilityGroup": "getting-started",
14
+ "audience": [
15
+ "agent",
16
+ "consumer"
17
+ ],
18
+ "maturity": "stable",
19
+ "order": 10
13
20
  },
14
21
  {
15
22
  "id": "install",
16
23
  "title": "Install and verify Buildchain",
17
24
  "path": "docs/install.md",
18
25
  "plane": "use",
19
- "digest": "sha256:34bc161a26595f95684694d341616e47bfd65b0c51a63225e68a575179636175"
26
+ "digest": "sha256:34bc161a26595f95684694d341616e47bfd65b0c51a63225e68a575179636175",
27
+ "capabilityGroup": "getting-started",
28
+ "audience": [
29
+ "consumer"
30
+ ],
31
+ "maturity": "stable",
32
+ "order": 20
20
33
  },
21
34
  {
22
35
  "id": "release-passport",
23
36
  "title": "Release Passport protocol",
24
37
  "path": "docs/release-passport.md",
25
38
  "plane": "verify",
26
- "digest": "sha256:75d8bade4b0b96b26941b11835c2debcdada8f1723412935fb8ae6884f08f9f3"
39
+ "digest": "sha256:75d8bade4b0b96b26941b11835c2debcdada8f1723412935fb8ae6884f08f9f3",
40
+ "capabilityGroup": "release-passport-trust",
41
+ "audience": [
42
+ "release-operator",
43
+ "agent"
44
+ ],
45
+ "maturity": "stable",
46
+ "order": 100
47
+ },
48
+ {
49
+ "id": "release-candidate",
50
+ "title": "Release Candidate Passport",
51
+ "path": "docs/release-candidate.md",
52
+ "plane": "verify",
53
+ "digest": "sha256:6b5107cded122925e8560a9b117ff1c96f5cf05d934caf83d7e4b2a4d777175e",
54
+ "capabilityGroup": "reusable-build",
55
+ "audience": [
56
+ "release-operator",
57
+ "consumer"
58
+ ],
59
+ "maturity": "stable",
60
+ "order": 130
27
61
  },
28
62
  {
29
63
  "id": "release-propagation",
30
64
  "title": "Release propagation",
31
65
  "path": "docs/release-propagation.md",
32
66
  "plane": "use",
33
- "digest": "sha256:190e3537075f37cf8a7e52bf8254606e1d9450d87c5a81dc11df8b56a7d03065"
67
+ "digest": "sha256:190e3537075f37cf8a7e52bf8254606e1d9450d87c5a81dc11df8b56a7d03065",
68
+ "capabilityGroup": "site-and-propagation",
69
+ "audience": [
70
+ "release-operator",
71
+ "agent"
72
+ ],
73
+ "maturity": "preview",
74
+ "order": 420
34
75
  },
35
76
  {
36
77
  "id": "readme-badges",
37
78
  "title": "README badge blocks",
38
79
  "path": "docs/readme-badges.md",
39
80
  "plane": "use",
40
- "digest": "sha256:06eaef737dcc73a6526d856d79275ee87af9670f0e2be39a5596758bfc3527c9"
81
+ "digest": "sha256:06eaef737dcc73a6526d856d79275ee87af9670f0e2be39a5596758bfc3527c9",
82
+ "capabilityGroup": "distribution-indexes",
83
+ "audience": [
84
+ "consumer",
85
+ "site"
86
+ ],
87
+ "maturity": "stable",
88
+ "order": 500
41
89
  },
42
90
  {
43
91
  "id": "homebrew",
44
92
  "title": "Homebrew distribution indexes",
45
93
  "path": "docs/homebrew.md",
46
94
  "plane": "use",
47
- "digest": "sha256:2fc4e8411f35ca86d19d61c7843b9a1fa440f7afea25df13d3aa03342f09f90c"
95
+ "digest": "sha256:2fc4e8411f35ca86d19d61c7843b9a1fa440f7afea25df13d3aa03342f09f90c",
96
+ "capabilityGroup": "distribution-indexes",
97
+ "audience": [
98
+ "consumer",
99
+ "release-operator"
100
+ ],
101
+ "maturity": "stable",
102
+ "order": 510
48
103
  },
49
104
  {
50
105
  "id": "binary-distribution",
51
106
  "title": "Binary distribution contract",
52
107
  "path": "docs/binary-distribution.md",
53
108
  "plane": "verify",
54
- "digest": "sha256:36899140a9b2e9ce1565ed41f3d64f73a8829fad3d59a04b9498d9479c85c4be"
109
+ "digest": "sha256:36899140a9b2e9ce1565ed41f3d64f73a8829fad3d59a04b9498d9479c85c4be",
110
+ "capabilityGroup": "release-passport-trust",
111
+ "audience": [
112
+ "release-operator",
113
+ "agent"
114
+ ],
115
+ "maturity": "stable",
116
+ "order": 110
55
117
  },
56
118
  {
57
119
  "id": "consumer-issue-reporting",
58
120
  "title": "Consumer issue reporting",
59
121
  "path": "docs/consumer-issue-reporting.md",
60
122
  "plane": "use",
61
- "digest": "sha256:8e2159312e47b42ab0bb644cb195362150acc8872e6ac0e7380ece0c5cf36955"
123
+ "digest": "sha256:8e2159312e47b42ab0bb644cb195362150acc8872e6ac0e7380ece0c5cf36955",
124
+ "capabilityGroup": "observability-diagnostics",
125
+ "audience": [
126
+ "consumer",
127
+ "maintainer"
128
+ ],
129
+ "maturity": "stable",
130
+ "order": 620
62
131
  },
63
132
  {
64
133
  "id": "infra-contract",
65
134
  "title": "Infra Contract",
66
135
  "path": "docs/infra-contract.md",
67
136
  "plane": "use",
68
- "digest": "sha256:7826e8c70ac2d90ddd8d4e38bcdd1bcfa36eef5106431d7ad94b2fe9c8d3d5dc"
137
+ "digest": "sha256:7826e8c70ac2d90ddd8d4e38bcdd1bcfa36eef5106431d7ad94b2fe9c8d3d5dc",
138
+ "capabilityGroup": "governance-versioning",
139
+ "audience": [
140
+ "maintainer",
141
+ "consumer"
142
+ ],
143
+ "maturity": "preview",
144
+ "order": 750
69
145
  },
70
146
  {
71
147
  "id": "toolkit-observability",
72
148
  "title": "Toolkit observability",
73
149
  "path": "docs/toolkit-observability.md",
74
150
  "plane": "use",
75
- "digest": "sha256:239949a75ca81b6002a2e148f7028402dbd98c00e246acd8d0955855781206a1"
151
+ "digest": "sha256:239949a75ca81b6002a2e148f7028402dbd98c00e246acd8d0955855781206a1",
152
+ "capabilityGroup": "observability-diagnostics",
153
+ "audience": [
154
+ "developer",
155
+ "maintainer"
156
+ ],
157
+ "maturity": "stable",
158
+ "order": 610
76
159
  },
77
160
  {
78
161
  "id": "site-bundle-contract",
79
162
  "title": "Site bundle contract",
80
163
  "path": "docs/site-bundle-contract.md",
81
164
  "plane": "use",
82
- "digest": "sha256:595ad74e82f179844da7bb3545b1fa7a0cd99c083160b7ed08861dfb5b2603ab"
165
+ "digest": "sha256:6b5bc2ee0f785b16d762f140f14a9163c07caf0d424200c2ececc74f7bb2271c",
166
+ "capabilityGroup": "site-and-propagation",
167
+ "audience": [
168
+ "site",
169
+ "agent"
170
+ ],
171
+ "maturity": "stable",
172
+ "order": 400
83
173
  },
84
174
  {
85
175
  "id": "migration-inventory",
86
176
  "title": "Migration inventory",
87
177
  "path": "docs/migration-inventory.md",
88
178
  "plane": "verify",
89
- "digest": "sha256:80018cf78785431e67bbc5278d82dda80d0baa320cdb5e4abda26a0b05e5c0bc"
179
+ "digest": "sha256:80018cf78785431e67bbc5278d82dda80d0baa320cdb5e4abda26a0b05e5c0bc",
180
+ "capabilityGroup": "governance-versioning",
181
+ "audience": [
182
+ "maintainer",
183
+ "agent"
184
+ ],
185
+ "maturity": "stable",
186
+ "order": 740
90
187
  },
91
188
  {
92
189
  "id": "ownership",
93
190
  "title": "Ownership",
94
191
  "path": "docs/ownership.md",
95
192
  "plane": "why",
96
- "digest": "sha256:49074fb520c404d3c9f5b49b33562d4bdc4e3ed407cf22543fa8e19e312a6b8e"
193
+ "digest": "sha256:49074fb520c404d3c9f5b49b33562d4bdc4e3ed407cf22543fa8e19e312a6b8e",
194
+ "capabilityGroup": "governance-versioning",
195
+ "audience": [
196
+ "maintainer"
197
+ ],
198
+ "maturity": "stable",
199
+ "order": 730
97
200
  },
98
201
  {
99
202
  "id": "product-mechanism",
100
203
  "title": "Product mechanism",
101
204
  "path": "docs/product-mechanism.md",
102
205
  "plane": "why",
103
- "digest": "sha256:da50022f96f8876bb275a7832190cb1f6ab0fa6aab9d045dda924a7abddc3edf"
206
+ "digest": "sha256:da50022f96f8876bb275a7832190cb1f6ab0fa6aab9d045dda924a7abddc3edf",
207
+ "capabilityGroup": "getting-started",
208
+ "audience": [
209
+ "agent",
210
+ "maintainer"
211
+ ],
212
+ "maturity": "stable",
213
+ "order": 30
104
214
  },
105
215
  {
106
216
  "id": "cli",
107
217
  "title": "CLI and npm package",
108
218
  "path": "docs/cli.md",
109
219
  "plane": "use",
110
- "digest": "sha256:85e014b7e053b74b620e5b438d54453e20b22f758a33dfd5ae970403fa41d9d7"
220
+ "digest": "sha256:2f55874feb9acecce1c471b96e07bb9a198a8da93efd0f859d69f353bf9c36a8",
221
+ "capabilityGroup": "api-cli-reference",
222
+ "audience": [
223
+ "agent",
224
+ "developer"
225
+ ],
226
+ "maturity": "stable",
227
+ "order": 40
111
228
  },
112
229
  {
113
230
  "id": "build-facts",
114
231
  "title": "Build Facts",
115
232
  "path": "docs/build-facts.md",
116
233
  "plane": "use",
117
- "digest": "sha256:75dcf7a6628dac9e982a455de9966044ae771611d4efc04e7264a2d4adb0bd3e"
234
+ "digest": "sha256:75dcf7a6628dac9e982a455de9966044ae771611d4efc04e7264a2d4adb0bd3e",
235
+ "capabilityGroup": "observability-diagnostics",
236
+ "audience": [
237
+ "maintainer",
238
+ "agent"
239
+ ],
240
+ "maturity": "stable",
241
+ "order": 600
118
242
  },
119
243
  {
120
244
  "id": "kfd-support",
121
245
  "title": "KFD support and KFD-3 surface registration",
122
246
  "path": "docs/kfd-support.md",
123
247
  "plane": "verify",
124
- "digest": "sha256:4bb33e408a2129e1534e92bea78d3cc0e4d8f986b0fbb27fe73ae6eae46b9ca3"
248
+ "digest": "sha256:4bb33e408a2129e1534e92bea78d3cc0e4d8f986b0fbb27fe73ae6eae46b9ca3",
249
+ "capabilityGroup": "kfd-trust",
250
+ "audience": [
251
+ "agent",
252
+ "maintainer"
253
+ ],
254
+ "maturity": "stable",
255
+ "order": 300
125
256
  },
126
257
  {
127
258
  "id": "lifecycle-protocol",
128
259
  "title": "Lifecycle protocol",
129
260
  "path": "docs/lifecycle-protocol.md",
130
261
  "plane": "use",
131
- "digest": "sha256:c76516894cf540da9a6722ba96c475386901ab448ab71ede5850a185f6a716c9"
262
+ "digest": "sha256:c76516894cf540da9a6722ba96c475386901ab448ab71ede5850a185f6a716c9",
263
+ "capabilityGroup": "reusable-build",
264
+ "audience": [
265
+ "consumer",
266
+ "developer"
267
+ ],
268
+ "maturity": "stable",
269
+ "order": 210
132
270
  },
133
271
  {
134
272
  "id": "reusable-build-surface",
135
273
  "title": "Reusable build surface",
136
274
  "path": "docs/reusable-build-surface.md",
137
275
  "plane": "use",
138
- "digest": "sha256:e76aefe23b83f1b99b8c13cee1ca99760fd9902a41fbec25e193426329826340"
276
+ "digest": "sha256:e76aefe23b83f1b99b8c13cee1ca99760fd9902a41fbec25e193426329826340",
277
+ "capabilityGroup": "reusable-build",
278
+ "audience": [
279
+ "consumer",
280
+ "release-operator"
281
+ ],
282
+ "maturity": "stable",
283
+ "order": 200
139
284
  },
140
285
  {
141
286
  "id": "publish-transaction",
142
287
  "title": "Publish transaction",
143
288
  "path": "docs/publish-transaction.md",
144
289
  "plane": "verify",
145
- "digest": "sha256:c3fc5c49180db9167e1cf5bc5ff403e5a21cb55d1ba750bd0cfcd2429ad825b2"
290
+ "digest": "sha256:c3fc5c49180db9167e1cf5bc5ff403e5a21cb55d1ba750bd0cfcd2429ad825b2",
291
+ "capabilityGroup": "release-passport-trust",
292
+ "audience": [
293
+ "release-operator"
294
+ ],
295
+ "maturity": "stable",
296
+ "order": 120
146
297
  },
147
298
  {
148
299
  "id": "release-governance",
149
300
  "title": "Release governance",
150
301
  "path": "docs/release-governance.md",
151
302
  "plane": "why",
152
- "digest": "sha256:15fa0295ae2d97a2fd4ca17024d3da62df1057c9118b77a7e6b7550a404cd27b"
303
+ "digest": "sha256:15fa0295ae2d97a2fd4ca17024d3da62df1057c9118b77a7e6b7550a404cd27b",
304
+ "capabilityGroup": "governance-versioning",
305
+ "audience": [
306
+ "maintainer",
307
+ "release-operator"
308
+ ],
309
+ "maturity": "stable",
310
+ "order": 700
153
311
  },
154
312
  {
155
313
  "id": "release-flow",
156
314
  "title": "Release flow",
157
315
  "path": "docs/release-flow.md",
158
316
  "plane": "verify",
159
- "digest": "sha256:feb1e056975a4ffb714d8fc0583a0f6fd8ed774c30ca168c27d5e6baf02f1cde"
317
+ "digest": "sha256:feb1e056975a4ffb714d8fc0583a0f6fd8ed774c30ca168c27d5e6baf02f1cde",
318
+ "capabilityGroup": "governance-versioning",
319
+ "audience": [
320
+ "release-operator",
321
+ "agent"
322
+ ],
323
+ "maturity": "stable",
324
+ "order": 710
160
325
  },
161
326
  {
162
327
  "id": "runtime-train-validation",
163
328
  "title": "Runtime train validation",
164
329
  "path": "docs/runtime-train-validation.md",
165
330
  "plane": "verify",
166
- "digest": "sha256:bb053594407bd0f78aa43352a249a2ffa19825374147cc712cd56ca6ad50dfa3"
331
+ "digest": "sha256:bb053594407bd0f78aa43352a249a2ffa19825374147cc712cd56ca6ad50dfa3",
332
+ "capabilityGroup": "governance-versioning",
333
+ "audience": [
334
+ "maintainer",
335
+ "consumer"
336
+ ],
337
+ "maturity": "stable",
338
+ "order": 220
167
339
  },
168
340
  {
169
341
  "id": "versioning",
170
342
  "title": "Versioning",
171
343
  "path": "docs/versioning.md",
172
344
  "plane": "why",
173
- "digest": "sha256:2c79f7d1a072a40c75d889beac38ae843b2170587fc570ce40722d3968b6506e"
345
+ "digest": "sha256:2c79f7d1a072a40c75d889beac38ae843b2170587fc570ce40722d3968b6506e",
346
+ "capabilityGroup": "governance-versioning",
347
+ "audience": [
348
+ "maintainer"
349
+ ],
350
+ "maturity": "stable",
351
+ "order": 720
174
352
  },
175
353
  {
176
354
  "id": "web-surface-deployments",
177
355
  "title": "Web surface deployments",
178
356
  "path": "docs/web-surface-deployments.md",
179
357
  "plane": "use",
180
- "digest": "sha256:3a11e4c38c058181ab6d36242a8898e13a3a452304838e806c2d1b86d1348a83"
358
+ "digest": "sha256:58673b84879a219572fe39aa8b4d01cfc34fabf664b3318753d61043821edaff",
359
+ "capabilityGroup": "site-and-propagation",
360
+ "audience": [
361
+ "site",
362
+ "release-operator"
363
+ ],
364
+ "maturity": "stable",
365
+ "order": 410
181
366
  }
182
367
  ],
183
368
  "requiredAgentManuals": [