@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
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "inputs": {
3
+ "src/runtime/receive-pager.ts": {
4
+ "bytes": 9268,
5
+ "imports": [],
6
+ "format": "esm"
7
+ },
3
8
  "node_modules/@sinclair/typebox/build/esm/type/guard/value.mjs": {
4
9
  "bytes": 2456,
5
10
  "imports": [],
@@ -4855,7 +4860,7 @@
4855
4860
  "format": "esm"
4856
4861
  },
4857
4862
  "src/pi/external-installation.ts": {
4858
- "bytes": 9144,
4863
+ "bytes": 9540,
4859
4864
  "imports": [
4860
4865
  {
4861
4866
  "path": "node:child_process",
@@ -4901,8 +4906,13 @@
4901
4906
  ],
4902
4907
  "format": "esm"
4903
4908
  },
4909
+ "src/pi/rpc-record-framer.ts": {
4910
+ "bytes": 2340,
4911
+ "imports": [],
4912
+ "format": "esm"
4913
+ },
4904
4914
  "src/pi/process.ts": {
4905
- "bytes": 10564,
4915
+ "bytes": 14543,
4906
4916
  "imports": [
4907
4917
  {
4908
4918
  "path": "node:crypto",
@@ -4923,12 +4933,17 @@
4923
4933
  "path": "src/platform/runtime/process-tree.ts",
4924
4934
  "kind": "import-statement",
4925
4935
  "original": "../platform/runtime/process-tree.js"
4936
+ },
4937
+ {
4938
+ "path": "src/pi/rpc-record-framer.ts",
4939
+ "kind": "import-statement",
4940
+ "original": "./rpc-record-framer.js"
4926
4941
  }
4927
4942
  ],
4928
4943
  "format": "esm"
4929
4944
  },
4930
4945
  "src/pi/adapter.ts": {
4931
- "bytes": 2359,
4946
+ "bytes": 2622,
4932
4947
  "imports": [
4933
4948
  {
4934
4949
  "path": "src/pi/process.ts",
@@ -4939,7 +4954,7 @@
4939
4954
  "format": "esm"
4940
4955
  },
4941
4956
  "src/pi/external-target.ts": {
4942
- "bytes": 3213,
4957
+ "bytes": 3092,
4943
4958
  "imports": [
4944
4959
  {
4945
4960
  "path": "src/protocol/pi-identity.ts",
@@ -4955,6 +4970,11 @@
4955
4970
  "path": "src/pi/adapter.ts",
4956
4971
  "kind": "import-statement",
4957
4972
  "original": "./adapter.js"
4973
+ },
4974
+ {
4975
+ "path": "src/pi/external-installation.ts",
4976
+ "kind": "import-statement",
4977
+ "original": "./external-installation.js"
4958
4978
  }
4959
4979
  ],
4960
4980
  "format": "esm"
@@ -4975,6 +4995,27 @@
4975
4995
  ],
4976
4996
  "format": "esm"
4977
4997
  },
4998
+ "src/platform/shared/state-security.ts": {
4999
+ "bytes": 5853,
5000
+ "imports": [
5001
+ {
5002
+ "path": "node:fs",
5003
+ "kind": "import-statement",
5004
+ "external": true
5005
+ },
5006
+ {
5007
+ "path": "node:fs/promises",
5008
+ "kind": "import-statement",
5009
+ "external": true
5010
+ },
5011
+ {
5012
+ "path": "node:path",
5013
+ "kind": "import-statement",
5014
+ "external": true
5015
+ }
5016
+ ],
5017
+ "format": "esm"
5018
+ },
4978
5019
  "node_modules/@sinclair/typebox/build/esm/system/evaluate.mjs": {
4979
5020
  "bytes": 216,
4980
5021
  "imports": [],
@@ -6187,7 +6228,7 @@
6187
6228
  "format": "esm"
6188
6229
  },
6189
6230
  "src/protocol/envelope.ts": {
6190
- "bytes": 2176,
6231
+ "bytes": 2370,
6191
6232
  "imports": [
6192
6233
  {
6193
6234
  "path": "node_modules/@sinclair/typebox/build/esm/index.mjs",
@@ -6234,29 +6275,35 @@
6234
6275
  ],
6235
6276
  "format": "esm"
6236
6277
  },
6237
- "src/shared/runtime-limits.ts": {
6238
- "bytes": 1861,
6239
- "imports": [],
6240
- "format": "esm"
6241
- },
6242
- "src/shared/result.ts": {
6243
- "bytes": 331,
6278
+ "src/protocol/semantic-segmentation.ts": {
6279
+ "bytes": 5799,
6244
6280
  "imports": [],
6245
6281
  "format": "esm"
6246
6282
  },
6247
- "src/runtime/rpc-watch-hub.ts": {
6248
- "bytes": 5740,
6283
+ "src/shared/runtime-limits.ts": {
6284
+ "bytes": 5053,
6249
6285
  "imports": [],
6250
6286
  "format": "esm"
6251
6287
  },
6252
- "src/runtime/control-server.ts": {
6253
- "bytes": 11680,
6288
+ "src/platform/shared/runtime-ownership.ts": {
6289
+ "bytes": 2835,
6254
6290
  "imports": [
6255
6291
  {
6256
- "path": "node:events",
6292
+ "path": "node:fs/promises",
6257
6293
  "kind": "import-statement",
6258
6294
  "external": true
6259
6295
  },
6296
+ {
6297
+ "path": "node:net",
6298
+ "kind": "import-statement",
6299
+ "external": true
6300
+ }
6301
+ ],
6302
+ "format": "esm"
6303
+ },
6304
+ "src/runtime/control-server.ts": {
6305
+ "bytes": 18786,
6306
+ "imports": [
6260
6307
  {
6261
6308
  "path": "node:fs/promises",
6262
6309
  "kind": "import-statement",
@@ -6282,6 +6329,11 @@
6282
6329
  "kind": "import-statement",
6283
6330
  "original": "../protocol/jsonl.js"
6284
6331
  },
6332
+ {
6333
+ "path": "src/protocol/semantic-segmentation.ts",
6334
+ "kind": "import-statement",
6335
+ "original": "../protocol/semantic-segmentation.js"
6336
+ },
6285
6337
  {
6286
6338
  "path": "src/protocol/version.ts",
6287
6339
  "kind": "import-statement",
@@ -6293,18 +6345,23 @@
6293
6345
  "original": "../shared/runtime-limits.js"
6294
6346
  },
6295
6347
  {
6296
- "path": "src/shared/result.ts",
6348
+ "path": "src/runtime/receive-pager.ts",
6297
6349
  "kind": "import-statement",
6298
- "original": "../shared/result.js"
6350
+ "original": "./receive-pager.js"
6299
6351
  },
6300
6352
  {
6301
- "path": "src/runtime/rpc-watch-hub.ts",
6353
+ "path": "src/platform/shared/runtime-ownership.ts",
6302
6354
  "kind": "import-statement",
6303
- "original": "./rpc-watch-hub.js"
6355
+ "original": "../platform/shared/runtime-ownership.js"
6304
6356
  }
6305
6357
  ],
6306
6358
  "format": "esm"
6307
6359
  },
6360
+ "src/client/contracts.ts": {
6361
+ "bytes": 3902,
6362
+ "imports": [],
6363
+ "format": "esm"
6364
+ },
6308
6365
  "src/pi/session-selector.ts": {
6309
6366
  "bytes": 2893,
6310
6367
  "imports": [],
@@ -6321,9 +6378,19 @@
6321
6378
  ],
6322
6379
  "format": "esm"
6323
6380
  },
6381
+ "src/shared/result.ts": {
6382
+ "bytes": 331,
6383
+ "imports": [],
6384
+ "format": "esm"
6385
+ },
6324
6386
  "src/runtime/agent-coordinator.ts": {
6325
- "bytes": 9372,
6387
+ "bytes": 12717,
6326
6388
  "imports": [
6389
+ {
6390
+ "path": "src/pi/launch-profile.ts",
6391
+ "kind": "import-statement",
6392
+ "original": "../pi/launch-profile.js"
6393
+ },
6327
6394
  {
6328
6395
  "path": "src/pi/process.ts",
6329
6396
  "kind": "import-statement",
@@ -6338,13 +6405,18 @@
6338
6405
  "format": "esm"
6339
6406
  },
6340
6407
  "src/runtime/fleet-service.ts": {
6341
- "bytes": 55600,
6408
+ "bytes": 71718,
6342
6409
  "imports": [
6343
6410
  {
6344
6411
  "path": "node:crypto",
6345
6412
  "kind": "import-statement",
6346
6413
  "external": true
6347
6414
  },
6415
+ {
6416
+ "path": "src/client/contracts.ts",
6417
+ "kind": "import-statement",
6418
+ "original": "../client/contracts.js"
6419
+ },
6348
6420
  {
6349
6421
  "path": "src/pi/adapter.ts",
6350
6422
  "kind": "import-statement",
@@ -6384,17 +6456,120 @@
6384
6456
  "path": "src/runtime/agent-coordinator.ts",
6385
6457
  "kind": "import-statement",
6386
6458
  "original": "./agent-coordinator.js"
6459
+ }
6460
+ ],
6461
+ "format": "esm"
6462
+ },
6463
+ "src/runtime/journal-ingestion.ts": {
6464
+ "bytes": 9962,
6465
+ "imports": [],
6466
+ "format": "esm"
6467
+ },
6468
+ "src/runtime/lifecycle-projector.ts": {
6469
+ "bytes": 12209,
6470
+ "imports": [],
6471
+ "format": "esm"
6472
+ },
6473
+ "src/runtime/runtime-diagnostics.ts": {
6474
+ "bytes": 3311,
6475
+ "imports": [
6476
+ {
6477
+ "path": "node:fs/promises",
6478
+ "kind": "import-statement",
6479
+ "external": true
6480
+ }
6481
+ ],
6482
+ "format": "esm"
6483
+ },
6484
+ "src/runtime/journal-runtime.ts": {
6485
+ "bytes": 13314,
6486
+ "imports": [
6487
+ {
6488
+ "path": "src/pi/rpc-record-framer.ts",
6489
+ "kind": "import-statement",
6490
+ "original": "../pi/rpc-record-framer.js"
6491
+ },
6492
+ {
6493
+ "path": "src/runtime/journal-ingestion.ts",
6494
+ "kind": "import-statement",
6495
+ "original": "./journal-ingestion.js"
6496
+ },
6497
+ {
6498
+ "path": "src/runtime/lifecycle-projector.ts",
6499
+ "kind": "import-statement",
6500
+ "original": "./lifecycle-projector.js"
6501
+ },
6502
+ {
6503
+ "path": "src/runtime/runtime-diagnostics.ts",
6504
+ "kind": "import-statement",
6505
+ "original": "./runtime-diagnostics.js"
6506
+ },
6507
+ {
6508
+ "path": "src/runtime/receive-pager.ts",
6509
+ "kind": "import-statement",
6510
+ "original": "./receive-pager.js"
6511
+ }
6512
+ ],
6513
+ "format": "esm"
6514
+ },
6515
+ "src/runtime/journal-wakeup.ts": {
6516
+ "bytes": 3466,
6517
+ "imports": [],
6518
+ "format": "esm"
6519
+ },
6520
+ "src/runtime/storage-health.ts": {
6521
+ "bytes": 2449,
6522
+ "imports": [],
6523
+ "format": "esm"
6524
+ },
6525
+ "src/store/journal-fleet-store-adapter.ts": {
6526
+ "bytes": 10865,
6527
+ "imports": [],
6528
+ "format": "esm"
6529
+ },
6530
+ "src/store/journal-store.ts": {
6531
+ "bytes": 10618,
6532
+ "imports": [],
6533
+ "format": "esm"
6534
+ },
6535
+ "src/store/sqlite-journal-store.ts": {
6536
+ "bytes": 40697,
6537
+ "imports": [
6538
+ {
6539
+ "path": "node:fs",
6540
+ "kind": "import-statement",
6541
+ "external": true
6542
+ },
6543
+ {
6544
+ "path": "node:path",
6545
+ "kind": "import-statement",
6546
+ "external": true
6387
6547
  },
6388
6548
  {
6389
- "path": "src/runtime/rpc-watch-hub.ts",
6549
+ "path": "node:sqlite",
6390
6550
  "kind": "import-statement",
6391
- "original": "./rpc-watch-hub.js"
6551
+ "external": true
6552
+ },
6553
+ {
6554
+ "path": "src/platform/shared/state-security.ts",
6555
+ "kind": "import-statement",
6556
+ "original": "../platform/shared/state-security.js"
6557
+ },
6558
+ {
6559
+ "path": "src/store/journal-store.ts",
6560
+ "kind": "import-statement",
6561
+ "original": "./journal-store.js"
6392
6562
  }
6393
6563
  ],
6394
6564
  "format": "esm"
6395
6565
  },
6396
- "src/store/worker-store.ts": {
6397
- "bytes": 5019,
6566
+ "src/store/journal-worker-protocol.ts": {
6567
+ "bytes": 661,
6568
+ "imports": [],
6569
+ "format": "esm"
6570
+ },
6571
+ "src/store/worker-journal-store.ts": {
6572
+ "bytes": 13859,
6398
6573
  "imports": [
6399
6574
  {
6400
6575
  "path": "node:crypto",
@@ -6405,28 +6580,63 @@
6405
6580
  "path": "node:worker_threads",
6406
6581
  "kind": "import-statement",
6407
6582
  "external": true
6583
+ },
6584
+ {
6585
+ "path": "src/shared/runtime-limits.ts",
6586
+ "kind": "import-statement",
6587
+ "original": "../shared/runtime-limits.js"
6588
+ },
6589
+ {
6590
+ "path": "src/store/journal-worker-protocol.ts",
6591
+ "kind": "import-statement",
6592
+ "original": "./journal-worker-protocol.js"
6408
6593
  }
6409
6594
  ],
6410
6595
  "format": "esm"
6411
6596
  },
6412
6597
  "src/entry/runtime.ts": {
6413
- "bytes": 2045,
6598
+ "bytes": 11622,
6414
6599
  "imports": [
6600
+ {
6601
+ "path": "node:fs",
6602
+ "kind": "import-statement",
6603
+ "external": true
6604
+ },
6605
+ {
6606
+ "path": "node:sqlite",
6607
+ "kind": "import-statement",
6608
+ "external": true
6609
+ },
6415
6610
  {
6416
6611
  "path": "node:url",
6417
6612
  "kind": "import-statement",
6418
6613
  "external": true
6419
6614
  },
6615
+ {
6616
+ "path": "src/runtime/receive-pager.ts",
6617
+ "kind": "import-statement",
6618
+ "original": "../runtime/receive-pager.js"
6619
+ },
6420
6620
  {
6421
6621
  "path": "src/pi/external-target.ts",
6422
6622
  "kind": "import-statement",
6423
6623
  "original": "../pi/external-target.js"
6424
6624
  },
6625
+ {
6626
+ "path": "src/platform/runtime/process-tree.ts",
6627
+ "kind": "import-statement",
6628
+ "original": "../platform/runtime/process-tree.js"
6629
+ },
6425
6630
  {
6426
6631
  "path": "src/platform/shared/paths.ts",
6427
6632
  "kind": "import-statement",
6428
6633
  "original": "../platform/shared/paths.js"
6429
6634
  },
6635
+ {
6636
+ "path": "src/platform/shared/state-security.ts",
6637
+ "kind": "import-statement",
6638
+ "original": "../platform/shared/state-security.js"
6639
+ },
6430
6640
  {
6431
6641
  "path": "src/runtime/control-server.ts",
6432
6642
  "kind": "import-statement",
@@ -6437,15 +6647,45 @@
6437
6647
  "kind": "import-statement",
6438
6648
  "original": "../runtime/fleet-service.js"
6439
6649
  },
6650
+ {
6651
+ "path": "src/runtime/journal-runtime.ts",
6652
+ "kind": "import-statement",
6653
+ "original": "../runtime/journal-runtime.js"
6654
+ },
6655
+ {
6656
+ "path": "src/runtime/journal-wakeup.ts",
6657
+ "kind": "import-statement",
6658
+ "original": "../runtime/journal-wakeup.js"
6659
+ },
6660
+ {
6661
+ "path": "src/platform/shared/runtime-ownership.ts",
6662
+ "kind": "import-statement",
6663
+ "original": "../platform/shared/runtime-ownership.js"
6664
+ },
6665
+ {
6666
+ "path": "src/runtime/storage-health.ts",
6667
+ "kind": "import-statement",
6668
+ "original": "../runtime/storage-health.js"
6669
+ },
6440
6670
  {
6441
6671
  "path": "src/shared/runtime-limits.ts",
6442
6672
  "kind": "import-statement",
6443
6673
  "original": "../shared/runtime-limits.js"
6444
6674
  },
6445
6675
  {
6446
- "path": "src/store/worker-store.ts",
6676
+ "path": "src/store/journal-fleet-store-adapter.ts",
6677
+ "kind": "import-statement",
6678
+ "original": "../store/journal-fleet-store-adapter.js"
6679
+ },
6680
+ {
6681
+ "path": "src/store/sqlite-journal-store.ts",
6682
+ "kind": "import-statement",
6683
+ "original": "../store/sqlite-journal-store.js"
6684
+ },
6685
+ {
6686
+ "path": "src/store/worker-journal-store.ts",
6447
6687
  "kind": "import-statement",
6448
- "original": "../store/worker-store.js"
6688
+ "original": "../store/worker-journal-store.js"
6449
6689
  }
6450
6690
  ],
6451
6691
  "format": "esm"
@@ -6456,10 +6696,20 @@
6456
6696
  "imports": [],
6457
6697
  "exports": [],
6458
6698
  "inputs": {},
6459
- "bytes": 761779
6699
+ "bytes": 1006615
6460
6700
  },
6461
6701
  "dist/runtime.mjs": {
6462
6702
  "imports": [
6703
+ {
6704
+ "path": "node:fs",
6705
+ "kind": "import-statement",
6706
+ "external": true
6707
+ },
6708
+ {
6709
+ "path": "node:sqlite",
6710
+ "kind": "import-statement",
6711
+ "external": true
6712
+ },
6463
6713
  {
6464
6714
  "path": "node:url",
6465
6715
  "kind": "import-statement",
@@ -6526,7 +6776,17 @@
6526
6776
  "external": true
6527
6777
  },
6528
6778
  {
6529
- "path": "node:events",
6779
+ "path": "node:fs",
6780
+ "kind": "import-statement",
6781
+ "external": true
6782
+ },
6783
+ {
6784
+ "path": "node:fs/promises",
6785
+ "kind": "import-statement",
6786
+ "external": true
6787
+ },
6788
+ {
6789
+ "path": "node:path",
6530
6790
  "kind": "import-statement",
6531
6791
  "external": true
6532
6792
  },
@@ -6545,11 +6805,31 @@
6545
6805
  "kind": "import-statement",
6546
6806
  "external": true
6547
6807
  },
6808
+ {
6809
+ "path": "node:fs/promises",
6810
+ "kind": "import-statement",
6811
+ "external": true
6812
+ },
6813
+ {
6814
+ "path": "node:net",
6815
+ "kind": "import-statement",
6816
+ "external": true
6817
+ },
6548
6818
  {
6549
6819
  "path": "node:crypto",
6550
6820
  "kind": "import-statement",
6551
6821
  "external": true
6552
6822
  },
6823
+ {
6824
+ "path": "node:fs/promises",
6825
+ "kind": "import-statement",
6826
+ "external": true
6827
+ },
6828
+ {
6829
+ "path": "node:sqlite",
6830
+ "kind": "import-statement",
6831
+ "external": true
6832
+ },
6553
6833
  {
6554
6834
  "path": "node:crypto",
6555
6835
  "kind": "import-statement",
@@ -6562,12 +6842,18 @@
6562
6842
  }
6563
6843
  ],
6564
6844
  "exports": [
6845
+ "assertNoOtherProcessHasDatabaseOpen",
6846
+ "inspectJournalSchema",
6847
+ "reconcileObservationContinuity",
6565
6848
  "runRuntime"
6566
6849
  ],
6567
6850
  "entryPoint": "src/entry/runtime.ts",
6568
6851
  "inputs": {
6569
6852
  "src/entry/runtime.ts": {
6570
- "bytesInOutput": 1485
6853
+ "bytesInOutput": 9084
6854
+ },
6855
+ "src/runtime/receive-pager.ts": {
6856
+ "bytesInOutput": 6993
6571
6857
  },
6572
6858
  "node_modules/@sinclair/typebox/build/esm/type/guard/value.mjs": {
6573
6859
  "bytesInOutput": 1745
@@ -6672,7 +6958,7 @@
6672
6958
  "bytesInOutput": 138
6673
6959
  },
6674
6960
  "node_modules/@sinclair/typebox/build/esm/type/boolean/boolean.mjs": {
6675
- "bytesInOutput": 100
6961
+ "bytesInOutput": 101
6676
6962
  },
6677
6963
  "node_modules/@sinclair/typebox/build/esm/type/bigint/bigint.mjs": {
6678
6964
  "bytesInOutput": 98
@@ -6684,7 +6970,7 @@
6684
6970
  "bytesInOutput": 98
6685
6971
  },
6686
6972
  "node_modules/@sinclair/typebox/build/esm/type/template-literal/syntax.mjs": {
6687
- "bytesInOutput": 1201
6973
+ "bytesInOutput": 1202
6688
6974
  },
6689
6975
  "node_modules/@sinclair/typebox/build/esm/type/template-literal/pattern.mjs": {
6690
6976
  "bytesInOutput": 871
@@ -6921,7 +7207,7 @@
6921
7207
  "bytesInOutput": 91
6922
7208
  },
6923
7209
  "node_modules/@sinclair/typebox/build/esm/type/type/type.mjs": {
6924
- "bytesInOutput": 1736
7210
+ "bytesInOutput": 1737
6925
7211
  },
6926
7212
  "node_modules/@sinclair/typebox/build/esm/type/type/index.mjs": {
6927
7213
  "bytesInOutput": 26
@@ -6930,25 +7216,31 @@
6930
7216
  "bytesInOutput": 1221
6931
7217
  },
6932
7218
  "src/pi/external-installation.ts": {
6933
- "bytesInOutput": 7521
7219
+ "bytesInOutput": 7803
6934
7220
  },
6935
7221
  "src/pi/process.ts": {
6936
- "bytesInOutput": 8437
7222
+ "bytesInOutput": 11200
6937
7223
  },
6938
7224
  "src/platform/runtime/process-tree.ts": {
6939
7225
  "bytesInOutput": 2270
6940
7226
  },
7227
+ "src/pi/rpc-record-framer.ts": {
7228
+ "bytesInOutput": 2214
7229
+ },
6941
7230
  "src/pi/adapter.ts": {
6942
- "bytesInOutput": 1206
7231
+ "bytesInOutput": 1334
6943
7232
  },
6944
7233
  "src/pi/external-target.ts": {
6945
- "bytesInOutput": 2428
7234
+ "bytesInOutput": 2243
6946
7235
  },
6947
7236
  "src/platform/shared/paths.ts": {
6948
7237
  "bytesInOutput": 895
6949
7238
  },
7239
+ "src/platform/shared/state-security.ts": {
7240
+ "bytesInOutput": 3685
7241
+ },
6950
7242
  "src/runtime/control-server.ts": {
6951
- "bytesInOutput": 9606
7243
+ "bytesInOutput": 15085
6952
7244
  },
6953
7245
  "node_modules/@sinclair/typebox/build/esm/errors/function.mjs": {
6954
7246
  "bytesInOutput": 6837
@@ -7032,7 +7324,7 @@
7032
7324
  "bytesInOutput": 70
7033
7325
  },
7034
7326
  "src/protocol/envelope.ts": {
7035
- "bytesInOutput": 867
7327
+ "bytesInOutput": 832
7036
7328
  },
7037
7329
  "src/protocol/validation.ts": {
7038
7330
  "bytesInOutput": 309
@@ -7040,17 +7332,20 @@
7040
7332
  "src/protocol/jsonl.ts": {
7041
7333
  "bytesInOutput": 1057
7042
7334
  },
7043
- "src/shared/runtime-limits.ts": {
7044
- "bytesInOutput": 1422
7335
+ "src/protocol/semantic-segmentation.ts": {
7336
+ "bytesInOutput": 1633
7045
7337
  },
7046
- "src/shared/result.ts": {
7047
- "bytesInOutput": 108
7338
+ "src/shared/runtime-limits.ts": {
7339
+ "bytesInOutput": 3981
7048
7340
  },
7049
- "src/runtime/rpc-watch-hub.ts": {
7050
- "bytesInOutput": 4644
7341
+ "src/platform/shared/runtime-ownership.ts": {
7342
+ "bytesInOutput": 2123
7051
7343
  },
7052
7344
  "src/runtime/fleet-service.ts": {
7053
- "bytesInOutput": 48613
7345
+ "bytesInOutput": 61857
7346
+ },
7347
+ "src/client/contracts.ts": {
7348
+ "bytesInOutput": 1153
7054
7349
  },
7055
7350
  "src/pi/session-selector.ts": {
7056
7351
  "bytesInOutput": 2113
@@ -7058,14 +7353,44 @@
7058
7353
  "src/pi/launch-profile.ts": {
7059
7354
  "bytesInOutput": 2652
7060
7355
  },
7356
+ "src/shared/result.ts": {
7357
+ "bytesInOutput": 108
7358
+ },
7061
7359
  "src/runtime/agent-coordinator.ts": {
7062
- "bytesInOutput": 8186
7360
+ "bytesInOutput": 10969
7361
+ },
7362
+ "src/runtime/journal-ingestion.ts": {
7363
+ "bytesInOutput": 7929
7364
+ },
7365
+ "src/runtime/lifecycle-projector.ts": {
7366
+ "bytesInOutput": 9516
7367
+ },
7368
+ "src/runtime/runtime-diagnostics.ts": {
7369
+ "bytesInOutput": 1634
7370
+ },
7371
+ "src/runtime/journal-runtime.ts": {
7372
+ "bytesInOutput": 9781
7373
+ },
7374
+ "src/runtime/journal-wakeup.ts": {
7375
+ "bytesInOutput": 2913
7376
+ },
7377
+ "src/runtime/storage-health.ts": {
7378
+ "bytesInOutput": 683
7379
+ },
7380
+ "src/store/journal-fleet-store-adapter.ts": {
7381
+ "bytesInOutput": 8802
7382
+ },
7383
+ "src/store/sqlite-journal-store.ts": {
7384
+ "bytesInOutput": 1528
7385
+ },
7386
+ "src/store/worker-journal-store.ts": {
7387
+ "bytesInOutput": 9788
7063
7388
  },
7064
- "src/store/worker-store.ts": {
7065
- "bytesInOutput": 3795
7389
+ "src/store/journal-worker-protocol.ts": {
7390
+ "bytesInOutput": 282
7066
7391
  }
7067
7392
  },
7068
- "bytes": 353381
7393
+ "bytes": 450893
7069
7394
  }
7070
7395
  }
7071
7396
  }