@gobing-ai/spur 0.1.8 → 0.2.3
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/package.json +15 -14
- package/spur.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gobing-ai/spur",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Spur CLI — local-first harness for mainstream coding agents: constraint checking, workflow orchestration, agent health, and history analytics. Bun-native; exposes the `spur` command.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"spur",
|
|
@@ -48,20 +48,21 @@
|
|
|
48
48
|
"prepublishOnly": "bun run build:bundle"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@commander-js/extra-typings": "
|
|
52
|
-
"@gobing-ai/spur-app": "
|
|
53
|
-
"@gobing-ai/spur-config": "
|
|
54
|
-
"@gobing-ai/spur-domain": "
|
|
55
|
-
"@gobing-ai/ts-ai-runner": "
|
|
56
|
-
"@gobing-ai/ts-dual-workflow-engine": "
|
|
57
|
-
"@gobing-ai/ts-llm-jsonl-importer": "
|
|
58
|
-
"@gobing-ai/ts-rule-engine": "
|
|
59
|
-
"@gobing-ai/ts-runtime": "
|
|
60
|
-
"@gobing-ai/ts-infra": "
|
|
61
|
-
"@gobing-ai/ts-utils": "
|
|
62
|
-
"@types/bun": "
|
|
51
|
+
"@commander-js/extra-typings": "^14.0.0",
|
|
52
|
+
"@gobing-ai/spur-app": "^0.1.0",
|
|
53
|
+
"@gobing-ai/spur-config": "^0.1.0",
|
|
54
|
+
"@gobing-ai/spur-domain": "^0.1.0",
|
|
55
|
+
"@gobing-ai/ts-ai-runner": "^0.3.7",
|
|
56
|
+
"@gobing-ai/ts-dual-workflow-engine": "^0.3.7",
|
|
57
|
+
"@gobing-ai/ts-llm-jsonl-importer": "^0.3.7",
|
|
58
|
+
"@gobing-ai/ts-rule-engine": "^0.3.7",
|
|
59
|
+
"@gobing-ai/ts-runtime": "^0.3.7",
|
|
60
|
+
"@gobing-ai/ts-infra": "^0.3.7",
|
|
61
|
+
"@gobing-ai/ts-utils": "^0.3.7",
|
|
62
|
+
"@types/bun": "1.3.14",
|
|
63
63
|
"@types/figlet": "^1.7.0",
|
|
64
|
-
"commander": "
|
|
64
|
+
"commander": "^14.0.3",
|
|
65
|
+
"zod": "4.4.3",
|
|
65
66
|
"figlet": "^1.11.0"
|
|
66
67
|
}
|
|
67
68
|
}
|
package/spur.js
CHANGED
|
@@ -60188,7 +60188,7 @@ import { join as join6, resolve as resolve3 } from "path";
|
|
|
60188
60188
|
var CLI_CONFIG = {
|
|
60189
60189
|
binaryName: "spur",
|
|
60190
60190
|
binaryLabel: "spur",
|
|
60191
|
-
binaryVersion: "0.
|
|
60191
|
+
binaryVersion: "0.2.3",
|
|
60192
60192
|
configDir: ".spur",
|
|
60193
60193
|
configFile: ".spur/config.yaml",
|
|
60194
60194
|
databaseFile: ".spur/spur.db"
|