instar 1.3.502 → 1.3.504

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 (42) hide show
  1. package/dist/commands/server.d.ts.map +1 -1
  2. package/dist/commands/server.js +117 -0
  3. package/dist/commands/server.js.map +1 -1
  4. package/dist/config/ConfigDefaults.d.ts.map +1 -1
  5. package/dist/config/ConfigDefaults.js +7 -0
  6. package/dist/config/ConfigDefaults.js.map +1 -1
  7. package/dist/core/CoherenceJournal.d.ts +1 -1
  8. package/dist/core/CoherenceJournal.d.ts.map +1 -1
  9. package/dist/core/CoherenceJournal.js +5 -1
  10. package/dist/core/CoherenceJournal.js.map +1 -1
  11. package/dist/core/MachinePoolRegistry.d.ts +4 -0
  12. package/dist/core/MachinePoolRegistry.d.ts.map +1 -1
  13. package/dist/core/MachinePoolRegistry.js +4 -0
  14. package/dist/core/MachinePoolRegistry.js.map +1 -1
  15. package/dist/core/OwnershipReconciler.d.ts +102 -0
  16. package/dist/core/OwnershipReconciler.d.ts.map +1 -0
  17. package/dist/core/OwnershipReconciler.js +185 -0
  18. package/dist/core/OwnershipReconciler.js.map +1 -0
  19. package/dist/core/SessionOwnership.d.ts +16 -1
  20. package/dist/core/SessionOwnership.d.ts.map +1 -1
  21. package/dist/core/SessionOwnership.js +14 -0
  22. package/dist/core/SessionOwnership.js.map +1 -1
  23. package/dist/core/SessionRouter.d.ts +11 -0
  24. package/dist/core/SessionRouter.d.ts.map +1 -1
  25. package/dist/core/SessionRouter.js +10 -0
  26. package/dist/core/SessionRouter.js.map +1 -1
  27. package/dist/core/types.d.ts +13 -0
  28. package/dist/core/types.d.ts.map +1 -1
  29. package/dist/core/types.js.map +1 -1
  30. package/dist/monitoring/SessionReaper.d.ts +5 -0
  31. package/dist/monitoring/SessionReaper.d.ts.map +1 -1
  32. package/dist/monitoring/SessionReaper.js +22 -2
  33. package/dist/monitoring/SessionReaper.js.map +1 -1
  34. package/dist/server/routes.d.ts.map +1 -1
  35. package/dist/server/routes.js +12 -1
  36. package/dist/server/routes.js.map +1 -1
  37. package/package.json +1 -1
  38. package/src/data/builtin-manifest.json +46 -46
  39. package/upgrades/1.3.503.md +61 -0
  40. package/upgrades/1.3.504.md +51 -0
  41. package/upgrades/side-effects/multi-machine-seamlessness-ws11.md +105 -0
  42. package/upgrades/side-effects/multi-machine-seamlessness-ws13.md +122 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "instar",
3
- "version": "1.3.502",
3
+ "version": "1.3.504",
4
4
  "description": "Coherence infrastructure for self-evolving AI agents — on the Claude Code or Codex subscription you already have.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "./builtin-manifest.schema.json",
3
3
  "schemaVersion": 1,
4
- "generatedAt": "2026-06-12T23:24:48.391Z",
5
- "instarVersion": "1.3.502",
4
+ "generatedAt": "2026-06-13T00:56:20.626Z",
5
+ "instarVersion": "1.3.504",
6
6
  "entryCount": 201,
7
7
  "entries": {
8
8
  "hook:session-start": {
@@ -418,7 +418,7 @@
418
418
  "type": "route-group",
419
419
  "domain": "monitoring",
420
420
  "sourcePath": "src/server/routes.ts",
421
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
421
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
422
422
  "since": "2025-01-01"
423
423
  },
424
424
  "route-group:agents": {
@@ -426,7 +426,7 @@
426
426
  "type": "route-group",
427
427
  "domain": "sessions",
428
428
  "sourcePath": "src/server/routes.ts",
429
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
429
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
430
430
  "since": "2025-01-01"
431
431
  },
432
432
  "route-group:backups": {
@@ -434,7 +434,7 @@
434
434
  "type": "route-group",
435
435
  "domain": "operations",
436
436
  "sourcePath": "src/server/routes.ts",
437
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
437
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
438
438
  "since": "2025-01-01"
439
439
  },
440
440
  "route-group:git": {
@@ -442,7 +442,7 @@
442
442
  "type": "route-group",
443
443
  "domain": "coordination",
444
444
  "sourcePath": "src/server/routes.ts",
445
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
445
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
446
446
  "since": "2025-01-01"
447
447
  },
448
448
  "route-group:memory": {
@@ -450,7 +450,7 @@
450
450
  "type": "route-group",
451
451
  "domain": "memory",
452
452
  "sourcePath": "src/server/routes.ts",
453
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
453
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
454
454
  "since": "2025-01-01"
455
455
  },
456
456
  "route-group:semantic": {
@@ -458,7 +458,7 @@
458
458
  "type": "route-group",
459
459
  "domain": "memory",
460
460
  "sourcePath": "src/server/routes.ts",
461
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
461
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
462
462
  "since": "2025-01-01"
463
463
  },
464
464
  "route-group:status": {
@@ -466,7 +466,7 @@
466
466
  "type": "route-group",
467
467
  "domain": "monitoring",
468
468
  "sourcePath": "src/server/routes.ts",
469
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
469
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
470
470
  "since": "2025-01-01"
471
471
  },
472
472
  "route-group:capabilities": {
@@ -474,7 +474,7 @@
474
474
  "type": "route-group",
475
475
  "domain": "mapping",
476
476
  "sourcePath": "src/server/routes.ts",
477
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
477
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
478
478
  "since": "2025-01-01"
479
479
  },
480
480
  "route-group:project-map": {
@@ -482,7 +482,7 @@
482
482
  "type": "route-group",
483
483
  "domain": "mapping",
484
484
  "sourcePath": "src/server/routes.ts",
485
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
485
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
486
486
  "since": "2025-01-01"
487
487
  },
488
488
  "route-group:coherence": {
@@ -490,7 +490,7 @@
490
490
  "type": "route-group",
491
491
  "domain": "coherence",
492
492
  "sourcePath": "src/server/routes.ts",
493
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
493
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
494
494
  "since": "2025-01-01"
495
495
  },
496
496
  "route-group:topic-bindings": {
@@ -498,7 +498,7 @@
498
498
  "type": "route-group",
499
499
  "domain": "sessions",
500
500
  "sourcePath": "src/server/routes.ts",
501
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
501
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
502
502
  "since": "2025-01-01"
503
503
  },
504
504
  "route-group:context": {
@@ -506,7 +506,7 @@
506
506
  "type": "route-group",
507
507
  "domain": "context",
508
508
  "sourcePath": "src/server/routes.ts",
509
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
509
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
510
510
  "since": "2025-01-01"
511
511
  },
512
512
  "route-group:scope-coherence": {
@@ -514,7 +514,7 @@
514
514
  "type": "route-group",
515
515
  "domain": "coherence",
516
516
  "sourcePath": "src/server/routes.ts",
517
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
517
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
518
518
  "since": "2025-01-01"
519
519
  },
520
520
  "route-group:canonical-state": {
@@ -522,7 +522,7 @@
522
522
  "type": "route-group",
523
523
  "domain": "state",
524
524
  "sourcePath": "src/server/routes.ts",
525
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
525
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
526
526
  "since": "2025-01-01"
527
527
  },
528
528
  "route-group:ci": {
@@ -530,7 +530,7 @@
530
530
  "type": "route-group",
531
531
  "domain": "monitoring",
532
532
  "sourcePath": "src/server/routes.ts",
533
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
533
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
534
534
  "since": "2025-01-01"
535
535
  },
536
536
  "route-group:sessions": {
@@ -538,7 +538,7 @@
538
538
  "type": "route-group",
539
539
  "domain": "sessions",
540
540
  "sourcePath": "src/server/routes.ts",
541
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
541
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
542
542
  "since": "2025-01-01"
543
543
  },
544
544
  "route-group:jobs": {
@@ -546,7 +546,7 @@
546
546
  "type": "route-group",
547
547
  "domain": "scheduling",
548
548
  "sourcePath": "src/server/routes.ts",
549
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
549
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
550
550
  "since": "2025-01-01"
551
551
  },
552
552
  "route-group:skip-ledger": {
@@ -554,7 +554,7 @@
554
554
  "type": "route-group",
555
555
  "domain": "scheduling",
556
556
  "sourcePath": "src/server/routes.ts",
557
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
557
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
558
558
  "since": "2025-01-01"
559
559
  },
560
560
  "route-group:telegram": {
@@ -562,7 +562,7 @@
562
562
  "type": "route-group",
563
563
  "domain": "communication",
564
564
  "sourcePath": "src/server/routes.ts",
565
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
565
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
566
566
  "since": "2025-01-01"
567
567
  },
568
568
  "route-group:attention": {
@@ -570,7 +570,7 @@
570
570
  "type": "route-group",
571
571
  "domain": "communication",
572
572
  "sourcePath": "src/server/routes.ts",
573
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
573
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
574
574
  "since": "2025-01-01"
575
575
  },
576
576
  "route-group:relationships": {
@@ -578,7 +578,7 @@
578
578
  "type": "route-group",
579
579
  "domain": "relationships",
580
580
  "sourcePath": "src/server/routes.ts",
581
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
581
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
582
582
  "since": "2025-01-01"
583
583
  },
584
584
  "route-group:feedback": {
@@ -586,7 +586,7 @@
586
586
  "type": "route-group",
587
587
  "domain": "feedback",
588
588
  "sourcePath": "src/server/routes.ts",
589
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
589
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
590
590
  "since": "2025-01-01"
591
591
  },
592
592
  "route-group:updates": {
@@ -594,7 +594,7 @@
594
594
  "type": "route-group",
595
595
  "domain": "updates",
596
596
  "sourcePath": "src/server/routes.ts",
597
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
597
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
598
598
  "since": "2025-01-01"
599
599
  },
600
600
  "route-group:dispatches": {
@@ -602,7 +602,7 @@
602
602
  "type": "route-group",
603
603
  "domain": "dispatches",
604
604
  "sourcePath": "src/server/routes.ts",
605
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
605
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
606
606
  "since": "2025-01-01"
607
607
  },
608
608
  "route-group:quota": {
@@ -610,7 +610,7 @@
610
610
  "type": "route-group",
611
611
  "domain": "monitoring",
612
612
  "sourcePath": "src/server/routes.ts",
613
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
613
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
614
614
  "since": "2025-01-01"
615
615
  },
616
616
  "route-group:publishing": {
@@ -618,7 +618,7 @@
618
618
  "type": "route-group",
619
619
  "domain": "publishing",
620
620
  "sourcePath": "src/server/routes.ts",
621
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
621
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
622
622
  "since": "2025-01-01"
623
623
  },
624
624
  "route-group:private-views": {
@@ -626,7 +626,7 @@
626
626
  "type": "route-group",
627
627
  "domain": "publishing",
628
628
  "sourcePath": "src/server/routes.ts",
629
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
629
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
630
630
  "since": "2025-01-01"
631
631
  },
632
632
  "route-group:tunnel": {
@@ -634,7 +634,7 @@
634
634
  "type": "route-group",
635
635
  "domain": "networking",
636
636
  "sourcePath": "src/server/routes.ts",
637
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
637
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
638
638
  "since": "2025-01-01"
639
639
  },
640
640
  "route-group:events": {
@@ -642,7 +642,7 @@
642
642
  "type": "route-group",
643
643
  "domain": "networking",
644
644
  "sourcePath": "src/server/routes.ts",
645
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
645
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
646
646
  "since": "2025-01-01"
647
647
  },
648
648
  "route-group:evolution": {
@@ -650,7 +650,7 @@
650
650
  "type": "route-group",
651
651
  "domain": "evolution",
652
652
  "sourcePath": "src/server/routes.ts",
653
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
653
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
654
654
  "since": "2025-01-01"
655
655
  },
656
656
  "route-group:watchdog": {
@@ -658,7 +658,7 @@
658
658
  "type": "route-group",
659
659
  "domain": "monitoring",
660
660
  "sourcePath": "src/server/routes.ts",
661
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
661
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
662
662
  "since": "2025-01-01"
663
663
  },
664
664
  "route-group:topic-memory": {
@@ -666,7 +666,7 @@
666
666
  "type": "route-group",
667
667
  "domain": "memory",
668
668
  "sourcePath": "src/server/routes.ts",
669
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
669
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
670
670
  "since": "2025-01-01"
671
671
  },
672
672
  "route-group:state-sync": {
@@ -674,7 +674,7 @@
674
674
  "type": "route-group",
675
675
  "domain": "coordination",
676
676
  "sourcePath": "src/server/routes.ts",
677
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
677
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
678
678
  "since": "2025-01-01"
679
679
  },
680
680
  "route-group:intent": {
@@ -682,7 +682,7 @@
682
682
  "type": "route-group",
683
683
  "domain": "intent",
684
684
  "sourcePath": "src/server/routes.ts",
685
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
685
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
686
686
  "since": "2025-01-01"
687
687
  },
688
688
  "route-group:triage": {
@@ -690,7 +690,7 @@
690
690
  "type": "route-group",
691
691
  "domain": "safety",
692
692
  "sourcePath": "src/server/routes.ts",
693
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
693
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
694
694
  "since": "2025-01-01"
695
695
  },
696
696
  "route-group:operations": {
@@ -698,7 +698,7 @@
698
698
  "type": "route-group",
699
699
  "domain": "safety",
700
700
  "sourcePath": "src/server/routes.ts",
701
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
701
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
702
702
  "since": "2025-01-01"
703
703
  },
704
704
  "route-group:sentinel": {
@@ -706,7 +706,7 @@
706
706
  "type": "route-group",
707
707
  "domain": "safety",
708
708
  "sourcePath": "src/server/routes.ts",
709
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
709
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
710
710
  "since": "2025-01-01"
711
711
  },
712
712
  "route-group:trust": {
@@ -714,7 +714,7 @@
714
714
  "type": "route-group",
715
715
  "domain": "safety",
716
716
  "sourcePath": "src/server/routes.ts",
717
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
717
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
718
718
  "since": "2025-01-01"
719
719
  },
720
720
  "route-group:monitoring": {
@@ -722,7 +722,7 @@
722
722
  "type": "route-group",
723
723
  "domain": "monitoring",
724
724
  "sourcePath": "src/server/routes.ts",
725
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
725
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
726
726
  "since": "2025-01-01"
727
727
  },
728
728
  "route-group:commitments": {
@@ -730,7 +730,7 @@
730
730
  "type": "route-group",
731
731
  "domain": "commitments",
732
732
  "sourcePath": "src/server/routes.ts",
733
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
733
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
734
734
  "since": "2025-01-01"
735
735
  },
736
736
  "route-group:episodes": {
@@ -738,7 +738,7 @@
738
738
  "type": "route-group",
739
739
  "domain": "memory",
740
740
  "sourcePath": "src/server/routes.ts",
741
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
741
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
742
742
  "since": "2025-01-01"
743
743
  },
744
744
  "route-group:messages": {
@@ -746,7 +746,7 @@
746
746
  "type": "route-group",
747
747
  "domain": "coordination",
748
748
  "sourcePath": "src/server/routes.ts",
749
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
749
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
750
750
  "since": "2025-01-01"
751
751
  },
752
752
  "route-group:system-reviews": {
@@ -754,7 +754,7 @@
754
754
  "type": "route-group",
755
755
  "domain": "monitoring",
756
756
  "sourcePath": "src/server/routes.ts",
757
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
757
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
758
758
  "since": "2025-01-01"
759
759
  },
760
760
  "route-group:machine-mesh": {
@@ -770,7 +770,7 @@
770
770
  "type": "route-group",
771
771
  "domain": "security",
772
772
  "sourcePath": "src/server/routes.ts",
773
- "contentHash": "39d98955af3cfd4dbc4829319072dbdcb246cc89f01551b915501bcb8fdb86b1",
773
+ "contentHash": "309975f149d03b77f16cae7c41f8ea1e3ab68d14476db02d5feb305537215521",
774
774
  "since": "2025-01-01"
775
775
  },
776
776
  "cli:init": {
@@ -0,0 +1,61 @@
1
+ # Upgrade Guide — vNEXT
2
+
3
+ <!-- assembled-by: assemble-next-md -->
4
+ <!-- bump: patch -->
5
+
6
+ ## What Changed
7
+
8
+ WS1.3 of the converged multi-machine-seamlessness spec. A topic transfer could leave
9
+ pin and ownership permanently disagreeing (2026-06-12 live incident: owner=Mini /
10
+ pin=Laptop stuck for hours; re-placement waited on an inbound message that delivery
11
+ never routed; the closeout reaper attacked the working session throughout). Now:
12
+
13
+ - New `OwnershipReconciler` (per-machine tick over LOCAL state): cooperative
14
+ transfer→claim convergence while the owner lives (flap debounce + bounded safe
15
+ point), adoption of unowned pinned topics, and `force-claim` ONLY with owner-death
16
+ evidence (offline + last-seen past the bound) AND quorum membership — a
17
+ reachable-but-slow owner is never stolen from. Phase-C-ready: quorum is
18
+ majority-of-N from day one (2-machine pools degrade explicitly to
19
+ surviving-machine-vs-provably-dark-peer).
20
+ - FSM gains the fenced `force-claim` action (epoch takeover the stale owner cannot
21
+ override; rejects self-claims and missing records).
22
+ - `GET /pool/placement` now surfaces `pendingReplacement` + `pendingSince` — a
23
+ half-moved topic is an honest first-class state.
24
+ - SessionReaper's post-transfer closeout HOLDS (audited once per episode) when the
25
+ topic's pin names this machine — never again attacking the session a transfer-back
26
+ is bringing home.
27
+ - Journal `PlacementReason` gains `'reconcile'` (additive).
28
+
29
+ Ships DARK: `multiMachine.seamlessness.ws13Reconcile: false` + `ws13DryRun: true`
30
+ (rehearsal mode logs intended actions without CAS). Single-machine agents: strict
31
+ no-op inside the module, tested.
32
+
33
+ ## What to Tell Your User
34
+
35
+ - "Moving a conversation between my machines now always finishes — and if a move is
36
+ mid-flight you can see that honestly ('pending move since…') instead of the system
37
+ quietly disagreeing with itself. A machine that dies mid-move gets its
38
+ conversations recovered by the survivors, with proof-of-death required so a
39
+ merely-slow machine never gets robbed."
40
+
41
+ ## Summary of New Capabilities
42
+
43
+ | Capability | How to Use |
44
+ |-----------|-----------|
45
+ | Bounded pin/owner convergence | Enable `multiMachine.seamlessness.ws13Reconcile` (dry-run first via `ws13DryRun`) |
46
+ | Honest half-moved state | `GET /pool/placement?topic=N` → `pendingReplacement`, `pendingSince` |
47
+
48
+ ## Evidence
49
+
50
+ - `tests/unit/OwnershipReconciler.test.ts` — 15 tests: FSM force-claim fencing (incl.
51
+ the clock-proof stale-owner rejection), cooperative convergence reproducing the
52
+ exact 13481 incident, flap debounce, bounded safe point, death-evidence + quorum
53
+ requirements (a live owner is NEVER force-claimed; minority partitions never act),
54
+ the exactly-one-owner invariant across 3 simulated machines, dry-run inertness,
55
+ single-machine strict no-op.
56
+ - `tests/integration/pool-placement-transfer-routes.test.ts` — +2: pendingReplacement
57
+ true/false with pendingSince presence.
58
+ - Affected suites green (placement/transfer routes 19/19, dark-gate lint, ratchet);
59
+ `tsc --noEmit` clean; full build green.
60
+ - Side-effects artifact `upgrades/side-effects/multi-machine-seamlessness-ws13.md`
61
+ with REQUIRED independent second-pass audit (ownership lifecycle + reaper surface).
@@ -0,0 +1,51 @@
1
+ # Upgrade Guide — vNEXT
2
+
3
+ <!-- assembled-by: assemble-next-md -->
4
+ <!-- bump: patch -->
5
+
6
+ ## What Changed
7
+
8
+ WS1.1 of the converged multi-machine-seamlessness spec — the pieces the durable-queue
9
+ merge (#1079, which already shipped the receiver half) did not cover:
10
+
11
+ - **Drain spawn-boundary ownership re-check**: ownership moving between route()'s
12
+ verdict and the spawn produced the F20 double-spawn; a non-owner spawn now bounces
13
+ to `un-routable ('ownership-moved-before-spawn')` and re-queues for re-routing.
14
+ - **`MachineCapacity.seamlessnessFlags`** (spec invariant 5): bounded fixed-size
15
+ capability advertisement (`ws11DeliverReceive`) on the authenticated heartbeat,
16
+ live-only (a dark queue withdraws it next heartbeat). Absent = non-participant.
17
+ - **Sender-side skew gate** (`SessionRouter.ownerSupportsForward`): a live owner not
18
+ advertising durable receive is never forwarded to — the 501→retry→failover path
19
+ would STEAL the conversation from a healthy machine. Messages wait in the durable
20
+ queue, self-healing on the owner's upgrade. Unknown/absent → exactly today's
21
+ behavior.
22
+
23
+ Inert without the pool/queue layer (ships dark). Phase-C clean: fixed-size
24
+ advertisement, O(1) local reads, no LAN or interactive assumptions.
25
+
26
+ ## What to Tell Your User
27
+
28
+ - "When my conversations move between machines, three new guards make the handoff
29
+ airtight: no duplicate sessions from mid-move races, machines only receive
30
+ forwarded messages they can durably accept, and a machine that's merely behind on
31
+ updates never gets its conversations taken away — messages just wait safely until
32
+ it catches up."
33
+
34
+ ## Summary of New Capabilities
35
+
36
+ | Capability | How to Use |
37
+ |-----------|-----------|
38
+ | Capability-gated cross-machine delivery | Automatic within the multi-machine layer (dark until enabled) |
39
+
40
+ ## Evidence
41
+
42
+ - `tests/unit/SessionRouter.test.ts` +4: the skew gate's full decision table (true →
43
+ forward; false → queue, NO deliver, NO cas-steal; null/absent → back-compat).
44
+ - `tests/unit/ws11-dispatch-to-owner-wiring.test.ts` — 6: flags heartbeat roundtrip
45
+ incl. live-only withdrawal; the drain re-check seam + its exact placement (after
46
+ direct-inject, before spawn) pinned by source indices.
47
+ - 163 tests green across the queue/router/handler suites; tsc clean; build green.
48
+ - Independent second-pass audit (mandatory — dispatch + ownership surface): CONCUR,
49
+ 6 verification notes, zero concerns — including proof the gate cannot lose a
50
+ message (refused-queue falls through to delivery, never a drop) and never marks a
51
+ flag-gated owner suspect. `upgrades/side-effects/multi-machine-seamlessness-ws11.md`.
@@ -0,0 +1,105 @@
1
+ # Side-Effects Review — WS1.1 dispatch-to-owner (the remaining pieces)
2
+
3
+ **Spec:** docs/specs/MULTI-MACHINE-SEAMLESSNESS-SPEC.md §WS1.1 (converged + approved, on main)
4
+ **Ground truth discovered during build:** the durable-queue merge (#1079) ALREADY
5
+ shipped WS1.1's receiver half — `createDeliverMessageHandler` (epoch fencing, durable
6
+ remote receipts via the queue store + message ledger, sender re-validation, the
7
+ owner-side accept bridge with working-set + topic-profile pulls) — and the router's
8
+ forward/queue verdicts. This change ships ONLY what was genuinely missing:
9
+
10
+ 1. **Drain spawn-boundary ownership re-check** (`_ownershipReadForDrain`): route()'s
11
+ verdict and the spawn are not atomic — ownership moving in that window produced
12
+ the F20 double-spawn. A non-owner spawn now bounces to `un-routable
13
+ ('ownership-moved-before-spawn')`; the entry re-queues and the next drain pass
14
+ re-routes against fresh ownership. Direct-inject into an EXISTING live local
15
+ session is deliberately not gated (a live local session is the strongest
16
+ local-serving signal; its lifecycle belongs to the reconciler/closeout).
17
+ 2. **`MachineCapacity.seamlessnessFlags` advertisement** (invariant 5): a bounded
18
+ fixed-size summary (`ws11DeliverReceive`) self-reported each heartbeat from the
19
+ LIVE queue handle; registry passthrough is live-observation-only (a peer going
20
+ dark withdraws the capability — the safe direction). Absent = pre-spec peer or
21
+ dark feature = non-participant.
22
+ 3. **Sender-side skew gate** (`SessionRouter.ownerSupportsForward`): a LIVE owner
23
+ that does not advertise durable receive is never forwarded to — the forward would
24
+ 501 → retry → failover-STEAL from a live machine (the worst skew outcome). The
25
+ message waits in OUR durable queue (`'owner-lacks-ws11-receive'`), bounded by the
26
+ queue's own shelf life and self-healing on the owner's next heartbeat after
27
+ upgrade. Unknown (null) and absent-dep both preserve today's exact behavior.
28
+
29
+ ## 1. Over-block
30
+ The skew gate can hold messages for a live-but-unflagged owner. Bounds: the queue's
31
+ existing shelf-life/loss-reporting (never silent), the flags flipping true on the
32
+ owner's next heartbeat after its queue enables, and ownership genuinely moving. The
33
+ alternative (forward → 501 → failover steal) takes a conversation from a healthy
34
+ machine — strictly worse. Unknown-capability peers are NOT held (null → forward),
35
+ so the gate cannot over-trigger from a missing signal.
36
+
37
+ ## 2. Under-block
38
+ The drain re-check is a point-read — ownership can still move between the re-check
39
+ and the spawn completing (a narrower TOCTOU). The receipt + ledger dedup bound the
40
+ damage to one extra session at worst, which the post-transfer closeout reaps; full
41
+ elimination belongs to WS1.2's drain barrier. Named honestly, not silently claimed.
42
+
43
+ ## 3. Level-of-abstraction fit
44
+ Each piece sits at its owning layer: the re-check at the spawn boundary (the only
45
+ place the race exists), the flags on the existing heartbeat carrier (no new channel),
46
+ the gate in the router's dispatch decision (beside isMachineAlive, the analogous
47
+ check). No parallel mechanisms.
48
+
49
+ ## 4. Signal vs authority compliance
50
+ The skew gate holds narrow custody authority (queue vs forward) over a deterministic
51
+ signal (the peer's own self-advertisement on an authenticated heartbeat) and fails
52
+ open to today's behavior on unknown. The drain re-check removes a wrong action
53
+ (non-owner spawn) rather than adding authority. No message content, no user actions.
54
+
55
+ ## 5. Interactions
56
+ - Composes with the queue's hold-for-stability: a gated message is an ordinary queued
57
+ entry (same caps, same loss reporting, same drain re-routing).
58
+ - The existing receiver handler is untouched; the gate only prevents doomed sends.
59
+ - The reconciler (WS1.3, in CI) shortens how long ownership stays pointed at a
60
+ machine that can't serve — the two compose toward faster convergence.
61
+ - OwnerSuspectBreaker semantics preserved: the gate fires BEFORE forwarding, so a
62
+ flag-gated owner is never marked suspect for a 501 it never got to return.
63
+
64
+ ## 6. External surfaces
65
+ A new optional heartbeat field (additive; older peers ignore it — the established
66
+ quotaState/guardPosture precedent). No new mesh verbs, no new routes.
67
+
68
+ ## 7. Multi-machine posture (Cross-Machine Coherence)
69
+ This IS the multi-machine correctness core. Flags: replicated via the authenticated
70
+ heartbeat (named path), live-only by design. Gate + re-check: per-machine local
71
+ reads only on hot paths (spec rule). Phase C: the advertisement is fixed-size
72
+ regardless of pool size (never an inventory); the gate's per-owner read is O(1)
73
+ against the local registry; nothing assumes 2 machines or a LAN; headless VMs
74
+ advertise identically (no interactive step).
75
+
76
+ ## 8. Rollback cost
77
+ All three pieces are inert without the pool/queue layer (which ships dark).
78
+ Flag-flip rollback: disabling the queue withdraws the self-advertisement on the next
79
+ heartbeat AND nulls `_inboundQueue` (the gate's information source degrades to
80
+ null → today's behavior). The heartbeat field is additive data — no migration, no
81
+ cleanup. Revert-and-release covers the code.
82
+
83
+ ## Second-pass review
84
+ REQUIRED (inbound dispatch + ownership surface). Independent reviewer response
85
+ appended below.
86
+
87
+ <!-- second-pass reviewer response appended below by the independent reviewer -->
88
+
89
+ ### Independent second-pass review (2026-06-12)
90
+
91
+ **Concur with the review.**
92
+
93
+ 1. **Skew gate never marks a flag-gated owner suspect — verified.** In `SessionRouter.dispatchOne` (SessionRouter.ts:241-245) the `supports === false` branch returns a `queued` outcome and early-exits BEFORE `forwardToOwner`. `markOwnerSuspect` is only reachable inside `forwardToOwner` (line 306) and the owner-dead branch (249); the queue path touches neither. `tests/unit/SessionRouter.test.ts:276` asserts both `deliver` and `cas` are NOT called on the false case, structurally proving the gate fires first and no steal/suspect occurs. The artifact's §5 claim is true.
94
+
95
+ 2. **Gate + queue cannot lose a message — verified safe.** When the gate fires and `queueMessage` returns `'refused'` (queue dark / storage fail), the router returns `acked: false`. At the ingress gate (server.ts:1970-1983) `isRemotelyHandled` is false and the custody short-circuit at 1978 requires `outcome.acked` true, so an un-acked `queued` falls through to local dispatch (line 2000+) — delivery, not a drop. This is exactly the spec's layered rule (invariant 5 line 96-97 "durable queue where available, else today's exact behavior"): the §3 queue path covers queue-available, the refused fall-through covers no-queue. The implementation satisfies BOTH the invariant-5 conservative-side clause and the §WS1.1 line-137 "local inject, never a drop" clause — no contradiction.
96
+
97
+ 3. **Drain re-check placement is correct — verified.** server.ts:2200-2205 runs AFTER `route()` (2142) and AFTER the direct-inject path (which returns at 2184/2186), only on the spawn path, guarded by `_ownershipReadForDrain && _meshSelfId` (null on a dark/single-machine agent → skipped, invariant 6). It cannot block direct-inject (that path already returned) and runs strictly after route()'s now-stale-able ownership consult — the only place the TOCTOU exists. `tests/unit/ws11-dispatch-to-owner-wiring.test.ts:60-66` pins this ordering via source indices.
98
+
99
+ 4. **`'un-routable'` re-queues, never drops — verified.** The new `ownership-moved-before-spawn` → `un-routable` disposition is handled in QueueDrainLoop.ts:731-736 via `releaseWithBackoff(row, attempts+1, …)` — release back to `queued` + backoff + attempts++, re-drained against fresh ownership next pass. The existing attempts-exhaustion path (648/661-663) reports loss loudly (`reportLoss`, terminal `attempts-exhausted`) rather than silently dropping — the bound is honest.
100
+
101
+ 5. **Live-only flags passthrough genuinely clears — verified at the registry.** `recordHeartbeat` REPLACES the whole `obs` (MachinePoolRegistry.ts:205), and `assemble` reads `seamlessnessFlags: live?.obs.seamlessnessFlags` (273) with NO `postureStore`-style durable fallback (unlike `guardPosture`, which deliberately carries forward at 200/277-285). A flags-less heartbeat therefore nulls the field — confirmed by the real-registry test at ws11-dispatch-to-owner-wiring.test.ts:40-45. Self-advertisement is `!!_inboundQueue` (server.ts:12656), so a dark queue withdraws the capability next beat — the safe direction.
102
+
103
+ 6. **"Receiver half already shipped" claim is true.** `createDeliverMessageHandler` (DeliverMessageHandler.ts:44-66) implements epoch fencing (50-53 → `stale-ownership`), sender re-validation BEFORE receipt (54-60 → `sender-rejected`), and idempotent durable receipt/dedupe (61-62 → `duplicate`). Wired at server.ts:12820-12844 with `ownerEpochOf`, `recordReceipt` (queue receipt + message ledger), and `validateSender` against THIS machine's UserManager. §2's residual-TOCTOU honesty holds — the point-read re-check narrows but does not eliminate the window; the receipt+ledger dedup bounds the damage to one extra session reaped by closeout, and full elimination is correctly deferred to WS1.2's drain barrier (not silently claimed as done).
104
+
105
+ Both relevant unit files run green locally (33 tests passed). No claim in the artifact was found untrue in code.