codeharness 0.26.0 → 0.26.1
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.1" : "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-JJXXQW6D.js";
|
|
55
55
|
|
|
56
56
|
// src/index.ts
|
|
57
57
|
import { Command } from "commander";
|
|
@@ -7587,7 +7587,7 @@ function registerTeardownCommand(program) {
|
|
|
7587
7587
|
} else if (otlpMode === "remote-routed") {
|
|
7588
7588
|
if (!options.keepDocker) {
|
|
7589
7589
|
try {
|
|
7590
|
-
const { stopCollectorOnly: stopCollectorOnly2 } = await import("./docker-
|
|
7590
|
+
const { stopCollectorOnly: stopCollectorOnly2 } = await import("./docker-CYOGVOBY.js");
|
|
7591
7591
|
stopCollectorOnly2();
|
|
7592
7592
|
result.docker.stopped = true;
|
|
7593
7593
|
if (!isJson) {
|
|
@@ -7619,7 +7619,7 @@ function registerTeardownCommand(program) {
|
|
|
7619
7619
|
info("Shared stack: kept running (other projects may use it)");
|
|
7620
7620
|
}
|
|
7621
7621
|
} else if (isLegacyStack) {
|
|
7622
|
-
const { isStackRunning: isStackRunning2, stopStack } = await import("./docker-
|
|
7622
|
+
const { isStackRunning: isStackRunning2, stopStack } = await import("./docker-CYOGVOBY.js");
|
|
7623
7623
|
let stackRunning = false;
|
|
7624
7624
|
try {
|
|
7625
7625
|
stackRunning = isStackRunning2(composeFile);
|
|
@@ -9726,7 +9726,7 @@ function registerStatsCommand(program) {
|
|
|
9726
9726
|
}
|
|
9727
9727
|
|
|
9728
9728
|
// src/index.ts
|
|
9729
|
-
var VERSION = true ? "0.26.
|
|
9729
|
+
var VERSION = true ? "0.26.1" : "0.0.0-dev";
|
|
9730
9730
|
function createProgram() {
|
|
9731
9731
|
const program = new Command();
|
|
9732
9732
|
program.name("codeharness").description("Makes autonomous coding agents produce software that actually works").version(VERSION).option("--json", "Output in machine-readable JSON format");
|