codeharness 0.26.0 → 0.26.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.
@@ -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.0" : "0.0.0-dev";
3210
+ var HARNESS_VERSION = true ? "0.26.2" : "0.0.0-dev";
3211
3211
  function failResult(opts, error) {
3212
3212
  return {
3213
3213
  status: "fail",
@@ -16,7 +16,7 @@ import {
16
16
  stopCollectorOnly,
17
17
  stopSharedStack,
18
18
  stopStack
19
- } from "./chunk-HJLEFHXN.js";
19
+ } from "./chunk-2JALXFWQ.js";
20
20
  export {
21
21
  checkRemoteEndpoint,
22
22
  cleanupOrphanedContainers,
package/dist/index.js CHANGED
@@ -51,7 +51,7 @@ import {
51
51
  validateDockerfile,
52
52
  warn,
53
53
  writeState
54
- } from "./chunk-HJLEFHXN.js";
54
+ } from "./chunk-2JALXFWQ.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-PFJYXP5D.js");
7590
+ const { stopCollectorOnly: stopCollectorOnly2 } = await import("./docker-VL7OJRRC.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-PFJYXP5D.js");
7622
+ const { isStackRunning: isStackRunning2, stopStack } = await import("./docker-VL7OJRRC.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.0" : "0.0.0-dev";
9729
+ var VERSION = true ? "0.26.2" : "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");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeharness",
3
- "version": "0.26.0",
3
+ "version": "0.26.2",
4
4
  "type": "module",
5
5
  "description": "CLI for codeharness — makes autonomous coding agents produce software that actually works",
6
6
  "bin": {