@kungfu-tech/buildchain 2.14.0 → 2.14.1-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.
@@ -21,13 +21,13 @@
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "07fb928288f8c08aee449f544ed411b8ecd17fbab75da330aa87d4a0ab9362ac",
24
+ "sha256": "f8534c9b7dac5f7132292570587df0311298bbe71acc40ea9ddfee91c44336b8",
25
25
  "summary": {
26
- "cliCommandCount": 82,
26
+ "cliCommandCount": 83,
27
27
  "workflowCount": 47,
28
28
  "actionCount": 4,
29
29
  "sitePageCount": 50,
30
- "docCommandRefCount": 253,
30
+ "docCommandRefCount": 256,
31
31
  "failureCount": 0
32
32
  },
33
33
  "auditBoundary": {
@@ -225,13 +225,13 @@
225
225
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
226
226
  "path": "dist/site/public-surface-audit.json",
227
227
  "status": "passed",
228
- "sha256": "07fb928288f8c08aee449f544ed411b8ecd17fbab75da330aa87d4a0ab9362ac",
228
+ "sha256": "f8534c9b7dac5f7132292570587df0311298bbe71acc40ea9ddfee91c44336b8",
229
229
  "summary": {
230
- "cliCommandCount": 82,
230
+ "cliCommandCount": 83,
231
231
  "workflowCount": 47,
232
232
  "actionCount": 4,
233
233
  "sitePageCount": 50,
234
- "docCommandRefCount": 253,
234
+ "docCommandRefCount": 256,
235
235
  "failureCount": 0
236
236
  },
237
237
  "auditBoundary": {
@@ -1183,6 +1183,18 @@
1183
1183
  "public": true,
1184
1184
  "packageExport": "./logging"
1185
1185
  },
1186
+ {
1187
+ "id": "export:./portable-dev-cache",
1188
+ "name": "@kungfu-tech/buildchain/portable-dev-cache",
1189
+ "kind": "package-export",
1190
+ "sourcePath": "packages/core/portable-dev-cache.js",
1191
+ "evidencePath": "packages/core/portable-dev-cache.js",
1192
+ "availability": "shipped",
1193
+ "visibility": "public",
1194
+ "participantFacing": true,
1195
+ "public": true,
1196
+ "packageExport": "./portable-dev-cache"
1197
+ },
1186
1198
  {
1187
1199
  "id": "export:./publication-artifact",
1188
1200
  "name": "@kungfu-tech/buildchain/publication-artifact",
@@ -2259,6 +2271,18 @@
2259
2271
  "public": true,
2260
2272
  "reverseAuditSource": "bin/buildchain.mjs"
2261
2273
  },
2274
+ {
2275
+ "id": "cli:portable-cache",
2276
+ "name": "buildchain portable-cache plan --manifest <file-or-json> [--output <file>]",
2277
+ "kind": "cli-command",
2278
+ "sourcePath": "bin/buildchain.mjs",
2279
+ "evidencePath": "bin/buildchain.mjs",
2280
+ "availability": "shipped",
2281
+ "visibility": "public",
2282
+ "participantFacing": true,
2283
+ "public": true,
2284
+ "reverseAuditSource": "bin/buildchain.mjs"
2285
+ },
2262
2286
  {
2263
2287
  "id": "cli:project",
2264
2288
  "name": "buildchain project kfx-admission <file-or-json> [--assessment-time <epoch>]",
@@ -3222,7 +3246,7 @@
3222
3246
  "visibility": "public",
3223
3247
  "participantFacing": true,
3224
3248
  "public": true,
3225
- "inputCount": 15,
3249
+ "inputCount": 16,
3226
3250
  "inputs": [
3227
3251
  "allowed-head-prefixes",
3228
3252
  "block-labels",
@@ -3231,6 +3255,7 @@
3231
3255
  "cadence",
3232
3256
  "capabilities",
3233
3257
  "dry-run",
3258
+ "landing-mode",
3234
3259
  "max-actions",
3235
3260
  "merge-method",
3236
3261
  "mode",
@@ -3330,13 +3355,14 @@
3330
3355
  "visibility": "public",
3331
3356
  "participantFacing": true,
3332
3357
  "public": true,
3333
- "inputCount": 12,
3358
+ "inputCount": 13,
3334
3359
  "inputs": [
3335
3360
  "allowed-head-prefixes",
3336
3361
  "block-labels",
3337
3362
  "buildchain-ref",
3338
3363
  "buildchain-repository",
3339
3364
  "dry-run",
3365
+ "landing-mode",
3340
3366
  "max-merges",
3341
3367
  "merge-method",
3342
3368
  "ready-label",
@@ -3463,13 +3489,14 @@
3463
3489
  "visibility": "public",
3464
3490
  "participantFacing": true,
3465
3491
  "public": true,
3466
- "inputCount": 12,
3492
+ "inputCount": 13,
3467
3493
  "inputs": [
3468
3494
  "allowed-head-prefixes",
3469
3495
  "block-labels",
3470
3496
  "buildchain-ref",
3471
3497
  "buildchain-repository",
3472
3498
  "dry-run",
3499
+ "landing-mode",
3473
3500
  "max-actions",
3474
3501
  "merge-method",
3475
3502
  "ready-label",
@@ -4661,6 +4688,6 @@
4661
4688
  }
4662
4689
  }
4663
4690
  ],
4664
- "publicSurfaceCount": 301
4691
+ "publicSurfaceCount": 303
4665
4692
  }
4666
4693
  }
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "2.14.0",
7
+ "version": "2.14.1-alpha.1",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {
@@ -9,7 +9,7 @@
9
9
  "title": "Buildchain documentation map",
10
10
  "path": "docs/MAP.md",
11
11
  "plane": "use",
12
- "digest": "sha256:a9a9594c0bd9584b145a8f41847db83e297c1c4d1b8b2d7c4bf8d10264ab1cef",
12
+ "digest": "sha256:308bc83b7403f407ac1be13d7c19000fa249f4bedf0c9c90b2f701e5163471a3",
13
13
  "capabilityGroup": "getting-started",
14
14
  "audience": [
15
15
  "agent",
@@ -246,7 +246,7 @@
246
246
  "title": "CLI and npm package",
247
247
  "path": "docs/cli.md",
248
248
  "plane": "use",
249
- "digest": "sha256:a7a31bbec048acbc9759324c5421c7ea0734f394f8d6705b63d70654867fdfa6",
249
+ "digest": "sha256:9ecf8c220b5ff02ee5719cb877d4b2b159c3d683af288630eae0013d9d906373",
250
250
  "capabilityGroup": "api-cli-reference",
251
251
  "audience": [
252
252
  "agent",
@@ -329,7 +329,7 @@
329
329
  "title": "Release governance",
330
330
  "path": "docs/release-governance.md",
331
331
  "plane": "why",
332
- "digest": "sha256:5cf4bf4332119531f6aaa1c123d7f64e6af4a61611c4e4a33d40bd9fb46448cf",
332
+ "digest": "sha256:5e0e6ef6720b51bb156da54390850688ef9a538908afb22484011364102e48eb",
333
333
  "capabilityGroup": "governance-versioning",
334
334
  "audience": [
335
335
  "maintainer",
@@ -8,7 +8,7 @@
8
8
  "specifier": "@kungfu-tech/buildchain",
9
9
  "export": ".",
10
10
  "target": "./packages/core/index.js",
11
- "digest": "sha256:fe824bdbc78379ae5981b936cbcab36f3b59d4dea3c6899e63c7c24975214d9f",
11
+ "digest": "sha256:454830df8be696e9c25136421dd9f4efaf5900b043422f5c4238648b493bc15c",
12
12
  "summary": "Root toolkit export for Buildchain's public Node API.",
13
13
  "capabilityGroup": "api-cli-reference",
14
14
  "audience": [
@@ -47,7 +47,7 @@
47
47
  "specifier": "@kungfu-tech/buildchain/core",
48
48
  "export": "./core",
49
49
  "target": "./packages/core/index.js",
50
- "digest": "sha256:fe824bdbc78379ae5981b936cbcab36f3b59d4dea3c6899e63c7c24975214d9f",
50
+ "digest": "sha256:454830df8be696e9c25136421dd9f4efaf5900b043422f5c4238648b493bc15c",
51
51
  "summary": "Alias for the root public toolkit export.",
52
52
  "capabilityGroup": "api-cli-reference",
53
53
  "audience": [
@@ -225,6 +225,19 @@
225
225
  ],
226
226
  "maturity": "stable"
227
227
  },
228
+ {
229
+ "specifier": "@kungfu-tech/buildchain/portable-dev-cache",
230
+ "export": "./portable-dev-cache",
231
+ "target": "./packages/core/portable-dev-cache.js",
232
+ "digest": "sha256:310c038a9545cea78afb2cdbbf8a762657ef6fab4f4f4de8c0e2346271d95b1a",
233
+ "summary": "Portable dependency/compiler cache plan, exact-root verification, and provider receipt APIs.",
234
+ "capabilityGroup": "observability-diagnostics",
235
+ "audience": [
236
+ "developer",
237
+ "agent"
238
+ ],
239
+ "maturity": "stable"
240
+ },
228
241
  {
229
242
  "specifier": "@kungfu-tech/buildchain/publication-artifact",
230
243
  "export": "./publication-artifact",
@@ -386,7 +399,7 @@
386
399
  {
387
400
  "id": "cli-and-node-package",
388
401
  "path": "docs/cli.md",
389
- "digest": "sha256:a7a31bbec048acbc9759324c5421c7ea0734f394f8d6705b63d70654867fdfa6"
402
+ "digest": "sha256:9ecf8c220b5ff02ee5719cb877d4b2b159c3d683af288630eae0013d9d906373"
390
403
  },
391
404
  {
392
405
  "id": "build-facts",