dev-harness-cli 1.0.1 → 1.0.3

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/cli/lib/help.mjs +1 -1
  2. package/package.json +1 -1
package/cli/lib/help.mjs CHANGED
@@ -53,7 +53,7 @@ Exit codes:
53
53
  2 Usage error (bad arguments)
54
54
  3 Internal error`;
55
55
 
56
- const VERSION = '0.2.0';
56
+ const VERSION = '1.0.2';
57
57
 
58
58
  // Help text for JSON output
59
59
  function buildJsonHelp() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-harness-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Agent-agnostic software development harness CLI — scaffold, phase orchestration, gate validation for any coding agent",
5
5
  "type": "module",
6
6
  "bin": {