codeharness 0.17.4 → 0.17.5
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/index.js +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.
|
|
1446
|
+
var HARNESS_VERSION = true ? "0.17.5" : "0.0.0-dev";
|
|
1447
1447
|
function getProjectName(projectDir) {
|
|
1448
1448
|
try {
|
|
1449
1449
|
const pkgPath = join6(projectDir, "package.json");
|
|
@@ -7820,7 +7820,7 @@ function handleStatus(dir, isJson, filterStory) {
|
|
|
7820
7820
|
}
|
|
7821
7821
|
|
|
7822
7822
|
// src/index.ts
|
|
7823
|
-
var VERSION = true ? "0.17.
|
|
7823
|
+
var VERSION = true ? "0.17.5" : "0.0.0-dev";
|
|
7824
7824
|
function createProgram() {
|
|
7825
7825
|
const program = new Command();
|
|
7826
7826
|
program.name("codeharness").description("Makes autonomous coding agents produce software that actually works").version(VERSION).option("--json", "Output in machine-readable JSON format");
|