codeharness 0.17.1 → 0.17.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.
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.1" : "0.0.0-dev";
1446
+ var HARNESS_VERSION = true ? "0.17.2" : "0.0.0-dev";
1447
1447
  function getProjectName(projectDir) {
1448
1448
  try {
1449
1449
  const pkgPath = join6(projectDir, "package.json");
@@ -7788,7 +7788,7 @@ function handleStatus(dir, isJson, filterStory) {
7788
7788
  }
7789
7789
 
7790
7790
  // src/index.ts
7791
- var VERSION = true ? "0.17.1" : "0.0.0-dev";
7791
+ var VERSION = true ? "0.17.2" : "0.0.0-dev";
7792
7792
  function createProgram() {
7793
7793
  const program = new Command();
7794
7794
  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.1",
3
+ "version": "0.17.2",
4
4
  "type": "module",
5
5
  "description": "CLI for codeharness — makes autonomous coding agents produce software that actually works",
6
6
  "bin": {