@gobing-ai/spur 0.3.37 → 0.3.38
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 +1 -1
- 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.
|
|
3
|
+
"version": "0.3.38",
|
|
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",
|
package/spur.js
CHANGED
|
@@ -81463,7 +81463,7 @@ init_dist6();
|
|
|
81463
81463
|
var CLI_CONFIG = {
|
|
81464
81464
|
binaryName: "spur",
|
|
81465
81465
|
binaryLabel: "spur",
|
|
81466
|
-
binaryVersion: "0.3.
|
|
81466
|
+
binaryVersion: "0.3.38",
|
|
81467
81467
|
configDir: ".spur",
|
|
81468
81468
|
configFile: ".spur/config.yaml",
|
|
81469
81469
|
databaseFile: ".spur/spur.db"
|