@planu/cli 0.34.0 → 0.35.0

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.
@@ -98,7 +98,7 @@ function getSddProcess() {
98
98
  },
99
99
  ],
100
100
  specLifecycle: ['draft', 'review', 'approved', 'implementing', 'done'],
101
- totalTools: 102,
101
+ totalTools: 103,
102
102
  };
103
103
  }
104
104
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "description": "Planu — MCP Server for Spec Driven Development. Manages specs, estimations, reverse engineering, and auto-learning across any language/framework.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",