@nexus-cortex/cli 4.47.3 → 4.47.4
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.
|
@@ -3,18 +3,37 @@
|
|
|
3
3
|
"id": "t1-read-server-version",
|
|
4
4
|
"taskType": "T1",
|
|
5
5
|
"prompt": "Read the file packages/server/package.json in this project and report the exact value of its \"version\" field.",
|
|
6
|
-
"verifier": {
|
|
6
|
+
"verifier": {
|
|
7
|
+
"type": "contains",
|
|
8
|
+
"all": [
|
|
9
|
+
"4.47.3"
|
|
10
|
+
]
|
|
11
|
+
}
|
|
7
12
|
},
|
|
8
13
|
{
|
|
9
14
|
"id": "t2-locate-parsehfcompletion",
|
|
10
15
|
"taskType": "T2",
|
|
11
16
|
"prompt": "Search this project's packages/core/src tree for the file that defines the function parseHFCompletion, then report that file's path.",
|
|
12
|
-
"verifier": {
|
|
17
|
+
"verifier": {
|
|
18
|
+
"type": "contains",
|
|
19
|
+
"all": [
|
|
20
|
+
"hfSpace",
|
|
21
|
+
"normalize.ts"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
13
24
|
},
|
|
14
25
|
{
|
|
15
26
|
"id": "t3-count-hf-cards",
|
|
16
27
|
"taskType": "T3",
|
|
17
28
|
"prompt": "Count the .ts files directly inside packages/core/src/models/cards/huggingface/ in this project and list their filenames.",
|
|
18
|
-
"verifier": {
|
|
29
|
+
"verifier": {
|
|
30
|
+
"type": "contains",
|
|
31
|
+
"all": [
|
|
32
|
+
"hf-router.ts",
|
|
33
|
+
"hf-space.ts",
|
|
34
|
+
"hf-space-models.ts",
|
|
35
|
+
"index.ts"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
19
38
|
}
|
|
20
|
-
]
|
|
39
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexus-cortex/cli",
|
|
3
|
-
"version": "4.47.
|
|
3
|
+
"version": "4.47.4",
|
|
4
4
|
"description": "Nexus Cortex CLI - Terminal interface for multi-provider LLM orchestration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"prepack": "node ../../scripts/copy-pkg-cortex-scaffold.mjs"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@nexus-cortex/core": "4.47.
|
|
22
|
+
"@nexus-cortex/core": "4.47.4",
|
|
23
23
|
"chalk": "^4.1.2",
|
|
24
24
|
"cli-spinners": "^2.9.0",
|
|
25
25
|
"commander": "^11.0.0",
|