instar 1.2.67 → 1.2.68
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/commands/server.d.ts.map +1 -1
- package/dist/commands/server.js +50 -1
- package/dist/commands/server.js.map +1 -1
- package/dist/core/PostUpdateMigrator.d.ts +12 -0
- package/dist/core/PostUpdateMigrator.d.ts.map +1 -1
- package/dist/core/PostUpdateMigrator.js +138 -0
- package/dist/core/PostUpdateMigrator.js.map +1 -1
- package/dist/core/SessionManager.d.ts.map +1 -1
- package/dist/core/SessionManager.js +3 -0
- package/dist/core/SessionManager.js.map +1 -1
- package/dist/providers/adapters/anthropic-headless/transport/agenticSessionHeadless.d.ts.map +1 -1
- package/dist/providers/adapters/anthropic-headless/transport/agenticSessionHeadless.js +1 -0
- package/dist/providers/adapters/anthropic-headless/transport/agenticSessionHeadless.js.map +1 -1
- package/dist/providers/adapters/openai-codex/transport/agenticSessionHeadless.d.ts.map +1 -1
- package/dist/providers/adapters/openai-codex/transport/agenticSessionHeadless.js +1 -0
- package/dist/providers/adapters/openai-codex/transport/agenticSessionHeadless.js.map +1 -1
- package/dist/providers/adapters/openai-codex/transport/codexSpawn.d.ts +2 -0
- package/dist/providers/adapters/openai-codex/transport/codexSpawn.d.ts.map +1 -1
- package/dist/providers/adapters/openai-codex/transport/codexSpawn.js +4 -0
- package/dist/providers/adapters/openai-codex/transport/codexSpawn.js.map +1 -1
- package/dist/server/AgentServer.d.ts +4 -0
- package/dist/server/AgentServer.d.ts.map +1 -1
- package/dist/server/AgentServer.js +2 -0
- package/dist/server/AgentServer.js.map +1 -1
- package/dist/server/routes.d.ts +6 -0
- package/dist/server/routes.d.ts.map +1 -1
- package/dist/server/routes.js +60 -1
- package/dist/server/routes.js.map +1 -1
- package/dist/threadline/ConversationStore.d.ts +158 -0
- package/dist/threadline/ConversationStore.d.ts.map +1 -0
- package/dist/threadline/ConversationStore.js +341 -0
- package/dist/threadline/ConversationStore.js.map +1 -0
- package/dist/threadline/ThreadlineRouter.d.ts.map +1 -1
- package/dist/threadline/ThreadlineRouter.js +24 -0
- package/dist/threadline/ThreadlineRouter.js.map +1 -1
- package/dist/threadline/WarrantsReplyGate.d.ts +110 -0
- package/dist/threadline/WarrantsReplyGate.d.ts.map +1 -0
- package/dist/threadline/WarrantsReplyGate.js +263 -0
- package/dist/threadline/WarrantsReplyGate.js.map +1 -0
- package/dist/threadline/mcp-http-client.d.ts.map +1 -1
- package/dist/threadline/mcp-http-client.js +6 -0
- package/dist/threadline/mcp-http-client.js.map +1 -1
- package/package.json +1 -1
- package/src/data/builtin-manifest.json +63 -63
- package/upgrades/1.2.68.md +97 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./builtin-manifest.schema.json",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"generatedAt": "2026-05-25T02:
|
|
5
|
-
"instarVersion": "1.2.
|
|
4
|
+
"generatedAt": "2026-05-25T02:41:21.838Z",
|
|
5
|
+
"instarVersion": "1.2.68",
|
|
6
6
|
"entryCount": 191,
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
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": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
132
132
|
"since": "2025-01-01"
|
|
133
133
|
},
|
|
134
134
|
"job:health-check": {
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"type": "route-group",
|
|
393
393
|
"domain": "monitoring",
|
|
394
394
|
"sourcePath": "src/server/routes.ts",
|
|
395
|
-
"contentHash": "
|
|
395
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
396
396
|
"since": "2025-01-01"
|
|
397
397
|
},
|
|
398
398
|
"route-group:agents": {
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"type": "route-group",
|
|
401
401
|
"domain": "sessions",
|
|
402
402
|
"sourcePath": "src/server/routes.ts",
|
|
403
|
-
"contentHash": "
|
|
403
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
404
404
|
"since": "2025-01-01"
|
|
405
405
|
},
|
|
406
406
|
"route-group:backups": {
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"type": "route-group",
|
|
409
409
|
"domain": "operations",
|
|
410
410
|
"sourcePath": "src/server/routes.ts",
|
|
411
|
-
"contentHash": "
|
|
411
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
412
412
|
"since": "2025-01-01"
|
|
413
413
|
},
|
|
414
414
|
"route-group:git": {
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"type": "route-group",
|
|
417
417
|
"domain": "coordination",
|
|
418
418
|
"sourcePath": "src/server/routes.ts",
|
|
419
|
-
"contentHash": "
|
|
419
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
420
420
|
"since": "2025-01-01"
|
|
421
421
|
},
|
|
422
422
|
"route-group:memory": {
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"type": "route-group",
|
|
425
425
|
"domain": "memory",
|
|
426
426
|
"sourcePath": "src/server/routes.ts",
|
|
427
|
-
"contentHash": "
|
|
427
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
428
428
|
"since": "2025-01-01"
|
|
429
429
|
},
|
|
430
430
|
"route-group:semantic": {
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"type": "route-group",
|
|
433
433
|
"domain": "memory",
|
|
434
434
|
"sourcePath": "src/server/routes.ts",
|
|
435
|
-
"contentHash": "
|
|
435
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
436
436
|
"since": "2025-01-01"
|
|
437
437
|
},
|
|
438
438
|
"route-group:status": {
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"type": "route-group",
|
|
441
441
|
"domain": "monitoring",
|
|
442
442
|
"sourcePath": "src/server/routes.ts",
|
|
443
|
-
"contentHash": "
|
|
443
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
444
444
|
"since": "2025-01-01"
|
|
445
445
|
},
|
|
446
446
|
"route-group:capabilities": {
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
"type": "route-group",
|
|
449
449
|
"domain": "mapping",
|
|
450
450
|
"sourcePath": "src/server/routes.ts",
|
|
451
|
-
"contentHash": "
|
|
451
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
452
452
|
"since": "2025-01-01"
|
|
453
453
|
},
|
|
454
454
|
"route-group:project-map": {
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
"type": "route-group",
|
|
457
457
|
"domain": "mapping",
|
|
458
458
|
"sourcePath": "src/server/routes.ts",
|
|
459
|
-
"contentHash": "
|
|
459
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
460
460
|
"since": "2025-01-01"
|
|
461
461
|
},
|
|
462
462
|
"route-group:coherence": {
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"type": "route-group",
|
|
465
465
|
"domain": "coherence",
|
|
466
466
|
"sourcePath": "src/server/routes.ts",
|
|
467
|
-
"contentHash": "
|
|
467
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
468
468
|
"since": "2025-01-01"
|
|
469
469
|
},
|
|
470
470
|
"route-group:topic-bindings": {
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"type": "route-group",
|
|
473
473
|
"domain": "sessions",
|
|
474
474
|
"sourcePath": "src/server/routes.ts",
|
|
475
|
-
"contentHash": "
|
|
475
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
476
476
|
"since": "2025-01-01"
|
|
477
477
|
},
|
|
478
478
|
"route-group:context": {
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"type": "route-group",
|
|
481
481
|
"domain": "context",
|
|
482
482
|
"sourcePath": "src/server/routes.ts",
|
|
483
|
-
"contentHash": "
|
|
483
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
484
484
|
"since": "2025-01-01"
|
|
485
485
|
},
|
|
486
486
|
"route-group:scope-coherence": {
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"type": "route-group",
|
|
489
489
|
"domain": "coherence",
|
|
490
490
|
"sourcePath": "src/server/routes.ts",
|
|
491
|
-
"contentHash": "
|
|
491
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
492
492
|
"since": "2025-01-01"
|
|
493
493
|
},
|
|
494
494
|
"route-group:canonical-state": {
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
"type": "route-group",
|
|
497
497
|
"domain": "state",
|
|
498
498
|
"sourcePath": "src/server/routes.ts",
|
|
499
|
-
"contentHash": "
|
|
499
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
500
500
|
"since": "2025-01-01"
|
|
501
501
|
},
|
|
502
502
|
"route-group:ci": {
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"type": "route-group",
|
|
505
505
|
"domain": "monitoring",
|
|
506
506
|
"sourcePath": "src/server/routes.ts",
|
|
507
|
-
"contentHash": "
|
|
507
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
508
508
|
"since": "2025-01-01"
|
|
509
509
|
},
|
|
510
510
|
"route-group:sessions": {
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"type": "route-group",
|
|
513
513
|
"domain": "sessions",
|
|
514
514
|
"sourcePath": "src/server/routes.ts",
|
|
515
|
-
"contentHash": "
|
|
515
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
516
516
|
"since": "2025-01-01"
|
|
517
517
|
},
|
|
518
518
|
"route-group:jobs": {
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
"type": "route-group",
|
|
521
521
|
"domain": "scheduling",
|
|
522
522
|
"sourcePath": "src/server/routes.ts",
|
|
523
|
-
"contentHash": "
|
|
523
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
524
524
|
"since": "2025-01-01"
|
|
525
525
|
},
|
|
526
526
|
"route-group:skip-ledger": {
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"type": "route-group",
|
|
529
529
|
"domain": "scheduling",
|
|
530
530
|
"sourcePath": "src/server/routes.ts",
|
|
531
|
-
"contentHash": "
|
|
531
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
532
532
|
"since": "2025-01-01"
|
|
533
533
|
},
|
|
534
534
|
"route-group:telegram": {
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
"type": "route-group",
|
|
537
537
|
"domain": "communication",
|
|
538
538
|
"sourcePath": "src/server/routes.ts",
|
|
539
|
-
"contentHash": "
|
|
539
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
540
540
|
"since": "2025-01-01"
|
|
541
541
|
},
|
|
542
542
|
"route-group:attention": {
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"type": "route-group",
|
|
545
545
|
"domain": "communication",
|
|
546
546
|
"sourcePath": "src/server/routes.ts",
|
|
547
|
-
"contentHash": "
|
|
547
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
548
548
|
"since": "2025-01-01"
|
|
549
549
|
},
|
|
550
550
|
"route-group:relationships": {
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
"type": "route-group",
|
|
553
553
|
"domain": "relationships",
|
|
554
554
|
"sourcePath": "src/server/routes.ts",
|
|
555
|
-
"contentHash": "
|
|
555
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
556
556
|
"since": "2025-01-01"
|
|
557
557
|
},
|
|
558
558
|
"route-group:feedback": {
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
"type": "route-group",
|
|
561
561
|
"domain": "feedback",
|
|
562
562
|
"sourcePath": "src/server/routes.ts",
|
|
563
|
-
"contentHash": "
|
|
563
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
564
564
|
"since": "2025-01-01"
|
|
565
565
|
},
|
|
566
566
|
"route-group:updates": {
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
"type": "route-group",
|
|
569
569
|
"domain": "updates",
|
|
570
570
|
"sourcePath": "src/server/routes.ts",
|
|
571
|
-
"contentHash": "
|
|
571
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
572
572
|
"since": "2025-01-01"
|
|
573
573
|
},
|
|
574
574
|
"route-group:dispatches": {
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"type": "route-group",
|
|
577
577
|
"domain": "dispatches",
|
|
578
578
|
"sourcePath": "src/server/routes.ts",
|
|
579
|
-
"contentHash": "
|
|
579
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
580
580
|
"since": "2025-01-01"
|
|
581
581
|
},
|
|
582
582
|
"route-group:quota": {
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"type": "route-group",
|
|
585
585
|
"domain": "monitoring",
|
|
586
586
|
"sourcePath": "src/server/routes.ts",
|
|
587
|
-
"contentHash": "
|
|
587
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
588
588
|
"since": "2025-01-01"
|
|
589
589
|
},
|
|
590
590
|
"route-group:publishing": {
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"type": "route-group",
|
|
593
593
|
"domain": "publishing",
|
|
594
594
|
"sourcePath": "src/server/routes.ts",
|
|
595
|
-
"contentHash": "
|
|
595
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
596
596
|
"since": "2025-01-01"
|
|
597
597
|
},
|
|
598
598
|
"route-group:private-views": {
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
"type": "route-group",
|
|
601
601
|
"domain": "publishing",
|
|
602
602
|
"sourcePath": "src/server/routes.ts",
|
|
603
|
-
"contentHash": "
|
|
603
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
604
604
|
"since": "2025-01-01"
|
|
605
605
|
},
|
|
606
606
|
"route-group:tunnel": {
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"type": "route-group",
|
|
609
609
|
"domain": "networking",
|
|
610
610
|
"sourcePath": "src/server/routes.ts",
|
|
611
|
-
"contentHash": "
|
|
611
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
612
612
|
"since": "2025-01-01"
|
|
613
613
|
},
|
|
614
614
|
"route-group:events": {
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"type": "route-group",
|
|
617
617
|
"domain": "networking",
|
|
618
618
|
"sourcePath": "src/server/routes.ts",
|
|
619
|
-
"contentHash": "
|
|
619
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
620
620
|
"since": "2025-01-01"
|
|
621
621
|
},
|
|
622
622
|
"route-group:evolution": {
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"type": "route-group",
|
|
625
625
|
"domain": "evolution",
|
|
626
626
|
"sourcePath": "src/server/routes.ts",
|
|
627
|
-
"contentHash": "
|
|
627
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
628
628
|
"since": "2025-01-01"
|
|
629
629
|
},
|
|
630
630
|
"route-group:watchdog": {
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
"type": "route-group",
|
|
633
633
|
"domain": "monitoring",
|
|
634
634
|
"sourcePath": "src/server/routes.ts",
|
|
635
|
-
"contentHash": "
|
|
635
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
636
636
|
"since": "2025-01-01"
|
|
637
637
|
},
|
|
638
638
|
"route-group:topic-memory": {
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
"type": "route-group",
|
|
641
641
|
"domain": "memory",
|
|
642
642
|
"sourcePath": "src/server/routes.ts",
|
|
643
|
-
"contentHash": "
|
|
643
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
644
644
|
"since": "2025-01-01"
|
|
645
645
|
},
|
|
646
646
|
"route-group:state-sync": {
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"type": "route-group",
|
|
649
649
|
"domain": "coordination",
|
|
650
650
|
"sourcePath": "src/server/routes.ts",
|
|
651
|
-
"contentHash": "
|
|
651
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
652
652
|
"since": "2025-01-01"
|
|
653
653
|
},
|
|
654
654
|
"route-group:intent": {
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
"type": "route-group",
|
|
657
657
|
"domain": "intent",
|
|
658
658
|
"sourcePath": "src/server/routes.ts",
|
|
659
|
-
"contentHash": "
|
|
659
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
660
660
|
"since": "2025-01-01"
|
|
661
661
|
},
|
|
662
662
|
"route-group:triage": {
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"type": "route-group",
|
|
665
665
|
"domain": "safety",
|
|
666
666
|
"sourcePath": "src/server/routes.ts",
|
|
667
|
-
"contentHash": "
|
|
667
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
668
668
|
"since": "2025-01-01"
|
|
669
669
|
},
|
|
670
670
|
"route-group:operations": {
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"type": "route-group",
|
|
673
673
|
"domain": "safety",
|
|
674
674
|
"sourcePath": "src/server/routes.ts",
|
|
675
|
-
"contentHash": "
|
|
675
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
676
676
|
"since": "2025-01-01"
|
|
677
677
|
},
|
|
678
678
|
"route-group:sentinel": {
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
"type": "route-group",
|
|
681
681
|
"domain": "safety",
|
|
682
682
|
"sourcePath": "src/server/routes.ts",
|
|
683
|
-
"contentHash": "
|
|
683
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
684
684
|
"since": "2025-01-01"
|
|
685
685
|
},
|
|
686
686
|
"route-group:trust": {
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"type": "route-group",
|
|
689
689
|
"domain": "safety",
|
|
690
690
|
"sourcePath": "src/server/routes.ts",
|
|
691
|
-
"contentHash": "
|
|
691
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
692
692
|
"since": "2025-01-01"
|
|
693
693
|
},
|
|
694
694
|
"route-group:monitoring": {
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
"type": "route-group",
|
|
697
697
|
"domain": "monitoring",
|
|
698
698
|
"sourcePath": "src/server/routes.ts",
|
|
699
|
-
"contentHash": "
|
|
699
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
700
700
|
"since": "2025-01-01"
|
|
701
701
|
},
|
|
702
702
|
"route-group:commitments": {
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"type": "route-group",
|
|
705
705
|
"domain": "commitments",
|
|
706
706
|
"sourcePath": "src/server/routes.ts",
|
|
707
|
-
"contentHash": "
|
|
707
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
708
708
|
"since": "2025-01-01"
|
|
709
709
|
},
|
|
710
710
|
"route-group:episodes": {
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
"type": "route-group",
|
|
713
713
|
"domain": "memory",
|
|
714
714
|
"sourcePath": "src/server/routes.ts",
|
|
715
|
-
"contentHash": "
|
|
715
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
716
716
|
"since": "2025-01-01"
|
|
717
717
|
},
|
|
718
718
|
"route-group:messages": {
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
"type": "route-group",
|
|
721
721
|
"domain": "coordination",
|
|
722
722
|
"sourcePath": "src/server/routes.ts",
|
|
723
|
-
"contentHash": "
|
|
723
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
724
724
|
"since": "2025-01-01"
|
|
725
725
|
},
|
|
726
726
|
"route-group:system-reviews": {
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"type": "route-group",
|
|
729
729
|
"domain": "monitoring",
|
|
730
730
|
"sourcePath": "src/server/routes.ts",
|
|
731
|
-
"contentHash": "
|
|
731
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
732
732
|
"since": "2025-01-01"
|
|
733
733
|
},
|
|
734
734
|
"route-group:machine-mesh": {
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
"type": "route-group",
|
|
745
745
|
"domain": "security",
|
|
746
746
|
"sourcePath": "src/server/routes.ts",
|
|
747
|
-
"contentHash": "
|
|
747
|
+
"contentHash": "6a31120bfd57e5d3ee971467e04df141698c7706d1f827900d79bb10abe364f1",
|
|
748
748
|
"since": "2025-01-01"
|
|
749
749
|
},
|
|
750
750
|
"cli:init": {
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"type": "subsystem",
|
|
1441
1441
|
"domain": "server",
|
|
1442
1442
|
"sourcePath": "src/server/AgentServer.ts",
|
|
1443
|
-
"contentHash": "
|
|
1443
|
+
"contentHash": "cbf06f2573314195ce811cdff252431d100f7a524c0339d4bc8c7a10b091ef48",
|
|
1444
1444
|
"since": "2025-01-01"
|
|
1445
1445
|
},
|
|
1446
1446
|
"subsystem:session-manager": {
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"type": "subsystem",
|
|
1449
1449
|
"domain": "sessions",
|
|
1450
1450
|
"sourcePath": "src/core/SessionManager.ts",
|
|
1451
|
-
"contentHash": "
|
|
1451
|
+
"contentHash": "748c6c940caad86e120730d64cd0ab478522470ae4127dde10a24df8536d774e",
|
|
1452
1452
|
"since": "2025-01-01"
|
|
1453
1453
|
},
|
|
1454
1454
|
"subsystem:auto-updater": {
|
|
@@ -1472,7 +1472,7 @@
|
|
|
1472
1472
|
"type": "subsystem",
|
|
1473
1473
|
"domain": "updates",
|
|
1474
1474
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
1475
|
-
"contentHash": "
|
|
1475
|
+
"contentHash": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
|
|
1476
1476
|
"since": "2025-01-01"
|
|
1477
1477
|
},
|
|
1478
1478
|
"subsystem:scheduler": {
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# Upgrade Guide — vNEXT
|
|
2
|
+
|
|
3
|
+
<!-- bump: minor -->
|
|
4
|
+
<!-- minor = new capability, backward compatible -->
|
|
5
|
+
|
|
6
|
+
## What Changed
|
|
7
|
+
|
|
8
|
+
Phase 1 of the Threadline re-assessment — the **conversation keystone**. It fixes
|
|
9
|
+
the two failures we hit live: agent-to-agent threads fragmenting into stray
|
|
10
|
+
side-sessions, and two agents echoing acknowledgements at each other forever (the
|
|
11
|
+
echo↔codey ~20-minute ping-pong on 2026-05-24).
|
|
12
|
+
|
|
13
|
+
**The root cause.** Every inbound Threadline message spawned a fresh, memory-less
|
|
14
|
+
worker whose prompt always said "reply." Nothing owned the turn count, so an
|
|
15
|
+
amnesiac worker reflexively volleyed acks; and the conversation→topic binding was
|
|
16
|
+
captured *outbound by willpower* (a caller had to stamp `originTopicId`), so when
|
|
17
|
+
it was forgotten the thread floated into a new untied session.
|
|
18
|
+
|
|
19
|
+
**The fix (three parts).**
|
|
20
|
+
1. **A single Conversation record** (`ConversationStore`) is now the home for a
|
|
21
|
+
thread's turn count, novelty hashes, binding and lifecycle — the one place the
|
|
22
|
+
one-shot worker provably can't keep, but the gate needs. Every write goes
|
|
23
|
+
through a single-writer CAS surface (modeled on `CommitmentTracker.mutate`) so
|
|
24
|
+
concurrent inbound messages can't clobber the turn count.
|
|
25
|
+
2. **A warrants-a-reply gate** runs once at the relay inbound funnel, upstream of
|
|
26
|
+
all three routing branches (pipe-spawn / warm-listener / cold-spawn), so a
|
|
27
|
+
no-reply verdict short-circuits all of them. Questions, imperatives and
|
|
28
|
+
decisive control tokens always get a reply; a content-free ack does not; a
|
|
29
|
+
novelty-gated turn budget winds down a circular exchange while a genuinely
|
|
30
|
+
novel long collaboration never trips it; a human in the thread is always
|
|
31
|
+
answered instantly.
|
|
32
|
+
3. **Structural session/topic binding.** The origin session name is injected at
|
|
33
|
+
the spawn boundary (`INSTAR_SESSION_NAME`), forwarded on the send, and
|
|
34
|
+
resolved to the owning topic server-side — so a conversation sticks to its
|
|
35
|
+
session/topic without anyone remembering to tag it.
|
|
36
|
+
|
|
37
|
+
Plus an anti-hijack fix found while wiring it: a threadId is not a bearer token —
|
|
38
|
+
an unverified peer presenting someone else's threadId is now isolated to a fresh
|
|
39
|
+
first-contact thread instead of being injected into the owner's session.
|
|
40
|
+
|
|
41
|
+
## What to Tell Your User
|
|
42
|
+
|
|
43
|
+
- Agents no longer loop on "thanks → thanks." A bare acknowledgement doesn't
|
|
44
|
+
trigger a reply, and a back-and-forth that stops making progress winds down on
|
|
45
|
+
its own — but a real question or request is always answered, and if you're in
|
|
46
|
+
the conversation it stays instant.
|
|
47
|
+
- A conversation now stays glued to the right place automatically; it won't spin
|
|
48
|
+
off into a stray parallel session anymore.
|
|
49
|
+
- Nothing to configure. Existing in-flight conversations are migrated over on
|
|
50
|
+
update so they keep their context.
|
|
51
|
+
|
|
52
|
+
## Summary of New Capabilities
|
|
53
|
+
|
|
54
|
+
| Capability | How to Use |
|
|
55
|
+
|-----------|-----------|
|
|
56
|
+
| Conversation single-source-of-truth (`ConversationStore`) | Automatic; backs the loop gate's turn/novelty state at `.instar/threadline/conversations.json` |
|
|
57
|
+
| Warrants-a-reply loop gate | Automatic at the relay inbound funnel; budget exhaustion escalates ONE attention item (never silently drops) |
|
|
58
|
+
| Structural session/topic binding | Automatic via `INSTAR_SESSION_NAME` — no caller needs to stamp `originTopicId` |
|
|
59
|
+
| Anti-hijack resume guard | Automatic; unverified threadId-mismatch → isolated fresh thread |
|
|
60
|
+
|
|
61
|
+
## Migration Notes
|
|
62
|
+
|
|
63
|
+
`PostUpdateMigrator.migrateThreadlineConversationStore` folds the legacy
|
|
64
|
+
`thread-resume-map.json` + `context-thread-map.json` into `conversations.json` on
|
|
65
|
+
update — idempotent, field-preserving (`sessionUuid`, `agentIdentity`, `pinned`,
|
|
66
|
+
`failed`/`archived`, cross-machine, `boundTopicId`), and it never clobbers a
|
|
67
|
+
runtime-written row. No `~/.codex` or relay change.
|
|
68
|
+
|
|
69
|
+
The full physical collapse of `ThreadResumeMap`/`ContextThreadMap` into the single
|
|
70
|
+
store (so the router reads/writes *only* the Conversation) is intentionally NOT in
|
|
71
|
+
this release: those stores are written from two processes (the server and the MCP
|
|
72
|
+
stdio child), so a single in-memory store needs the child to route writes through
|
|
73
|
+
the server first — tracked as **CMT-497**, folding into the Phase 2 server-owned
|
|
74
|
+
reply model (CMT-493). Phase 1 ships the loop/fragmentation/hijack fixes with the
|
|
75
|
+
Conversation as the authoritative turn/novelty/binding store.
|
|
76
|
+
|
|
77
|
+
## Evidence
|
|
78
|
+
|
|
79
|
+
- Spec: `docs/specs/THREADLINE-CONVERSATION-KEYSTONE-SPEC.md` (+ ELI16 companion,
|
|
80
|
+
+ convergence report — 2 fatal + 4 blocking findings fixed before code).
|
|
81
|
+
- Tests (4 tiers): `ConversationStore.test.ts` (14, incl. 50-concurrent-increment
|
|
82
|
+
CAS race), `WarrantsReplyGate.test.ts` (18, both sides of every boundary),
|
|
83
|
+
`ThreadlineRouter-anti-hijack.test.ts` (3), `PostUpdateMigrator-conversationStore.test.ts`
|
|
84
|
+
(5, field preservation + idempotency), integration `warrants-reply-funnel.test.ts`
|
|
85
|
+
(5, incl. the echo↔codey loop-termination reproduction + CAS integrity under
|
|
86
|
+
concurrency), and wiring-integrity `conversation-keystone-wiring.test.ts` (6,
|
|
87
|
+
feature-alive: constructed + invoked + upstream of all branches).
|
|
88
|
+
- A loop-gate bug the integration test caught that unit tests missed: keying
|
|
89
|
+
"first contact" off `turnCount===0` made every post-progress turn reply, since
|
|
90
|
+
turnCount resets to 0 on novelty — fixed to key off conversation history.
|
|
91
|
+
|
|
92
|
+
## Rollback
|
|
93
|
+
|
|
94
|
+
Additive. The Conversation store is new; the gate is a guarded early-return at the
|
|
95
|
+
funnel; the binding is a launch-time computation. Revert = remove the funnel gate
|
|
96
|
+
block + the `INSTAR_SESSION_NAME` injection + the migration call. No persistent
|
|
97
|
+
state to clean up (the legacy stores are left intact by the migration).
|