@kungfu-tech/buildchain 2.12.1 → 2.12.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.
- package/README.md +10 -5
- package/dist/site/buildchain-contract.json +6 -6
- package/dist/site/buildchain-site.json +73 -21
- package/dist/site/capability-registry.json +2 -2
- package/dist/site/kfd-claims.json +59 -10
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +3 -3
- package/dist/site/node-api-registry.json +1 -1
- package/dist/site/page-registry.json +62 -11
- package/dist/site/public-surface-audit.json +40 -7
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +7 -7
- package/dist/site/workflow-registry.json +35 -3
- package/docs/MAP.md +2 -1
- package/docs/lifecycle-protocol.md +16 -0
- package/docs/release-governance.md +7 -0
- package/docs/shifu-gate-profiles.md +163 -0
- package/docs/stable-candidate-patrol.md +23 -3
- package/package.json +1 -1
- package/packages/core/release-candidate.js +42 -0
- package/scripts/build-contract-core.mjs +21 -4
- package/scripts/check-inventory.mjs +4 -0
- package/scripts/gate-profile-core.mjs +413 -0
- package/scripts/generate-release-candidate-passport.mjs +4 -0
- package/scripts/shifu-gate-profile.mjs +351 -0
- package/scripts/stable-candidate-patrol.mjs +4 -0
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"maturity": "stable",
|
|
16
16
|
"counts": {
|
|
17
17
|
"manualCount": 3,
|
|
18
|
-
"pageCount":
|
|
18
|
+
"pageCount": 7,
|
|
19
19
|
"cliCommandCount": 5,
|
|
20
20
|
"nodeApiCount": 0,
|
|
21
21
|
"workflowCount": 0,
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"pageCount": 6,
|
|
286
286
|
"cliCommandCount": 0,
|
|
287
287
|
"nodeApiCount": 2,
|
|
288
|
-
"workflowCount":
|
|
288
|
+
"workflowCount": 26,
|
|
289
289
|
"actionCount": 0
|
|
290
290
|
},
|
|
291
291
|
"manuals": [
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
22
22
|
"path": "dist/site/public-surface-audit.json",
|
|
23
23
|
"status": "passed",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "d5340540f6695d48c1e7f034d12acd8f8ff7398b2b6178b42c87f654aded5fdc",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 76,
|
|
27
|
-
"workflowCount":
|
|
27
|
+
"workflowCount": 43,
|
|
28
28
|
"actionCount": 4,
|
|
29
|
-
"sitePageCount":
|
|
29
|
+
"sitePageCount": 47,
|
|
30
30
|
"docCommandRefCount": 241,
|
|
31
31
|
"failureCount": 0
|
|
32
32
|
},
|
|
@@ -225,12 +225,12 @@
|
|
|
225
225
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
226
226
|
"path": "dist/site/public-surface-audit.json",
|
|
227
227
|
"status": "passed",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "d5340540f6695d48c1e7f034d12acd8f8ff7398b2b6178b42c87f654aded5fdc",
|
|
229
229
|
"summary": {
|
|
230
230
|
"cliCommandCount": 76,
|
|
231
|
-
"workflowCount":
|
|
231
|
+
"workflowCount": 43,
|
|
232
232
|
"actionCount": 4,
|
|
233
|
-
"sitePageCount":
|
|
233
|
+
"sitePageCount": 47,
|
|
234
234
|
"docCommandRefCount": 241,
|
|
235
235
|
"failureCount": 0
|
|
236
236
|
},
|
|
@@ -2323,7 +2323,7 @@
|
|
|
2323
2323
|
"visibility": "public",
|
|
2324
2324
|
"participantFacing": true,
|
|
2325
2325
|
"public": true,
|
|
2326
|
-
"inputCount":
|
|
2326
|
+
"inputCount": 58,
|
|
2327
2327
|
"inputs": [
|
|
2328
2328
|
"artifact-name",
|
|
2329
2329
|
"artifact-name-template",
|
|
@@ -2352,6 +2352,7 @@
|
|
|
2352
2352
|
"checkout-cache-reference-repository-template",
|
|
2353
2353
|
"checkout-cache-timeout-seconds",
|
|
2354
2354
|
"expected-artifacts-json",
|
|
2355
|
+
"gate-profile-aggregate-json",
|
|
2355
2356
|
"install-command",
|
|
2356
2357
|
"linux-container-image",
|
|
2357
2358
|
"linux-container-preset",
|
|
@@ -2399,6 +2400,40 @@
|
|
|
2399
2400
|
"inputs": [],
|
|
2400
2401
|
"reverseAuditSource": ".github/workflows"
|
|
2401
2402
|
},
|
|
2403
|
+
{
|
|
2404
|
+
"id": "workflow:.gate-profile",
|
|
2405
|
+
"name": "workflow:.gate-profile",
|
|
2406
|
+
"kind": "workflow",
|
|
2407
|
+
"sourcePath": ".github/workflows/.gate-profile.yml",
|
|
2408
|
+
"evidencePath": ".github/workflows/.gate-profile.yml",
|
|
2409
|
+
"availability": "shipped",
|
|
2410
|
+
"visibility": "public",
|
|
2411
|
+
"participantFacing": true,
|
|
2412
|
+
"public": true,
|
|
2413
|
+
"inputCount": 19,
|
|
2414
|
+
"inputs": [
|
|
2415
|
+
"artifact-name",
|
|
2416
|
+
"artifact-retention-days",
|
|
2417
|
+
"buildchain-ref",
|
|
2418
|
+
"buildchain-repository",
|
|
2419
|
+
"gate-command-json",
|
|
2420
|
+
"gate-environment-json",
|
|
2421
|
+
"gate-plan-command-json",
|
|
2422
|
+
"gate-profile",
|
|
2423
|
+
"gate-registry",
|
|
2424
|
+
"include-advisory",
|
|
2425
|
+
"node-version",
|
|
2426
|
+
"platforms-json",
|
|
2427
|
+
"require-trusted-event",
|
|
2428
|
+
"runner-preset",
|
|
2429
|
+
"shifu-cache-profile-digest",
|
|
2430
|
+
"shifu-cache-profile-ref",
|
|
2431
|
+
"source-ref",
|
|
2432
|
+
"untrusted-policy",
|
|
2433
|
+
"working-directory"
|
|
2434
|
+
],
|
|
2435
|
+
"reverseAuditSource": ".github/workflows"
|
|
2436
|
+
},
|
|
2402
2437
|
{
|
|
2403
2438
|
"id": "workflow:.release-docker",
|
|
2404
2439
|
"name": "workflow:.release-docker",
|
|
@@ -2745,7 +2780,7 @@
|
|
|
2745
2780
|
"visibility": "public",
|
|
2746
2781
|
"participantFacing": true,
|
|
2747
2782
|
"public": true,
|
|
2748
|
-
"inputCount":
|
|
2783
|
+
"inputCount": 61,
|
|
2749
2784
|
"inputs": [
|
|
2750
2785
|
"artifact-name",
|
|
2751
2786
|
"artifact-name-template",
|
|
@@ -2777,6 +2812,7 @@
|
|
|
2777
2812
|
"checkout-cache-reference-repository-template",
|
|
2778
2813
|
"checkout-cache-timeout-seconds",
|
|
2779
2814
|
"expected-artifacts-json",
|
|
2815
|
+
"gate-profile-aggregate-json",
|
|
2780
2816
|
"install-command",
|
|
2781
2817
|
"linux-container-image",
|
|
2782
2818
|
"linux-container-preset",
|
|
@@ -2987,10 +3023,11 @@
|
|
|
2987
3023
|
"visibility": "public",
|
|
2988
3024
|
"participantFacing": true,
|
|
2989
3025
|
"public": true,
|
|
2990
|
-
"inputCount":
|
|
3026
|
+
"inputCount": 7,
|
|
2991
3027
|
"inputs": [
|
|
2992
3028
|
"buildchain-ref",
|
|
2993
3029
|
"buildchain-repository",
|
|
3030
|
+
"mode",
|
|
2994
3031
|
"node-version",
|
|
2995
3032
|
"require-version-state",
|
|
2996
3033
|
"upload-artifacts",
|
|
@@ -4055,6 +4092,18 @@
|
|
|
4055
4092
|
"public": true,
|
|
4056
4093
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
4057
4094
|
},
|
|
4095
|
+
{
|
|
4096
|
+
"id": "site-page:manual:shifu-gate-profiles",
|
|
4097
|
+
"name": "site-page:manual:shifu-gate-profiles",
|
|
4098
|
+
"kind": "site-page",
|
|
4099
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
4100
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
4101
|
+
"availability": "shipped",
|
|
4102
|
+
"visibility": "public",
|
|
4103
|
+
"participantFacing": true,
|
|
4104
|
+
"public": true,
|
|
4105
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
4106
|
+
},
|
|
4058
4107
|
{
|
|
4059
4108
|
"id": "site-page:manual:site-bundle-contract",
|
|
4060
4109
|
"name": "site-page:manual:site-bundle-contract",
|
|
@@ -4232,6 +4281,6 @@
|
|
|
4232
4281
|
}
|
|
4233
4282
|
}
|
|
4234
4283
|
],
|
|
4235
|
-
"publicSurfaceCount":
|
|
4284
|
+
"publicSurfaceCount": 275
|
|
4236
4285
|
}
|
|
4237
4286
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"title": "Buildchain documentation map",
|
|
10
10
|
"path": "docs/MAP.md",
|
|
11
11
|
"plane": "use",
|
|
12
|
-
"digest": "sha256:
|
|
12
|
+
"digest": "sha256:5df6d6110d7c33da4625a2e1ebb6b778eef9c4420379cff342229bc0b02962e1",
|
|
13
13
|
"capabilityGroup": "getting-started",
|
|
14
14
|
"audience": [
|
|
15
15
|
"agent",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"title": "Lifecycle protocol",
|
|
260
260
|
"path": "docs/lifecycle-protocol.md",
|
|
261
261
|
"plane": "use",
|
|
262
|
-
"digest": "sha256:
|
|
262
|
+
"digest": "sha256:3a03359ec58db04f334303256b02020f6039616e8802c19dfc00e76bbb05bf18",
|
|
263
263
|
"capabilityGroup": "reusable-build",
|
|
264
264
|
"audience": [
|
|
265
265
|
"consumer",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"title": "Release governance",
|
|
301
301
|
"path": "docs/release-governance.md",
|
|
302
302
|
"plane": "why",
|
|
303
|
-
"digest": "sha256:
|
|
303
|
+
"digest": "sha256:3ae2bbc2df394726f350e58be1a71dd0379b99b19cd6ccf15fbe3b843f3890b6",
|
|
304
304
|
"capabilityGroup": "governance-versioning",
|
|
305
305
|
"audience": [
|
|
306
306
|
"maintainer",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"specifier": "@kungfu-tech/buildchain/release-candidate",
|
|
243
243
|
"export": "./release-candidate",
|
|
244
244
|
"target": "./packages/core/release-candidate.js",
|
|
245
|
-
"digest": "sha256:
|
|
245
|
+
"digest": "sha256:1495e08e7601c2c01922ddcaffcc8dde1ac3e8cdabc83685ffdc18028246cdc6",
|
|
246
246
|
"summary": "PR-stage release-candidate artifact, passport, and promote-only resolver APIs.",
|
|
247
247
|
"capabilityGroup": "reusable-build",
|
|
248
248
|
"audience": [
|