instar 0.24.11 → 0.24.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +0 -0
- package/dist/core/SleepWakeDetector.d.ts +0 -11
- package/dist/core/SleepWakeDetector.d.ts.map +1 -1
- package/dist/core/SleepWakeDetector.js +1 -17
- package/dist/core/SleepWakeDetector.js.map +1 -1
- package/dist/messaging/TelegramAdapter.d.ts +15 -0
- package/dist/messaging/TelegramAdapter.d.ts.map +1 -1
- package/dist/messaging/TelegramAdapter.js +19 -0
- package/dist/messaging/TelegramAdapter.js.map +1 -1
- package/dist/monitoring/SessionRecovery.d.ts.map +1 -1
- package/dist/monitoring/SessionRecovery.js +0 -2
- package/dist/monitoring/SessionRecovery.js.map +1 -1
- package/dist/monitoring/SessionWatchdog.d.ts.map +1 -1
- package/dist/monitoring/SessionWatchdog.js +0 -2
- package/dist/monitoring/SessionWatchdog.js.map +1 -1
- package/dist/server/routes.d.ts.map +1 -1
- package/dist/server/routes.js +15 -0
- package/dist/server/routes.js.map +1 -1
- package/package.json +1 -1
- package/src/data/builtin-manifest.json +46 -46
- package/upgrades/0.24.10.md +2 -2
- package/upgrades/0.24.12.md +17 -0
- package/upgrades/0.24.13.md +16 -0
- package/upgrades/0.24.5.md +4 -19
- package/dist/core/ResponseReviewGate.d.ts +0 -182
- package/dist/core/ResponseReviewGate.d.ts.map +0 -1
- package/dist/core/ResponseReviewGate.js +0 -956
- package/dist/core/ResponseReviewGate.js.map +0 -1
- package/upgrades/0.24.11.md +0 -23
- package/upgrades/0.24.6.md +0 -20
- package/upgrades/0.24.7.md +0 -24
- package/upgrades/0.24.8.md +0 -19
- package/upgrades/0.24.9.md +0 -19
- package/upgrades/NEXT.md +0 -35
- /package/.claude/skills/secret-setup/{SKILL.md → skill.md} +0 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./builtin-manifest.schema.json",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"generatedAt": "2026-03-
|
|
5
|
-
"instarVersion": "0.24.
|
|
4
|
+
"generatedAt": "2026-03-27T18:36:11.776Z",
|
|
5
|
+
"instarVersion": "0.24.13",
|
|
6
6
|
"entryCount": 176,
|
|
7
7
|
"entries": {
|
|
8
8
|
"hook:session-start": {
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"type": "route-group",
|
|
361
361
|
"domain": "monitoring",
|
|
362
362
|
"sourcePath": "src/server/routes.ts",
|
|
363
|
-
"contentHash": "
|
|
363
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
364
364
|
"since": "2025-01-01"
|
|
365
365
|
},
|
|
366
366
|
"route-group:agents": {
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"type": "route-group",
|
|
369
369
|
"domain": "sessions",
|
|
370
370
|
"sourcePath": "src/server/routes.ts",
|
|
371
|
-
"contentHash": "
|
|
371
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
372
372
|
"since": "2025-01-01"
|
|
373
373
|
},
|
|
374
374
|
"route-group:backups": {
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"type": "route-group",
|
|
377
377
|
"domain": "operations",
|
|
378
378
|
"sourcePath": "src/server/routes.ts",
|
|
379
|
-
"contentHash": "
|
|
379
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
380
380
|
"since": "2025-01-01"
|
|
381
381
|
},
|
|
382
382
|
"route-group:git": {
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"type": "route-group",
|
|
385
385
|
"domain": "coordination",
|
|
386
386
|
"sourcePath": "src/server/routes.ts",
|
|
387
|
-
"contentHash": "
|
|
387
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
388
388
|
"since": "2025-01-01"
|
|
389
389
|
},
|
|
390
390
|
"route-group:memory": {
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"type": "route-group",
|
|
393
393
|
"domain": "memory",
|
|
394
394
|
"sourcePath": "src/server/routes.ts",
|
|
395
|
-
"contentHash": "
|
|
395
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
396
396
|
"since": "2025-01-01"
|
|
397
397
|
},
|
|
398
398
|
"route-group:semantic": {
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"type": "route-group",
|
|
401
401
|
"domain": "memory",
|
|
402
402
|
"sourcePath": "src/server/routes.ts",
|
|
403
|
-
"contentHash": "
|
|
403
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
404
404
|
"since": "2025-01-01"
|
|
405
405
|
},
|
|
406
406
|
"route-group:status": {
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"type": "route-group",
|
|
409
409
|
"domain": "monitoring",
|
|
410
410
|
"sourcePath": "src/server/routes.ts",
|
|
411
|
-
"contentHash": "
|
|
411
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
412
412
|
"since": "2025-01-01"
|
|
413
413
|
},
|
|
414
414
|
"route-group:capabilities": {
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"type": "route-group",
|
|
417
417
|
"domain": "mapping",
|
|
418
418
|
"sourcePath": "src/server/routes.ts",
|
|
419
|
-
"contentHash": "
|
|
419
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
420
420
|
"since": "2025-01-01"
|
|
421
421
|
},
|
|
422
422
|
"route-group:project-map": {
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"type": "route-group",
|
|
425
425
|
"domain": "mapping",
|
|
426
426
|
"sourcePath": "src/server/routes.ts",
|
|
427
|
-
"contentHash": "
|
|
427
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
428
428
|
"since": "2025-01-01"
|
|
429
429
|
},
|
|
430
430
|
"route-group:coherence": {
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"type": "route-group",
|
|
433
433
|
"domain": "coherence",
|
|
434
434
|
"sourcePath": "src/server/routes.ts",
|
|
435
|
-
"contentHash": "
|
|
435
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
436
436
|
"since": "2025-01-01"
|
|
437
437
|
},
|
|
438
438
|
"route-group:topic-bindings": {
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"type": "route-group",
|
|
441
441
|
"domain": "sessions",
|
|
442
442
|
"sourcePath": "src/server/routes.ts",
|
|
443
|
-
"contentHash": "
|
|
443
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
444
444
|
"since": "2025-01-01"
|
|
445
445
|
},
|
|
446
446
|
"route-group:context": {
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
"type": "route-group",
|
|
449
449
|
"domain": "context",
|
|
450
450
|
"sourcePath": "src/server/routes.ts",
|
|
451
|
-
"contentHash": "
|
|
451
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
452
452
|
"since": "2025-01-01"
|
|
453
453
|
},
|
|
454
454
|
"route-group:scope-coherence": {
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
"type": "route-group",
|
|
457
457
|
"domain": "coherence",
|
|
458
458
|
"sourcePath": "src/server/routes.ts",
|
|
459
|
-
"contentHash": "
|
|
459
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
460
460
|
"since": "2025-01-01"
|
|
461
461
|
},
|
|
462
462
|
"route-group:canonical-state": {
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"type": "route-group",
|
|
465
465
|
"domain": "state",
|
|
466
466
|
"sourcePath": "src/server/routes.ts",
|
|
467
|
-
"contentHash": "
|
|
467
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
468
468
|
"since": "2025-01-01"
|
|
469
469
|
},
|
|
470
470
|
"route-group:ci": {
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"type": "route-group",
|
|
473
473
|
"domain": "monitoring",
|
|
474
474
|
"sourcePath": "src/server/routes.ts",
|
|
475
|
-
"contentHash": "
|
|
475
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
476
476
|
"since": "2025-01-01"
|
|
477
477
|
},
|
|
478
478
|
"route-group:sessions": {
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"type": "route-group",
|
|
481
481
|
"domain": "sessions",
|
|
482
482
|
"sourcePath": "src/server/routes.ts",
|
|
483
|
-
"contentHash": "
|
|
483
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
484
484
|
"since": "2025-01-01"
|
|
485
485
|
},
|
|
486
486
|
"route-group:jobs": {
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"type": "route-group",
|
|
489
489
|
"domain": "scheduling",
|
|
490
490
|
"sourcePath": "src/server/routes.ts",
|
|
491
|
-
"contentHash": "
|
|
491
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
492
492
|
"since": "2025-01-01"
|
|
493
493
|
},
|
|
494
494
|
"route-group:skip-ledger": {
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
"type": "route-group",
|
|
497
497
|
"domain": "scheduling",
|
|
498
498
|
"sourcePath": "src/server/routes.ts",
|
|
499
|
-
"contentHash": "
|
|
499
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
500
500
|
"since": "2025-01-01"
|
|
501
501
|
},
|
|
502
502
|
"route-group:telegram": {
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"type": "route-group",
|
|
505
505
|
"domain": "communication",
|
|
506
506
|
"sourcePath": "src/server/routes.ts",
|
|
507
|
-
"contentHash": "
|
|
507
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
508
508
|
"since": "2025-01-01"
|
|
509
509
|
},
|
|
510
510
|
"route-group:attention": {
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"type": "route-group",
|
|
513
513
|
"domain": "communication",
|
|
514
514
|
"sourcePath": "src/server/routes.ts",
|
|
515
|
-
"contentHash": "
|
|
515
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
516
516
|
"since": "2025-01-01"
|
|
517
517
|
},
|
|
518
518
|
"route-group:relationships": {
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
"type": "route-group",
|
|
521
521
|
"domain": "relationships",
|
|
522
522
|
"sourcePath": "src/server/routes.ts",
|
|
523
|
-
"contentHash": "
|
|
523
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
524
524
|
"since": "2025-01-01"
|
|
525
525
|
},
|
|
526
526
|
"route-group:feedback": {
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"type": "route-group",
|
|
529
529
|
"domain": "feedback",
|
|
530
530
|
"sourcePath": "src/server/routes.ts",
|
|
531
|
-
"contentHash": "
|
|
531
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
532
532
|
"since": "2025-01-01"
|
|
533
533
|
},
|
|
534
534
|
"route-group:updates": {
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
"type": "route-group",
|
|
537
537
|
"domain": "updates",
|
|
538
538
|
"sourcePath": "src/server/routes.ts",
|
|
539
|
-
"contentHash": "
|
|
539
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
540
540
|
"since": "2025-01-01"
|
|
541
541
|
},
|
|
542
542
|
"route-group:dispatches": {
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"type": "route-group",
|
|
545
545
|
"domain": "dispatches",
|
|
546
546
|
"sourcePath": "src/server/routes.ts",
|
|
547
|
-
"contentHash": "
|
|
547
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
548
548
|
"since": "2025-01-01"
|
|
549
549
|
},
|
|
550
550
|
"route-group:quota": {
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
"type": "route-group",
|
|
553
553
|
"domain": "monitoring",
|
|
554
554
|
"sourcePath": "src/server/routes.ts",
|
|
555
|
-
"contentHash": "
|
|
555
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
556
556
|
"since": "2025-01-01"
|
|
557
557
|
},
|
|
558
558
|
"route-group:publishing": {
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
"type": "route-group",
|
|
561
561
|
"domain": "publishing",
|
|
562
562
|
"sourcePath": "src/server/routes.ts",
|
|
563
|
-
"contentHash": "
|
|
563
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
564
564
|
"since": "2025-01-01"
|
|
565
565
|
},
|
|
566
566
|
"route-group:private-views": {
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
"type": "route-group",
|
|
569
569
|
"domain": "publishing",
|
|
570
570
|
"sourcePath": "src/server/routes.ts",
|
|
571
|
-
"contentHash": "
|
|
571
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
572
572
|
"since": "2025-01-01"
|
|
573
573
|
},
|
|
574
574
|
"route-group:tunnel": {
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"type": "route-group",
|
|
577
577
|
"domain": "networking",
|
|
578
578
|
"sourcePath": "src/server/routes.ts",
|
|
579
|
-
"contentHash": "
|
|
579
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
580
580
|
"since": "2025-01-01"
|
|
581
581
|
},
|
|
582
582
|
"route-group:events": {
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"type": "route-group",
|
|
585
585
|
"domain": "networking",
|
|
586
586
|
"sourcePath": "src/server/routes.ts",
|
|
587
|
-
"contentHash": "
|
|
587
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
588
588
|
"since": "2025-01-01"
|
|
589
589
|
},
|
|
590
590
|
"route-group:evolution": {
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"type": "route-group",
|
|
593
593
|
"domain": "evolution",
|
|
594
594
|
"sourcePath": "src/server/routes.ts",
|
|
595
|
-
"contentHash": "
|
|
595
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
596
596
|
"since": "2025-01-01"
|
|
597
597
|
},
|
|
598
598
|
"route-group:watchdog": {
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
"type": "route-group",
|
|
601
601
|
"domain": "monitoring",
|
|
602
602
|
"sourcePath": "src/server/routes.ts",
|
|
603
|
-
"contentHash": "
|
|
603
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
604
604
|
"since": "2025-01-01"
|
|
605
605
|
},
|
|
606
606
|
"route-group:topic-memory": {
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"type": "route-group",
|
|
609
609
|
"domain": "memory",
|
|
610
610
|
"sourcePath": "src/server/routes.ts",
|
|
611
|
-
"contentHash": "
|
|
611
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
612
612
|
"since": "2025-01-01"
|
|
613
613
|
},
|
|
614
614
|
"route-group:state-sync": {
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"type": "route-group",
|
|
617
617
|
"domain": "coordination",
|
|
618
618
|
"sourcePath": "src/server/routes.ts",
|
|
619
|
-
"contentHash": "
|
|
619
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
620
620
|
"since": "2025-01-01"
|
|
621
621
|
},
|
|
622
622
|
"route-group:intent": {
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"type": "route-group",
|
|
625
625
|
"domain": "intent",
|
|
626
626
|
"sourcePath": "src/server/routes.ts",
|
|
627
|
-
"contentHash": "
|
|
627
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
628
628
|
"since": "2025-01-01"
|
|
629
629
|
},
|
|
630
630
|
"route-group:triage": {
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
"type": "route-group",
|
|
633
633
|
"domain": "safety",
|
|
634
634
|
"sourcePath": "src/server/routes.ts",
|
|
635
|
-
"contentHash": "
|
|
635
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
636
636
|
"since": "2025-01-01"
|
|
637
637
|
},
|
|
638
638
|
"route-group:operations": {
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
"type": "route-group",
|
|
641
641
|
"domain": "safety",
|
|
642
642
|
"sourcePath": "src/server/routes.ts",
|
|
643
|
-
"contentHash": "
|
|
643
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
644
644
|
"since": "2025-01-01"
|
|
645
645
|
},
|
|
646
646
|
"route-group:sentinel": {
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"type": "route-group",
|
|
649
649
|
"domain": "safety",
|
|
650
650
|
"sourcePath": "src/server/routes.ts",
|
|
651
|
-
"contentHash": "
|
|
651
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
652
652
|
"since": "2025-01-01"
|
|
653
653
|
},
|
|
654
654
|
"route-group:trust": {
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
"type": "route-group",
|
|
657
657
|
"domain": "safety",
|
|
658
658
|
"sourcePath": "src/server/routes.ts",
|
|
659
|
-
"contentHash": "
|
|
659
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
660
660
|
"since": "2025-01-01"
|
|
661
661
|
},
|
|
662
662
|
"route-group:monitoring": {
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"type": "route-group",
|
|
665
665
|
"domain": "monitoring",
|
|
666
666
|
"sourcePath": "src/server/routes.ts",
|
|
667
|
-
"contentHash": "
|
|
667
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
668
668
|
"since": "2025-01-01"
|
|
669
669
|
},
|
|
670
670
|
"route-group:commitments": {
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"type": "route-group",
|
|
673
673
|
"domain": "commitments",
|
|
674
674
|
"sourcePath": "src/server/routes.ts",
|
|
675
|
-
"contentHash": "
|
|
675
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
676
676
|
"since": "2025-01-01"
|
|
677
677
|
},
|
|
678
678
|
"route-group:episodes": {
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
"type": "route-group",
|
|
681
681
|
"domain": "memory",
|
|
682
682
|
"sourcePath": "src/server/routes.ts",
|
|
683
|
-
"contentHash": "
|
|
683
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
684
684
|
"since": "2025-01-01"
|
|
685
685
|
},
|
|
686
686
|
"route-group:messages": {
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"type": "route-group",
|
|
689
689
|
"domain": "coordination",
|
|
690
690
|
"sourcePath": "src/server/routes.ts",
|
|
691
|
-
"contentHash": "
|
|
691
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
692
692
|
"since": "2025-01-01"
|
|
693
693
|
},
|
|
694
694
|
"route-group:system-reviews": {
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
"type": "route-group",
|
|
697
697
|
"domain": "monitoring",
|
|
698
698
|
"sourcePath": "src/server/routes.ts",
|
|
699
|
-
"contentHash": "
|
|
699
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
700
700
|
"since": "2025-01-01"
|
|
701
701
|
},
|
|
702
702
|
"route-group:machine-mesh": {
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
"type": "route-group",
|
|
713
713
|
"domain": "security",
|
|
714
714
|
"sourcePath": "src/server/routes.ts",
|
|
715
|
-
"contentHash": "
|
|
715
|
+
"contentHash": "f66ce67f8dfc907c1256610a21412c1c70e0bf3965ba5c2aec79d0ca107f7829",
|
|
716
716
|
"since": "2025-01-01"
|
|
717
717
|
},
|
|
718
718
|
"cli:init": {
|
package/upgrades/0.24.10.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Upgrade Guide — v0.24.
|
|
1
|
+
# Upgrade Guide — v0.24.11
|
|
2
2
|
|
|
3
3
|
<!-- bump: patch -->
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
- **Startup session purge**: Before monitoring starts, the server now does a fast one-pass purge of all session records whose tmux sessions no longer exist. Uses a 1-second timeout per session to fail fast. This prevents the startup overload where the server spent all its boot time polling dead sessions.
|
|
10
10
|
|
|
11
|
-
- **CoherenceMonitor suppresses known-pending updates**: When the AutoUpdater has already applied a version and a restart is pending (deferred for active sessions), the CoherenceMonitor no longer flags the version mismatch as a failure. This
|
|
11
|
+
- **CoherenceMonitor suppresses known-pending updates**: When the AutoUpdater has already applied a version and a restart is pending (deferred for active sessions), the CoherenceMonitor no longer flags the version mismatch as a failure. This eliminates the race condition where both systems fought over restart decisions.
|
|
12
12
|
|
|
13
13
|
## What to Tell Your User
|
|
14
14
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Upgrade Guide — vNEXT
|
|
2
|
+
|
|
3
|
+
<!-- bump: patch -->
|
|
4
|
+
|
|
5
|
+
## What Changed
|
|
6
|
+
|
|
7
|
+
- **Fix: User messages lost when Lifeline forwards** — When Lifeline won the Telegram polling race (during startup, sleep/wake, or server restarts), it consumed user messages and forwarded them via `/internal/telegram-forward`. That route delivered messages to sessions but never logged them to JSONL or TopicMemory. Agent responses were still logged, creating one-sided conversation histories. The forward route now records inbound messages before routing them.
|
|
8
|
+
|
|
9
|
+
## What to Tell Your User
|
|
10
|
+
|
|
11
|
+
- **Bug fix**: "Your messages in topic history should now be complete. There was a bug where messages forwarded by Lifeline weren't being saved to conversation memory — so the agent could respond to you, but the history only showed the agent's side. This is fixed now."
|
|
12
|
+
|
|
13
|
+
## Summary of New Capabilities
|
|
14
|
+
|
|
15
|
+
| Capability | How to Use |
|
|
16
|
+
|-----------|-----------|
|
|
17
|
+
| Lifeline message logging | Automatic — no action needed |
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Upgrade Guide — vNEXT
|
|
2
|
+
|
|
3
|
+
<!-- bump: patch -->
|
|
4
|
+
|
|
5
|
+
## What Changed
|
|
6
|
+
|
|
7
|
+
<!-- Describe changes in the next release here -->
|
|
8
|
+
|
|
9
|
+
## What to Tell Your User
|
|
10
|
+
|
|
11
|
+
<!-- Brief, user-friendly summary -->
|
|
12
|
+
|
|
13
|
+
## Summary of New Capabilities
|
|
14
|
+
|
|
15
|
+
| Capability | How to Use |
|
|
16
|
+
|-----------|-----------|
|
package/upgrades/0.24.5.md
CHANGED
|
@@ -8,28 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
## What Changed
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
- **PermissionRequest auto-approve hook**: Subagents spawned via the Agent tool don't inherit `--dangerously-skip-permissions` from the parent session. This caused permission prompts that blocked autonomous work. A new catch-all `PermissionRequest` hook (`auto-approve-permissions.js`) unconditionally approves all permission requests. Real safety remains in PreToolUse hooks.
|
|
12
|
+
- The hook is automatically added to `settings.json` during init and on upgrade via PostUpdateMigrator.
|
|
13
13
|
|
|
14
14
|
## What to Tell Your User
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
<!-- This should be warm, conversational, user-facing — not a changelog. -->
|
|
18
|
-
<!-- Focus on what THEY can now do, not internal plumbing. -->
|
|
19
|
-
<!-- -->
|
|
20
|
-
<!-- PROHIBITED in this section (will fail validation): -->
|
|
21
|
-
<!-- camelCase config keys: silentReject, maxRetries, telegramNotify -->
|
|
22
|
-
<!-- Inline code backtick references like silentReject: false -->
|
|
23
|
-
<!-- Fenced code blocks -->
|
|
24
|
-
<!-- Instructions to edit files or run commands -->
|
|
25
|
-
<!-- -->
|
|
26
|
-
<!-- CORRECT style: "I can turn that on for you" not "set X to false" -->
|
|
27
|
-
<!-- The agent relays this to their user — keep it human. -->
|
|
28
|
-
|
|
29
|
-
- **[Feature name]**: "[Brief, friendly description of what this means for the user]"
|
|
16
|
+
No user-facing changes. This fix ensures autonomous sessions and subagents run without interruption.
|
|
30
17
|
|
|
31
18
|
## Summary of New Capabilities
|
|
32
19
|
|
|
33
|
-
|
|
34
|
-
|-----------|-----------|
|
|
35
|
-
| [Capability] | [Endpoint, command, or "automatic"] |
|
|
20
|
+
- Auto-approve permissions for subagent sessions (prevents blocking on tool use prompts)
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ResponseReviewGate — Main orchestrator for the response review pipeline.
|
|
3
|
-
*
|
|
4
|
-
* Evaluates agent responses before they reach users. Architecture:
|
|
5
|
-
* 1. Policy Enforcement Layer (PEL) — deterministic hard blocks
|
|
6
|
-
* 2. Gate Reviewer — fast LLM triage (does this need full review?)
|
|
7
|
-
* 3. Specialist Reviewers — parallel LLM calls checking specific dimensions
|
|
8
|
-
*
|
|
9
|
-
* Implements the 15-row normative decision matrix from the Coherence Gate spec.
|
|
10
|
-
* Handles retry tracking, conversation advancement detection, feedback composition,
|
|
11
|
-
* per-channel fail behavior, and reviewer criticality tiers.
|
|
12
|
-
*
|
|
13
|
-
* NOTE: The existing CoherenceGate.ts is a pre-action verification system
|
|
14
|
-
* (checks before deployment/git push). This is a response review pipeline —
|
|
15
|
-
* completely different purpose, same "Coherence Gate" branding.
|
|
16
|
-
*/
|
|
17
|
-
import { type GateResult } from './reviewers/gate-reviewer.js';
|
|
18
|
-
import type { ResponseReviewConfig } from './types.js';
|
|
19
|
-
export interface EvaluateRequest {
|
|
20
|
-
message: string;
|
|
21
|
-
sessionId: string;
|
|
22
|
-
stopHookActive: boolean;
|
|
23
|
-
context: {
|
|
24
|
-
channel: string;
|
|
25
|
-
topicId?: number;
|
|
26
|
-
recipientType?: 'primary-user' | 'secondary-user' | 'agent' | 'external-contact';
|
|
27
|
-
recipientId?: string;
|
|
28
|
-
isExternalFacing?: boolean;
|
|
29
|
-
transcriptPath?: string;
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
export interface EvaluateResponse {
|
|
33
|
-
pass: boolean;
|
|
34
|
-
feedback?: string;
|
|
35
|
-
issueCategories?: string[];
|
|
36
|
-
warnings?: string[];
|
|
37
|
-
retryCount?: number;
|
|
38
|
-
/** Internal: full violations for audit log (not sent to agent) */
|
|
39
|
-
_auditViolations?: AuditViolation[];
|
|
40
|
-
/** Internal: whether this was a PEL block */
|
|
41
|
-
_pelBlock?: boolean;
|
|
42
|
-
/** Internal: gate result */
|
|
43
|
-
_gateResult?: GateResult;
|
|
44
|
-
/** Internal: outcome for decision matrix tracking */
|
|
45
|
-
_outcome?: string;
|
|
46
|
-
}
|
|
47
|
-
export interface AuditViolation {
|
|
48
|
-
reviewer: string;
|
|
49
|
-
severity: 'block' | 'warn';
|
|
50
|
-
issue: string;
|
|
51
|
-
suggestion: string;
|
|
52
|
-
latencyMs: number;
|
|
53
|
-
}
|
|
54
|
-
export interface ResponseReviewGateOptions {
|
|
55
|
-
config: ResponseReviewConfig;
|
|
56
|
-
stateDir: string;
|
|
57
|
-
apiKey: string;
|
|
58
|
-
relationships?: {
|
|
59
|
-
getContextForPerson(id: string): string | null;
|
|
60
|
-
} | null;
|
|
61
|
-
adaptiveTrust?: {
|
|
62
|
-
getProfile(): any;
|
|
63
|
-
} | null;
|
|
64
|
-
}
|
|
65
|
-
export declare class ResponseReviewGate {
|
|
66
|
-
private config;
|
|
67
|
-
private stateDir;
|
|
68
|
-
private pel;
|
|
69
|
-
private gateReviewer;
|
|
70
|
-
private reviewers;
|
|
71
|
-
private recipientResolver;
|
|
72
|
-
private retrySessions;
|
|
73
|
-
private sessionMutexes;
|
|
74
|
-
private valueDocCache;
|
|
75
|
-
private reviewHistory;
|
|
76
|
-
private proposals;
|
|
77
|
-
private static RETENTION_DAYS;
|
|
78
|
-
constructor(options: ResponseReviewGateOptions);
|
|
79
|
-
/**
|
|
80
|
-
* Evaluate an agent's draft response. Main entry point.
|
|
81
|
-
* Implements the 15-row normative decision matrix.
|
|
82
|
-
*/
|
|
83
|
-
evaluate(request: EvaluateRequest): Promise<EvaluateResponse>;
|
|
84
|
-
private _evaluate;
|
|
85
|
-
private initializeReviewers;
|
|
86
|
-
private loadCustomReviewers;
|
|
87
|
-
private getEnabledReviewers;
|
|
88
|
-
private getReviewerMode;
|
|
89
|
-
private resolveChannelConfig;
|
|
90
|
-
private isExternalChannel;
|
|
91
|
-
private composeFeedback;
|
|
92
|
-
private composePELFeedback;
|
|
93
|
-
private getIssueCategories;
|
|
94
|
-
private extractToolContext;
|
|
95
|
-
private extractUrls;
|
|
96
|
-
private loadValueDocs;
|
|
97
|
-
/**
|
|
98
|
-
* Deterministic value document summarization.
|
|
99
|
-
* Extracts headers, bullets, and bold text — not LLM summarization.
|
|
100
|
-
* Target: ~200-400 tokens for all three tiers combined.
|
|
101
|
-
*/
|
|
102
|
-
private extractValueSection;
|
|
103
|
-
private getTranscriptVersion;
|
|
104
|
-
private acquireMutex;
|
|
105
|
-
private releaseMutex;
|
|
106
|
-
private logAudit;
|
|
107
|
-
getReviewHistory(options?: {
|
|
108
|
-
sessionId?: string;
|
|
109
|
-
reviewer?: string;
|
|
110
|
-
verdict?: string;
|
|
111
|
-
since?: string;
|
|
112
|
-
recipientId?: string;
|
|
113
|
-
limit?: number;
|
|
114
|
-
}): AuditLogEntry[];
|
|
115
|
-
/**
|
|
116
|
-
* Delete review history for a specific session (DSAR compliance).
|
|
117
|
-
*/
|
|
118
|
-
deleteHistory(sessionId: string): number;
|
|
119
|
-
getReviewerStats(options?: {
|
|
120
|
-
period?: 'daily' | 'weekly' | 'all';
|
|
121
|
-
since?: string;
|
|
122
|
-
}): Record<string, any>;
|
|
123
|
-
/** Check if the gate is enabled and ready */
|
|
124
|
-
isEnabled(): boolean;
|
|
125
|
-
/**
|
|
126
|
-
* Run canary tests with known-bad messages. Returns results showing
|
|
127
|
-
* which canary messages were caught and which were missed.
|
|
128
|
-
*/
|
|
129
|
-
runCanaryTests(): Promise<CanaryTestResult[]>;
|
|
130
|
-
/**
|
|
131
|
-
* Get reviewer health — per-reviewer pass rate relative to baseline expectations.
|
|
132
|
-
*/
|
|
133
|
-
getReviewerHealth(): ReviewerHealthReport;
|
|
134
|
-
private lastCanaryResults;
|
|
135
|
-
/** Store canary results for health reporting */
|
|
136
|
-
setCanaryResults(results: CanaryTestResult[]): void;
|
|
137
|
-
getProposals(status?: 'pending' | 'approved' | 'rejected'): ReviewProposal[];
|
|
138
|
-
addProposal(proposal: Omit<ReviewProposal, 'id' | 'status' | 'createdAt'>): ReviewProposal;
|
|
139
|
-
resolveProposal(id: string, action: 'approve' | 'reject', resolution?: string): ReviewProposal | null;
|
|
140
|
-
getHealthDashboard(): Record<string, any>;
|
|
141
|
-
}
|
|
142
|
-
interface AuditLogEntry {
|
|
143
|
-
timestamp: string;
|
|
144
|
-
sessionId: string;
|
|
145
|
-
channel: string;
|
|
146
|
-
recipientType: string;
|
|
147
|
-
recipientId?: string;
|
|
148
|
-
verdict: string;
|
|
149
|
-
violations: AuditViolation[];
|
|
150
|
-
note: string;
|
|
151
|
-
}
|
|
152
|
-
export interface ReviewProposal {
|
|
153
|
-
id: string;
|
|
154
|
-
type: 'new-reviewer' | 'modify-reviewer' | 'config-change';
|
|
155
|
-
title: string;
|
|
156
|
-
description: string;
|
|
157
|
-
source: string;
|
|
158
|
-
status: 'pending' | 'approved' | 'rejected';
|
|
159
|
-
createdAt: string;
|
|
160
|
-
resolvedAt?: string;
|
|
161
|
-
resolution?: string;
|
|
162
|
-
data?: Record<string, unknown>;
|
|
163
|
-
}
|
|
164
|
-
export interface CanaryTestResult {
|
|
165
|
-
canaryId: string;
|
|
166
|
-
description: string;
|
|
167
|
-
expectedDimension: string;
|
|
168
|
-
caught: boolean;
|
|
169
|
-
verdict: string;
|
|
170
|
-
pass: boolean;
|
|
171
|
-
}
|
|
172
|
-
export interface ReviewerHealthReport {
|
|
173
|
-
overallStatus: 'healthy' | 'degraded' | 'failing';
|
|
174
|
-
reviewers: Record<string, {
|
|
175
|
-
passRate: number;
|
|
176
|
-
total: number;
|
|
177
|
-
status: 'healthy' | 'degraded' | 'failing';
|
|
178
|
-
}>;
|
|
179
|
-
lastCanaryRun: CanaryTestResult[] | null;
|
|
180
|
-
}
|
|
181
|
-
export {};
|
|
182
|
-
//# sourceMappingURL=ResponseReviewGate.d.ts.map
|