@coopcli/specplan 2026.819.1 → 2026.825.1

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/dist/cli/index.js CHANGED
@@ -4207,7 +4207,7 @@ var PlanWorkspace = class {
4207
4207
  };
4208
4208
 
4209
4209
  // server/cli.ts
4210
- var CLI_VERSION = true ? "2026.08.19.1" : "dev";
4210
+ var CLI_VERSION = true ? "2026.08.25.1" : "dev";
4211
4211
  var USAGE = `Usage: specplan [rootDir] [--port <n>]
4212
4212
  specplan --version
4213
4213
  specplan generate <specId> [rootDir]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coopcli/specplan",
3
- "version": "2026.819.1",
3
+ "version": "2026.825.1",
4
4
  "description": "coopcli specplan \u2014 plan your project as a DAG of specs and user stories on a React Flow canvas, generate OpenSpec changes per spec card. Local-only.",
5
5
  "type": "module",
6
6
  "bin": {