ralphctl 0.2.0 → 0.2.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.
@@ -2684,7 +2684,7 @@ async function runEvaluationLoop(params) {
2684
2684
 
2685
2685
  ${evalResult.output}
2686
2686
 
2687
- Fix these issues, then verify and signal completion.`,
2687
+ Fix these issues, then verify${options.noCommit ? "" : ", commit your fix,"} and signal completion.`,
2688
2688
  resumeSessionId: result.sessionId ?? void 0,
2689
2689
  env: provider.getSpawnEnv()
2690
2690
  },
package/dist/cli.mjs CHANGED
@@ -52,7 +52,7 @@ import {
52
52
  sprintStartCommand,
53
53
  updateTaskStatus,
54
54
  validateImportTasks
55
- } from "./chunk-HLGOQNJ4.mjs";
55
+ } from "./chunk-AXNZMHFQ.mjs";
56
56
  import {
57
57
  escapableSelect
58
58
  } from "./chunk-7LZ6GOGN.mjs";
@@ -3763,7 +3763,7 @@ async function interactiveMode() {
3763
3763
  continue;
3764
3764
  }
3765
3765
  if (command === "wizard") {
3766
- const { runWizard } = await import("./wizard-2OKIQLZJ.mjs");
3766
+ const { runWizard } = await import("./wizard-TFJXEYD2.mjs");
3767
3767
  await runWizard();
3768
3768
  continue;
3769
3769
  }
@@ -4234,7 +4234,7 @@ Checks performed:
4234
4234
  // package.json
4235
4235
  var package_default = {
4236
4236
  name: "ralphctl",
4237
- version: "0.2.0",
4237
+ version: "0.2.1",
4238
4238
  description: "Agent harness for long-running AI coding tasks \u2014 orchestrates Claude Code & GitHub Copilot across repositories",
4239
4239
  homepage: "https://github.com/lukas-grigis/ralphctl",
4240
4240
  type: "module",
@@ -3,7 +3,7 @@ import {
3
3
  sprintPlanCommand,
4
4
  sprintRefineCommand,
5
5
  sprintStartCommand
6
- } from "./chunk-HLGOQNJ4.mjs";
6
+ } from "./chunk-AXNZMHFQ.mjs";
7
7
  import "./chunk-7LZ6GOGN.mjs";
8
8
  import {
9
9
  sprintCreateCommand
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralphctl",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Agent harness for long-running AI coding tasks — orchestrates Claude Code & GitHub Copilot across repositories",
5
5
  "homepage": "https://github.com/lukas-grigis/ralphctl",
6
6
  "type": "module",