codeharness 0.17.6 → 0.17.7

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/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1443,7 +1443,7 @@ function getInstallCommand(stack) {
1443
1443
  }
1444
1444
 
1445
1445
  // src/commands/init.ts
1446
- var HARNESS_VERSION = true ? "0.17.6" : "0.0.0-dev";
1446
+ var HARNESS_VERSION = true ? "0.17.7" : "0.0.0-dev";
1447
1447
  function getProjectName(projectDir) {
1448
1448
  try {
1449
1449
  const pkgPath = join6(projectDir, "package.json");
@@ -7826,7 +7826,7 @@ function handleStatus(dir, isJson, filterStory) {
7826
7826
  }
7827
7827
 
7828
7828
  // src/index.ts
7829
- var VERSION = true ? "0.17.6" : "0.0.0-dev";
7829
+ var VERSION = true ? "0.17.7" : "0.0.0-dev";
7830
7830
  function createProgram() {
7831
7831
  const program = new Command();
7832
7832
  program.name("codeharness").description("Makes autonomous coding agents produce software that actually works").version(VERSION).option("--json", "Output in machine-readable JSON format");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeharness",
3
- "version": "0.17.6",
3
+ "version": "0.17.7",
4
4
  "type": "module",
5
5
  "description": "CLI for codeharness — makes autonomous coding agents produce software that actually works",
6
6
  "bin": {