@gobing-ai/spur 0.3.12 → 0.3.13
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.13",
|
|
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
|
@@ -73122,7 +73122,7 @@ import { join as join15, resolve as resolve5 } from "path";
|
|
|
73122
73122
|
var CLI_CONFIG = {
|
|
73123
73123
|
binaryName: "spur",
|
|
73124
73124
|
binaryLabel: "spur",
|
|
73125
|
-
binaryVersion: "0.3.
|
|
73125
|
+
binaryVersion: "0.3.13",
|
|
73126
73126
|
configDir: ".spur",
|
|
73127
73127
|
configFile: ".spur/config.yaml",
|
|
73128
73128
|
databaseFile: ".spur/spur.db"
|