codeharness 0.24.3 → 0.25.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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2437,7 +2437,7 @@ function generateDockerfileTemplate(projectDir, stackOrDetections) {
|
|
|
2437
2437
|
}
|
|
2438
2438
|
|
|
2439
2439
|
// src/modules/infra/init-project.ts
|
|
2440
|
-
var HARNESS_VERSION = true ? "0.
|
|
2440
|
+
var HARNESS_VERSION = true ? "0.25.0" : "0.0.0-dev";
|
|
2441
2441
|
function failResult(opts, error) {
|
|
2442
2442
|
return {
|
|
2443
2443
|
status: "fail",
|
|
@@ -11635,7 +11635,7 @@ function registerAuditCommand(program) {
|
|
|
11635
11635
|
}
|
|
11636
11636
|
|
|
11637
11637
|
// src/index.ts
|
|
11638
|
-
var VERSION = true ? "0.
|
|
11638
|
+
var VERSION = true ? "0.25.0" : "0.0.0-dev";
|
|
11639
11639
|
function createProgram() {
|
|
11640
11640
|
const program = new Command();
|
|
11641
11641
|
program.name("codeharness").description("Makes autonomous coding agents produce software that actually works").version(VERSION).option("--json", "Output in machine-readable JSON format");
|