instar 1.3.3 → 1.3.5
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/core/ClaudeCliIntelligenceProvider.d.ts.map +1 -1
- package/dist/core/ClaudeCliIntelligenceProvider.js +5 -1
- package/dist/core/ClaudeCliIntelligenceProvider.js.map +1 -1
- package/dist/core/CodexCliIntelligenceProvider.d.ts.map +1 -1
- package/dist/core/CodexCliIntelligenceProvider.js +3 -1
- package/dist/core/CodexCliIntelligenceProvider.js.map +1 -1
- package/dist/core/PostUpdateMigrator.d.ts.map +1 -1
- package/dist/core/PostUpdateMigrator.js +18 -0
- package/dist/core/PostUpdateMigrator.js.map +1 -1
- package/dist/core/reviewers/standards-conformance.d.ts +10 -0
- package/dist/core/reviewers/standards-conformance.d.ts.map +1 -1
- package/dist/core/reviewers/standards-conformance.js +11 -0
- package/dist/core/reviewers/standards-conformance.js.map +1 -1
- package/dist/monitoring/FrameworkIssueLedger.d.ts +139 -0
- package/dist/monitoring/FrameworkIssueLedger.d.ts.map +1 -0
- package/dist/monitoring/FrameworkIssueLedger.js +441 -0
- package/dist/monitoring/FrameworkIssueLedger.js.map +1 -0
- package/dist/scaffold/templates.d.ts.map +1 -1
- package/dist/scaffold/templates.js +1 -0
- package/dist/scaffold/templates.js.map +1 -1
- package/dist/server/AgentServer.d.ts +1 -0
- package/dist/server/AgentServer.d.ts.map +1 -1
- package/dist/server/AgentServer.js +32 -17
- package/dist/server/AgentServer.js.map +1 -1
- package/dist/server/CapabilityIndex.d.ts.map +1 -1
- package/dist/server/CapabilityIndex.js +12 -0
- package/dist/server/CapabilityIndex.js.map +1 -1
- package/dist/server/middleware.d.ts +31 -0
- package/dist/server/middleware.d.ts.map +1 -1
- package/dist/server/middleware.js +49 -13
- package/dist/server/middleware.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 +58 -0
- package/dist/server/routes.js.map +1 -1
- package/package.json +1 -1
- package/src/data/builtin-manifest.json +63 -63
- package/src/scaffold/templates.ts +1 -0
- package/upgrades/1.3.4.md +44 -0
- package/upgrades/1.3.5.md +38 -0
- package/upgrades/side-effects/conformance-gate-timeout.md +39 -0
- package/upgrades/side-effects/framework-issue-ledger.md +102 -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-05-
|
|
5
|
-
"instarVersion": "1.3.
|
|
4
|
+
"generatedAt": "2026-05-27T03:21:57.444Z",
|
|
5
|
+
"instarVersion": "1.3.5",
|
|
6
6
|
"entryCount": 192,
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
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": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
123
123
|
"since": "2025-01-01"
|
|
124
124
|
},
|
|
125
125
|
"hook:stop-gate-router": {
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"domain": "safety",
|
|
129
129
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
130
130
|
"installedPath": ".instar/hooks/instar/stop-gate-router.js",
|
|
131
|
-
"contentHash": "
|
|
131
|
+
"contentHash": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
132
132
|
"since": "2025-01-01"
|
|
133
133
|
},
|
|
134
134
|
"hook:auto-approve-permissions": {
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"domain": "safety",
|
|
138
138
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
139
139
|
"installedPath": ".instar/hooks/instar/auto-approve-permissions.js",
|
|
140
|
-
"contentHash": "
|
|
140
|
+
"contentHash": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
141
141
|
"since": "2025-01-01"
|
|
142
142
|
},
|
|
143
143
|
"job:health-check": {
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
"type": "route-group",
|
|
402
402
|
"domain": "monitoring",
|
|
403
403
|
"sourcePath": "src/server/routes.ts",
|
|
404
|
-
"contentHash": "
|
|
404
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
405
405
|
"since": "2025-01-01"
|
|
406
406
|
},
|
|
407
407
|
"route-group:agents": {
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"type": "route-group",
|
|
410
410
|
"domain": "sessions",
|
|
411
411
|
"sourcePath": "src/server/routes.ts",
|
|
412
|
-
"contentHash": "
|
|
412
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
413
413
|
"since": "2025-01-01"
|
|
414
414
|
},
|
|
415
415
|
"route-group:backups": {
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
"type": "route-group",
|
|
418
418
|
"domain": "operations",
|
|
419
419
|
"sourcePath": "src/server/routes.ts",
|
|
420
|
-
"contentHash": "
|
|
420
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
421
421
|
"since": "2025-01-01"
|
|
422
422
|
},
|
|
423
423
|
"route-group:git": {
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
"type": "route-group",
|
|
426
426
|
"domain": "coordination",
|
|
427
427
|
"sourcePath": "src/server/routes.ts",
|
|
428
|
-
"contentHash": "
|
|
428
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
429
429
|
"since": "2025-01-01"
|
|
430
430
|
},
|
|
431
431
|
"route-group:memory": {
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"type": "route-group",
|
|
434
434
|
"domain": "memory",
|
|
435
435
|
"sourcePath": "src/server/routes.ts",
|
|
436
|
-
"contentHash": "
|
|
436
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
437
437
|
"since": "2025-01-01"
|
|
438
438
|
},
|
|
439
439
|
"route-group:semantic": {
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
"type": "route-group",
|
|
442
442
|
"domain": "memory",
|
|
443
443
|
"sourcePath": "src/server/routes.ts",
|
|
444
|
-
"contentHash": "
|
|
444
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
445
445
|
"since": "2025-01-01"
|
|
446
446
|
},
|
|
447
447
|
"route-group:status": {
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"type": "route-group",
|
|
450
450
|
"domain": "monitoring",
|
|
451
451
|
"sourcePath": "src/server/routes.ts",
|
|
452
|
-
"contentHash": "
|
|
452
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
453
453
|
"since": "2025-01-01"
|
|
454
454
|
},
|
|
455
455
|
"route-group:capabilities": {
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"type": "route-group",
|
|
458
458
|
"domain": "mapping",
|
|
459
459
|
"sourcePath": "src/server/routes.ts",
|
|
460
|
-
"contentHash": "
|
|
460
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
461
461
|
"since": "2025-01-01"
|
|
462
462
|
},
|
|
463
463
|
"route-group:project-map": {
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
"type": "route-group",
|
|
466
466
|
"domain": "mapping",
|
|
467
467
|
"sourcePath": "src/server/routes.ts",
|
|
468
|
-
"contentHash": "
|
|
468
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
469
469
|
"since": "2025-01-01"
|
|
470
470
|
},
|
|
471
471
|
"route-group:coherence": {
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"type": "route-group",
|
|
474
474
|
"domain": "coherence",
|
|
475
475
|
"sourcePath": "src/server/routes.ts",
|
|
476
|
-
"contentHash": "
|
|
476
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
477
477
|
"since": "2025-01-01"
|
|
478
478
|
},
|
|
479
479
|
"route-group:topic-bindings": {
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
"type": "route-group",
|
|
482
482
|
"domain": "sessions",
|
|
483
483
|
"sourcePath": "src/server/routes.ts",
|
|
484
|
-
"contentHash": "
|
|
484
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
485
485
|
"since": "2025-01-01"
|
|
486
486
|
},
|
|
487
487
|
"route-group:context": {
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"type": "route-group",
|
|
490
490
|
"domain": "context",
|
|
491
491
|
"sourcePath": "src/server/routes.ts",
|
|
492
|
-
"contentHash": "
|
|
492
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
493
493
|
"since": "2025-01-01"
|
|
494
494
|
},
|
|
495
495
|
"route-group:scope-coherence": {
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"type": "route-group",
|
|
498
498
|
"domain": "coherence",
|
|
499
499
|
"sourcePath": "src/server/routes.ts",
|
|
500
|
-
"contentHash": "
|
|
500
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
501
501
|
"since": "2025-01-01"
|
|
502
502
|
},
|
|
503
503
|
"route-group:canonical-state": {
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"type": "route-group",
|
|
506
506
|
"domain": "state",
|
|
507
507
|
"sourcePath": "src/server/routes.ts",
|
|
508
|
-
"contentHash": "
|
|
508
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
509
509
|
"since": "2025-01-01"
|
|
510
510
|
},
|
|
511
511
|
"route-group:ci": {
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
"type": "route-group",
|
|
514
514
|
"domain": "monitoring",
|
|
515
515
|
"sourcePath": "src/server/routes.ts",
|
|
516
|
-
"contentHash": "
|
|
516
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
517
517
|
"since": "2025-01-01"
|
|
518
518
|
},
|
|
519
519
|
"route-group:sessions": {
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
"type": "route-group",
|
|
522
522
|
"domain": "sessions",
|
|
523
523
|
"sourcePath": "src/server/routes.ts",
|
|
524
|
-
"contentHash": "
|
|
524
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
525
525
|
"since": "2025-01-01"
|
|
526
526
|
},
|
|
527
527
|
"route-group:jobs": {
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
"type": "route-group",
|
|
530
530
|
"domain": "scheduling",
|
|
531
531
|
"sourcePath": "src/server/routes.ts",
|
|
532
|
-
"contentHash": "
|
|
532
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
533
533
|
"since": "2025-01-01"
|
|
534
534
|
},
|
|
535
535
|
"route-group:skip-ledger": {
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
"type": "route-group",
|
|
538
538
|
"domain": "scheduling",
|
|
539
539
|
"sourcePath": "src/server/routes.ts",
|
|
540
|
-
"contentHash": "
|
|
540
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
541
541
|
"since": "2025-01-01"
|
|
542
542
|
},
|
|
543
543
|
"route-group:telegram": {
|
|
@@ -545,7 +545,7 @@
|
|
|
545
545
|
"type": "route-group",
|
|
546
546
|
"domain": "communication",
|
|
547
547
|
"sourcePath": "src/server/routes.ts",
|
|
548
|
-
"contentHash": "
|
|
548
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
549
549
|
"since": "2025-01-01"
|
|
550
550
|
},
|
|
551
551
|
"route-group:attention": {
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
"type": "route-group",
|
|
554
554
|
"domain": "communication",
|
|
555
555
|
"sourcePath": "src/server/routes.ts",
|
|
556
|
-
"contentHash": "
|
|
556
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
557
557
|
"since": "2025-01-01"
|
|
558
558
|
},
|
|
559
559
|
"route-group:relationships": {
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
"type": "route-group",
|
|
562
562
|
"domain": "relationships",
|
|
563
563
|
"sourcePath": "src/server/routes.ts",
|
|
564
|
-
"contentHash": "
|
|
564
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
565
565
|
"since": "2025-01-01"
|
|
566
566
|
},
|
|
567
567
|
"route-group:feedback": {
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"type": "route-group",
|
|
570
570
|
"domain": "feedback",
|
|
571
571
|
"sourcePath": "src/server/routes.ts",
|
|
572
|
-
"contentHash": "
|
|
572
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
573
573
|
"since": "2025-01-01"
|
|
574
574
|
},
|
|
575
575
|
"route-group:updates": {
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"type": "route-group",
|
|
578
578
|
"domain": "updates",
|
|
579
579
|
"sourcePath": "src/server/routes.ts",
|
|
580
|
-
"contentHash": "
|
|
580
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
581
581
|
"since": "2025-01-01"
|
|
582
582
|
},
|
|
583
583
|
"route-group:dispatches": {
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
"type": "route-group",
|
|
586
586
|
"domain": "dispatches",
|
|
587
587
|
"sourcePath": "src/server/routes.ts",
|
|
588
|
-
"contentHash": "
|
|
588
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
589
589
|
"since": "2025-01-01"
|
|
590
590
|
},
|
|
591
591
|
"route-group:quota": {
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
"type": "route-group",
|
|
594
594
|
"domain": "monitoring",
|
|
595
595
|
"sourcePath": "src/server/routes.ts",
|
|
596
|
-
"contentHash": "
|
|
596
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
597
597
|
"since": "2025-01-01"
|
|
598
598
|
},
|
|
599
599
|
"route-group:publishing": {
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
"type": "route-group",
|
|
602
602
|
"domain": "publishing",
|
|
603
603
|
"sourcePath": "src/server/routes.ts",
|
|
604
|
-
"contentHash": "
|
|
604
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
605
605
|
"since": "2025-01-01"
|
|
606
606
|
},
|
|
607
607
|
"route-group:private-views": {
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
"type": "route-group",
|
|
610
610
|
"domain": "publishing",
|
|
611
611
|
"sourcePath": "src/server/routes.ts",
|
|
612
|
-
"contentHash": "
|
|
612
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
613
613
|
"since": "2025-01-01"
|
|
614
614
|
},
|
|
615
615
|
"route-group:tunnel": {
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"type": "route-group",
|
|
618
618
|
"domain": "networking",
|
|
619
619
|
"sourcePath": "src/server/routes.ts",
|
|
620
|
-
"contentHash": "
|
|
620
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
621
621
|
"since": "2025-01-01"
|
|
622
622
|
},
|
|
623
623
|
"route-group:events": {
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
"type": "route-group",
|
|
626
626
|
"domain": "networking",
|
|
627
627
|
"sourcePath": "src/server/routes.ts",
|
|
628
|
-
"contentHash": "
|
|
628
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
629
629
|
"since": "2025-01-01"
|
|
630
630
|
},
|
|
631
631
|
"route-group:evolution": {
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"type": "route-group",
|
|
634
634
|
"domain": "evolution",
|
|
635
635
|
"sourcePath": "src/server/routes.ts",
|
|
636
|
-
"contentHash": "
|
|
636
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
637
637
|
"since": "2025-01-01"
|
|
638
638
|
},
|
|
639
639
|
"route-group:watchdog": {
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
"type": "route-group",
|
|
642
642
|
"domain": "monitoring",
|
|
643
643
|
"sourcePath": "src/server/routes.ts",
|
|
644
|
-
"contentHash": "
|
|
644
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
645
645
|
"since": "2025-01-01"
|
|
646
646
|
},
|
|
647
647
|
"route-group:topic-memory": {
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
"type": "route-group",
|
|
650
650
|
"domain": "memory",
|
|
651
651
|
"sourcePath": "src/server/routes.ts",
|
|
652
|
-
"contentHash": "
|
|
652
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
653
653
|
"since": "2025-01-01"
|
|
654
654
|
},
|
|
655
655
|
"route-group:state-sync": {
|
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
"type": "route-group",
|
|
658
658
|
"domain": "coordination",
|
|
659
659
|
"sourcePath": "src/server/routes.ts",
|
|
660
|
-
"contentHash": "
|
|
660
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
661
661
|
"since": "2025-01-01"
|
|
662
662
|
},
|
|
663
663
|
"route-group:intent": {
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
"type": "route-group",
|
|
666
666
|
"domain": "intent",
|
|
667
667
|
"sourcePath": "src/server/routes.ts",
|
|
668
|
-
"contentHash": "
|
|
668
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
669
669
|
"since": "2025-01-01"
|
|
670
670
|
},
|
|
671
671
|
"route-group:triage": {
|
|
@@ -673,7 +673,7 @@
|
|
|
673
673
|
"type": "route-group",
|
|
674
674
|
"domain": "safety",
|
|
675
675
|
"sourcePath": "src/server/routes.ts",
|
|
676
|
-
"contentHash": "
|
|
676
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
677
677
|
"since": "2025-01-01"
|
|
678
678
|
},
|
|
679
679
|
"route-group:operations": {
|
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
"type": "route-group",
|
|
682
682
|
"domain": "safety",
|
|
683
683
|
"sourcePath": "src/server/routes.ts",
|
|
684
|
-
"contentHash": "
|
|
684
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
685
685
|
"since": "2025-01-01"
|
|
686
686
|
},
|
|
687
687
|
"route-group:sentinel": {
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
"type": "route-group",
|
|
690
690
|
"domain": "safety",
|
|
691
691
|
"sourcePath": "src/server/routes.ts",
|
|
692
|
-
"contentHash": "
|
|
692
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
693
693
|
"since": "2025-01-01"
|
|
694
694
|
},
|
|
695
695
|
"route-group:trust": {
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"type": "route-group",
|
|
698
698
|
"domain": "safety",
|
|
699
699
|
"sourcePath": "src/server/routes.ts",
|
|
700
|
-
"contentHash": "
|
|
700
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
701
701
|
"since": "2025-01-01"
|
|
702
702
|
},
|
|
703
703
|
"route-group:monitoring": {
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
"type": "route-group",
|
|
706
706
|
"domain": "monitoring",
|
|
707
707
|
"sourcePath": "src/server/routes.ts",
|
|
708
|
-
"contentHash": "
|
|
708
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
709
709
|
"since": "2025-01-01"
|
|
710
710
|
},
|
|
711
711
|
"route-group:commitments": {
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
"type": "route-group",
|
|
714
714
|
"domain": "commitments",
|
|
715
715
|
"sourcePath": "src/server/routes.ts",
|
|
716
|
-
"contentHash": "
|
|
716
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
717
717
|
"since": "2025-01-01"
|
|
718
718
|
},
|
|
719
719
|
"route-group:episodes": {
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
"type": "route-group",
|
|
722
722
|
"domain": "memory",
|
|
723
723
|
"sourcePath": "src/server/routes.ts",
|
|
724
|
-
"contentHash": "
|
|
724
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
725
725
|
"since": "2025-01-01"
|
|
726
726
|
},
|
|
727
727
|
"route-group:messages": {
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
"type": "route-group",
|
|
730
730
|
"domain": "coordination",
|
|
731
731
|
"sourcePath": "src/server/routes.ts",
|
|
732
|
-
"contentHash": "
|
|
732
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
733
733
|
"since": "2025-01-01"
|
|
734
734
|
},
|
|
735
735
|
"route-group:system-reviews": {
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
"type": "route-group",
|
|
738
738
|
"domain": "monitoring",
|
|
739
739
|
"sourcePath": "src/server/routes.ts",
|
|
740
|
-
"contentHash": "
|
|
740
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
741
741
|
"since": "2025-01-01"
|
|
742
742
|
},
|
|
743
743
|
"route-group:machine-mesh": {
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
"type": "route-group",
|
|
754
754
|
"domain": "security",
|
|
755
755
|
"sourcePath": "src/server/routes.ts",
|
|
756
|
-
"contentHash": "
|
|
756
|
+
"contentHash": "0edb0fd01df3bd455fba083bcbcbb334340fae7a4c0893eef842b6c68de1f644",
|
|
757
757
|
"since": "2025-01-01"
|
|
758
758
|
},
|
|
759
759
|
"cli:init": {
|
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
"type": "subsystem",
|
|
1450
1450
|
"domain": "server",
|
|
1451
1451
|
"sourcePath": "src/server/AgentServer.ts",
|
|
1452
|
-
"contentHash": "
|
|
1452
|
+
"contentHash": "fdca02dbf63855be79a6e90190916886d06432ca4e91f64b2c5c721d9f2ce6a7",
|
|
1453
1453
|
"since": "2025-01-01"
|
|
1454
1454
|
},
|
|
1455
1455
|
"subsystem:session-manager": {
|
|
@@ -1481,7 +1481,7 @@
|
|
|
1481
1481
|
"type": "subsystem",
|
|
1482
1482
|
"domain": "updates",
|
|
1483
1483
|
"sourcePath": "src/core/PostUpdateMigrator.ts",
|
|
1484
|
-
"contentHash": "
|
|
1484
|
+
"contentHash": "7dd4264b1b769ee9ed5500fdc8dfda8337b162512164eec757fc78cc334b93cf",
|
|
1485
1485
|
"since": "2025-01-01"
|
|
1486
1486
|
},
|
|
1487
1487
|
"subsystem:scheduler": {
|
|
@@ -682,6 +682,7 @@ I maintain registries that are the source of truth for specific categories. Thes
|
|
|
682
682
|
| My backup history? | \`curl -H "Authorization: Bearer $AUTH" http://localhost:${port}/backups\` |
|
|
683
683
|
| My state change history? | \`curl -H "Authorization: Bearer $AUTH" http://localhost:${port}/git/log\` |
|
|
684
684
|
| Other agents on this machine? | \`curl -H "Authorization: Bearer $AUTH" http://localhost:${port}/agents\` |
|
|
685
|
+
| Behavioral issues logged while onboarding a framework? / the onboarding playbook? | \`curl -H "Authorization: Bearer $AUTH" http://localhost:${port}/framework-issues\` (read-only) + \`/framework-issues/playbook?targetFramework=X\` — the Framework-Onboarding Mentor System's issue ledger (observability only; never gates) |
|
|
685
686
|
| Project architecture? | This file (CLAUDE.md), then project docs |
|
|
686
687
|
|
|
687
688
|
**Why this matters:** Searching 1000 files to answer a question that a single state file could answer is slower AND less reliable. Broad searches find stale narratives. State files are current. This applies at EVERY level — including sub-agents I spawn. When spawning a research agent, include the relevant state file reference in its prompt so it searches WITH context, not blind.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Upgrade Guide — vNEXT
|
|
2
|
+
|
|
3
|
+
<!-- bump: patch -->
|
|
4
|
+
|
|
5
|
+
## What Changed
|
|
6
|
+
|
|
7
|
+
The Standards-Conformance Gate (`POST /spec/conformance-check`, auto-invoked during `/spec-converge`) could not review a real, full-size spec — it timed out. The review hit **two** independent 30-second walls:
|
|
8
|
+
|
|
9
|
+
1. The HTTP request-timeout middleware applied its 30s default to the route — the conformance route was never added to the per-path override map that already gives the LLM-backed messaging routes a longer budget.
|
|
10
|
+
2. Both intelligence providers (`ClaudeCliIntelligenceProvider`, `CodexCliIntelligenceProvider`) hardcoded their `execFile` child-process timeout at 30s and ignored the `IntelligenceOptions.timeoutMs` the interface already defines, and the reviewer never passed one.
|
|
11
|
+
|
|
12
|
+
A middleware-only fix would have been worse than the bug: past the outer wall, the model call still died at 30s inside the provider, and the reviewer swallows that throw into an empty `degraded` report — turning a loud 408 into a silent "no findings," which reads like the spec passed.
|
|
13
|
+
|
|
14
|
+
The fix removes both walls: the providers now honor `options.timeoutMs ?? DEFAULT` (the 30s default is unchanged for every other caller — opt-in only); the conformance reviewer passes a 150s budget; the middleware grants the route a 180s outer budget (above the inner 150s so a genuinely-too-slow review degrades fail-open instead of erroring at the client). The override map and its longest-prefix matcher were lifted into `middleware.ts` as a single source of truth so a wiring-integrity test asserts the exact production config. The gate remains signal-only and fail-open — this only lets the review finish so it can emit its advisory report.
|
|
15
|
+
|
|
16
|
+
## What to Tell Your User
|
|
17
|
+
|
|
18
|
+
- **Spec self-review now works on real specs**: When you put a spec through review, the automatic constitution check can now actually finish on a full-length spec instead of quietly giving up — so it reports real concerns instead of a misleading "all clear."
|
|
19
|
+
- It is still advisory only — it flags things for me to weigh, it never blocks on its own, and nothing on your end changes.
|
|
20
|
+
|
|
21
|
+
## Summary of New Capabilities
|
|
22
|
+
|
|
23
|
+
| Capability | How to Use |
|
|
24
|
+
|-----------|-----------|
|
|
25
|
+
| Conformance gate completes on full-size specs | Automatic during spec review (no longer times out at 30s) |
|
|
26
|
+
| Providers honor a per-call time budget | Automatic — internal callers that need a longer LLM call now get it; the 30s default is unchanged for everything else |
|
|
27
|
+
|
|
28
|
+
## Evidence
|
|
29
|
+
|
|
30
|
+
**Failure reproduced (before):** Dogfooding the gate against a real ~400-line spec (the feedback-factory-migration draft, 18,218 chars) returned `HTTP 408 {"error":"Request timeout","timeoutMs":30000}`. Reading the code confirmed the second wall: both providers call `execFile(..., { timeout: DEFAULT_TIMEOUT_MS=30_000 })` and never read `options.timeoutMs`; the reviewer (`standards-conformance.ts`) passed no budget and returns `{ degraded: true, degradeReason: 'error' }` on any throw.
|
|
31
|
+
|
|
32
|
+
**Verified to stop (after):** Built this branch and ran the actual `StandardsConformanceReviewer.review()` (real `ClaudeCliIntelligenceProvider`, model `capable`/opus) against that same 18,218-char spec and the live 23-article constitution:
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
=== RESULT after 36.9s ===
|
|
36
|
+
degraded: false
|
|
37
|
+
standardsChecked: 23
|
|
38
|
+
findings: 1
|
|
39
|
+
- [Building] Testing Integrity: The spec sets parity-against-Python as the sole acceptance bar and explicitly subordinates...
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
The review ran for **36.9 seconds — past the exact 30s wall that previously killed it** — and returned a non-degraded report with a real finding. Pre-fix, this identical call is killed at 30s by the provider and yields an empty `degraded` report; post-fix it completes and emits real signal.
|
|
43
|
+
|
|
44
|
+
**Mechanism regression-locked by behavioral tests** (not mocks): new tests spawn a slow real subprocess and prove a short `timeoutMs` now kills the call while a generous/absent budget lets it finish (both providers); the reviewer is asserted to pass `CONFORMANCE_REVIEW_TIMEOUT_MS`; and the production override map/matcher resolve `/spec/conformance-check` → 180s while the fast sibling `/spec/conformance-metrics` stays on the default. Full push suite: 983 files, 18,458 tests, 0 failures.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Instar Upgrade Guide — NEXT
|
|
2
|
+
|
|
3
|
+
<!-- bump: minor -->
|
|
4
|
+
|
|
5
|
+
## What Changed
|
|
6
|
+
|
|
7
|
+
**Framework-Onboarding Mentor System — the issue ledger (foundation).** This is the first
|
|
8
|
+
piece of a larger system that teaches new agent frameworks (Codex now; Cursor / Aider / Gemini
|
|
9
|
+
later) how to behave well on Instar, and saves every lesson so the next framework onboards
|
|
10
|
+
faster. This release ships the durable, two-table SQLite **issue ledger** that records
|
|
11
|
+
behavioral issues observed during onboarding — one canonical row per distinct root cause, plus
|
|
12
|
+
per-occurrence evidence — and two read-only HTTP routes to query it. Recurrence is counted in
|
|
13
|
+
distinct *episodes* (not raw ticks) and materialized so the onboarding playbook ranks by
|
|
14
|
+
"how badly it hurts × how often it happens" without an expensive read-time scan.
|
|
15
|
+
|
|
16
|
+
It is **observability only** — the ledger never gates a job, blocks a message, or constrains a
|
|
17
|
+
session. Evidence is stored as opaque references (path+line, log ref, PR#), secret-scanned at
|
|
18
|
+
capture, never inlined log text. The full mentor loop (the scheduled job that drives the
|
|
19
|
+
mentee, auto-captures issues, and tracks graduation) ships staged in later releases; this PR is
|
|
20
|
+
the foundation everything else stands on.
|
|
21
|
+
|
|
22
|
+
## What to Tell Your User
|
|
23
|
+
|
|
24
|
+
- I now keep a structured, durable notebook of the real-world problems a new AI engine hits
|
|
25
|
+
when it's learning to run on Instar — bucketed by whether it's the engine's own limit, an
|
|
26
|
+
Instar integration gap, or a one-off mistake.
|
|
27
|
+
- Only the first two kinds travel forward as a reusable "here's what bit the last engine, check
|
|
28
|
+
these first" checklist — so each new engine we add onboards faster than the last.
|
|
29
|
+
- This is plumbing for a bigger mentoring system that's still rolling out gradually; nothing
|
|
30
|
+
changes in your day-to-day yet, and it never blocks anything.
|
|
31
|
+
|
|
32
|
+
## Summary of New Capabilities
|
|
33
|
+
|
|
34
|
+
| Capability | How to Use |
|
|
35
|
+
|-----------|-----------|
|
|
36
|
+
| Framework issue ledger | `curl -H "Authorization: Bearer $AUTH" http://localhost:<port>/framework-issues` (read-only; optional `?framework=&bucket=&status=&limit=`) |
|
|
37
|
+
| Onboarding playbook | `curl -H "Authorization: Bearer $AUTH" "http://localhost:<port>/framework-issues/playbook?targetFramework=X"` — generalizable lessons from PRIOR frameworks, impact-ranked |
|
|
38
|
+
| Auto-created on update | The ledger's SQLite DB auto-creates under `server-data/` on first boot — no migration step |
|