codeharness 0.26.3 → 0.26.4
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.
|
@@ -3207,7 +3207,7 @@ function generateDockerfileTemplate(projectDir, stackOrDetections) {
|
|
|
3207
3207
|
}
|
|
3208
3208
|
|
|
3209
3209
|
// src/modules/infra/init-project.ts
|
|
3210
|
-
var HARNESS_VERSION = true ? "0.26.
|
|
3210
|
+
var HARNESS_VERSION = true ? "0.26.4" : "0.0.0-dev";
|
|
3211
3211
|
function failResult(opts, error) {
|
|
3212
3212
|
return {
|
|
3213
3213
|
status: "fail",
|
package/dist/index.js
CHANGED
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
validateDockerfile,
|
|
52
52
|
warn,
|
|
53
53
|
writeState
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-KZQETPQS.js";
|
|
55
55
|
|
|
56
56
|
// src/index.ts
|
|
57
57
|
import { Command } from "commander";
|
|
@@ -7588,7 +7588,7 @@ function registerTeardownCommand(program) {
|
|
|
7588
7588
|
} else if (otlpMode === "remote-routed") {
|
|
7589
7589
|
if (!options.keepDocker) {
|
|
7590
7590
|
try {
|
|
7591
|
-
const { stopCollectorOnly: stopCollectorOnly2 } = await import("./docker-
|
|
7591
|
+
const { stopCollectorOnly: stopCollectorOnly2 } = await import("./docker-JEC7THRT.js");
|
|
7592
7592
|
stopCollectorOnly2();
|
|
7593
7593
|
result.docker.stopped = true;
|
|
7594
7594
|
if (!isJson) {
|
|
@@ -7620,7 +7620,7 @@ function registerTeardownCommand(program) {
|
|
|
7620
7620
|
info("Shared stack: kept running (other projects may use it)");
|
|
7621
7621
|
}
|
|
7622
7622
|
} else if (isLegacyStack) {
|
|
7623
|
-
const { isStackRunning: isStackRunning2, stopStack } = await import("./docker-
|
|
7623
|
+
const { isStackRunning: isStackRunning2, stopStack } = await import("./docker-JEC7THRT.js");
|
|
7624
7624
|
let stackRunning = false;
|
|
7625
7625
|
try {
|
|
7626
7626
|
stackRunning = isStackRunning2(composeFile);
|
|
@@ -9727,7 +9727,7 @@ function registerStatsCommand(program) {
|
|
|
9727
9727
|
}
|
|
9728
9728
|
|
|
9729
9729
|
// src/index.ts
|
|
9730
|
-
var VERSION = true ? "0.26.
|
|
9730
|
+
var VERSION = true ? "0.26.4" : "0.0.0-dev";
|
|
9731
9731
|
function createProgram() {
|
|
9732
9732
|
const program = new Command();
|
|
9733
9733
|
program.name("codeharness").description("Makes autonomous coding agents produce software that actually works").version(VERSION).option("--json", "Output in machine-readable JSON format");
|