instar 0.28.64 → 0.28.65
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/dashboard/index.html +225 -0
- package/dist/cli.js +0 -0
- package/dist/commands/init.js +6 -8
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/server.d.ts.map +1 -1
- package/dist/commands/server.js +44 -2
- package/dist/commands/server.js.map +1 -1
- package/dist/core/PostUpdateMigrator.d.ts +12 -1
- package/dist/core/PostUpdateMigrator.d.ts.map +1 -1
- package/dist/core/PostUpdateMigrator.js +158 -0
- package/dist/core/PostUpdateMigrator.js.map +1 -1
- package/dist/monitoring/CommitmentTracker.d.ts +37 -0
- package/dist/monitoring/CommitmentTracker.d.ts.map +1 -1
- package/dist/monitoring/CommitmentTracker.js +151 -5
- package/dist/monitoring/CommitmentTracker.js.map +1 -1
- package/dist/monitoring/HelperWatchdog.d.ts +84 -0
- package/dist/monitoring/HelperWatchdog.d.ts.map +1 -0
- package/dist/monitoring/HelperWatchdog.js +155 -0
- package/dist/monitoring/HelperWatchdog.js.map +1 -0
- package/dist/monitoring/PresenceProxy.d.ts +71 -0
- package/dist/monitoring/PresenceProxy.d.ts.map +1 -1
- package/dist/monitoring/PresenceProxy.js +210 -0
- package/dist/monitoring/PresenceProxy.js.map +1 -1
- package/dist/monitoring/ProxyCoordinator.d.ts +33 -0
- package/dist/monitoring/ProxyCoordinator.d.ts.map +1 -1
- package/dist/monitoring/ProxyCoordinator.js +42 -0
- package/dist/monitoring/ProxyCoordinator.js.map +1 -1
- package/dist/monitoring/SessionWatchdog.d.ts.map +1 -1
- package/dist/monitoring/SessionWatchdog.js +9 -6
- package/dist/monitoring/SessionWatchdog.js.map +1 -1
- package/dist/server/AgentServer.d.ts +2 -0
- package/dist/server/AgentServer.d.ts.map +1 -1
- package/dist/server/AgentServer.js +1 -0
- package/dist/server/AgentServer.js.map +1 -1
- package/dist/server/routes.d.ts +4 -0
- package/dist/server/routes.d.ts.map +1 -1
- package/dist/server/routes.js +95 -0
- package/dist/server/routes.js.map +1 -1
- package/dist/threadline/PipeSessionSpawner.d.ts +5 -0
- package/dist/threadline/PipeSessionSpawner.d.ts.map +1 -1
- package/dist/threadline/PipeSessionSpawner.js +11 -0
- package/dist/threadline/PipeSessionSpawner.js.map +1 -1
- package/package.json +1 -1
- package/playbook-scripts/build-state.py +102 -0
- package/src/data/builtin-manifest.json +63 -63
- package/upgrades/0.28.65.md +44 -0
- package/upgrades/side-effects/0.28.64.md +5 -0
- package/upgrades/side-effects/build-stall-visibility-fix2-3.md +125 -0
- package/upgrades/side-effects/build-stop-hook-deployment.md +98 -0
- package/upgrades/side-effects/dashboard-secrets-tab.md +86 -0
- package/upgrades/side-effects/threadline-relay-rapid-fire-pipe-guard.md +46 -0
- package/upgrades/side-effects/watchdog-mcp-version-pin.md +121 -0
- package/dist/core/InitiativeDigestJob.d.ts +0 -54
- package/dist/core/InitiativeDigestJob.d.ts.map +0 -1
- package/dist/core/InitiativeDigestJob.js +0 -128
- package/dist/core/InitiativeDigestJob.js.map +0 -1
- package/upgrades/0.28.61.md +0 -80
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./builtin-manifest.schema.json",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"generatedAt": "2026-04-
|
|
5
|
-
"instarVersion": "0.28.
|
|
4
|
+
"generatedAt": "2026-04-20T16:33:15.951Z",
|
|
5
|
+
"instarVersion": "0.28.65",
|
|
6
6
|
"entryCount": 186,
|
|
7
7
|
"entries": {
|
|
8
8
|
"hook:session-start": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"domain": "identity",
|
|
12
12
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
13
13
|
"installedPath": ".instar/hooks/instar/session-start.sh",
|
|
14
|
-
"contentHash": "
|
|
14
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
15
15
|
"since": "2025-01-01"
|
|
16
16
|
},
|
|
17
17
|
"hook:dangerous-command-guard": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"domain": "safety",
|
|
21
21
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
22
22
|
"installedPath": ".instar/hooks/instar/dangerous-command-guard.sh",
|
|
23
|
-
"contentHash": "
|
|
23
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
24
24
|
"since": "2025-01-01"
|
|
25
25
|
},
|
|
26
26
|
"hook:grounding-before-messaging": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"domain": "safety",
|
|
30
30
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
31
31
|
"installedPath": ".instar/hooks/instar/grounding-before-messaging.sh",
|
|
32
|
-
"contentHash": "
|
|
32
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
33
33
|
"since": "2025-01-01"
|
|
34
34
|
},
|
|
35
35
|
"hook:compaction-recovery": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"domain": "identity",
|
|
39
39
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
40
40
|
"installedPath": ".instar/hooks/instar/compaction-recovery.sh",
|
|
41
|
-
"contentHash": "
|
|
41
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
42
42
|
"since": "2025-01-01"
|
|
43
43
|
},
|
|
44
44
|
"hook:external-operation-gate": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"domain": "safety",
|
|
48
48
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
49
49
|
"installedPath": ".instar/hooks/instar/external-operation-gate.js",
|
|
50
|
-
"contentHash": "
|
|
50
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
51
51
|
"since": "2025-01-01"
|
|
52
52
|
},
|
|
53
53
|
"hook:deferral-detector": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"domain": "safety",
|
|
57
57
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
58
58
|
"installedPath": ".instar/hooks/instar/deferral-detector.js",
|
|
59
|
-
"contentHash": "
|
|
59
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
60
60
|
"since": "2025-01-01"
|
|
61
61
|
},
|
|
62
62
|
"hook:post-action-reflection": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"domain": "evolution",
|
|
66
66
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
67
67
|
"installedPath": ".instar/hooks/instar/post-action-reflection.js",
|
|
68
|
-
"contentHash": "
|
|
68
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
69
69
|
"since": "2025-01-01"
|
|
70
70
|
},
|
|
71
71
|
"hook:external-communication-guard": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"domain": "safety",
|
|
75
75
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
76
76
|
"installedPath": ".instar/hooks/instar/external-communication-guard.js",
|
|
77
|
-
"contentHash": "
|
|
77
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
78
78
|
"since": "2025-01-01"
|
|
79
79
|
},
|
|
80
80
|
"hook:scope-coherence-collector": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"domain": "coherence",
|
|
84
84
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
85
85
|
"installedPath": ".instar/hooks/instar/scope-coherence-collector.js",
|
|
86
|
-
"contentHash": "
|
|
86
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
87
87
|
"since": "2025-01-01"
|
|
88
88
|
},
|
|
89
89
|
"hook:scope-coherence-checkpoint": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"domain": "coherence",
|
|
93
93
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
94
94
|
"installedPath": ".instar/hooks/instar/scope-coherence-checkpoint.js",
|
|
95
|
-
"contentHash": "
|
|
95
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
96
96
|
"since": "2025-01-01"
|
|
97
97
|
},
|
|
98
98
|
"hook:free-text-guard": {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"domain": "safety",
|
|
102
102
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
103
103
|
"installedPath": ".instar/hooks/instar/free-text-guard.sh",
|
|
104
|
-
"contentHash": "
|
|
104
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
105
105
|
"since": "2025-01-01"
|
|
106
106
|
},
|
|
107
107
|
"hook:claim-intercept": {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"domain": "coherence",
|
|
111
111
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
112
112
|
"installedPath": ".instar/hooks/instar/claim-intercept.js",
|
|
113
|
-
"contentHash": "
|
|
113
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
114
114
|
"since": "2025-01-01"
|
|
115
115
|
},
|
|
116
116
|
"hook:claim-intercept-response": {
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"domain": "coherence",
|
|
120
120
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
121
121
|
"installedPath": ".instar/hooks/instar/claim-intercept-response.js",
|
|
122
|
-
"contentHash": "
|
|
122
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
123
123
|
"since": "2025-01-01"
|
|
124
124
|
},
|
|
125
125
|
"hook:auto-approve-permissions": {
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"domain": "safety",
|
|
129
129
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
130
130
|
"installedPath": ".instar/hooks/instar/auto-approve-permissions.js",
|
|
131
|
-
"contentHash": "
|
|
131
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
132
132
|
"since": "2025-01-01"
|
|
133
133
|
},
|
|
134
134
|
"job:health-check": {
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"type": "route-group",
|
|
377
377
|
"domain": "monitoring",
|
|
378
378
|
"sourcePath": "src/server/routes.ts",
|
|
379
|
-
"contentHash": "
|
|
379
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
380
380
|
"since": "2025-01-01"
|
|
381
381
|
},
|
|
382
382
|
"route-group:agents": {
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"type": "route-group",
|
|
385
385
|
"domain": "sessions",
|
|
386
386
|
"sourcePath": "src/server/routes.ts",
|
|
387
|
-
"contentHash": "
|
|
387
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
388
388
|
"since": "2025-01-01"
|
|
389
389
|
},
|
|
390
390
|
"route-group:backups": {
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"type": "route-group",
|
|
393
393
|
"domain": "operations",
|
|
394
394
|
"sourcePath": "src/server/routes.ts",
|
|
395
|
-
"contentHash": "
|
|
395
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
396
396
|
"since": "2025-01-01"
|
|
397
397
|
},
|
|
398
398
|
"route-group:git": {
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"type": "route-group",
|
|
401
401
|
"domain": "coordination",
|
|
402
402
|
"sourcePath": "src/server/routes.ts",
|
|
403
|
-
"contentHash": "
|
|
403
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
404
404
|
"since": "2025-01-01"
|
|
405
405
|
},
|
|
406
406
|
"route-group:memory": {
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"type": "route-group",
|
|
409
409
|
"domain": "memory",
|
|
410
410
|
"sourcePath": "src/server/routes.ts",
|
|
411
|
-
"contentHash": "
|
|
411
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
412
412
|
"since": "2025-01-01"
|
|
413
413
|
},
|
|
414
414
|
"route-group:semantic": {
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"type": "route-group",
|
|
417
417
|
"domain": "memory",
|
|
418
418
|
"sourcePath": "src/server/routes.ts",
|
|
419
|
-
"contentHash": "
|
|
419
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
420
420
|
"since": "2025-01-01"
|
|
421
421
|
},
|
|
422
422
|
"route-group:status": {
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"type": "route-group",
|
|
425
425
|
"domain": "monitoring",
|
|
426
426
|
"sourcePath": "src/server/routes.ts",
|
|
427
|
-
"contentHash": "
|
|
427
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
428
428
|
"since": "2025-01-01"
|
|
429
429
|
},
|
|
430
430
|
"route-group:capabilities": {
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"type": "route-group",
|
|
433
433
|
"domain": "mapping",
|
|
434
434
|
"sourcePath": "src/server/routes.ts",
|
|
435
|
-
"contentHash": "
|
|
435
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
436
436
|
"since": "2025-01-01"
|
|
437
437
|
},
|
|
438
438
|
"route-group:project-map": {
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"type": "route-group",
|
|
441
441
|
"domain": "mapping",
|
|
442
442
|
"sourcePath": "src/server/routes.ts",
|
|
443
|
-
"contentHash": "
|
|
443
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
444
444
|
"since": "2025-01-01"
|
|
445
445
|
},
|
|
446
446
|
"route-group:coherence": {
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
"type": "route-group",
|
|
449
449
|
"domain": "coherence",
|
|
450
450
|
"sourcePath": "src/server/routes.ts",
|
|
451
|
-
"contentHash": "
|
|
451
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
452
452
|
"since": "2025-01-01"
|
|
453
453
|
},
|
|
454
454
|
"route-group:topic-bindings": {
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
"type": "route-group",
|
|
457
457
|
"domain": "sessions",
|
|
458
458
|
"sourcePath": "src/server/routes.ts",
|
|
459
|
-
"contentHash": "
|
|
459
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
460
460
|
"since": "2025-01-01"
|
|
461
461
|
},
|
|
462
462
|
"route-group:context": {
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"type": "route-group",
|
|
465
465
|
"domain": "context",
|
|
466
466
|
"sourcePath": "src/server/routes.ts",
|
|
467
|
-
"contentHash": "
|
|
467
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
468
468
|
"since": "2025-01-01"
|
|
469
469
|
},
|
|
470
470
|
"route-group:scope-coherence": {
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"type": "route-group",
|
|
473
473
|
"domain": "coherence",
|
|
474
474
|
"sourcePath": "src/server/routes.ts",
|
|
475
|
-
"contentHash": "
|
|
475
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
476
476
|
"since": "2025-01-01"
|
|
477
477
|
},
|
|
478
478
|
"route-group:canonical-state": {
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"type": "route-group",
|
|
481
481
|
"domain": "state",
|
|
482
482
|
"sourcePath": "src/server/routes.ts",
|
|
483
|
-
"contentHash": "
|
|
483
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
484
484
|
"since": "2025-01-01"
|
|
485
485
|
},
|
|
486
486
|
"route-group:ci": {
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"type": "route-group",
|
|
489
489
|
"domain": "monitoring",
|
|
490
490
|
"sourcePath": "src/server/routes.ts",
|
|
491
|
-
"contentHash": "
|
|
491
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
492
492
|
"since": "2025-01-01"
|
|
493
493
|
},
|
|
494
494
|
"route-group:sessions": {
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
"type": "route-group",
|
|
497
497
|
"domain": "sessions",
|
|
498
498
|
"sourcePath": "src/server/routes.ts",
|
|
499
|
-
"contentHash": "
|
|
499
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
500
500
|
"since": "2025-01-01"
|
|
501
501
|
},
|
|
502
502
|
"route-group:jobs": {
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"type": "route-group",
|
|
505
505
|
"domain": "scheduling",
|
|
506
506
|
"sourcePath": "src/server/routes.ts",
|
|
507
|
-
"contentHash": "
|
|
507
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
508
508
|
"since": "2025-01-01"
|
|
509
509
|
},
|
|
510
510
|
"route-group:skip-ledger": {
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"type": "route-group",
|
|
513
513
|
"domain": "scheduling",
|
|
514
514
|
"sourcePath": "src/server/routes.ts",
|
|
515
|
-
"contentHash": "
|
|
515
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
516
516
|
"since": "2025-01-01"
|
|
517
517
|
},
|
|
518
518
|
"route-group:telegram": {
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
"type": "route-group",
|
|
521
521
|
"domain": "communication",
|
|
522
522
|
"sourcePath": "src/server/routes.ts",
|
|
523
|
-
"contentHash": "
|
|
523
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
524
524
|
"since": "2025-01-01"
|
|
525
525
|
},
|
|
526
526
|
"route-group:attention": {
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"type": "route-group",
|
|
529
529
|
"domain": "communication",
|
|
530
530
|
"sourcePath": "src/server/routes.ts",
|
|
531
|
-
"contentHash": "
|
|
531
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
532
532
|
"since": "2025-01-01"
|
|
533
533
|
},
|
|
534
534
|
"route-group:relationships": {
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
"type": "route-group",
|
|
537
537
|
"domain": "relationships",
|
|
538
538
|
"sourcePath": "src/server/routes.ts",
|
|
539
|
-
"contentHash": "
|
|
539
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
540
540
|
"since": "2025-01-01"
|
|
541
541
|
},
|
|
542
542
|
"route-group:feedback": {
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"type": "route-group",
|
|
545
545
|
"domain": "feedback",
|
|
546
546
|
"sourcePath": "src/server/routes.ts",
|
|
547
|
-
"contentHash": "
|
|
547
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
548
548
|
"since": "2025-01-01"
|
|
549
549
|
},
|
|
550
550
|
"route-group:updates": {
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
"type": "route-group",
|
|
553
553
|
"domain": "updates",
|
|
554
554
|
"sourcePath": "src/server/routes.ts",
|
|
555
|
-
"contentHash": "
|
|
555
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
556
556
|
"since": "2025-01-01"
|
|
557
557
|
},
|
|
558
558
|
"route-group:dispatches": {
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
"type": "route-group",
|
|
561
561
|
"domain": "dispatches",
|
|
562
562
|
"sourcePath": "src/server/routes.ts",
|
|
563
|
-
"contentHash": "
|
|
563
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
564
564
|
"since": "2025-01-01"
|
|
565
565
|
},
|
|
566
566
|
"route-group:quota": {
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
"type": "route-group",
|
|
569
569
|
"domain": "monitoring",
|
|
570
570
|
"sourcePath": "src/server/routes.ts",
|
|
571
|
-
"contentHash": "
|
|
571
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
572
572
|
"since": "2025-01-01"
|
|
573
573
|
},
|
|
574
574
|
"route-group:publishing": {
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"type": "route-group",
|
|
577
577
|
"domain": "publishing",
|
|
578
578
|
"sourcePath": "src/server/routes.ts",
|
|
579
|
-
"contentHash": "
|
|
579
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
580
580
|
"since": "2025-01-01"
|
|
581
581
|
},
|
|
582
582
|
"route-group:private-views": {
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"type": "route-group",
|
|
585
585
|
"domain": "publishing",
|
|
586
586
|
"sourcePath": "src/server/routes.ts",
|
|
587
|
-
"contentHash": "
|
|
587
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
588
588
|
"since": "2025-01-01"
|
|
589
589
|
},
|
|
590
590
|
"route-group:tunnel": {
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"type": "route-group",
|
|
593
593
|
"domain": "networking",
|
|
594
594
|
"sourcePath": "src/server/routes.ts",
|
|
595
|
-
"contentHash": "
|
|
595
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
596
596
|
"since": "2025-01-01"
|
|
597
597
|
},
|
|
598
598
|
"route-group:events": {
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
"type": "route-group",
|
|
601
601
|
"domain": "networking",
|
|
602
602
|
"sourcePath": "src/server/routes.ts",
|
|
603
|
-
"contentHash": "
|
|
603
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
604
604
|
"since": "2025-01-01"
|
|
605
605
|
},
|
|
606
606
|
"route-group:evolution": {
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"type": "route-group",
|
|
609
609
|
"domain": "evolution",
|
|
610
610
|
"sourcePath": "src/server/routes.ts",
|
|
611
|
-
"contentHash": "
|
|
611
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
612
612
|
"since": "2025-01-01"
|
|
613
613
|
},
|
|
614
614
|
"route-group:watchdog": {
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"type": "route-group",
|
|
617
617
|
"domain": "monitoring",
|
|
618
618
|
"sourcePath": "src/server/routes.ts",
|
|
619
|
-
"contentHash": "
|
|
619
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
620
620
|
"since": "2025-01-01"
|
|
621
621
|
},
|
|
622
622
|
"route-group:topic-memory": {
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"type": "route-group",
|
|
625
625
|
"domain": "memory",
|
|
626
626
|
"sourcePath": "src/server/routes.ts",
|
|
627
|
-
"contentHash": "
|
|
627
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
628
628
|
"since": "2025-01-01"
|
|
629
629
|
},
|
|
630
630
|
"route-group:state-sync": {
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
"type": "route-group",
|
|
633
633
|
"domain": "coordination",
|
|
634
634
|
"sourcePath": "src/server/routes.ts",
|
|
635
|
-
"contentHash": "
|
|
635
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
636
636
|
"since": "2025-01-01"
|
|
637
637
|
},
|
|
638
638
|
"route-group:intent": {
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
"type": "route-group",
|
|
641
641
|
"domain": "intent",
|
|
642
642
|
"sourcePath": "src/server/routes.ts",
|
|
643
|
-
"contentHash": "
|
|
643
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
644
644
|
"since": "2025-01-01"
|
|
645
645
|
},
|
|
646
646
|
"route-group:triage": {
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"type": "route-group",
|
|
649
649
|
"domain": "safety",
|
|
650
650
|
"sourcePath": "src/server/routes.ts",
|
|
651
|
-
"contentHash": "
|
|
651
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
652
652
|
"since": "2025-01-01"
|
|
653
653
|
},
|
|
654
654
|
"route-group:operations": {
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
"type": "route-group",
|
|
657
657
|
"domain": "safety",
|
|
658
658
|
"sourcePath": "src/server/routes.ts",
|
|
659
|
-
"contentHash": "
|
|
659
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
660
660
|
"since": "2025-01-01"
|
|
661
661
|
},
|
|
662
662
|
"route-group:sentinel": {
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"type": "route-group",
|
|
665
665
|
"domain": "safety",
|
|
666
666
|
"sourcePath": "src/server/routes.ts",
|
|
667
|
-
"contentHash": "
|
|
667
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
668
668
|
"since": "2025-01-01"
|
|
669
669
|
},
|
|
670
670
|
"route-group:trust": {
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"type": "route-group",
|
|
673
673
|
"domain": "safety",
|
|
674
674
|
"sourcePath": "src/server/routes.ts",
|
|
675
|
-
"contentHash": "
|
|
675
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
676
676
|
"since": "2025-01-01"
|
|
677
677
|
},
|
|
678
678
|
"route-group:monitoring": {
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
"type": "route-group",
|
|
681
681
|
"domain": "monitoring",
|
|
682
682
|
"sourcePath": "src/server/routes.ts",
|
|
683
|
-
"contentHash": "
|
|
683
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
684
684
|
"since": "2025-01-01"
|
|
685
685
|
},
|
|
686
686
|
"route-group:commitments": {
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"type": "route-group",
|
|
689
689
|
"domain": "commitments",
|
|
690
690
|
"sourcePath": "src/server/routes.ts",
|
|
691
|
-
"contentHash": "
|
|
691
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
692
692
|
"since": "2025-01-01"
|
|
693
693
|
},
|
|
694
694
|
"route-group:episodes": {
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
"type": "route-group",
|
|
697
697
|
"domain": "memory",
|
|
698
698
|
"sourcePath": "src/server/routes.ts",
|
|
699
|
-
"contentHash": "
|
|
699
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
700
700
|
"since": "2025-01-01"
|
|
701
701
|
},
|
|
702
702
|
"route-group:messages": {
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"type": "route-group",
|
|
705
705
|
"domain": "coordination",
|
|
706
706
|
"sourcePath": "src/server/routes.ts",
|
|
707
|
-
"contentHash": "
|
|
707
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
708
708
|
"since": "2025-01-01"
|
|
709
709
|
},
|
|
710
710
|
"route-group:system-reviews": {
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
"type": "route-group",
|
|
713
713
|
"domain": "monitoring",
|
|
714
714
|
"sourcePath": "src/server/routes.ts",
|
|
715
|
-
"contentHash": "
|
|
715
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
716
716
|
"since": "2025-01-01"
|
|
717
717
|
},
|
|
718
718
|
"route-group:machine-mesh": {
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"type": "route-group",
|
|
729
729
|
"domain": "security",
|
|
730
730
|
"sourcePath": "src/server/routes.ts",
|
|
731
|
-
"contentHash": "
|
|
731
|
+
"contentHash": "55ea0df75ef5f410848e801026d5e6845cbe8acb4e104e1d490b03fd026a2877",
|
|
732
732
|
"since": "2025-01-01"
|
|
733
733
|
},
|
|
734
734
|
"cli:init": {
|
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
"type": "playbook-script",
|
|
1145
1145
|
"domain": "context",
|
|
1146
1146
|
"sourcePath": "playbook-scripts/build-state.py",
|
|
1147
|
-
"contentHash": "
|
|
1147
|
+
"contentHash": "2fa7c09bfc43abe42a1691877c989058daebc885020688feb6ba399bbf352e74",
|
|
1148
1148
|
"since": "2025-01-01"
|
|
1149
1149
|
},
|
|
1150
1150
|
"playbook-script:playbook-annotate-context.py": {
|
|
@@ -1400,7 +1400,7 @@
|
|
|
1400
1400
|
"type": "subsystem",
|
|
1401
1401
|
"domain": "server",
|
|
1402
1402
|
"sourcePath": "src/server/AgentServer.ts",
|
|
1403
|
-
"contentHash": "
|
|
1403
|
+
"contentHash": "3edfdbdd1d9c65dbd6e928654be04b246db0d09f489342809f5f48645586c279",
|
|
1404
1404
|
"since": "2025-01-01"
|
|
1405
1405
|
},
|
|
1406
1406
|
"subsystem:session-manager": {
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
"type": "subsystem",
|
|
1433
1433
|
"domain": "updates",
|
|
1434
1434
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
1435
|
-
"contentHash": "
|
|
1435
|
+
"contentHash": "10d398ad246564cc5a541a534784942436bd9dbe943521d1a2503afaebf069d8",
|
|
1436
1436
|
"since": "2025-01-01"
|
|
1437
1437
|
},
|
|
1438
1438
|
"subsystem:scheduler": {
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Upgrade Guide — v0.28.65
|
|
2
|
+
|
|
3
|
+
<!-- bump: patch -->
|
|
4
|
+
|
|
5
|
+
## What Changed
|
|
6
|
+
|
|
7
|
+
Rapid-fire messages on the same Threadline thread no longer silently drop each other.
|
|
8
|
+
|
|
9
|
+
Previously, if two messages arrived on the same `threadId` within a tmux spawn window (~2-3s), both passed `PipeSessionSpawner.shouldUsePipeMode`, and each call to `PipeSessionSpawner.spawn` killed the prior tmux session for that thread (`tmux kill-session -t pipe-<threadId>`) before launching its own. Only the last message's session survived; earlier messages were destroyed mid-launch even though the relay had already reported `delivered: true` for them.
|
|
10
|
+
|
|
11
|
+
This release adds a new query method `PipeSessionSpawner.hasActiveSessionForThread(threadId)` and uses it as an additional guard in the relay Phase 2a pipe-mode gate (`src/commands/server.ts`). When an active pipe session already exists for the incoming `threadId`, the handler now falls through to the existing Phase 2b listener path (`ListenerSessionManager.writeToInbox`), which appends to `inbox.jsonl` under a file lock and serializes deliveries correctly.
|
|
12
|
+
|
|
13
|
+
The fix is purely additive:
|
|
14
|
+
- No change to the single-message-per-thread case (common case, zero behavioral change).
|
|
15
|
+
- No change to pipe-mode eligibility rules (trust, iqs, length, concurrency cap all unchanged).
|
|
16
|
+
- No new configuration field, no new API surface beyond the boolean query method.
|
|
17
|
+
- No migration, no data-format change.
|
|
18
|
+
|
|
19
|
+
## What to Tell Your User
|
|
20
|
+
|
|
21
|
+
- **No more lost messages in rapid-fire threads**: "If you send me several messages back-to-back in the same thread, I'll now handle them in order instead of only catching the last one."
|
|
22
|
+
|
|
23
|
+
## Summary of New Capabilities
|
|
24
|
+
|
|
25
|
+
| Capability | How to Use |
|
|
26
|
+
|-----------|-----------|
|
|
27
|
+
| Rapid-fire same-thread message serialization | automatic |
|
|
28
|
+
|
|
29
|
+
## Evidence
|
|
30
|
+
|
|
31
|
+
Reproduction path (the bug):
|
|
32
|
+
1. Two messages M1 and M2 arrive at the relay on the same `threadId` within ~2s.
|
|
33
|
+
2. M1 passes `shouldUsePipeMode` (no active sessions yet) → `spawn` launches tmux session `pipe-T`.
|
|
34
|
+
3. Before M1's session completes, M2 arrives. `shouldUsePipeMode` still returns eligible (no threadId check). `spawn` kills `pipe-T` (from M1) and launches its own.
|
|
35
|
+
4. M1's claude process dies mid-stream. User never receives M1's response. Relay reported `delivered: true` for both.
|
|
36
|
+
|
|
37
|
+
Observed symptom in field reports (cluster `cluster-threadline-relay-silently-drops-rapid-fire-messages-on-same`, 2 reporters at v0.28.30 and v0.28.35): "messages never received despite delivered acks." Re-verified present at v0.28.41 (AUT-5450-wo) and v0.28.64 (AUT-5855-wo) by direct source inspection of `PipeSessionSpawner.ts:209-231,260-268` and `server.ts:5688`.
|
|
38
|
+
|
|
39
|
+
Fixed-path verification (this release):
|
|
40
|
+
- `npm run build` emits `hasActiveSessionForThread` into `dist/threadline/PipeSessionSpawner.js` and the guard term into `dist/commands/server.js`.
|
|
41
|
+
- `PipeSessionSpawner.activeSessions` already tracks `threadId` per entry (line 311), so the new method is a pure read over existing state with no new invariants to maintain.
|
|
42
|
+
- When the guard fires, the handler enters the existing `listenerManager.writeToInbox` path (line 5721), whose append-under-lock behavior is the documented serial-queue for same-thread messages.
|
|
43
|
+
|
|
44
|
+
Integration-level verification (live relay with two rapid-fire same-thread messages) deferred as followup — the minimal fix is architectural (widen fall-through to the path that was already designed to handle this case). The existing unit suite for `PipeSessionSpawner` remains green post-change.
|
|
@@ -173,3 +173,8 @@ improvement. Clear to ship.
|
|
|
173
173
|
- The new test encodes the exact shape of the failing entry from the
|
|
174
174
|
reporter's incident (`execute.type: "bash"`, missing `name` +
|
|
175
175
|
`priority`) and asserts that sibling valid entries still load.
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
## Post-publish note
|
|
179
|
+
|
|
180
|
+
Published as v0.28.64 on 2026-04-19. Release artifacts (renamed NEXT.md, regenerated builtin-manifest.json) committed together.
|