instar 1.2.66 → 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.
Files changed (54) hide show
  1. package/dist/commands/server.d.ts.map +1 -1
  2. package/dist/commands/server.js +50 -1
  3. package/dist/commands/server.js.map +1 -1
  4. package/dist/core/PostUpdateMigrator.d.ts +12 -0
  5. package/dist/core/PostUpdateMigrator.d.ts.map +1 -1
  6. package/dist/core/PostUpdateMigrator.js +138 -0
  7. package/dist/core/PostUpdateMigrator.js.map +1 -1
  8. package/dist/core/SessionManager.d.ts.map +1 -1
  9. package/dist/core/SessionManager.js +3 -0
  10. package/dist/core/SessionManager.js.map +1 -1
  11. package/dist/core/codexCapabilities.d.ts +31 -0
  12. package/dist/core/codexCapabilities.d.ts.map +1 -0
  13. package/dist/core/codexCapabilities.js +56 -0
  14. package/dist/core/codexCapabilities.js.map +1 -0
  15. package/dist/core/frameworkSessionLaunch.d.ts.map +1 -1
  16. package/dist/core/frameworkSessionLaunch.js +13 -0
  17. package/dist/core/frameworkSessionLaunch.js.map +1 -1
  18. package/dist/providers/adapters/anthropic-headless/transport/agenticSessionHeadless.d.ts.map +1 -1
  19. package/dist/providers/adapters/anthropic-headless/transport/agenticSessionHeadless.js +1 -0
  20. package/dist/providers/adapters/anthropic-headless/transport/agenticSessionHeadless.js.map +1 -1
  21. package/dist/providers/adapters/openai-codex/transport/agenticSessionHeadless.d.ts.map +1 -1
  22. package/dist/providers/adapters/openai-codex/transport/agenticSessionHeadless.js +1 -0
  23. package/dist/providers/adapters/openai-codex/transport/agenticSessionHeadless.js.map +1 -1
  24. package/dist/providers/adapters/openai-codex/transport/codexSpawn.d.ts +2 -0
  25. package/dist/providers/adapters/openai-codex/transport/codexSpawn.d.ts.map +1 -1
  26. package/dist/providers/adapters/openai-codex/transport/codexSpawn.js +4 -0
  27. package/dist/providers/adapters/openai-codex/transport/codexSpawn.js.map +1 -1
  28. package/dist/server/AgentServer.d.ts +4 -0
  29. package/dist/server/AgentServer.d.ts.map +1 -1
  30. package/dist/server/AgentServer.js +2 -0
  31. package/dist/server/AgentServer.js.map +1 -1
  32. package/dist/server/routes.d.ts +6 -0
  33. package/dist/server/routes.d.ts.map +1 -1
  34. package/dist/server/routes.js +60 -1
  35. package/dist/server/routes.js.map +1 -1
  36. package/dist/threadline/ConversationStore.d.ts +158 -0
  37. package/dist/threadline/ConversationStore.d.ts.map +1 -0
  38. package/dist/threadline/ConversationStore.js +341 -0
  39. package/dist/threadline/ConversationStore.js.map +1 -0
  40. package/dist/threadline/ThreadlineRouter.d.ts.map +1 -1
  41. package/dist/threadline/ThreadlineRouter.js +24 -0
  42. package/dist/threadline/ThreadlineRouter.js.map +1 -1
  43. package/dist/threadline/WarrantsReplyGate.d.ts +110 -0
  44. package/dist/threadline/WarrantsReplyGate.d.ts.map +1 -0
  45. package/dist/threadline/WarrantsReplyGate.js +263 -0
  46. package/dist/threadline/WarrantsReplyGate.js.map +1 -0
  47. package/dist/threadline/mcp-http-client.d.ts.map +1 -1
  48. package/dist/threadline/mcp-http-client.js +6 -0
  49. package/dist/threadline/mcp-http-client.js.map +1 -1
  50. package/package.json +1 -1
  51. package/src/data/builtin-manifest.json +63 -63
  52. package/upgrades/1.2.67.md +57 -0
  53. package/upgrades/1.2.68.md +97 -0
  54. package/upgrades/side-effects/codex-hook-trust-bypass.md +37 -0
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "./builtin-manifest.schema.json",
3
3
  "schemaVersion": 1,
4
- "generatedAt": "2026-05-25T01:54:04.610Z",
5
- "instarVersion": "1.2.66",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "1397612a42656f1c9bc6649aee811f7eb3842fbc14f7bcec7438644b187ea6d6",
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": "099c0f4c933b7a97018d9eeb17727c90a195fa72eb69d4dca8b46b8a654dd772",
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": "b7aa2fc772416581aaa26e266159050c706ec449039db9916093e8b8822aa4de",
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": "12706baa0f474d541a3d47fb6548a02e988727c7b150ac6ac351adaed4480e19",
1475
+ "contentHash": "b4bdac2474bf38d74e5cb801067dfe0e3bf8fb147591b589238735a0ff4c5945",
1476
1476
  "since": "2025-01-01"
1477
1477
  },
1478
1478
  "subsystem:scheduler": {
@@ -0,0 +1,57 @@
1
+ # Upgrade Guide — Codex safety hooks run unprompted in autonomous sessions
2
+
3
+ <!-- bump: patch -->
4
+ <!-- patch = bug fixes, refactors, test additions, doc updates -->
5
+
6
+ ## What Changed
7
+
8
+ **Codex (codex-cli) agents now run instar's safety hooks without the interactive
9
+ "trust these hooks?" prompt that would otherwise freeze an unattended session.**
10
+
11
+ Codex requires a one-time review/trust of any command hook before it runs. In an
12
+ interactive session that prompt blocks until answered — and it even offers a
13
+ "continue without trusting (hooks won't run)" option, so an agent could decline its
14
+ own guards. instar now launches codex with `--dangerously-bypass-hook-trust` (added
15
+ in codex 0.133), which runs the already-vetted instar hooks with no prompt.
16
+
17
+ This is safe-by-construction: instar both writes the hooks (`installCodexHooks`) and
18
+ owns the launch command, so there's no untrusted third-party hook to guard against,
19
+ and the agent can't strip a flag from a launch it doesn't construct. It's a per-agent
20
+ launch setting — it touches nothing system-wide and does not affect the operator's own
21
+ personal codex sessions (those still prompt normally).
22
+
23
+ The flag is **capability-gated**: instar probes `codex --help` once per binary and only
24
+ adds the flag when present. On codex <0.133 (which lacks the flag and would reject it),
25
+ it's omitted and behaviour degrades to the safe-by-blocking trust-prompt path.
26
+
27
+ ## What to Tell Your User
28
+
29
+ If I'm running on Codex without you watching, my safety guard now kicks in on its own
30
+ instead of stopping to ask you "do you trust this guard?" first — a question that would
31
+ have frozen me mid-task, and that technically let me wave my own guard off. Now the
32
+ guard just runs. This only applies to how I launch Codex; when you use Codex yourself it
33
+ behaves exactly as before.
34
+
35
+ ## Summary of New Capabilities
36
+
37
+ No new user-facing capabilities — this completes the Codex enforcement-hook layer so its
38
+ guards work in unattended/autonomous sessions, not just interactive ones where a human can
39
+ answer the trust prompt. Internal: `codexCapabilities.codexSupportsHookTrustBypass()`
40
+ (memoized feature probe) + both codex launch builders append the flag when supported.
41
+
42
+ ## Evidence
43
+
44
+ **Live reproduction (real codex 0.133, no trust ever granted).** Launched interactive
45
+ codex with `--dangerously-bypass-hook-trust` and a hook whose trust hash had been
46
+ invalidated:
47
+
48
+ - Codex launched **straight to the prompt — no "trust these hooks?" review** (banner:
49
+ `⚠ Enabled hooks may run without review for this invocation`).
50
+ - Told it to run `echo 'rm -rf /'` — the guard fired and blocked it; codex itself reported
51
+ it was blocked for the catastrophic `rm -rf /` pattern, and the guard's debug trace
52
+ logged the fire. Before this, the same setup either blocked on the trust prompt or ran
53
+ unguarded.
54
+
55
+ Also verified instar's builder emits the flag for the real codex binary, and the
56
+ capability probe correctly omits it for a binary whose `--help` lacks it. Unit coverage:
57
+ `codexCapabilities` (5) + `frameworkSessionLaunch` (+4). `tsc` clean.