sneakoscope 5.7.0 → 5.8.0
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/README.md +1 -1
- package/crates/sks-core/Cargo.lock +1 -1
- package/crates/sks-core/Cargo.toml +1 -1
- package/crates/sks-core/src/main.rs +1 -1
- package/dist/bin/sks.js +1 -1
- package/dist/cli/command-registry.js +1 -2
- package/dist/cli/{insane-search-command.js → super-search-command.js} +96 -55
- package/dist/cli/xai-command.js +7 -7
- package/dist/config/skills-manifest.json +63 -70
- package/dist/core/agents/agent-codex-cockpit.js +3 -3
- package/dist/core/agents/agent-orchestrator.js +20 -2
- package/dist/core/agents/agent-wrongness.js +1 -1
- package/dist/core/agents/native-cli-session-swarm.js +14 -1
- package/dist/core/agents/parallel-runtime-proof.js +82 -8
- package/dist/core/commands/gc-command.js +12 -6
- package/dist/core/commands/run-command.js +20 -18
- package/dist/core/feature-fixtures.js +15 -8
- package/dist/core/fsx.js +1 -1
- package/dist/core/init/skills.js +1 -2
- package/dist/core/mission.js +41 -15
- package/dist/core/release-parallel-full-coverage.js +1 -1
- package/dist/core/retention.js +1 -1
- package/dist/core/routes/constants.js +2 -2
- package/dist/core/routes.js +150 -52
- package/dist/core/source-intelligence/source-intelligence-policy.js +5 -5
- package/dist/core/source-intelligence/source-intelligence-proof.js +8 -8
- package/dist/core/source-intelligence/source-intelligence-runner.js +16 -16
- package/dist/core/strategy/strategy-gate.js +2 -1
- package/dist/core/super-search/runtime-helpers.js +289 -0
- package/dist/core/super-search/runtime.js +259 -0
- package/dist/core/super-search/source-records.js +96 -0
- package/dist/core/super-search/types.js +3 -0
- package/dist/core/trust-kernel/trust-report.js +3 -3
- package/dist/core/verification/real-evidence-policy.js +55 -0
- package/dist/core/version.js +1 -1
- package/dist/scripts/agent-visual-consistency-check.js +1 -1
- package/dist/scripts/check-architecture.js +0 -1
- package/dist/scripts/mutation-callsite-coverage-check.js +7 -0
- package/dist/scripts/release-metadata-1-19-check.js +2 -2
- package/dist/scripts/release-parallel-check.js +2 -2
- package/dist/scripts/release-parallel-full-coverage-check.js +1 -1
- package/dist/scripts/sks-1-18-gate-lib.js +2 -2
- package/dist/scripts/source-intelligence-all-modes-check.js +2 -2
- package/dist/scripts/source-intelligence-policy-check.js +1 -1
- package/dist/scripts/super-search-name-guard-check.js +98 -0
- package/dist/scripts/{ultra-search-provider-interface-check.js → super-search-provider-interface-check.js} +9 -9
- package/dist/scripts/trust-fixture-check.js +19 -6
- package/package.json +9 -3
- package/schemas/agents/parallel-runtime-proof.schema.json +17 -1
- package/dist/core/ultra-search/runtime.js +0 -502
- package/dist/core/ultra-search/types.js +0 -3
- package/dist/scripts/release-readiness-report.js +0 -1262
- /package/dist/core/{ultra-search → super-search}/index.js +0 -0
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "sks.skills-manifest.v1",
|
|
3
|
-
"package_version": "5.
|
|
3
|
+
"package_version": "5.8.0",
|
|
4
4
|
"skills": [
|
|
5
5
|
{
|
|
6
6
|
"canonical_name": "answer",
|
|
7
7
|
"type": "official",
|
|
8
|
-
"content_sha256": "
|
|
8
|
+
"content_sha256": "f79208cf25995944676ce87bebc3c0b4e71bf15e66df9a4ca17cc7ef175dabe1",
|
|
9
9
|
"hash_history": [],
|
|
10
10
|
"deprecated_aliases": []
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"canonical_name": "autoresearch",
|
|
14
14
|
"type": "official",
|
|
15
|
-
"content_sha256": "
|
|
15
|
+
"content_sha256": "eec49ff3b2c38f8172220f592bf10ab00f6f897e984050afadb070ff15c22aba",
|
|
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": "
|
|
22
|
+
"content_sha256": "0c1615b90e00b132078bcbefb537c3c97601d56d761009ac72623651df29645f",
|
|
23
23
|
"hash_history": [],
|
|
24
24
|
"deprecated_aliases": []
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"canonical_name": "commit",
|
|
28
28
|
"type": "official",
|
|
29
|
-
"content_sha256": "
|
|
29
|
+
"content_sha256": "6efee9faf300f6114ae7e5372d5739a9b2626dc1d59822f5d42818878ee23207",
|
|
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": "
|
|
36
|
+
"content_sha256": "97270203c682a1d1857414f8f33463cedac8c16ec11b348daef8ba8601975951",
|
|
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": "
|
|
50
|
+
"content_sha256": "6a07de08fb0055e3068eba454199d87a46081d192814ea027ada0cff839a3931",
|
|
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": "
|
|
57
|
+
"content_sha256": "611d7069dcbe4ddcae1795d59a43552a19af919df2d1488eb4f24da5515b47c8",
|
|
58
58
|
"hash_history": [],
|
|
59
59
|
"deprecated_aliases": []
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"canonical_name": "cu",
|
|
63
63
|
"type": "official",
|
|
64
|
-
"content_sha256": "
|
|
64
|
+
"content_sha256": "571c19cb5005d4545df23d1ca368c75a5aeacb40ba51856735d6b7a701bfce83",
|
|
65
65
|
"hash_history": [],
|
|
66
66
|
"deprecated_aliases": []
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"canonical_name": "db",
|
|
70
70
|
"type": "official",
|
|
71
|
-
"content_sha256": "
|
|
71
|
+
"content_sha256": "72b1a925bfda580c5dd39984f1357a30de33f154a28d72d63a89a1e85de5e2a3",
|
|
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": "
|
|
78
|
+
"content_sha256": "51038103a8027d81812e0c449c20071d34e6d658aae5c719925cdddee34789e8",
|
|
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": "
|
|
85
|
+
"content_sha256": "ce569558aaf310c9ad8001b0e7ed30914d7165da800307bd07900ffee27b50f6",
|
|
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": "
|
|
92
|
+
"content_sha256": "07bc128e25e4afddc905986783c693ed1d09dbae252744dd9f1dc00305b126a6",
|
|
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": "
|
|
99
|
+
"content_sha256": "1b31a461b9adf439daf0e0f7417e893938992fa4a3c4297c6ca9c94586ceb6dc",
|
|
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": "
|
|
113
|
+
"content_sha256": "90dbd681fbc3528959df0919a1b9cd294833b96d7348430180d00e2a0ea01ed4",
|
|
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": "
|
|
120
|
+
"content_sha256": "a4d55c2fff0aee684049cc8f352d33ec028f93122df4d7abde7285f27cd997f2",
|
|
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": "
|
|
127
|
+
"content_sha256": "9d79577a5d4d741a493ea6d1701e919ff8f8e1b24cb80d98cb5e35beb3dc81b3",
|
|
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": "
|
|
134
|
+
"content_sha256": "d8ed62b7624aed10943c46d928edd417711930628af4b8b7d0c8b1cb75ffe26c",
|
|
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": "
|
|
141
|
+
"content_sha256": "c204edffe8246947493b2cb39fba4d476ff6d3a4b45b8e1c82fcdfbd43a4f234",
|
|
142
142
|
"hash_history": [],
|
|
143
143
|
"deprecated_aliases": []
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"canonical_name": "goal",
|
|
147
147
|
"type": "official",
|
|
148
|
-
"content_sha256": "
|
|
148
|
+
"content_sha256": "924e79c030a566fa641fa213a4db373d6413f12ef59f51db4424d4468a19088b",
|
|
149
149
|
"hash_history": [],
|
|
150
150
|
"deprecated_aliases": []
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"canonical_name": "gx",
|
|
154
154
|
"type": "official",
|
|
155
|
-
"content_sha256": "
|
|
155
|
+
"content_sha256": "8bc88e33bd16d362f909c145f2623ac8b26703b347f200b01821fdeb67ef21ec",
|
|
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": "
|
|
162
|
+
"content_sha256": "f44212bb7fb29bb0f0f910ed2d78796d2658f748dc4e98a1979c42ed024a30fd",
|
|
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": "
|
|
169
|
+
"content_sha256": "2e94f7dc9c41a0ef711d1255b20d85fb238e07b360f868d474c353465d5dd570",
|
|
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": "
|
|
176
|
+
"content_sha256": "58777e57026a78d0254e3268895a3fb9ee2679db87ce19f85f8f9a327af31276",
|
|
177
177
|
"hash_history": [],
|
|
178
178
|
"deprecated_aliases": []
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"canonical_name": "help",
|
|
182
182
|
"type": "official",
|
|
183
|
-
"content_sha256": "
|
|
183
|
+
"content_sha256": "0522d5ed3cdabba4833e4ee007490a8c315282926e94fc8d3e11c8bdf53359aa",
|
|
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": "
|
|
190
|
+
"content_sha256": "0258c1b356a988d9a05fcae717e602fd23401d883b0fc452b4be512b8bc80609",
|
|
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": "
|
|
197
|
+
"content_sha256": "4608998a23b64b0164d7472001ffa36a263edf6698311cc34e6957288c61bbba",
|
|
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": "
|
|
204
|
+
"content_sha256": "ddbb6910bf9626d7dc56839ab87aba9f865541da8dd7ba9f815f22042cf73ccf",
|
|
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": "
|
|
218
|
+
"content_sha256": "f91cda4da39c51d1236e05e792261a6795ab5643ac45e56cd27a8422966bbca4",
|
|
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": "
|
|
225
|
+
"content_sha256": "da5b76918f06399f3605dacb13c4c4765d710266219773713188ae7ea8566000",
|
|
226
226
|
"hash_history": [],
|
|
227
227
|
"deprecated_aliases": []
|
|
228
228
|
},
|
|
@@ -233,17 +233,10 @@
|
|
|
233
233
|
"hash_history": [],
|
|
234
234
|
"deprecated_aliases": []
|
|
235
235
|
},
|
|
236
|
-
{
|
|
237
|
-
"canonical_name": "insane-search",
|
|
238
|
-
"type": "official",
|
|
239
|
-
"content_sha256": "bbd0567ef78178965188400fc87a6e8e1b9db1668489a3805a89b358707f8467",
|
|
240
|
-
"hash_history": [],
|
|
241
|
-
"deprecated_aliases": []
|
|
242
|
-
},
|
|
243
236
|
{
|
|
244
237
|
"canonical_name": "kage-bunshin",
|
|
245
238
|
"type": "official",
|
|
246
|
-
"content_sha256": "
|
|
239
|
+
"content_sha256": "77de5753841a6f660e09d9893d69118d5ee351c2ba5a10822d251f97180b1de8",
|
|
247
240
|
"hash_history": [],
|
|
248
241
|
"deprecated_aliases": []
|
|
249
242
|
},
|
|
@@ -257,14 +250,14 @@
|
|
|
257
250
|
{
|
|
258
251
|
"canonical_name": "mad-db",
|
|
259
252
|
"type": "official",
|
|
260
|
-
"content_sha256": "
|
|
253
|
+
"content_sha256": "9b701b62dcbacaef824a95bc79d97c4d5366aa1cf79fa65480bbe13849e07bdc",
|
|
261
254
|
"hash_history": [],
|
|
262
255
|
"deprecated_aliases": []
|
|
263
256
|
},
|
|
264
257
|
{
|
|
265
258
|
"canonical_name": "mad-sks",
|
|
266
259
|
"type": "official",
|
|
267
|
-
"content_sha256": "
|
|
260
|
+
"content_sha256": "767731a88cbd0d3666aae681576fc8fad907c1793d097e5955a19fcaf83fd98d",
|
|
268
261
|
"hash_history": [],
|
|
269
262
|
"deprecated_aliases": []
|
|
270
263
|
},
|
|
@@ -280,35 +273,35 @@
|
|
|
280
273
|
{
|
|
281
274
|
"canonical_name": "performance-evaluator",
|
|
282
275
|
"type": "official",
|
|
283
|
-
"content_sha256": "
|
|
276
|
+
"content_sha256": "92a40384021b4b42cf8c42dbd2dbdcd7456b82b75f8e89169189459e99534a7f",
|
|
284
277
|
"hash_history": [],
|
|
285
278
|
"deprecated_aliases": []
|
|
286
279
|
},
|
|
287
280
|
{
|
|
288
281
|
"canonical_name": "pipeline-runner",
|
|
289
282
|
"type": "official",
|
|
290
|
-
"content_sha256": "
|
|
283
|
+
"content_sha256": "42201a99f2793142350443ccba349a7dde0faa44b3343077238f20364caa7233",
|
|
291
284
|
"hash_history": [],
|
|
292
285
|
"deprecated_aliases": []
|
|
293
286
|
},
|
|
294
287
|
{
|
|
295
288
|
"canonical_name": "plan",
|
|
296
289
|
"type": "official",
|
|
297
|
-
"content_sha256": "
|
|
290
|
+
"content_sha256": "b9d92cb8497084633716a2bad5039ab2730caad33341b51ebc75417ca643ca52",
|
|
298
291
|
"hash_history": [],
|
|
299
292
|
"deprecated_aliases": []
|
|
300
293
|
},
|
|
301
294
|
{
|
|
302
295
|
"canonical_name": "ppt",
|
|
303
296
|
"type": "official",
|
|
304
|
-
"content_sha256": "
|
|
297
|
+
"content_sha256": "c8860f6528a8cb242266491240adfee9bcf4092a313ce74edc0c1b5013634503",
|
|
305
298
|
"hash_history": [],
|
|
306
299
|
"deprecated_aliases": []
|
|
307
300
|
},
|
|
308
301
|
{
|
|
309
302
|
"canonical_name": "prompt-pipeline",
|
|
310
303
|
"type": "official",
|
|
311
|
-
"content_sha256": "
|
|
304
|
+
"content_sha256": "fa8c8704f213e854131ca6ef613ba3cb593d3b0c0dc3abf98bcc0921f35533bb",
|
|
312
305
|
"hash_history": [],
|
|
313
306
|
"deprecated_aliases": []
|
|
314
307
|
},
|
|
@@ -324,21 +317,21 @@
|
|
|
324
317
|
{
|
|
325
318
|
"canonical_name": "reasoning-router",
|
|
326
319
|
"type": "official",
|
|
327
|
-
"content_sha256": "
|
|
320
|
+
"content_sha256": "813400ccdeb6fb6c4546c045fb071b53596e7bc955672d5fc19a053b59da24c3",
|
|
328
321
|
"hash_history": [],
|
|
329
322
|
"deprecated_aliases": []
|
|
330
323
|
},
|
|
331
324
|
{
|
|
332
325
|
"canonical_name": "reflection",
|
|
333
326
|
"type": "official",
|
|
334
|
-
"content_sha256": "
|
|
327
|
+
"content_sha256": "15c7f8490b0d0e0658c66d4dac859de22bc56c39fff0572f0d2d3cfc4142fd88",
|
|
335
328
|
"hash_history": [],
|
|
336
329
|
"deprecated_aliases": []
|
|
337
330
|
},
|
|
338
331
|
{
|
|
339
332
|
"canonical_name": "release-review",
|
|
340
333
|
"type": "official",
|
|
341
|
-
"content_sha256": "
|
|
334
|
+
"content_sha256": "828a723f83f1ad5e9431d24c2d576d3ad7816465f701ce4fd14f3be87ddc332c",
|
|
342
335
|
"hash_history": [],
|
|
343
336
|
"deprecated_aliases": []
|
|
344
337
|
},
|
|
@@ -352,14 +345,14 @@
|
|
|
352
345
|
{
|
|
353
346
|
"canonical_name": "research-discovery",
|
|
354
347
|
"type": "official",
|
|
355
|
-
"content_sha256": "
|
|
348
|
+
"content_sha256": "3e372ee5a7f391da6efa3852fc8036c7d881c162e2ff99557c0c6afff06a68e0",
|
|
356
349
|
"hash_history": [],
|
|
357
350
|
"deprecated_aliases": []
|
|
358
351
|
},
|
|
359
352
|
{
|
|
360
353
|
"canonical_name": "review",
|
|
361
354
|
"type": "official",
|
|
362
|
-
"content_sha256": "
|
|
355
|
+
"content_sha256": "864e01f4935e9366cdac313f69bca372d9554099dbd1b4f4baa920d092223ead",
|
|
363
356
|
"hash_history": [],
|
|
364
357
|
"deprecated_aliases": []
|
|
365
358
|
},
|
|
@@ -380,14 +373,14 @@
|
|
|
380
373
|
{
|
|
381
374
|
"canonical_name": "shadow-clone",
|
|
382
375
|
"type": "official",
|
|
383
|
-
"content_sha256": "
|
|
376
|
+
"content_sha256": "f6b910507c17efd4642ad45864d75f85fa1d07e86e615052ff082e3caf9791cb",
|
|
384
377
|
"hash_history": [],
|
|
385
378
|
"deprecated_aliases": []
|
|
386
379
|
},
|
|
387
380
|
{
|
|
388
381
|
"canonical_name": "sks",
|
|
389
382
|
"type": "official",
|
|
390
|
-
"content_sha256": "
|
|
383
|
+
"content_sha256": "799de686fc6e9e12fd91a8de8be11e628d77146be2bf75a4e9aa9710febd1f62",
|
|
391
384
|
"hash_history": [],
|
|
392
385
|
"deprecated_aliases": [
|
|
393
386
|
"ralph",
|
|
@@ -399,21 +392,28 @@
|
|
|
399
392
|
{
|
|
400
393
|
"canonical_name": "solution-scout",
|
|
401
394
|
"type": "official",
|
|
402
|
-
"content_sha256": "
|
|
395
|
+
"content_sha256": "531bf707434a9f792e5fc51e7203dd82751b98fe4115e56c184469ef48e1f43b",
|
|
396
|
+
"hash_history": [],
|
|
397
|
+
"deprecated_aliases": []
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"canonical_name": "super-search",
|
|
401
|
+
"type": "official",
|
|
402
|
+
"content_sha256": "a6c809929e6a8ea38d2630b08f3dadf3b948002aed5be0b4d9583915e2e211b1",
|
|
403
403
|
"hash_history": [],
|
|
404
404
|
"deprecated_aliases": []
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"canonical_name": "swarm",
|
|
408
408
|
"type": "official",
|
|
409
|
-
"content_sha256": "
|
|
409
|
+
"content_sha256": "9384d60dbf817f49e0cf3beac592908b56e6d99e381916e9bfd89f124fac06e5",
|
|
410
410
|
"hash_history": [],
|
|
411
411
|
"deprecated_aliases": []
|
|
412
412
|
},
|
|
413
413
|
{
|
|
414
414
|
"canonical_name": "team",
|
|
415
415
|
"type": "official",
|
|
416
|
-
"content_sha256": "
|
|
416
|
+
"content_sha256": "e10721fb28c17df396288d0de4487c5b32e776688d17de0d311219c86ce8955c",
|
|
417
417
|
"hash_history": [],
|
|
418
418
|
"deprecated_aliases": [
|
|
419
419
|
"agent-team"
|
|
@@ -422,42 +422,35 @@
|
|
|
422
422
|
{
|
|
423
423
|
"canonical_name": "turbo-context-pack",
|
|
424
424
|
"type": "official",
|
|
425
|
-
"content_sha256": "
|
|
425
|
+
"content_sha256": "c863c832341883f1da8e8f48a260b6249d6b7662c32b31fb296c3833da170a32",
|
|
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": "
|
|
433
|
-
"hash_history": [],
|
|
434
|
-
"deprecated_aliases": []
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"canonical_name": "ultra-search",
|
|
438
|
-
"type": "official",
|
|
439
|
-
"content_sha256": "0a29313c6a186b618f85ff90406a0dca8d9faf9db3e3d6a4ea21a252c3d36740",
|
|
432
|
+
"content_sha256": "606e284637f67485d827b8c1ff6faec780e59800af91d2f18a44136229971db8",
|
|
440
433
|
"hash_history": [],
|
|
441
434
|
"deprecated_aliases": []
|
|
442
435
|
},
|
|
443
436
|
{
|
|
444
437
|
"canonical_name": "ux-review",
|
|
445
438
|
"type": "official",
|
|
446
|
-
"content_sha256": "
|
|
439
|
+
"content_sha256": "d403149b6269a0b7e507e88cb8e047a89e295a50e4059b0c1484d7101d48f196",
|
|
447
440
|
"hash_history": [],
|
|
448
441
|
"deprecated_aliases": []
|
|
449
442
|
},
|
|
450
443
|
{
|
|
451
444
|
"canonical_name": "visual-review",
|
|
452
445
|
"type": "official",
|
|
453
|
-
"content_sha256": "
|
|
446
|
+
"content_sha256": "1502debe47e2bff34c4cc01449ac5adb14157cb89456e9278e88bebbc357ff33",
|
|
454
447
|
"hash_history": [],
|
|
455
448
|
"deprecated_aliases": []
|
|
456
449
|
},
|
|
457
450
|
{
|
|
458
451
|
"canonical_name": "wiki",
|
|
459
452
|
"type": "official",
|
|
460
|
-
"content_sha256": "
|
|
453
|
+
"content_sha256": "68a75b37a55def764af271dce42530ba7c7f605e11d581c5f54eafa0e4d39f01",
|
|
461
454
|
"hash_history": [],
|
|
462
455
|
"deprecated_aliases": [
|
|
463
456
|
"wiki-refresh",
|
|
@@ -467,21 +460,21 @@
|
|
|
467
460
|
{
|
|
468
461
|
"canonical_name": "with-local-llm-off",
|
|
469
462
|
"type": "official",
|
|
470
|
-
"content_sha256": "
|
|
463
|
+
"content_sha256": "3ebcc1442751de16dbcf3ae0e822fedc0cccd36f8fa3a924581b5e549276ed83",
|
|
471
464
|
"hash_history": [],
|
|
472
465
|
"deprecated_aliases": []
|
|
473
466
|
},
|
|
474
467
|
{
|
|
475
468
|
"canonical_name": "with-local-llm-on",
|
|
476
469
|
"type": "official",
|
|
477
|
-
"content_sha256": "
|
|
470
|
+
"content_sha256": "62353258179115388b288513f4af718e0e198d5b6dbed45aed4e14ddad5cc13b",
|
|
478
471
|
"hash_history": [],
|
|
479
472
|
"deprecated_aliases": []
|
|
480
473
|
},
|
|
481
474
|
{
|
|
482
475
|
"canonical_name": "work",
|
|
483
476
|
"type": "official",
|
|
484
|
-
"content_sha256": "
|
|
477
|
+
"content_sha256": "2d0aaff07707c0f01681a3c93116635e1c2055c2002e6527394f006ac006ce8b",
|
|
485
478
|
"hash_history": [],
|
|
486
479
|
"deprecated_aliases": []
|
|
487
480
|
}
|
|
@@ -72,7 +72,7 @@ export async function buildAgentCodexCockpitState(missionDir, opts = {}) {
|
|
|
72
72
|
janitor_ok: janitor?.ok ?? null,
|
|
73
73
|
proof_status: proof?.status || (proof?.ok ? 'passed' : proof ? 'blocked' : null),
|
|
74
74
|
source_intelligence_status: sourceIntelligence?.ok === true ? sourceIntelligence.mode || 'ok' : sourceIntelligence ? 'blocked' : null,
|
|
75
|
-
|
|
75
|
+
super_search_status: sourceIntelligence?.super_search?.proof?.ok === true ? 'verified' : sourceIntelligence?.super_search ? 'partial' : null,
|
|
76
76
|
codex_web_search_status: sourceIntelligence?.codex_web_search?.status || sourceIntelligence?.policy?.codex_web_search?.status || null,
|
|
77
77
|
goal_mode_status: goalMode?.mode || null,
|
|
78
78
|
terminal_session_status: terminalClosed ? 'closed' : proof ? 'blocked_or_unverified' : null,
|
|
@@ -115,7 +115,7 @@ export function renderAgentCodexDashboard(state) {
|
|
|
115
115
|
`- Concurrency: ${state.concurrency ?? 'unknown'}`,
|
|
116
116
|
`- Proof: ${state.proof_status || 'unknown'}`,
|
|
117
117
|
`- Source intelligence: ${state.source_intelligence_status || 'unknown'}`,
|
|
118
|
-
`-
|
|
118
|
+
`- Super-Search: ${state.super_search_status || 'unknown'}`,
|
|
119
119
|
`- Codex Web Search: ${state.codex_web_search_status || 'unknown'}`,
|
|
120
120
|
`- Goal mode: ${state.goal_mode_status || 'unknown'}`,
|
|
121
121
|
`- Terminal sessions: ${state.terminal_session_status || 'unknown'}`,
|
|
@@ -195,7 +195,7 @@ function summarizeLiveState(state) {
|
|
|
195
195
|
session_generation_count: state.session_generations.length,
|
|
196
196
|
proof_status: state.proof_status,
|
|
197
197
|
source_intelligence_status: state.source_intelligence_status,
|
|
198
|
-
|
|
198
|
+
super_search_status: state.super_search_status,
|
|
199
199
|
codex_web_search_status: state.codex_web_search_status,
|
|
200
200
|
goal_mode_status: state.goal_mode_status,
|
|
201
201
|
terminal_session_status: state.terminal_session_status,
|
|
@@ -146,7 +146,8 @@ export async function runNativeAgentOrchestrator(opts = {}) {
|
|
|
146
146
|
writeCapable,
|
|
147
147
|
visualRequired,
|
|
148
148
|
appshotsOk: sourceIntelligence.appshots?.ok === true,
|
|
149
|
-
sourceIntelligenceOk: sourceIntelligence.ok
|
|
149
|
+
sourceIntelligenceOk: sourceIntelligence.ok,
|
|
150
|
+
sourceIntelligenceRequired: sourceIntelligenceRequiredForWriteGate(sourceIntelligence, route)
|
|
150
151
|
});
|
|
151
152
|
await writeStrategyGateArtifact(dir, strategyGate);
|
|
152
153
|
const strategyRef = {
|
|
@@ -499,7 +500,9 @@ export async function runNativeAgentOrchestrator(opts = {}) {
|
|
|
499
500
|
minActiveWorkers: Math.min(targetActiveSlots, desiredWorkItemCount),
|
|
500
501
|
...(backend === 'codex-sdk' && opts.real === true ? { minSpeedupRatio: 3 } : {}),
|
|
501
502
|
proofMode: opts.mock === true ? 'mock-process' : 'production',
|
|
502
|
-
requireWorkerPids: opts.nativeCliSwarm !== false && targetActiveSlots >= 16
|
|
503
|
+
requireWorkerPids: opts.nativeCliSwarm !== false && targetActiveSlots >= 16,
|
|
504
|
+
requireChangedFiles: writeCapable && effectiveWriteMode === 'parallel',
|
|
505
|
+
minChangedFiles: Math.min(2, desiredWorkItemCount)
|
|
503
506
|
});
|
|
504
507
|
let results = scheduler.results;
|
|
505
508
|
const tournamentSelection = await selectSolutionTournamentWinners(root, ledgerRoot, results);
|
|
@@ -687,6 +690,21 @@ function normalizeMissionHardTimeoutMs(opts = {}, route = '') {
|
|
|
687
690
|
return Math.max(1000, Math.min(Math.floor(raw), 24 * 60 * 60 * 1000));
|
|
688
691
|
return String(route || '').replace(/^\$/, '').toUpperCase() === 'NARUTO' ? 10 * 60 * 1000 : 30 * 60 * 1000;
|
|
689
692
|
}
|
|
693
|
+
function sourceIntelligenceRequiredForWriteGate(sourceIntelligence, route) {
|
|
694
|
+
const policy = sourceIntelligence?.policy || {};
|
|
695
|
+
const mode = String(sourceIntelligence?.mode || policy.mode || '');
|
|
696
|
+
if (String(route || '').replace(/^\$/, '').toLowerCase() === 'super-search')
|
|
697
|
+
return true;
|
|
698
|
+
if (policy.context7?.required === true)
|
|
699
|
+
return true;
|
|
700
|
+
if (policy.requirements?.official_sources === true)
|
|
701
|
+
return true;
|
|
702
|
+
if (policy.requirements?.social_recency === true)
|
|
703
|
+
return true;
|
|
704
|
+
if (policy.requirements?.code_execution_verification === true && mode !== 'offline_cache')
|
|
705
|
+
return true;
|
|
706
|
+
return mode !== 'offline_cache';
|
|
707
|
+
}
|
|
690
708
|
function withFinalGptPatchEnvelopes(results, patchEnvelopes = []) {
|
|
691
709
|
const byAgent = new Map();
|
|
692
710
|
for (const envelope of patchEnvelopes) {
|
|
@@ -11,7 +11,7 @@ const WRONGNESS_MAP = [
|
|
|
11
11
|
['missing_follow_up_schema', /follow_up_work_item|follow_up_work_items|schema_invalid:.*follow_up/],
|
|
12
12
|
['session_generation_missing', /session_generation_open|terminal_close_report_missing|source_intelligence_missing_for_generation|goal_mode_missing_for_generation/],
|
|
13
13
|
['schema_invalid_output', /^schema_invalid:/],
|
|
14
|
-
['
|
|
14
|
+
['super_search_provider_independent_proof_missing', /super_search_provider_independent_proof_missing/],
|
|
15
15
|
['codex_web_search_missing', /codex_web_search_missing/],
|
|
16
16
|
['context7_missing', /context7_missing|docs_context_missing/],
|
|
17
17
|
['stale_heartbeat', /stale_heartbeat/],
|
|
@@ -274,6 +274,7 @@ class NativeCliSessionSwarmRecorder {
|
|
|
274
274
|
status: result.status === 'done' ? 'completed' : 'failed',
|
|
275
275
|
artifacts: result.artifacts || [],
|
|
276
276
|
blockers: result.blockers || [],
|
|
277
|
+
changedFiles: changedFilesFromWorkerResult(result),
|
|
277
278
|
logTail: result.summary || ''
|
|
278
279
|
});
|
|
279
280
|
await this.record(record);
|
|
@@ -649,6 +650,7 @@ class NativeCliSessionSwarmRecorder {
|
|
|
649
650
|
status: parsed.status === 'done' ? 'completed' : 'failed',
|
|
650
651
|
artifacts: [...new Set([...(Array.isArray(parsed.artifacts) ? parsed.artifacts : []), input.stdoutRel, input.stderrRel, path.join(input.workerDirRel, 'zellij-worker-pane.json')])],
|
|
651
652
|
blockers: input.record.blockers,
|
|
653
|
+
changedFiles: changedFilesFromWorkerResult(parsed),
|
|
652
654
|
logTail: parsed.summary || ''
|
|
653
655
|
});
|
|
654
656
|
return validateAgentWorkerResult({
|
|
@@ -752,6 +754,7 @@ class NativeCliSessionSwarmRecorder {
|
|
|
752
754
|
meta: {
|
|
753
755
|
status: input.status,
|
|
754
756
|
artifacts: input.artifacts || [],
|
|
757
|
+
changed_files: input.changedFiles || [],
|
|
755
758
|
blockers: input.blockers || []
|
|
756
759
|
}
|
|
757
760
|
}).catch(() => undefined);
|
|
@@ -956,9 +959,19 @@ function mapTelemetryToParallelEvent(eventType) {
|
|
|
956
959
|
return 'worker_failed';
|
|
957
960
|
return null;
|
|
958
961
|
}
|
|
962
|
+
function changedFilesFromWorkerResult(result) {
|
|
963
|
+
const direct = Array.isArray(result?.changed_files) ? result.changed_files : [];
|
|
964
|
+
const envelopeFiles = (Array.isArray(result?.patch_envelopes) ? result.patch_envelopes : [])
|
|
965
|
+
.flatMap((envelope) => [
|
|
966
|
+
...(Array.isArray(envelope?.changed_files) ? envelope.changed_files : []),
|
|
967
|
+
...(Array.isArray(envelope?.allowed_paths) ? envelope.allowed_paths : []),
|
|
968
|
+
...(Array.isArray(envelope?.operations) ? envelope.operations.map((operation) => operation?.path) : [])
|
|
969
|
+
]);
|
|
970
|
+
return [...new Set([...direct, ...envelopeFiles].map((file) => String(file || '').replace(/\\/g, '/').replace(/^\.\/+/, '')).filter(Boolean))];
|
|
971
|
+
}
|
|
959
972
|
function normalizeParallelPlacement(value) {
|
|
960
973
|
const text = String(value || '');
|
|
961
|
-
if (text === 'zellij-pane' || text === 'process' || text === 'headless')
|
|
974
|
+
if (text === 'zellij-pane' || text === 'process' || text === 'headless' || text === 'headless_by_design_viewport_ui')
|
|
962
975
|
return text;
|
|
963
976
|
return 'unknown';
|
|
964
977
|
}
|