@gobing-ai/spur 0.3.40 → 0.3.41

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. 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.40",
3
+ "version": "0.3.41",
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
@@ -81625,7 +81625,7 @@ init_dist6();
81625
81625
  var CLI_CONFIG = {
81626
81626
  binaryName: "spur",
81627
81627
  binaryLabel: "spur",
81628
- binaryVersion: "0.3.40",
81628
+ binaryVersion: "0.3.41",
81629
81629
  configDir: ".spur",
81630
81630
  configFile: ".spur/config.yaml",
81631
81631
  databaseFile: ".spur/spur.db"