sneakoscope 6.0.1 → 6.0.2

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 (87) hide show
  1. package/README.md +2 -1
  2. package/crates/sks-core/Cargo.lock +1 -1
  3. package/crates/sks-core/Cargo.toml +1 -1
  4. package/dist/bin/fast-inline.js +0 -60
  5. package/dist/bin/sks-dispatch.js +0 -24
  6. package/dist/cli/codex-app-command.js +1 -2
  7. package/dist/cli/help-fast.js +2 -2
  8. package/dist/cli/install-helpers.js +25 -31
  9. package/dist/config/skills-manifest.json +57 -57
  10. package/dist/core/agents/agent-effort-policy.js +19 -38
  11. package/dist/core/agents/agent-orchestrator.js +2 -2
  12. package/dist/core/agents/agent-role-config.js +17 -10
  13. package/dist/core/agents/agent-roster.js +19 -39
  14. package/dist/core/agents/agent-scheduler.js +6 -5
  15. package/dist/core/agents/agent-schema.js +4 -5
  16. package/dist/core/agents/agent-task-graph.js +1 -1
  17. package/dist/core/agents/agent-work-partition.js +2 -1
  18. package/dist/core/agents/native-worker-backend-router.js +1 -1
  19. package/dist/core/agents/route-collaboration-ledger.js +2 -2
  20. package/dist/core/auto-review.js +1 -4
  21. package/dist/core/codex/codex-config-guard.js +9 -13
  22. package/dist/core/codex-adapter.js +2 -2
  23. package/dist/core/codex-app/codex-agent-role-sync.js +0 -1
  24. package/dist/core/codex-app/codex-app-fast-ui-repair.js +6 -40
  25. package/dist/core/codex-app/codex-app-ui-state-snapshot.js +1 -7
  26. package/dist/core/codex-control/codex-model-capabilities.js +1 -2
  27. package/dist/core/codex-control/codex-model-metadata.js +13 -6
  28. package/dist/core/codex-control/codex-sdk-config-policy.js +3 -3
  29. package/dist/core/codex-control/codex-task-runner.js +2 -3
  30. package/dist/core/codex-model-guard.js +24 -87
  31. package/dist/core/commands/basic-cli.js +6 -0
  32. package/dist/core/commands/loop-command.js +2 -2
  33. package/dist/core/commands/naruto-command.js +11 -11
  34. package/dist/core/commands/profile-command.js +14 -5
  35. package/dist/core/commands/qa-loop-command.js +2 -2
  36. package/dist/core/commands/research-command.js +2 -2
  37. package/dist/core/doctor/doctor-codex-startup-repair.js +0 -3
  38. package/dist/core/evaluation.js +1 -1
  39. package/dist/core/feature-fixtures.js +2 -2
  40. package/dist/core/feature-registry.js +1 -1
  41. package/dist/core/hooks-runtime.js +7 -45
  42. package/dist/core/image-ux-review/imagegen-adapter.js +17 -2
  43. package/dist/core/init/skills.js +6 -7
  44. package/dist/core/init.js +6 -20
  45. package/dist/core/loops/loop-concurrency-budget.js +6 -4
  46. package/dist/core/loops/loop-planner.js +1 -1
  47. package/dist/core/loops/loop-runtime.js +2 -2
  48. package/dist/core/loops/loop-scheduler.js +7 -7
  49. package/dist/core/managed-assets/managed-assets-manifest.js +1 -4
  50. package/dist/core/naruto/naruto-concurrency-governor.js +20 -17
  51. package/dist/core/naruto/naruto-loop-mesh.js +3 -3
  52. package/dist/core/naruto/resource-pressure-monitor.js +5 -2
  53. package/dist/core/provider/model-router.js +15 -35
  54. package/dist/core/release/release-gate-batch-runner.js +2 -1
  55. package/dist/core/release/release-gate-resource-governor.js +12 -12
  56. package/dist/core/release/resource-class-budget.js +5 -5
  57. package/dist/core/routes/constants.js +3 -4
  58. package/dist/core/routes.js +1 -1
  59. package/dist/core/structured-output-adapter.js +15 -1
  60. package/dist/core/update/update-migration-state.js +3 -32
  61. package/dist/core/version.js +1 -1
  62. package/dist/scripts/agent-backfill-replenishment-check.js +1 -1
  63. package/dist/scripts/agent-dynamic-pool-check.js +3 -3
  64. package/dist/scripts/agent-dynamic-pool-fixture.js +1 -1
  65. package/dist/scripts/agent-goal-mode-propagation-check.js +1 -1
  66. package/dist/scripts/agent-patch-swarm-gate-lib.js +2 -2
  67. package/dist/scripts/agent-role-config-repair-check.js +9 -5
  68. package/dist/scripts/agent-scheduler-proof-check.js +1 -1
  69. package/dist/scripts/agent-scheduler-proof-hardening-check.js +1 -1
  70. package/dist/scripts/agent-source-intelligence-propagation-check.js +1 -1
  71. package/dist/scripts/agent-strategy-to-lease-wiring-check.js +2 -2
  72. package/dist/scripts/agent-zellij-dynamic-backfill-panes-check.js +1 -1
  73. package/dist/scripts/codex-app-fast-ui-preservation-check.js +2 -2
  74. package/dist/scripts/codex-app-ui-preservation-check.js +6 -5
  75. package/dist/scripts/codex-lb-fast-ui-preservation-check.js +3 -3
  76. package/dist/scripts/codex-lb-gpt55-fast-profile-check.js +2 -3
  77. package/dist/scripts/doctor-fixes-codex-app-fast-ui-check.js +7 -7
  78. package/dist/scripts/install-update-preserves-config-check.js +4 -4
  79. package/dist/scripts/loop-hardening-check-lib.js +1 -1
  80. package/dist/scripts/naruto-parallelism-mode-check.js +2 -1
  81. package/dist/scripts/naruto-shadow-clone-swarm-check.js +25 -34
  82. package/dist/scripts/npm-publish-performance-check.js +1 -1
  83. package/dist/scripts/release-aggressive-resource-governor-check.js +2 -2
  84. package/dist/scripts/release-parallel-check.js +1 -2
  85. package/dist/scripts/release-real-check.js +1 -1
  86. package/dist/scripts/sizecheck.js +3 -3
  87. package/package.json +3 -2
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "schema": "sks.skills-manifest.v1",
3
- "package_version": "6.0.1",
3
+ "package_version": "6.0.2",
4
4
  "skills": [
5
5
  {
6
6
  "canonical_name": "answer",
7
7
  "type": "official",
8
- "content_sha256": "3bae03b6933911666a82c307f2b1380dd3dbf869ad3c1ed58b0f707738c7ce97",
8
+ "content_sha256": "bb7254643822cafba77c88f9c808413826fb000abb073d79a120cc6956063c4f",
9
9
  "hash_history": [],
10
10
  "deprecated_aliases": []
11
11
  },
12
12
  {
13
13
  "canonical_name": "autoresearch",
14
14
  "type": "official",
15
- "content_sha256": "ced2744cc494365da433e1f186042069d68b70e873bf0ea0a7f98ee5fc92ae41",
15
+ "content_sha256": "4d807873a83290e8d26dab8c8d4e8a2ed2dd9a294792443457247e866c432304",
16
16
  "hash_history": [],
17
17
  "deprecated_aliases": []
18
18
  },
19
19
  {
20
20
  "canonical_name": "autoresearch-loop",
21
21
  "type": "official",
22
- "content_sha256": "c99fb6516552c1f6f0459c087ccd72592423e02c1ed5ab277f963f349c46d897",
22
+ "content_sha256": "bb803bdadb6b356086216d1668673d62cd7148f9dc970ac1c50ffe33638c7b21",
23
23
  "hash_history": [],
24
24
  "deprecated_aliases": []
25
25
  },
26
26
  {
27
27
  "canonical_name": "commit",
28
28
  "type": "official",
29
- "content_sha256": "8e698e1885aca7973cb691d5a4f2a22714e7a2a71de4270741f7a2c38be5d3b7",
29
+ "content_sha256": "c343b03a4a73cdaaf25e32e6a0870cbd39c7b18fdc3b952ff83620825ee5422b",
30
30
  "hash_history": [],
31
31
  "deprecated_aliases": []
32
32
  },
33
33
  {
34
34
  "canonical_name": "commit-and-push",
35
35
  "type": "official",
36
- "content_sha256": "2878de32b4e1b818ad4113b38e65247dec05c46b6587c57cb8201eb390ddbeaa",
36
+ "content_sha256": "76d5a5d09ee5413984d7c0ce49d9bef8cae3dfd9f9733fab102c7e5ba1f083e2",
37
37
  "hash_history": [],
38
38
  "deprecated_aliases": []
39
39
  },
@@ -47,56 +47,56 @@
47
47
  {
48
48
  "canonical_name": "computer-use-fast",
49
49
  "type": "official",
50
- "content_sha256": "47389e820e272b20fe24139268f8d5f772c8a085757edc46d5c31157c80f4162",
50
+ "content_sha256": "6be69b6383cd9542ef9c6b8377aaba93f9163ba01f7bf7870eae1eeae310ecb5",
51
51
  "hash_history": [],
52
52
  "deprecated_aliases": []
53
53
  },
54
54
  {
55
55
  "canonical_name": "context7-docs",
56
56
  "type": "official",
57
- "content_sha256": "8d15529f7e62f98d4c78d07859c466f1edca802abb5da8fc52a2361a513f58f2",
57
+ "content_sha256": "385574f402bdf483e6e7c72eb429e571d52677267e777930994fd028560a914f",
58
58
  "hash_history": [],
59
59
  "deprecated_aliases": []
60
60
  },
61
61
  {
62
62
  "canonical_name": "cu",
63
63
  "type": "official",
64
- "content_sha256": "1179221761185db8c4469b22c5d43213f6c55bb5d7d760f2d7b952daad6e2709",
64
+ "content_sha256": "ab3dc5c7b367359aa5359d947309c1bba83820df264b40770cd5237c65f4bdf8",
65
65
  "hash_history": [],
66
66
  "deprecated_aliases": []
67
67
  },
68
68
  {
69
69
  "canonical_name": "db",
70
70
  "type": "official",
71
- "content_sha256": "6df13a036c80a9b4aeec3e0e6bc027902b788f64ab6789ed2385a590844aa476",
71
+ "content_sha256": "bcd2835924be97595155cf40371d75e80987e792cb614d8c6a2cf56fbf3acc2d",
72
72
  "hash_history": [],
73
73
  "deprecated_aliases": []
74
74
  },
75
75
  {
76
76
  "canonical_name": "db-safety-guard",
77
77
  "type": "official",
78
- "content_sha256": "fec60c67a032959d1fa062e56e7535a1537f84466b56e907075559e117627502",
78
+ "content_sha256": "82d991914c1ecc5c30a50f703688de92b4707eddd2f141279a3713d64baa3dcf",
79
79
  "hash_history": [],
80
80
  "deprecated_aliases": []
81
81
  },
82
82
  {
83
83
  "canonical_name": "design-artifact-expert",
84
84
  "type": "official",
85
- "content_sha256": "d5d6306e436f0b01958228f86c045b20d3537e146b7300a08730b514b9bd654e",
85
+ "content_sha256": "561f1634db38f6d68a7657ffe3852d04e8f5eef38971d14d8a2a5c8c48add96e",
86
86
  "hash_history": [],
87
87
  "deprecated_aliases": []
88
88
  },
89
89
  {
90
90
  "canonical_name": "design-system-builder",
91
91
  "type": "official",
92
- "content_sha256": "cc5268e0f3f675516ceb3153ddf8d2438ec1af3ac8fba59617ba84c4e8dc2c79",
92
+ "content_sha256": "329d3f9f117bd80c3a9e1ad3952706b68c5e5aaf5cbd3b0d9091073edd77456e",
93
93
  "hash_history": [],
94
94
  "deprecated_aliases": []
95
95
  },
96
96
  {
97
97
  "canonical_name": "design-ui-editor",
98
98
  "type": "official",
99
- "content_sha256": "c2dc7eeabf69185e9ede379a14bf47f7bda59502a44262f7d1a795c7eed1592b",
99
+ "content_sha256": "49b7a479778f6c055d5009cc151649d95f3205c83fbba71aebe197536e53b8e1",
100
100
  "hash_history": [],
101
101
  "deprecated_aliases": []
102
102
  },
@@ -110,98 +110,98 @@
110
110
  {
111
111
  "canonical_name": "fast-mode",
112
112
  "type": "official",
113
- "content_sha256": "87a276cc34273ebec2699c3ba3be1bf8ec58e796bc5ebb1202ee321d61a17b7a",
113
+ "content_sha256": "2dde984d59da8f3a3954f674008400ba056434af3e5ddca3a78f52c6c9ac25f3",
114
114
  "hash_history": [],
115
115
  "deprecated_aliases": []
116
116
  },
117
117
  {
118
118
  "canonical_name": "fast-off",
119
119
  "type": "official",
120
- "content_sha256": "77fdab9100a33c6b0af905c6a4684c803c1e3bbf4700ca90770371c5b0307c55",
120
+ "content_sha256": "ad766e6e3e0255ea373f55ece74076d9ad46c0bc573449abbb7098ee4610df38",
121
121
  "hash_history": [],
122
122
  "deprecated_aliases": []
123
123
  },
124
124
  {
125
125
  "canonical_name": "fast-on",
126
126
  "type": "official",
127
- "content_sha256": "ecce7e5bbc0b5c722ddc77d8e1cf7c67a77709470f16db5f8a0d122886a05843",
127
+ "content_sha256": "b5b15d19ef25b9daf4a84d21e486831f4eadc91e2bb73419181f89ce71a615b5",
128
128
  "hash_history": [],
129
129
  "deprecated_aliases": []
130
130
  },
131
131
  {
132
132
  "canonical_name": "from-chat-img",
133
133
  "type": "official",
134
- "content_sha256": "904453b27eb8296f6a9a868b68eb1ed286016e5356f457629a85de74fa1ccb93",
134
+ "content_sha256": "52eb61ecf1ba460c8b9bc63c6f54b94eac6f05f3a0d3702c99b722c150e85084",
135
135
  "hash_history": [],
136
136
  "deprecated_aliases": []
137
137
  },
138
138
  {
139
139
  "canonical_name": "getdesign-reference",
140
140
  "type": "official",
141
- "content_sha256": "e0533328fe2792829a04ef4e98a0e666166b5472289b15c646f07b4d0760f138",
141
+ "content_sha256": "17251cc2c0a80b0284add59ac71036f74c5bac3f25767dd7b07cd28898c2caa8",
142
142
  "hash_history": [],
143
143
  "deprecated_aliases": []
144
144
  },
145
145
  {
146
146
  "canonical_name": "goal",
147
147
  "type": "official",
148
- "content_sha256": "5b8968533c76d9444cbe94dc6037499924817529958f1f3e076e580053101021",
148
+ "content_sha256": "3cf1191402c466dac9c1ed26438c665a5b320621646a85b71f657c559d8078a4",
149
149
  "hash_history": [],
150
150
  "deprecated_aliases": []
151
151
  },
152
152
  {
153
153
  "canonical_name": "gx",
154
154
  "type": "official",
155
- "content_sha256": "404246a1d89e23e8bdb37646dd1f46516fbee5e8746353a1fd4694979d4d4f85",
155
+ "content_sha256": "f83db34712c04460a967d5c658e9b66f6339f0e174bfaf523616fae04654fdcf",
156
156
  "hash_history": [],
157
157
  "deprecated_aliases": []
158
158
  },
159
159
  {
160
160
  "canonical_name": "gx-visual-generate",
161
161
  "type": "official",
162
- "content_sha256": "24e58c05887290e858febb0941c66db2a28e2414520c8d0dfcb8aeccf07c59b0",
162
+ "content_sha256": "d694f9de7969ac9b9fe84435366a69ec6ecc3b6586c2032a90eddd06f84610c5",
163
163
  "hash_history": [],
164
164
  "deprecated_aliases": []
165
165
  },
166
166
  {
167
167
  "canonical_name": "gx-visual-read",
168
168
  "type": "official",
169
- "content_sha256": "b4f8d97ac195b6e303ff0d76d776a12267455e1a38defd32c3dc58238f188b14",
169
+ "content_sha256": "f8b0ccb105c3e34a728611f5032ac0a2165245a2674695368f7fd1f66d1a306c",
170
170
  "hash_history": [],
171
171
  "deprecated_aliases": []
172
172
  },
173
173
  {
174
174
  "canonical_name": "gx-visual-validate",
175
175
  "type": "official",
176
- "content_sha256": "070e66aa3a339602b3a816eaef7e89b3e4d521337458cf68ccf7671fb6a1b9cf",
176
+ "content_sha256": "7421f4ad65d0f3904d804c63e5944397c8637441089a99fd9d503dd382e5d028",
177
177
  "hash_history": [],
178
178
  "deprecated_aliases": []
179
179
  },
180
180
  {
181
181
  "canonical_name": "help",
182
182
  "type": "official",
183
- "content_sha256": "624f5edc8f6049cb506129549a07de8d5617c1610637fe86773151975a673566",
183
+ "content_sha256": "cef436a0bab77703c78f9721a88509faf502a12f37010df439cac92e05969492",
184
184
  "hash_history": [],
185
185
  "deprecated_aliases": []
186
186
  },
187
187
  {
188
188
  "canonical_name": "honest-mode",
189
189
  "type": "official",
190
- "content_sha256": "d983a6be0ff1cb5d1cf152818a848c6b149c6a6d5c421ed6d5a64d490af93baa",
190
+ "content_sha256": "58421a157487616be68460eacd07d87249617b3a5bd51e6b64a07ef4d9fb4ae9",
191
191
  "hash_history": [],
192
192
  "deprecated_aliases": []
193
193
  },
194
194
  {
195
195
  "canonical_name": "hproof-claim-ledger",
196
196
  "type": "official",
197
- "content_sha256": "78a0a676f1521d754a718a9df804cc725166ec218775ab3fac131f6ba3bfec90",
197
+ "content_sha256": "7bf1b3726d2b697a49fed17bdf92a3b749f41e04aea9c7398fc92639457f7c4e",
198
198
  "hash_history": [],
199
199
  "deprecated_aliases": []
200
200
  },
201
201
  {
202
202
  "canonical_name": "hproof-evidence-bind",
203
203
  "type": "official",
204
- "content_sha256": "df85a339465fe3b4ff70a6c8df3747f59755114315b921f1df6c1f9dfec7192e",
204
+ "content_sha256": "635a0f3e39ec2c833a11aea36857aedb850f8a551b3b90b0c2894b3eb645db53",
205
205
  "hash_history": [],
206
206
  "deprecated_aliases": []
207
207
  },
@@ -215,14 +215,14 @@
215
215
  {
216
216
  "canonical_name": "imagegen",
217
217
  "type": "official",
218
- "content_sha256": "75c66bc823cf804d7e691ad52da0f02f7946661f01cbea248f246171ad82f6bb",
218
+ "content_sha256": "600e35cf87baf97411faebb1e5370e15b3573b7c9504597817511a3932bdc51b",
219
219
  "hash_history": [],
220
220
  "deprecated_aliases": []
221
221
  },
222
222
  {
223
223
  "canonical_name": "imagegen-source-scout",
224
224
  "type": "official",
225
- "content_sha256": "9598072cbeb219cfdee4297b0536d8abdbbb5fe7275fd9229124c2af49a0237e",
225
+ "content_sha256": "fc2f83fdd360c64e9265b26a4cdb2345fc0d16892aa0b201892909956013b24f",
226
226
  "hash_history": [],
227
227
  "deprecated_aliases": []
228
228
  },
@@ -236,7 +236,7 @@
236
236
  {
237
237
  "canonical_name": "kage-bunshin",
238
238
  "type": "official",
239
- "content_sha256": "4fba30bc703943ff4c0ca495489915ca65daab3b3b1c14e2a8fe62310ebd46a6",
239
+ "content_sha256": "00e235e9c38f94464c1445c0e3390a7ccc68113e2de569def37afcabc6813a76",
240
240
  "hash_history": [],
241
241
  "deprecated_aliases": []
242
242
  },
@@ -250,14 +250,14 @@
250
250
  {
251
251
  "canonical_name": "mad-db",
252
252
  "type": "official",
253
- "content_sha256": "e91698bef9e29a3227f47c20345ba3fcd58e08e4f64ada6e519b404d5ba29eaa",
253
+ "content_sha256": "81706feee9b3141a1a3095b84aaca418b8fc0e91351ff2d9a1043e979825ee5b",
254
254
  "hash_history": [],
255
255
  "deprecated_aliases": []
256
256
  },
257
257
  {
258
258
  "canonical_name": "mad-sks",
259
259
  "type": "official",
260
- "content_sha256": "f3e7a37b85f3f28e705795f95603262ff7fd68e027fb33545f618b5484691c8c",
260
+ "content_sha256": "1cd78a2455b8bdede7423bcba36fbfd986f225d059c7d325f62b06465f42aadb",
261
261
  "hash_history": [],
262
262
  "deprecated_aliases": []
263
263
  },
@@ -273,35 +273,35 @@
273
273
  {
274
274
  "canonical_name": "performance-evaluator",
275
275
  "type": "official",
276
- "content_sha256": "e3dff0432f45ac88fc55092d094305f96743e8f53248a4d7dbda74e880c8ab36",
276
+ "content_sha256": "2f336e13330972dbd96dab8791f96f1f1583494cbab934c36a9cba3f38724216",
277
277
  "hash_history": [],
278
278
  "deprecated_aliases": []
279
279
  },
280
280
  {
281
281
  "canonical_name": "pipeline-runner",
282
282
  "type": "official",
283
- "content_sha256": "f7bae983e333f128da12b3aa0c82e163a5db9b9c2b82ce431bc797bfacf527f1",
283
+ "content_sha256": "1c737bc9763882cd38d3e65948c8fad7b6fbbe9f4490972904976d21d82cca55",
284
284
  "hash_history": [],
285
285
  "deprecated_aliases": []
286
286
  },
287
287
  {
288
288
  "canonical_name": "plan",
289
289
  "type": "official",
290
- "content_sha256": "18e6110f93a485ad36ba126f0b5b1e1989cd24a6bf58769b27d0a9447ad78c9c",
290
+ "content_sha256": "d671f1517816c3a9bed743e6d0e2e32ae4ffa367f7fb82df0cd030320a109056",
291
291
  "hash_history": [],
292
292
  "deprecated_aliases": []
293
293
  },
294
294
  {
295
295
  "canonical_name": "ppt",
296
296
  "type": "official",
297
- "content_sha256": "9507cc5baa609eb008b67c2518284397dcccb5f5671e31be92b3af3fd378246e",
297
+ "content_sha256": "b1c4484c2e74114c096c897415eca2df77e2aec35782bcea71dc6ea6b4478ca8",
298
298
  "hash_history": [],
299
299
  "deprecated_aliases": []
300
300
  },
301
301
  {
302
302
  "canonical_name": "prompt-pipeline",
303
303
  "type": "official",
304
- "content_sha256": "5842d1a5ac0241d8d5ea7d50b4575719d03cf04cca265cd61fce82b0970134ee",
304
+ "content_sha256": "7474939aa6643965678b3ba50a543fd518742f6deb95ea71ea02e187f3570a31",
305
305
  "hash_history": [],
306
306
  "deprecated_aliases": []
307
307
  },
@@ -317,21 +317,21 @@
317
317
  {
318
318
  "canonical_name": "reasoning-router",
319
319
  "type": "official",
320
- "content_sha256": "2f53b91193b4e2aefa492a0c1021f5c34828506d3a255a85055dda61a0dfab8e",
320
+ "content_sha256": "35fd107c2633aaea1f73f4c5b097de509c88a34d163f5e6ee0d9160884402a13",
321
321
  "hash_history": [],
322
322
  "deprecated_aliases": []
323
323
  },
324
324
  {
325
325
  "canonical_name": "reflection",
326
326
  "type": "official",
327
- "content_sha256": "da0f4aa7216a6038cec0381cb86f6b52e450cc6f661321776f137529b0e37066",
327
+ "content_sha256": "a10a5d1e6efabe97b75f3de0a2d84067823c3c361d12c6d63b4fc6ea6200e21b",
328
328
  "hash_history": [],
329
329
  "deprecated_aliases": []
330
330
  },
331
331
  {
332
332
  "canonical_name": "release-review",
333
333
  "type": "official",
334
- "content_sha256": "26601dbd1675d6ae1e281d470cacce8bed9f0b1c54c08f331739565860fa9256",
334
+ "content_sha256": "11ea919af92fa3ec7edda4096ed21e7369a12fe4241938578784e0d13384ef86",
335
335
  "hash_history": [],
336
336
  "deprecated_aliases": []
337
337
  },
@@ -345,14 +345,14 @@
345
345
  {
346
346
  "canonical_name": "research-discovery",
347
347
  "type": "official",
348
- "content_sha256": "191e3012d661a307116a146577d04a93d72d003f9d45340d9cc535c7c88c85ce",
348
+ "content_sha256": "6b288cdded05dc22119ed90f2a7f196670c1548d810414fbb067b4f4d9702c8a",
349
349
  "hash_history": [],
350
350
  "deprecated_aliases": []
351
351
  },
352
352
  {
353
353
  "canonical_name": "review",
354
354
  "type": "official",
355
- "content_sha256": "11ad15cba89d8bb93419ab4a9a89fb552a98d8e5c875a02baad4736416b14f48",
355
+ "content_sha256": "68ad426654dd4ceb41e8ee7bb50cb5654f09d0b29f85c3904179a4de2c1c210f",
356
356
  "hash_history": [],
357
357
  "deprecated_aliases": []
358
358
  },
@@ -373,14 +373,14 @@
373
373
  {
374
374
  "canonical_name": "shadow-clone",
375
375
  "type": "official",
376
- "content_sha256": "e511297609c1c7ee02fde59ca44c9b5388d7235bd64fc21dd9d4cf64edc3b30c",
376
+ "content_sha256": "61210836ed5f1d9c95b39d5639afca814600e1941c28c563bde70072a98aa150",
377
377
  "hash_history": [],
378
378
  "deprecated_aliases": []
379
379
  },
380
380
  {
381
381
  "canonical_name": "sks",
382
382
  "type": "official",
383
- "content_sha256": "e9a7653f039682fa16bd8e5a8399263c93edbb270df8b7cddb8d601052078cf0",
383
+ "content_sha256": "f8fb292d072a89d651d815967646f999646dd26d9954c22632919b66ea418416",
384
384
  "hash_history": [],
385
385
  "deprecated_aliases": [
386
386
  "ralph",
@@ -392,28 +392,28 @@
392
392
  {
393
393
  "canonical_name": "solution-scout",
394
394
  "type": "official",
395
- "content_sha256": "e514dad70a4ec32497276078cc1ef48a84597220e8fc7dd68d89567042ba7ec1",
395
+ "content_sha256": "9c0e7c322868feae51508b47e3b08a48edda67748a9ed7f1ebc3f0cd7c3de3fb",
396
396
  "hash_history": [],
397
397
  "deprecated_aliases": []
398
398
  },
399
399
  {
400
400
  "canonical_name": "super-search",
401
401
  "type": "official",
402
- "content_sha256": "a0d2b44654d242fa7556eaaed8a99628a35f4be7cc8dc5eedfda5754d6c884b5",
402
+ "content_sha256": "fdd53664a721bf16066b2f8efb25ab07328aca286334d9f02c5a4ba40ea9d146",
403
403
  "hash_history": [],
404
404
  "deprecated_aliases": []
405
405
  },
406
406
  {
407
407
  "canonical_name": "swarm",
408
408
  "type": "official",
409
- "content_sha256": "8320c771fcd9aa0a15a6e11c4b08b26fd664dfab7be998789acd0ae6572fbe5c",
409
+ "content_sha256": "9735a5cd9e5518b8e19fe112df0589d0184c35be1a8abf99a87a5b47ef5d1c1e",
410
410
  "hash_history": [],
411
411
  "deprecated_aliases": []
412
412
  },
413
413
  {
414
414
  "canonical_name": "team",
415
415
  "type": "official",
416
- "content_sha256": "24feba37f46031a3154ada5a714f196682afd554461c3f945fe8aaac7764055a",
416
+ "content_sha256": "1c8a662fed4b757f9a948d03adb18f1778eefd2cc638ae57934a62363a9d2339",
417
417
  "hash_history": [],
418
418
  "deprecated_aliases": [
419
419
  "agent-team"
@@ -422,35 +422,35 @@
422
422
  {
423
423
  "canonical_name": "turbo-context-pack",
424
424
  "type": "official",
425
- "content_sha256": "88ce568724aee1974fdfb13243dd39ac32cc5ad469abade7a014b07464ac7c68",
425
+ "content_sha256": "60bdc65e1e10f0cf3d63affee52f24851d6d6470926fe513de4c2cdf69064ea0",
426
426
  "hash_history": [],
427
427
  "deprecated_aliases": []
428
428
  },
429
429
  {
430
430
  "canonical_name": "ui-ux-review",
431
431
  "type": "official",
432
- "content_sha256": "35c0ed5149b20b8c9e270d7281757003cbf8c73d94fca910b1618cb027f9c699",
432
+ "content_sha256": "52f18b10906ef131d167bc5fcc3b36326ac6da328b1bbbff6433687c5b4dc192",
433
433
  "hash_history": [],
434
434
  "deprecated_aliases": []
435
435
  },
436
436
  {
437
437
  "canonical_name": "ux-review",
438
438
  "type": "official",
439
- "content_sha256": "e5bbf0e1f1580254cd46742ccc83d97af8f282dec8abcc7da1af0cd70fb9720a",
439
+ "content_sha256": "2e2de6b2337dedf43f2ce0ee9daf0ea7f01d0ccbdf1264ef370c85eb35e6c731",
440
440
  "hash_history": [],
441
441
  "deprecated_aliases": []
442
442
  },
443
443
  {
444
444
  "canonical_name": "visual-review",
445
445
  "type": "official",
446
- "content_sha256": "8b3c921312f3440fcbd9dd6b2ea27613660f85d515f0babad9d11499582f5546",
446
+ "content_sha256": "d9c31b740e8a2bf60d6c245334eeaa3870fc4e4df0886548c12ec2804f9f1d96",
447
447
  "hash_history": [],
448
448
  "deprecated_aliases": []
449
449
  },
450
450
  {
451
451
  "canonical_name": "wiki",
452
452
  "type": "official",
453
- "content_sha256": "05da2a82b5a20db708e130aaa6eca3e6c9cada85bb1383213a1057651c05f0f7",
453
+ "content_sha256": "52486d2dd195a5b1e978e8f4c6ed48018a0863e87b0bd882447258b26e1ca4cd",
454
454
  "hash_history": [],
455
455
  "deprecated_aliases": [
456
456
  "wiki-refresh",
@@ -460,21 +460,21 @@
460
460
  {
461
461
  "canonical_name": "with-local-llm-off",
462
462
  "type": "official",
463
- "content_sha256": "f34e912acc5fb9a385012f5ecdb3b7217a5077c843a9c0266d884934638babef",
463
+ "content_sha256": "1d4a4553a7dd6f23c870d8eb01c3c6e21c2456e8a2e2bc56989bebeb194bf213",
464
464
  "hash_history": [],
465
465
  "deprecated_aliases": []
466
466
  },
467
467
  {
468
468
  "canonical_name": "with-local-llm-on",
469
469
  "type": "official",
470
- "content_sha256": "c7544cc002cc93a257b0f3d528353b8157f215a4cd9fbc96a5227c0a771a45fd",
470
+ "content_sha256": "85f6703fd5680a4cdb4addb4b8effc4e1a76a144dbebc934431af96e8882bd25",
471
471
  "hash_history": [],
472
472
  "deprecated_aliases": []
473
473
  },
474
474
  {
475
475
  "canonical_name": "work",
476
476
  "type": "official",
477
- "content_sha256": "a5411185a48af520d080ddde5ce87e226e2a7c1a9ec7dee170d8246ef964be06",
477
+ "content_sha256": "a7940e696e27f2d3ce5b22974f32cd2a25916722540f2b836bcacfd0c2fa55b8",
478
478
  "hash_history": [],
479
479
  "deprecated_aliases": []
480
480
  }
@@ -1,5 +1,4 @@
1
1
  import { codexModelEffortCapability } from '../codex-control/codex-model-capabilities.js';
2
- import { GPT54_MINI_CODEX_MODEL, REQUIRED_CODEX_MODEL } from '../codex-model-guard.js';
3
2
  import { GLM_52_OPENROUTER_MODEL } from '../providers/glm/glm-52-settings.js';
4
3
  const XHIGH_SIGNAL_RE = /(frontier|autoresearch|novelty|hypothesis|falsif|forensic|from-chat-img|image\s*work\s*order|새로운\s*연구|가설|포렌식)/i;
5
4
  const HIGH_SIGNAL_RE = /(database|supabase|sql|migration|security|permission|mad|release|publish|deploy|architecture|policy|schema|hook|rollback|db|보안|배포|마이그레이션|데이터베이스|권한|릴리즈)/i;
@@ -130,15 +129,16 @@ export function buildAgentEffortPolicy(roster = {}) {
130
129
  policy_version: 1,
131
130
  dynamic: true,
132
131
  service_tier: 'fast',
133
- allowed_models: [GPT54_MINI_CODEX_MODEL, REQUIRED_CODEX_MODEL, GLM_52_OPENROUTER_MODEL],
134
- model_tiers: ['gpt-5.4-mini', `${REQUIRED_CODEX_MODEL}-low`, `${REQUIRED_CODEX_MODEL}-high`, 'glm-5.2-minimal', 'glm-5.2-low', 'glm-5.2-high', 'glm-5.2-xhigh'],
132
+ model_catalog_policy: 'codex_catalog_passthrough',
133
+ model_constraint: null,
134
+ model_tiers: ['codex-selected-low', 'codex-selected-medium', 'codex-selected-high', 'codex-selected-xhigh', 'glm-5.2-minimal', 'glm-5.2-low', 'glm-5.2-high', 'glm-5.2-xhigh'],
135
135
  allowed_efforts: codexModelEffortCapability().advertised_efforts,
136
136
  model_effort_capability: codexModelEffortCapability(),
137
137
  max_agents: roster.max_agents || 20,
138
138
  agent_count: roster.agent_count || decisions.length,
139
139
  concurrency: roster.concurrency || decisions.length,
140
140
  decisions,
141
- rule: `Parent orchestration assigns per-agent model tiers from prompt risk, persona role, lease ownership, and proof state: simple bounded GPT workers can downshift to gpt-5.4-mini; ordinary GPT workers use ${REQUIRED_CODEX_MODEL} low; risky GPT lanes use ${REQUIRED_CODEX_MODEL} high. In GLM mode, native workers stay on z-ai/glm-5.2 and receive GLM effort tiers.`
141
+ rule: 'Codex/OpenAI workers inherit the current Codex-selected model, including future catalog entries; SKS changes only advertised reasoning effort. Explicit non-Codex provider modes retain their provider model.'
142
142
  };
143
143
  }
144
144
  export function reasoningProfileName(effort) {
@@ -165,9 +165,8 @@ function effortReason(effort) {
165
165
  return 'default_orchestration_slice';
166
166
  }
167
167
  export function decideAgentWorkerModel(input = {}) {
168
- const mainModel = String(input.mainModel || process.env.SKS_CODEX_MODEL || process.env.CODEX_MODEL || REQUIRED_CODEX_MODEL).trim();
168
+ const mainModel = String(input.mainModel || process.env.SKS_CODEX_MODEL || process.env.CODEX_MODEL || '').trim();
169
169
  const glmMain = isGlmWorkerMode(mainModel);
170
- const gptMain = !glmMain && (!mainModel || /^gpt-/i.test(mainModel));
171
170
  const effort = String(input.effort || 'medium');
172
171
  const text = [input.prompt, input.role, input.agentId, input.writePolicy].map((item) => String(item || '')).join(' ');
173
172
  const simpleText = [input.prompt, input.role, input.agentId].map((item) => String(item || '')).join(' ');
@@ -183,41 +182,23 @@ export function decideAgentWorkerModel(input = {}) {
183
182
  reason: `glm_52_${glmEffort}_worker`
184
183
  };
185
184
  }
186
- if (gptMain && risky) {
187
- return {
188
- model: REQUIRED_CODEX_MODEL,
189
- model_reasoning_effort: 'high',
190
- model_tier: `${REQUIRED_CODEX_MODEL}-high`,
191
- model_profile: `sks-agent-${REQUIRED_CODEX_MODEL}-high-fast`,
192
- reason: 'risk_signal_worker'
193
- };
194
- }
195
- if (gptMain && (simple || effort === 'low')) {
196
- return {
197
- model: GPT54_MINI_CODEX_MODEL,
198
- model_reasoning_effort: 'low',
199
- model_tier: 'gpt-5.4-mini',
200
- model_profile: 'sks-agent-gpt-5.4-mini-fast',
201
- reason: simple ? 'simple_code_or_docs_slice_downshift' : 'low_effort_worker_downshift'
202
- };
203
- }
204
- if (gptMain && (effort === 'high' || effort === 'xhigh')) {
205
- return {
206
- model: REQUIRED_CODEX_MODEL,
207
- model_reasoning_effort: 'high',
208
- model_tier: `${REQUIRED_CODEX_MODEL}-high`,
209
- model_profile: `sks-agent-${REQUIRED_CODEX_MODEL}-high-fast`,
210
- reason: 'risk_or_high_effort_worker'
211
- };
212
- }
185
+ const modelEffort = risky || effort === 'high' || effort === 'xhigh'
186
+ ? 'high'
187
+ : simple || effort === 'low'
188
+ ? 'low'
189
+ : 'medium';
190
+ const modelLabel = mainModel || 'codex-selected';
213
191
  return {
214
- model: gptMain ? REQUIRED_CODEX_MODEL : mainModel || REQUIRED_CODEX_MODEL,
215
- model_reasoning_effort: 'low',
216
- model_tier: `${REQUIRED_CODEX_MODEL}-low`,
217
- model_profile: `sks-agent-${REQUIRED_CODEX_MODEL}-low-fast`,
218
- reason: gptMain ? 'ordinary_worker_main_gpt_low' : 'non_gpt_main_model_preserved'
192
+ model: mainModel,
193
+ model_reasoning_effort: modelEffort,
194
+ model_tier: `${modelLabel}-${modelEffort}`,
195
+ model_profile: `sks-agent-${safeProfileSegment(modelLabel)}-${modelEffort}-fast`,
196
+ reason: mainModel ? 'explicit_model_preserved' : 'codex_catalog_model_inherited'
219
197
  };
220
198
  }
199
+ function safeProfileSegment(value) {
200
+ return String(value || 'codex-selected').toLowerCase().replace(/[^a-z0-9.-]+/g, '-').replace(/^-+|-+$/g, '') || 'codex-selected';
201
+ }
221
202
  function isGlmWorkerMode(mainModel) {
222
203
  const model = String(mainModel || '').trim().toLowerCase();
223
204
  return model === GLM_52_OPENROUTER_MODEL
@@ -13,7 +13,7 @@ import { writeAgentProofEvidence } from './agent-proof-evidence.js';
13
13
  import { selectRouteSkill, skillProofRecord } from '../skills/core-skill-runtime.js';
14
14
  import { routeSkillId } from '../skills/core-skill-card.js';
15
15
  import { loadTriWikiRuntimeContext, writeTriWikiContextArtifact } from '../triwiki-runtime.js';
16
- import { MAX_AGENT_COUNT, normalizeAgentBackend } from './agent-schema.js';
16
+ import { DEFAULT_AGENT_CONCURRENCY, MAX_AGENT_COUNT, normalizeAgentBackend } from './agent-schema.js';
17
17
  import { PersistentAgentPatchQueueStore } from './agent-patch-queue-store.js';
18
18
  import { applyAgentPatchQueueEntry, rollbackAgentPatchApply } from './agent-patch-apply-worker.js';
19
19
  import { coordinateAgentPatchMerge, writeAgentMergeCoordinatorArtifacts } from './agent-merge-coordinator.js';
@@ -110,7 +110,7 @@ export async function runNativeAgentOrchestrator(opts = {}) {
110
110
  })
111
111
  }));
112
112
  const targetActiveSlots = normalizeTargetActiveSlots(opts.targetActiveSlots ?? opts.agents ?? roster.agent_count, maxAgentCount);
113
- const visualLaneCount = normalizeVisualLaneCount(opts.visualLaneCount ?? opts.clones ?? opts.agents ?? roster.agent_count, roster.agent_count, maxAgentCount);
113
+ const visualLaneCount = normalizeVisualLaneCount(opts.visualLaneCount ?? opts.clones ?? opts.agents ?? roster.agent_count, roster.agent_count, Math.min(maxAgentCount, DEFAULT_AGENT_CONCURRENCY));
114
114
  const desiredWorkItemCount = normalizeDesiredWorkItemCount(opts.desiredWorkItemCount, opts.minimumWorkItems, targetActiveSlots);
115
115
  const minimumWorkItems = normalizeMinimumWorkItems(opts.minimumWorkItems, targetActiveSlots);
116
116
  const sourceIntelligence = await runSourceIntelligence({ root, missionDir: dir, route, query: prompt, offline: true, context7Available: true });
@@ -24,29 +24,35 @@ export async function repairAgentRoleConfigs(input) {
24
24
  const created = [];
25
25
  const repaired = [];
26
26
  const existing = [];
27
+ const projectAgentsDir = path.join(root, '.codex', 'agents');
27
28
  for (const role of MANAGED_AGENT_ROLES) {
28
29
  const file = role.filename;
29
30
  const content = managedAgentRoleContent(role);
30
- const found = candidates.find((dir) => fs.existsSync(path.join(dir, file)));
31
- if (found) {
32
- const foundPath = path.join(found, file);
31
+ const foundPaths = candidates.map((dir) => path.join(dir, file)).filter((filePath) => fs.existsSync(filePath));
32
+ let managedCopyFound = false;
33
+ for (const foundPath of foundPaths) {
33
34
  const text = fs.readFileSync(foundPath, 'utf8');
34
35
  if (isValidRoleConfig(text, role)) {
36
+ managedCopyFound = true;
35
37
  existing.push(path.relative(root, foundPath) || foundPath);
36
38
  continue;
37
39
  }
40
+ const projectOwnedByFilename = foundPath.startsWith(`${projectAgentsDir}${path.sep}`);
41
+ if (!projectOwnedByFilename && !managedAgentRoleOwnsText(text, role))
42
+ continue;
43
+ managedCopyFound = true;
38
44
  stale.push(file);
39
45
  if (input.apply) {
40
- const target = foundPath.startsWith(path.join(root, '.codex', 'agents')) ? foundPath : path.join(root, '.codex', 'agents', file);
41
- await ensureDir(path.dirname(target));
42
- await writeTextAtomic(target, content);
43
- repaired.push(path.relative(root, target));
46
+ await ensureDir(path.dirname(foundPath));
47
+ await writeTextAtomic(foundPath, content);
48
+ repaired.push(path.relative(root, foundPath) || foundPath);
44
49
  }
45
- continue;
46
50
  }
51
+ if (managedCopyFound)
52
+ continue;
47
53
  missing.push(file);
48
54
  if (input.apply) {
49
- const target = path.join(root, '.codex', 'agents', file);
55
+ const target = path.join(projectAgentsDir, file);
50
56
  await ensureDir(path.dirname(target));
51
57
  await writeTextAtomic(target, content);
52
58
  created.push(path.relative(root, target));
@@ -75,6 +81,7 @@ export async function repairAgentRoleConfigs(input) {
75
81
  function isValidRoleConfig(text, role) {
76
82
  return managedAgentRoleOwnsText(text, role)
77
83
  && text.includes('description = "')
78
- && text.includes('developer_instructions = """');
84
+ && text.includes('developer_instructions = """')
85
+ && !/^\s*(?:model|model_reasoning_effort)\s*=/m.test(text);
79
86
  }
80
87
  //# sourceMappingURL=agent-role-config.js.map