@elpapi42/pi-fleet 0.1.0-beta.10 → 0.1.0-beta.14

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +34 -1
  2. package/README.md +99 -167
  3. package/dist/cli-meta.json +313 -315
  4. package/dist/cli.mjs +2504 -1812
  5. package/dist/cli.mjs.map +4 -4
  6. package/dist/client/agent-target.d.ts +33 -0
  7. package/dist/client/contracts.d.ts +81 -0
  8. package/dist/client/fleet-client.d.ts +118 -0
  9. package/dist/client/index.d.ts +4 -0
  10. package/dist/client/sdk-connector.d.ts +7 -0
  11. package/dist/client/sdk-facade.d.ts +84 -0
  12. package/dist/client/sdk-transport.d.ts +24 -0
  13. package/dist/client/shared-client.d.ts +18 -0
  14. package/dist/client/socket-fleet-client.d.ts +21 -0
  15. package/dist/client-meta.json +5736 -0
  16. package/dist/client.mjs +4434 -0
  17. package/dist/client.mjs.map +7 -0
  18. package/dist/installer-meta.json +7 -7
  19. package/dist/installer.mjs +47 -13
  20. package/dist/installer.mjs.map +2 -2
  21. package/dist/journal-sqlite-worker-meta.json +149 -0
  22. package/dist/journal-sqlite-worker.mjs +1110 -0
  23. package/dist/journal-sqlite-worker.mjs.map +7 -0
  24. package/dist/pi/external-installation.d.ts +23 -0
  25. package/dist/platform/client/start-runtime.d.ts +25 -0
  26. package/dist/platform/install/runtime-release.d.ts +8 -0
  27. package/dist/platform/install/tree-integrity.d.ts +7 -0
  28. package/dist/platform/shared/paths.d.ts +8 -0
  29. package/dist/platform/shared/runtime-ownership.d.ts +14 -0
  30. package/dist/protocol/jsonl.d.ts +3 -0
  31. package/dist/protocol/pi-identity.d.ts +16 -0
  32. package/dist/protocol/semantic-segmentation.d.ts +22 -0
  33. package/dist/protocol/version.d.ts +2 -0
  34. package/dist/runtime/semantic-events.d.ts +43 -0
  35. package/dist/runtime-manifest.json +156 -31
  36. package/dist/runtime-meta.json +378 -53
  37. package/dist/runtime.mjs +3173 -581
  38. package/dist/runtime.mjs.map +4 -4
  39. package/dist/shared/result.d.ts +9 -0
  40. package/package.json +14 -1
  41. package/dist/sqlite-worker-meta.json +0 -84
  42. package/dist/sqlite-worker.mjs +0 -359
  43. package/dist/sqlite-worker.mjs.map +0 -7
@@ -155,14 +155,24 @@
155
155
  "imports": [],
156
156
  "format": "esm"
157
157
  },
158
+ "src/client/sdk-facade.ts": {
159
+ "bytes": 8744,
160
+ "imports": [],
161
+ "format": "esm"
162
+ },
158
163
  "src/cli/output.ts": {
159
- "bytes": 1930,
164
+ "bytes": 1672,
160
165
  "imports": [],
161
166
  "format": "esm"
162
167
  },
163
168
  "src/cli/commands/common.ts": {
164
- "bytes": 723,
169
+ "bytes": 779,
165
170
  "imports": [
171
+ {
172
+ "path": "src/client/sdk-facade.ts",
173
+ "kind": "import-statement",
174
+ "original": "../../client/sdk-facade.js"
175
+ },
166
176
  {
167
177
  "path": "src/cli/output.ts",
168
178
  "kind": "import-statement",
@@ -172,7 +182,7 @@
172
182
  "format": "esm"
173
183
  },
174
184
  "src/cli/commands/compact.ts": {
175
- "bytes": 571,
185
+ "bytes": 798,
176
186
  "imports": [
177
187
  {
178
188
  "path": "src/shared/identifiers.ts",
@@ -193,13 +203,18 @@
193
203
  "format": "esm"
194
204
  },
195
205
  "src/cli/commands/create.ts": {
196
- "bytes": 1081,
206
+ "bytes": 1327,
197
207
  "imports": [
198
208
  {
199
209
  "path": "node:path",
200
210
  "kind": "import-statement",
201
211
  "external": true
202
212
  },
213
+ {
214
+ "path": "src/client/sdk-facade.ts",
215
+ "kind": "import-statement",
216
+ "original": "../../client/sdk-facade.js"
217
+ },
203
218
  {
204
219
  "path": "src/shared/identifiers.ts",
205
220
  "kind": "import-statement",
@@ -219,7 +234,7 @@
219
234
  "format": "esm"
220
235
  },
221
236
  "src/cli/commands/destroy.ts": {
222
- "bytes": 571,
237
+ "bytes": 759,
223
238
  "imports": [
224
239
  {
225
240
  "path": "src/shared/identifiers.ts",
@@ -235,7 +250,7 @@
235
250
  "format": "esm"
236
251
  },
237
252
  "src/cli/commands/list.ts": {
238
- "bytes": 342,
253
+ "bytes": 444,
239
254
  "imports": [
240
255
  {
241
256
  "path": "src/cli/commands/common.ts",
@@ -245,45 +260,34 @@
245
260
  ],
246
261
  "format": "esm"
247
262
  },
248
- "src/shared/result.ts": {
249
- "bytes": 331,
250
- "imports": [],
251
- "format": "esm"
252
- },
253
- "src/shared/duration.ts": {
254
- "bytes": 551,
263
+ "src/cli/commands/receive.ts": {
264
+ "bytes": 2557,
255
265
  "imports": [
256
266
  {
257
- "path": "src/shared/result.ts",
267
+ "path": "node:events",
258
268
  "kind": "import-statement",
259
- "original": "./result.js"
260
- }
261
- ],
262
- "format": "esm"
263
- },
264
- "src/cli/commands/receive.ts": {
265
- "bytes": 1016,
266
- "imports": [
269
+ "external": true
270
+ },
267
271
  {
268
- "path": "src/shared/identifiers.ts",
272
+ "path": "src/client/sdk-facade.ts",
269
273
  "kind": "import-statement",
270
- "original": "../../shared/identifiers.js"
274
+ "original": "../../client/sdk-facade.js"
271
275
  },
272
276
  {
273
- "path": "src/shared/duration.ts",
277
+ "path": "src/shared/identifiers.ts",
274
278
  "kind": "import-statement",
275
- "original": "../../shared/duration.js"
279
+ "original": "../../shared/identifiers.js"
276
280
  },
277
281
  {
278
- "path": "src/cli/commands/common.ts",
282
+ "path": "src/cli/output.ts",
279
283
  "kind": "import-statement",
280
- "original": "./common.js"
284
+ "original": "../output.js"
281
285
  }
282
286
  ],
283
287
  "format": "esm"
284
288
  },
285
289
  "src/cli/commands/send.ts": {
286
- "bytes": 778,
290
+ "bytes": 1115,
287
291
  "imports": [
288
292
  {
289
293
  "path": "src/shared/identifiers.ts",
@@ -304,28 +308,12 @@
304
308
  "format": "esm"
305
309
  },
306
310
  "src/cli/commands/status.ts": {
307
- "bytes": 521,
308
- "imports": [
309
- {
310
- "path": "src/shared/identifiers.ts",
311
- "kind": "import-statement",
312
- "original": "../../shared/identifiers.js"
313
- },
314
- {
315
- "path": "src/cli/commands/common.ts",
316
- "kind": "import-statement",
317
- "original": "./common.js"
318
- }
319
- ],
320
- "format": "esm"
321
- },
322
- "src/cli/commands/watch.ts": {
323
- "bytes": 919,
311
+ "bytes": 756,
324
312
  "imports": [
325
313
  {
326
- "path": "node:events",
314
+ "path": "src/client/sdk-facade.ts",
327
315
  "kind": "import-statement",
328
- "external": true
316
+ "original": "../../client/sdk-facade.js"
329
317
  },
330
318
  {
331
319
  "path": "src/shared/identifiers.ts",
@@ -333,15 +321,15 @@
333
321
  "original": "../../shared/identifiers.js"
334
322
  },
335
323
  {
336
- "path": "src/cli/output.ts",
324
+ "path": "src/cli/commands/common.ts",
337
325
  "kind": "import-statement",
338
- "original": "../output.js"
326
+ "original": "./common.js"
339
327
  }
340
328
  ],
341
329
  "format": "esm"
342
330
  },
343
331
  "src/cli/program.ts": {
344
- "bytes": 4091,
332
+ "bytes": 4557,
345
333
  "imports": [
346
334
  {
347
335
  "path": "node_modules/commander/index.js",
@@ -387,11 +375,172 @@
387
375
  "path": "src/cli/commands/status.ts",
388
376
  "kind": "import-statement",
389
377
  "original": "./commands/status.js"
378
+ }
379
+ ],
380
+ "format": "esm"
381
+ },
382
+ "src/pi/external-installation.ts": {
383
+ "bytes": 9540,
384
+ "imports": [
385
+ {
386
+ "path": "node:child_process",
387
+ "kind": "import-statement",
388
+ "external": true
389
+ },
390
+ {
391
+ "path": "node:crypto",
392
+ "kind": "import-statement",
393
+ "external": true
394
+ },
395
+ {
396
+ "path": "node:fs",
397
+ "kind": "import-statement",
398
+ "external": true
399
+ },
400
+ {
401
+ "path": "node:fs",
402
+ "kind": "import-statement",
403
+ "external": true
404
+ },
405
+ {
406
+ "path": "node:fs/promises",
407
+ "kind": "import-statement",
408
+ "external": true
409
+ },
410
+ {
411
+ "path": "node:path",
412
+ "kind": "import-statement",
413
+ "external": true
414
+ }
415
+ ],
416
+ "format": "esm"
417
+ },
418
+ "src/platform/shared/runtime-ownership.ts": {
419
+ "bytes": 2835,
420
+ "imports": [
421
+ {
422
+ "path": "node:fs/promises",
423
+ "kind": "import-statement",
424
+ "external": true
425
+ },
426
+ {
427
+ "path": "node:net",
428
+ "kind": "import-statement",
429
+ "external": true
430
+ }
431
+ ],
432
+ "format": "esm"
433
+ },
434
+ "src/platform/install/tree-integrity.ts": {
435
+ "bytes": 2529,
436
+ "imports": [
437
+ {
438
+ "path": "node:crypto",
439
+ "kind": "import-statement",
440
+ "external": true
441
+ },
442
+ {
443
+ "path": "node:fs/promises",
444
+ "kind": "import-statement",
445
+ "external": true
446
+ },
447
+ {
448
+ "path": "node:path",
449
+ "kind": "import-statement",
450
+ "external": true
451
+ }
452
+ ],
453
+ "format": "esm"
454
+ },
455
+ "src/platform/install/runtime-release.ts": {
456
+ "bytes": 17608,
457
+ "imports": [
458
+ {
459
+ "path": "node:crypto",
460
+ "kind": "import-statement",
461
+ "external": true
462
+ },
463
+ {
464
+ "path": "node:fs/promises",
465
+ "kind": "import-statement",
466
+ "external": true
467
+ },
468
+ {
469
+ "path": "node:path",
470
+ "kind": "import-statement",
471
+ "external": true
472
+ },
473
+ {
474
+ "path": "src/platform/install/tree-integrity.ts",
475
+ "kind": "import-statement",
476
+ "original": "./tree-integrity.js"
477
+ }
478
+ ],
479
+ "format": "esm"
480
+ },
481
+ "src/platform/shared/paths.ts": {
482
+ "bytes": 1440,
483
+ "imports": [
484
+ {
485
+ "path": "node:os",
486
+ "kind": "import-statement",
487
+ "external": true
488
+ },
489
+ {
490
+ "path": "node:path",
491
+ "kind": "import-statement",
492
+ "external": true
493
+ }
494
+ ],
495
+ "format": "esm"
496
+ },
497
+ "src/platform/client/start-runtime.ts": {
498
+ "bytes": 9011,
499
+ "imports": [
500
+ {
501
+ "path": "node:child_process",
502
+ "kind": "import-statement",
503
+ "external": true
504
+ },
505
+ {
506
+ "path": "node:fs/promises",
507
+ "kind": "import-statement",
508
+ "external": true
390
509
  },
391
510
  {
392
- "path": "src/cli/commands/watch.ts",
511
+ "path": "node:os",
512
+ "kind": "import-statement",
513
+ "external": true
514
+ },
515
+ {
516
+ "path": "node:path",
517
+ "kind": "import-statement",
518
+ "external": true
519
+ },
520
+ {
521
+ "path": "node:url",
522
+ "kind": "import-statement",
523
+ "external": true
524
+ },
525
+ {
526
+ "path": "node:util",
527
+ "kind": "import-statement",
528
+ "external": true
529
+ },
530
+ {
531
+ "path": "src/platform/shared/runtime-ownership.ts",
393
532
  "kind": "import-statement",
394
- "original": "./commands/watch.js"
533
+ "original": "../shared/runtime-ownership.js"
534
+ },
535
+ {
536
+ "path": "src/platform/install/runtime-release.ts",
537
+ "kind": "import-statement",
538
+ "original": "../install/runtime-release.js"
539
+ },
540
+ {
541
+ "path": "src/platform/shared/paths.ts",
542
+ "kind": "import-statement",
543
+ "original": "../shared/paths.js"
395
544
  }
396
545
  ],
397
546
  "format": "esm"
@@ -5266,91 +5415,23 @@
5266
5415
  ],
5267
5416
  "format": "esm"
5268
5417
  },
5269
- "src/client/socket-fleet-client.ts": {
5270
- "bytes": 11327,
5271
- "imports": [
5272
- {
5273
- "path": "node:crypto",
5274
- "kind": "import-statement",
5275
- "external": true
5276
- },
5277
- {
5278
- "path": "node:net",
5279
- "kind": "import-statement",
5280
- "external": true
5281
- },
5282
- {
5283
- "path": "src/protocol/jsonl.ts",
5284
- "kind": "import-statement",
5285
- "original": "../protocol/jsonl.js"
5286
- },
5287
- {
5288
- "path": "src/protocol/pi-identity.ts",
5289
- "kind": "import-statement",
5290
- "original": "../protocol/pi-identity.js"
5291
- },
5292
- {
5293
- "path": "src/protocol/version.ts",
5294
- "kind": "import-statement",
5295
- "original": "../protocol/version.js"
5296
- },
5297
- {
5298
- "path": "src/shared/result.ts",
5299
- "kind": "import-statement",
5300
- "original": "../shared/result.js"
5301
- }
5302
- ],
5418
+ "src/protocol/semantic-segmentation.ts": {
5419
+ "bytes": 5799,
5420
+ "imports": [],
5303
5421
  "format": "esm"
5304
5422
  },
5305
- "src/pi/external-installation.ts": {
5306
- "bytes": 9144,
5307
- "imports": [
5308
- {
5309
- "path": "node:child_process",
5310
- "kind": "import-statement",
5311
- "external": true
5312
- },
5313
- {
5314
- "path": "node:crypto",
5315
- "kind": "import-statement",
5316
- "external": true
5317
- },
5318
- {
5319
- "path": "node:fs",
5320
- "kind": "import-statement",
5321
- "external": true
5322
- },
5323
- {
5324
- "path": "node:fs",
5325
- "kind": "import-statement",
5326
- "external": true
5327
- },
5328
- {
5329
- "path": "node:fs/promises",
5330
- "kind": "import-statement",
5331
- "external": true
5332
- },
5333
- {
5334
- "path": "node:path",
5335
- "kind": "import-statement",
5336
- "external": true
5337
- }
5338
- ],
5423
+ "src/client/contracts.ts": {
5424
+ "bytes": 3902,
5425
+ "imports": [],
5339
5426
  "format": "esm"
5340
5427
  },
5341
- "src/platform/runtime/process-tree.ts": {
5342
- "bytes": 2999,
5343
- "imports": [
5344
- {
5345
- "path": "node:fs",
5346
- "kind": "import-statement",
5347
- "external": true
5348
- }
5349
- ],
5428
+ "src/shared/result.ts": {
5429
+ "bytes": 331,
5430
+ "imports": [],
5350
5431
  "format": "esm"
5351
5432
  },
5352
- "src/pi/process.ts": {
5353
- "bytes": 10564,
5433
+ "src/client/socket-fleet-client.ts": {
5434
+ "bytes": 15163,
5354
5435
  "imports": [
5355
5436
  {
5356
5437
  "path": "node:crypto",
@@ -5358,78 +5439,45 @@
5358
5439
  "external": true
5359
5440
  },
5360
5441
  {
5361
- "path": "node:events",
5442
+ "path": "node:net",
5362
5443
  "kind": "import-statement",
5363
5444
  "external": true
5364
5445
  },
5365
5446
  {
5366
- "path": "node:child_process",
5447
+ "path": "src/protocol/jsonl.ts",
5367
5448
  "kind": "import-statement",
5368
- "external": true
5449
+ "original": "../protocol/jsonl.js"
5369
5450
  },
5370
- {
5371
- "path": "src/platform/runtime/process-tree.ts",
5372
- "kind": "import-statement",
5373
- "original": "../platform/runtime/process-tree.js"
5374
- }
5375
- ],
5376
- "format": "esm"
5377
- },
5378
- "src/pi/adapter.ts": {
5379
- "bytes": 2359,
5380
- "imports": [
5381
- {
5382
- "path": "src/pi/process.ts",
5383
- "kind": "import-statement",
5384
- "original": "./process.js"
5385
- }
5386
- ],
5387
- "format": "esm"
5388
- },
5389
- "src/pi/external-target.ts": {
5390
- "bytes": 3213,
5391
- "imports": [
5392
5451
  {
5393
5452
  "path": "src/protocol/pi-identity.ts",
5394
5453
  "kind": "import-statement",
5395
5454
  "original": "../protocol/pi-identity.js"
5396
5455
  },
5397
5456
  {
5398
- "path": "src/pi/external-installation.ts",
5457
+ "path": "src/protocol/semantic-segmentation.ts",
5399
5458
  "kind": "import-statement",
5400
- "original": "./external-installation.js"
5459
+ "original": "../protocol/semantic-segmentation.js"
5401
5460
  },
5402
5461
  {
5403
- "path": "src/pi/adapter.ts",
5404
- "kind": "import-statement",
5405
- "original": "./adapter.js"
5406
- }
5407
- ],
5408
- "format": "esm"
5409
- },
5410
- "src/platform/install/tree-integrity.ts": {
5411
- "bytes": 2529,
5412
- "imports": [
5413
- {
5414
- "path": "node:crypto",
5462
+ "path": "src/protocol/version.ts",
5415
5463
  "kind": "import-statement",
5416
- "external": true
5464
+ "original": "../protocol/version.js"
5417
5465
  },
5418
5466
  {
5419
- "path": "node:fs/promises",
5467
+ "path": "src/client/contracts.ts",
5420
5468
  "kind": "import-statement",
5421
- "external": true
5469
+ "original": "./contracts.js"
5422
5470
  },
5423
5471
  {
5424
- "path": "node:path",
5472
+ "path": "src/shared/result.ts",
5425
5473
  "kind": "import-statement",
5426
- "external": true
5474
+ "original": "../shared/result.js"
5427
5475
  }
5428
5476
  ],
5429
5477
  "format": "esm"
5430
5478
  },
5431
- "src/platform/install/runtime-release.ts": {
5432
- "bytes": 15803,
5479
+ "src/client/shared-client.ts": {
5480
+ "bytes": 2722,
5433
5481
  "imports": [
5434
5482
  {
5435
5483
  "path": "node:crypto",
@@ -5437,98 +5485,47 @@
5437
5485
  "external": true
5438
5486
  },
5439
5487
  {
5440
- "path": "node:fs/promises",
5488
+ "path": "src/pi/external-installation.ts",
5441
5489
  "kind": "import-statement",
5442
- "external": true
5490
+ "original": "../pi/external-installation.js"
5443
5491
  },
5444
5492
  {
5445
- "path": "node:path",
5493
+ "path": "src/platform/client/start-runtime.ts",
5446
5494
  "kind": "import-statement",
5447
- "external": true
5495
+ "original": "../platform/client/start-runtime.js"
5448
5496
  },
5449
5497
  {
5450
- "path": "src/platform/install/tree-integrity.ts",
5451
- "kind": "import-statement",
5452
- "original": "./tree-integrity.js"
5453
- }
5454
- ],
5455
- "format": "esm"
5456
- },
5457
- "src/platform/shared/paths.ts": {
5458
- "bytes": 1440,
5459
- "imports": [
5460
- {
5461
- "path": "node:os",
5498
+ "path": "src/platform/shared/paths.ts",
5462
5499
  "kind": "import-statement",
5463
- "external": true
5500
+ "original": "../platform/shared/paths.js"
5464
5501
  },
5465
5502
  {
5466
- "path": "node:path",
5503
+ "path": "src/client/socket-fleet-client.ts",
5467
5504
  "kind": "import-statement",
5468
- "external": true
5505
+ "original": "./socket-fleet-client.js"
5469
5506
  }
5470
5507
  ],
5471
5508
  "format": "esm"
5472
5509
  },
5473
- "src/platform/client/start-runtime.ts": {
5474
- "bytes": 8492,
5510
+ "src/client/sdk-transport.ts": {
5511
+ "bytes": 8618,
5475
5512
  "imports": [
5476
5513
  {
5477
- "path": "node:child_process",
5514
+ "path": "src/client/sdk-facade.ts",
5478
5515
  "kind": "import-statement",
5479
- "external": true
5516
+ "original": "./sdk-facade.js"
5480
5517
  },
5481
5518
  {
5482
- "path": "node:fs/promises",
5519
+ "path": "src/client/contracts.ts",
5483
5520
  "kind": "import-statement",
5484
- "external": true
5485
- },
5486
- {
5487
- "path": "node:net",
5488
- "kind": "import-statement",
5489
- "external": true
5490
- },
5491
- {
5492
- "path": "node:os",
5493
- "kind": "import-statement",
5494
- "external": true
5495
- },
5496
- {
5497
- "path": "node:path",
5498
- "kind": "import-statement",
5499
- "external": true
5500
- },
5501
- {
5502
- "path": "node:url",
5503
- "kind": "import-statement",
5504
- "external": true
5505
- },
5506
- {
5507
- "path": "node:util",
5508
- "kind": "import-statement",
5509
- "external": true
5510
- },
5511
- {
5512
- "path": "src/platform/install/runtime-release.ts",
5513
- "kind": "import-statement",
5514
- "original": "../install/runtime-release.js"
5515
- },
5516
- {
5517
- "path": "src/platform/shared/paths.ts",
5518
- "kind": "import-statement",
5519
- "original": "../shared/paths.js"
5521
+ "original": "./contracts.js"
5520
5522
  }
5521
5523
  ],
5522
5524
  "format": "esm"
5523
5525
  },
5524
5526
  "src/entry/cli.ts": {
5525
- "bytes": 3496,
5527
+ "bytes": 2521,
5526
5528
  "imports": [
5527
- {
5528
- "path": "node:crypto",
5529
- "kind": "import-statement",
5530
- "external": true
5531
- },
5532
5529
  {
5533
5530
  "path": "node:url",
5534
5531
  "kind": "import-statement",
@@ -5555,29 +5552,19 @@
5555
5552
  "original": "../cli/output.js"
5556
5553
  },
5557
5554
  {
5558
- "path": "src/client/socket-fleet-client.ts",
5559
- "kind": "import-statement",
5560
- "original": "../client/socket-fleet-client.js"
5561
- },
5562
- {
5563
- "path": "src/pi/external-installation.ts",
5564
- "kind": "import-statement",
5565
- "original": "../pi/external-installation.js"
5566
- },
5567
- {
5568
- "path": "src/pi/external-target.ts",
5555
+ "path": "src/client/sdk-facade.ts",
5569
5556
  "kind": "import-statement",
5570
- "original": "../pi/external-target.js"
5557
+ "original": "../client/sdk-facade.js"
5571
5558
  },
5572
5559
  {
5573
- "path": "src/platform/client/start-runtime.ts",
5560
+ "path": "src/client/shared-client.ts",
5574
5561
  "kind": "import-statement",
5575
- "original": "../platform/client/start-runtime.js"
5562
+ "original": "../client/shared-client.js"
5576
5563
  },
5577
5564
  {
5578
- "path": "src/platform/shared/paths.ts",
5565
+ "path": "src/client/sdk-transport.ts",
5579
5566
  "kind": "import-statement",
5580
- "original": "../platform/shared/paths.js"
5567
+ "original": "../client/sdk-transport.js"
5581
5568
  }
5582
5569
  ],
5583
5570
  "format": "esm"
@@ -5588,15 +5575,10 @@
5588
5575
  "imports": [],
5589
5576
  "exports": [],
5590
5577
  "inputs": {},
5591
- "bytes": 596614
5578
+ "bytes": 639227
5592
5579
  },
5593
5580
  "dist/cli.mjs": {
5594
5581
  "imports": [
5595
- {
5596
- "path": "node:crypto",
5597
- "kind": "import-statement",
5598
- "external": true
5599
- },
5600
5582
  {
5601
5583
  "path": "node:url",
5602
5584
  "kind": "import-statement",
@@ -5652,11 +5634,6 @@
5652
5634
  "kind": "import-statement",
5653
5635
  "external": true
5654
5636
  },
5655
- {
5656
- "path": "node:net",
5657
- "kind": "import-statement",
5658
- "external": true
5659
- },
5660
5637
  {
5661
5638
  "path": "node:child_process",
5662
5639
  "kind": "import-statement",
@@ -5697,11 +5674,6 @@
5697
5674
  "kind": "import-statement",
5698
5675
  "external": true
5699
5676
  },
5700
- {
5701
- "path": "node:net",
5702
- "kind": "import-statement",
5703
- "external": true
5704
- },
5705
5677
  {
5706
5678
  "path": "node:os",
5707
5679
  "kind": "import-statement",
@@ -5722,6 +5694,16 @@
5722
5694
  "kind": "import-statement",
5723
5695
  "external": true
5724
5696
  },
5697
+ {
5698
+ "path": "node:fs/promises",
5699
+ "kind": "import-statement",
5700
+ "external": true
5701
+ },
5702
+ {
5703
+ "path": "node:net",
5704
+ "kind": "import-statement",
5705
+ "external": true
5706
+ },
5725
5707
  {
5726
5708
  "path": "node:crypto",
5727
5709
  "kind": "import-statement",
@@ -5761,6 +5743,16 @@
5761
5743
  "path": "node:path",
5762
5744
  "kind": "import-statement",
5763
5745
  "external": true
5746
+ },
5747
+ {
5748
+ "path": "node:crypto",
5749
+ "kind": "import-statement",
5750
+ "external": true
5751
+ },
5752
+ {
5753
+ "path": "node:net",
5754
+ "kind": "import-statement",
5755
+ "external": true
5764
5756
  }
5765
5757
  ],
5766
5758
  "exports": [
@@ -5769,7 +5761,7 @@
5769
5761
  "entryPoint": "src/entry/cli.ts",
5770
5762
  "inputs": {
5771
5763
  "src/entry/cli.ts": {
5772
- "bytesInOutput": 2660
5764
+ "bytesInOutput": 1902
5773
5765
  },
5774
5766
  "node_modules/commander/lib/error.js": {
5775
5767
  "bytesInOutput": 921
@@ -5801,50 +5793,65 @@
5801
5793
  "src/shared/identifiers.ts": {
5802
5794
  "bytesInOutput": 140
5803
5795
  },
5796
+ "src/client/sdk-facade.ts": {
5797
+ "bytesInOutput": 4181
5798
+ },
5804
5799
  "src/cli/output.ts": {
5805
- "bytesInOutput": 1364
5800
+ "bytesInOutput": 1167
5806
5801
  },
5807
5802
  "src/cli/commands/common.ts": {
5808
- "bytesInOutput": 244
5803
+ "bytesInOutput": 500
5809
5804
  },
5810
5805
  "src/cli/commands/compact.ts": {
5811
- "bytesInOutput": 314
5806
+ "bytesInOutput": 519
5812
5807
  },
5813
5808
  "src/cli/commands/create.ts": {
5814
- "bytesInOutput": 624
5809
+ "bytesInOutput": 782
5815
5810
  },
5816
5811
  "src/cli/input.ts": {
5817
5812
  "bytesInOutput": 840
5818
5813
  },
5819
5814
  "src/cli/commands/destroy.ts": {
5820
- "bytesInOutput": 314
5815
+ "bytesInOutput": 480
5821
5816
  },
5822
5817
  "src/cli/commands/list.ts": {
5823
- "bytesInOutput": 168
5824
- },
5825
- "src/shared/result.ts": {
5826
- "bytesInOutput": 108
5827
- },
5828
- "src/shared/duration.ts": {
5829
- "bytesInOutput": 337
5818
+ "bytesInOutput": 247
5830
5819
  },
5831
5820
  "src/cli/commands/receive.ts": {
5832
- "bytesInOutput": 592
5821
+ "bytesInOutput": 1801
5833
5822
  },
5834
5823
  "src/cli/commands/send.ts": {
5835
- "bytesInOutput": 392
5824
+ "bytesInOutput": 663
5836
5825
  },
5837
5826
  "src/cli/commands/status.ts": {
5838
- "bytesInOutput": 265
5839
- },
5840
- "src/cli/commands/watch.ts": {
5841
- "bytesInOutput": 661
5827
+ "bytesInOutput": 412
5842
5828
  },
5843
5829
  "src/cli/program.ts": {
5844
- "bytesInOutput": 2715
5830
+ "bytesInOutput": 3074
5831
+ },
5832
+ "src/client/shared-client.ts": {
5833
+ "bytesInOutput": 1475
5834
+ },
5835
+ "src/pi/external-installation.ts": {
5836
+ "bytesInOutput": 7815
5837
+ },
5838
+ "src/platform/client/start-runtime.ts": {
5839
+ "bytesInOutput": 7301
5840
+ },
5841
+ "src/platform/shared/runtime-ownership.ts": {
5842
+ "bytesInOutput": 1315
5843
+ },
5844
+ "src/platform/install/runtime-release.ts": {
5845
+ "bytesInOutput": 14908
5846
+ },
5847
+ "src/platform/install/tree-integrity.ts": {
5848
+ "bytesInOutput": 2243
5849
+ },
5850
+ "src/platform/shared/paths.ts": {
5851
+ "bytesInOutput": 1191
5845
5852
  },
5846
5853
  "src/client/socket-fleet-client.ts": {
5847
- "bytesInOutput": 8909
5854
+ "bytesInOutput": 11942
5848
5855
  },
5849
5856
  "src/protocol/version.ts": {
5850
5857
  "bytesInOutput": 70
@@ -6197,29 +6204,20 @@
6197
6204
  "src/protocol/pi-identity.ts": {
6198
6205
  "bytesInOutput": 729
6199
6206
  },
6200
- "src/pi/external-installation.ts": {
6201
- "bytesInOutput": 7533
6202
- },
6203
- "src/pi/process.ts": {
6204
- "bytesInOutput": 54
6205
- },
6206
- "src/pi/external-target.ts": {
6207
- "bytesInOutput": 282
6208
- },
6209
- "src/platform/client/start-runtime.ts": {
6210
- "bytesInOutput": 7088
6207
+ "src/protocol/semantic-segmentation.ts": {
6208
+ "bytesInOutput": 2998
6211
6209
  },
6212
- "src/platform/install/runtime-release.ts": {
6213
- "bytesInOutput": 13686
6210
+ "src/client/contracts.ts": {
6211
+ "bytesInOutput": 1153
6214
6212
  },
6215
- "src/platform/install/tree-integrity.ts": {
6216
- "bytesInOutput": 2232
6213
+ "src/shared/result.ts": {
6214
+ "bytesInOutput": 108
6217
6215
  },
6218
- "src/platform/shared/paths.ts": {
6219
- "bytesInOutput": 1191
6216
+ "src/client/sdk-transport.ts": {
6217
+ "bytesInOutput": 6427
6220
6218
  }
6221
6219
  },
6222
- "bytes": 278004
6220
+ "bytes": 301006
6223
6221
  }
6224
6222
  }
6225
6223
  }