@coopcli/specplan 2026.817.1 → 2026.817.2
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 +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -4206,7 +4206,7 @@ var PlanWorkspace = class {
|
|
|
4206
4206
|
};
|
|
4207
4207
|
|
|
4208
4208
|
// server/cli.ts
|
|
4209
|
-
var CLI_VERSION = true ? "2026.08.17.
|
|
4209
|
+
var CLI_VERSION = true ? "2026.08.17.2" : "dev";
|
|
4210
4210
|
var USAGE = `Usage: specplan [rootDir] [--port <n>]
|
|
4211
4211
|
specplan --version
|
|
4212
4212
|
specplan generate <specId> [rootDir]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopcli/specplan",
|
|
3
|
-
"version": "2026.817.
|
|
3
|
+
"version": "2026.817.2",
|
|
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": {
|