@mstar-harness/cli 1.8.8 → 2.0.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.
Files changed (2) hide show
  1. package/dist/mstar-harness.js +3939 -308
  2. package/package.json +6 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mstar-harness/cli",
3
- "version": "1.8.8",
4
- "description": "Morning Star harness installer CLI (OpenCode, Cursor, Codex, ZCode, omp).",
3
+ "version": "2.0.0",
4
+ "description": "Morning Star harness CLI — installer bootstrap + mstar workflow verbs (path/status/lease/sdd/iteration/dispatch/worktree/lint/design-md/audit/compound/host/skill).",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,6 +19,7 @@
19
19
  "dev": "bun run src/index.ts",
20
20
  "build": "rm -rf dist && bun build src/index.ts --target node --outfile dist/mstar-harness.js",
21
21
  "check": "bun run src/index.ts --help",
22
+ "test": "bun run --cwd ../engine build && bun test",
22
23
  "prepublishOnly": "bun run build && bun run check"
23
24
  },
24
25
  "engines": {
@@ -31,5 +32,8 @@
31
32
  },
32
33
  "publishConfig": {
33
34
  "access": "public"
35
+ },
36
+ "devDependencies": {
37
+ "@mstar-harness/engine": "2.0.0"
34
38
  }
35
39
  }