ralphctl 0.4.4 → 0.4.5
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.
|
@@ -184,7 +184,7 @@ import {
|
|
|
184
184
|
// package.json
|
|
185
185
|
var package_default = {
|
|
186
186
|
name: "ralphctl",
|
|
187
|
-
version: "0.4.
|
|
187
|
+
version: "0.4.5",
|
|
188
188
|
description: "Agent harness for long-running AI coding tasks \u2014 orchestrates Claude Code & GitHub Copilot across repositories",
|
|
189
189
|
homepage: "https://github.com/lukas-grigis/ralphctl",
|
|
190
190
|
type: "module",
|
package/dist/cli.mjs
CHANGED
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
ticketRefineCommand,
|
|
42
42
|
ticketRemoveCommand,
|
|
43
43
|
ticketShowCommand
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-XPLYLRIM.mjs";
|
|
45
45
|
import {
|
|
46
46
|
projectAddCommand
|
|
47
47
|
} from "./chunk-PYZEQ2VK.mjs";
|
|
@@ -756,7 +756,7 @@ async function main() {
|
|
|
756
756
|
const isBare = argv.length <= 2;
|
|
757
757
|
const isInteractive = argv[2] === "interactive";
|
|
758
758
|
if (isBare || isInteractive) {
|
|
759
|
-
const { mountInkApp } = await import("./mount-
|
|
759
|
+
const { mountInkApp } = await import("./mount-H2IH3MWE.mjs");
|
|
760
760
|
const { fallback } = await mountInkApp({ initialView: "repl" });
|
|
761
761
|
if (!fallback) return;
|
|
762
762
|
printBanner();
|
|
@@ -770,7 +770,7 @@ async function main() {
|
|
|
770
770
|
const { parseSprintStartArgs } = await import("./start-2WH4BTDB.mjs");
|
|
771
771
|
const parsed = parseSprintStartArgs(argv.slice(4));
|
|
772
772
|
if (parsed.ok) {
|
|
773
|
-
const { mountInkApp } = await import("./mount-
|
|
773
|
+
const { mountInkApp } = await import("./mount-H2IH3MWE.mjs");
|
|
774
774
|
const { getSharedDeps: getSharedDeps2 } = await import("./bootstrap-FMHG6DRY.mjs");
|
|
775
775
|
let sprintId;
|
|
776
776
|
try {
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
ticketRemoveCommand,
|
|
63
63
|
ticketShowCommand,
|
|
64
64
|
useCurrentPrompt
|
|
65
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-XPLYLRIM.mjs";
|
|
66
66
|
import {
|
|
67
67
|
PromptCancelledError,
|
|
68
68
|
detectCheckScriptCandidates,
|
|
@@ -6887,7 +6887,7 @@ import { Text as Text36 } from "ink";
|
|
|
6887
6887
|
// src/integration/external/version-check.ts
|
|
6888
6888
|
import { mkdir, readFile, rename, writeFile as writeFile2 } from "fs/promises";
|
|
6889
6889
|
import { dirname, join as join3 } from "path";
|
|
6890
|
-
var CACHE_TTL_MS =
|
|
6890
|
+
var CACHE_TTL_MS = 60 * 60 * 1e3;
|
|
6891
6891
|
var FETCH_TIMEOUT_MS = 3e3;
|
|
6892
6892
|
var REGISTRY_URL = "https://registry.npmjs.org/ralphctl/latest";
|
|
6893
6893
|
function getCachePath() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ralphctl",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
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",
|