@coopcli/specplan 2026.902.1 → 2026.902.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
|
@@ -4280,7 +4280,7 @@ var PlanWorkspace = class {
|
|
|
4280
4280
|
};
|
|
4281
4281
|
|
|
4282
4282
|
// server/cli.ts
|
|
4283
|
-
var CLI_VERSION = true ? "2026.09.02.
|
|
4283
|
+
var CLI_VERSION = true ? "2026.09.02.2" : "dev";
|
|
4284
4284
|
var USAGE = `Usage: specplan [rootDir] [--port <n>]
|
|
4285
4285
|
specplan --version
|
|
4286
4286
|
specplan generate <specId> [rootDir]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopcli/specplan",
|
|
3
|
-
"version": "2026.902.
|
|
3
|
+
"version": "2026.902.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": {
|