@rallycry/conveyor-agent 10.13.51 → 10.13.52
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.
- package/dist/{boot-BZE36LT6.js → boot-6X5ZZG3B.js} +3 -3
- package/dist/{chunk-HVSPADKP.js → chunk-DSP4KR4B.js} +2 -2
- package/dist/{chunk-KZQBYSMN.js → chunk-UAGIXPYD.js} +3 -6
- package/dist/chunk-UAGIXPYD.js.map +1 -0
- package/dist/{chunk-EQO7QFGN.js → chunk-ZTLGCN5G.js} +413 -161
- package/dist/chunk-ZTLGCN5G.js.map +1 -0
- package/dist/cli.js +4 -4
- package/dist/index.js +2 -2
- package/dist/{server-PPTELJWY.js → server-EQUCOLNY.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-EQO7QFGN.js.map +0 -1
- package/dist/chunk-KZQBYSMN.js.map +0 -1
- /package/dist/{boot-BZE36LT6.js.map → boot-6X5ZZG3B.js.map} +0 -0
- /package/dist/{chunk-HVSPADKP.js.map → chunk-DSP4KR4B.js.map} +0 -0
- /package/dist/{server-PPTELJWY.js.map → server-EQUCOLNY.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
runUsageProbe,
|
|
32
32
|
sampleKeyUsage,
|
|
33
33
|
workspacePathExists
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-ZTLGCN5G.js";
|
|
35
35
|
import {
|
|
36
36
|
reportBootMilestone
|
|
37
37
|
} from "./chunk-KCB7CSWJ.js";
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
runStartCommand,
|
|
50
50
|
sessionTempBase,
|
|
51
51
|
terminateProcessGroup
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-UAGIXPYD.js";
|
|
53
53
|
import "./chunk-JIGG755T.js";
|
|
54
54
|
|
|
55
55
|
// src/cli.ts
|
|
@@ -1558,7 +1558,7 @@ function hostsSpawnedChildren(mode) {
|
|
|
1558
1558
|
|
|
1559
1559
|
// src/cli.ts
|
|
1560
1560
|
if (process.argv[2] === "boot") {
|
|
1561
|
-
const { runBoot } = await import("./boot-
|
|
1561
|
+
const { runBoot } = await import("./boot-6X5ZZG3B.js");
|
|
1562
1562
|
process.exit(await runBoot(process.argv.slice(3)));
|
|
1563
1563
|
}
|
|
1564
1564
|
if (isLegacyEntrypointLaunch(process.env)) {
|
|
@@ -1660,7 +1660,7 @@ process.on("unhandledRejection", (reason) => {
|
|
|
1660
1660
|
process.exit(1);
|
|
1661
1661
|
});
|
|
1662
1662
|
if (process.env.CONVEYOR_MODE === "workbench") {
|
|
1663
|
-
const { startWorkbenchServer } = await import("./server-
|
|
1663
|
+
const { startWorkbenchServer } = await import("./server-EQUCOLNY.js");
|
|
1664
1664
|
const { oomWatchdogOptionsFromEnv } = await import("./oom-watchdog-U7JERHA2.js");
|
|
1665
1665
|
const { DEFAULT_WORKBENCH_PORT } = await import("./protocol-QLVS5W6O.js");
|
|
1666
1666
|
const port = Number(process.env.CONVEYOR_WORKBENCH_PORT) || DEFAULT_WORKBENCH_PORT;
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
unshallowRepo,
|
|
14
14
|
updateRemoteToken,
|
|
15
15
|
workspacePathExists
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-ZTLGCN5G.js";
|
|
17
17
|
import "./chunk-KCB7CSWJ.js";
|
|
18
18
|
import "./chunk-5OQQSDVT.js";
|
|
19
19
|
import {
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
runAuthTokenCommand,
|
|
27
27
|
runSetupCommand,
|
|
28
28
|
runStartCommand
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-UAGIXPYD.js";
|
|
30
30
|
import "./chunk-JIGG755T.js";
|
|
31
31
|
|
|
32
32
|
// src/runner/worktree.ts
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
startWorkbenchServer
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-DSP4KR4B.js";
|
|
4
|
+
import "./chunk-UAGIXPYD.js";
|
|
5
5
|
import "./chunk-JIGG755T.js";
|
|
6
6
|
import "./chunk-ULS4QPRE.js";
|
|
7
7
|
export {
|
|
8
8
|
startWorkbenchServer
|
|
9
9
|
};
|
|
10
|
-
//# sourceMappingURL=server-
|
|
10
|
+
//# sourceMappingURL=server-EQUCOLNY.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rallycry/conveyor-agent",
|
|
3
|
-
"version": "10.13.
|
|
3
|
+
"version": "10.13.52",
|
|
4
4
|
"description": "Conveyor Agent Runner v10 - PTY harness for the task chat (SDK harness for audit/project-chat). Agent-as-User architecture with BaseService patterns. Works locally too.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|