sneakoscope 5.8.0 → 5.9.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/config/competitor-scorecard-baseline.json +97 -0
- package/config/perf-budgets.v1.json +10 -0
- 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 +61 -1
- package/dist/cli/command-registry.js +1 -1
- package/dist/cli/commands-fast.js +20 -0
- package/dist/cli/root-fast.js +48 -0
- package/dist/cli/router.js +3 -0
- package/dist/cli/super-search-command.js +3 -18
- package/dist/commands/doctor.js +56 -24
- package/dist/config/skills-manifest.json +57 -57
- package/dist/core/agents/parallel-write-fixture.js +301 -0
- package/dist/core/doctor/doctor-idempotence.js +93 -0
- package/dist/core/errors/blocker-humanizer.js +13 -0
- package/dist/core/errors/next-action-map.js +56 -0
- package/dist/core/fsx.js +1 -1
- package/dist/core/install/installed-package-smoke.js +121 -0
- package/dist/core/naruto/naruto-active-pool.js +6 -2
- package/dist/core/perf/perf-budget.js +145 -0
- package/dist/core/quality/competitor-scorecard.js +116 -0
- package/dist/core/release/gate-timing.js +103 -0
- package/dist/core/retention/retention-budget.js +62 -0
- package/dist/core/routes.js +7 -3
- package/dist/core/super-search/doctor.js +63 -0
- package/dist/core/super-search/runtime.js +11 -0
- package/dist/core/version.js +1 -1
- package/dist/scripts/agent-fast-mode-default-check.js +10 -1
- package/dist/scripts/competitor-scorecard-check.js +25 -0
- package/dist/scripts/doctor-idempotence-check.js +8 -0
- package/dist/scripts/gate-timing-check.js +8 -0
- package/dist/scripts/hook-latency-quantum-check.js +122 -0
- package/dist/scripts/installed-package-smoke-check.js +12 -0
- package/dist/scripts/lib/native-cli-session-swarm-check-lib.js +2 -0
- package/dist/scripts/package-published-contract-check.js +7 -0
- package/dist/scripts/packlist-performance-check.js +31 -3
- package/dist/scripts/parallel-production-smoke-check.js +21 -0
- package/dist/scripts/perf-budget-check.js +14 -0
- package/dist/scripts/quantum-baseline-report.js +38 -0
- package/dist/scripts/release-check-stamp.js +117 -16
- package/dist/scripts/retention-budget-check.js +8 -0
- package/dist/scripts/route-intent-regression-check.js +44 -0
- package/dist/scripts/super-search-live-smoke-check.js +70 -0
- package/dist/scripts/super-search-offline-contract-check.js +45 -0
- package/package.json +19 -7
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "sks.skills-manifest.v1",
|
|
3
|
-
"package_version": "5.
|
|
3
|
+
"package_version": "5.9.0",
|
|
4
4
|
"skills": [
|
|
5
5
|
{
|
|
6
6
|
"canonical_name": "answer",
|
|
7
7
|
"type": "official",
|
|
8
|
-
"content_sha256": "
|
|
8
|
+
"content_sha256": "552c32be63e7adbe2ed1588774bc37d1257fa600a08e5e58bea099c120ebfcce",
|
|
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": "2073f4e44cb9f7af8d8a3d49966924cd46483032537ed7d453a0ebbd05a4ee5b",
|
|
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": "6d56500b33e374fdcdca214dd1a7c79a3711624bbbee51ad193a2de5f8062e74",
|
|
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": "75cf4b20c2b498a4aad43766905b97914f9ce492556ba61f04a9b886d1480cce",
|
|
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": "37156af93a9a41dffd5dcc64146102eae43e9e71b42951173040566d630962c3",
|
|
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": "3f67010f318180832a6a5368a281465efc9036b15dd049359aedb66969ed4fbf",
|
|
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": "8ce16c439544872f2442793d7453ba0e2056ad7bbc5fa8889404ab9916ec6f4c",
|
|
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": "9742ba06dd4974a5a9b9958187f9f097b631d53b9f7433f49de5a95cdcad5652",
|
|
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": "d44b41e9c1c17a6644a9243cd17ccdf73321c8cb1f56696c29c80d372ad5fb29",
|
|
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": "099bea37305906ded7453b33c54d7d58d4c5ac291064e1693eb480d5af3f6f49",
|
|
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": "4a6b012a7f12739eb89929239c97323738bc1cc1d967169e90013588308637d8",
|
|
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": "f8e83a87ad63438848c4914558a77d97964cf222ba4338c4b76dc781d78627c1",
|
|
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": "868e3fd674ebe2e867d460f1b51e30e890099888e42fda1392b36b07c1c3ef13",
|
|
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": "f6652338705503eb2325abddfb8f0c57e3ee0269ce27126efb4dbc3ef05ae40b",
|
|
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": "8edf0e7d33bb620bc093e70d4db1318c1d4ce5d8cdcbcca7bd8c3505f22ad507",
|
|
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": "c77b363b5d7116bf5d186b15a7bf5fa564818017a54a23e3b14feeb909e61482",
|
|
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": "a1c8338ba1b297bc9183a3dcdbf642a88e4ed3555e7422d2739c8e01af5e71e0",
|
|
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": "26e21c4cb527c686aa792929d99e4b1eef0c868c9c0394ef1c019be15b3fdc58",
|
|
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": "ecaa59483fc378509ea0fe36b47477155866888387642c2662b7ccd251b92fce",
|
|
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": "cb673b481f569da24d0a0c1de39858e17a185b4d794e4633f3805703fbaeed67",
|
|
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": "ff925d8a36dab95058b2185a64f1d7df82b66a6530efcbbd1697ab052f7d18e1",
|
|
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": "cac8e28fb30d1d7e4282269e5f534833abd428ac38ed255c045ed063b9b30d7e",
|
|
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": "e0028b43fe796683ee66585b8df21fd919d703d60b34bfa1932f1a24beb15f4b",
|
|
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": "8b30bdd7e3d560d5ffb6ac25e3031d8098a4c4c0d396df579bcf426c8cb42c4d",
|
|
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": "f9be31e365436911916a88e8d1dcffe9cbe0fd88623b0c298e2a6e3d8a7d3420",
|
|
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": "276ff18cd04da52b0a36c7e93cd661c2a94c013039e8409ac9c16be3b4abdf1e",
|
|
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": "bdbab4bd436100b69185448f1955d79ad261bbcd261dc08b7a0ec3a52500d9a4",
|
|
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": "22e6acf4752b14be56529b02528100fe4cd566a7d889100473d1ac4cfb78f7a9",
|
|
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": "cee193028983e1c948816285720b63a36815199f6a8bc124a14a20003e621378",
|
|
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": "
|
|
239
|
+
"content_sha256": "41a4caac8ce60edf37d0790b441be55c9da43533f329a58a1c70ae44a83927ca",
|
|
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": "
|
|
253
|
+
"content_sha256": "7d84926d6241be1bea66eb73a9d609fdfbcbb64fafa36d89b7aee1f7b2062fc3",
|
|
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": "
|
|
260
|
+
"content_sha256": "736b5c4e277a3e8faebfc5ec94a18426dd3069db04bbc09a30e73e2176a56111",
|
|
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": "
|
|
276
|
+
"content_sha256": "b939eb9c5c9e8b0b74f28ebd87a0d7144b3db407488a2eb71e246edc440d620c",
|
|
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": "
|
|
283
|
+
"content_sha256": "861a9cee34084f57006ecbdc07fb206b16e1582e77b7d1cf90a2b63fa61f9b57",
|
|
284
284
|
"hash_history": [],
|
|
285
285
|
"deprecated_aliases": []
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"canonical_name": "plan",
|
|
289
289
|
"type": "official",
|
|
290
|
-
"content_sha256": "
|
|
290
|
+
"content_sha256": "ff419f6872565ebfd2799650366359adac6bb2c9ec1e4c8ae4fb2b8f35f40cac",
|
|
291
291
|
"hash_history": [],
|
|
292
292
|
"deprecated_aliases": []
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
295
|
"canonical_name": "ppt",
|
|
296
296
|
"type": "official",
|
|
297
|
-
"content_sha256": "
|
|
297
|
+
"content_sha256": "9f4f26bef9274ad532f8ccab9f3d09c46eaa7aaadefd03d562dd83a6726927e0",
|
|
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": "
|
|
304
|
+
"content_sha256": "1213b80e6df54f6f5cd0978f8f234160249865a81239d5535db94e94f6a63f99",
|
|
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": "
|
|
320
|
+
"content_sha256": "fd06009eea920756de73693164a003dc7dc567f363fb4f793d09d1fd92241677",
|
|
321
321
|
"hash_history": [],
|
|
322
322
|
"deprecated_aliases": []
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"canonical_name": "reflection",
|
|
326
326
|
"type": "official",
|
|
327
|
-
"content_sha256": "
|
|
327
|
+
"content_sha256": "ccfb9688fe3b5e263c97469e3356b5086ee954bac25776afd0b60fbef966f1cb",
|
|
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": "
|
|
334
|
+
"content_sha256": "8e0ceb77fa3c405f6cc1ba44a6765987ac1be1f4c720646971c0440c78bccba8",
|
|
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": "
|
|
348
|
+
"content_sha256": "c42ca2817a5dd58b19aeb543d89cf4784728126d9c89cdc2c236141c270e4d80",
|
|
349
349
|
"hash_history": [],
|
|
350
350
|
"deprecated_aliases": []
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"canonical_name": "review",
|
|
354
354
|
"type": "official",
|
|
355
|
-
"content_sha256": "
|
|
355
|
+
"content_sha256": "b5c84bfcdcd8fe20e87571b96f3ddf949ea298bef783146467e82eb6101c2905",
|
|
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": "
|
|
376
|
+
"content_sha256": "1b0208fbdf7928e889e65cefc0ca4ff3c0e0ca390d1189a003e6f8ceab134075",
|
|
377
377
|
"hash_history": [],
|
|
378
378
|
"deprecated_aliases": []
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
"canonical_name": "sks",
|
|
382
382
|
"type": "official",
|
|
383
|
-
"content_sha256": "
|
|
383
|
+
"content_sha256": "1fe45cdaa80e0c2c4cabde8dda3b6e940aaa80409dd9e036c3e2597552f9a9b8",
|
|
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": "
|
|
395
|
+
"content_sha256": "d67924140d6ac3226d7cc796768bc3669b6373add7b5148c0ff222423b0102e4",
|
|
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": "
|
|
402
|
+
"content_sha256": "69c7af64ca880acf504f53f9eb008257148e109a9118d57432f2426ca7267cf9",
|
|
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": "f0635a280872e4bba095206d28138aa373a4d66bb174f752d4118a5ddd958843",
|
|
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": "0908b03f2044b0b973a8db1d8843a6a368f413ce9f70c74a7506391c0eb66cb5",
|
|
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": "
|
|
425
|
+
"content_sha256": "4aec21a0bb3d339b9f80fbe584392811531b9fb46d18b028dcfc24eaf677b7e5",
|
|
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": "
|
|
432
|
+
"content_sha256": "1c60465c38d068647f3d5f372e580a4da40cf8a9203251e6ec01e534c6f6726f",
|
|
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": "
|
|
439
|
+
"content_sha256": "973f64c24d2ee467d73accc254ab2b720d3ebcc54720424acc69186ab8d603fc",
|
|
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": "
|
|
446
|
+
"content_sha256": "7683c4a54d9a8126a1e0ab9ffe636040572113a738334b7f591bf3705de29cc3",
|
|
447
447
|
"hash_history": [],
|
|
448
448
|
"deprecated_aliases": []
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"canonical_name": "wiki",
|
|
452
452
|
"type": "official",
|
|
453
|
-
"content_sha256": "
|
|
453
|
+
"content_sha256": "9d072f73601fd1e8c60017a90e9a5cd034f71dc277c25991976466087fb396df",
|
|
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": "
|
|
463
|
+
"content_sha256": "b266046869866a56829826f1fc90106ac27dbd1ba6cf1d5be9b8fcdb654ab3d0",
|
|
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": "
|
|
470
|
+
"content_sha256": "73873cf7a6ea5f84e344cd1f555b6f0285059281c7e06eb4203ab4ceab5a5eaa",
|
|
471
471
|
"hash_history": [],
|
|
472
472
|
"deprecated_aliases": []
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
475
|
"canonical_name": "work",
|
|
476
476
|
"type": "official",
|
|
477
|
-
"content_sha256": "
|
|
477
|
+
"content_sha256": "2e920ff37ee2b08f6ed44e82aae2e857fd3243804f0cc867a6334e52c4518346",
|
|
478
478
|
"hash_history": [],
|
|
479
479
|
"deprecated_aliases": []
|
|
480
480
|
}
|