@rallycry/conveyor-agent 8.3.3 → 8.4.0
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/{chunk-VBVE7I5Y.js → chunk-5QDQRKND.js} +39 -18
- package/dist/{chunk-VBVE7I5Y.js.map → chunk-5QDQRKND.js.map} +1 -1
- package/dist/{chunk-TELYL5WO.js → chunk-OOPM5RT4.js} +21 -9
- package/dist/chunk-OOPM5RT4.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{tag-audit-handler-22DR2KRE.js → tag-audit-handler-5VABVMRE.js} +2 -2
- package/dist/{task-audit-handler-YIESAVO7.js → task-audit-handler-CSMHTJHU.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-TELYL5WO.js.map +0 -1
- /package/dist/{tag-audit-handler-22DR2KRE.js.map → tag-audit-handler-5VABVMRE.js.map} +0 -0
- /package/dist/{task-audit-handler-YIESAVO7.js.map → task-audit-handler-CSMHTJHU.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -9,11 +9,11 @@ import {
|
|
|
9
9
|
loadForwardPorts,
|
|
10
10
|
runSetupCommand,
|
|
11
11
|
runStartCommand
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-OOPM5RT4.js";
|
|
13
13
|
import "./chunk-FDWECEDJ.js";
|
|
14
14
|
import {
|
|
15
15
|
createServiceLogger
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-5QDQRKND.js";
|
|
17
17
|
|
|
18
18
|
// src/cli.ts
|
|
19
19
|
import { readFileSync } from "fs";
|
package/dist/index.js
CHANGED
|
@@ -25,9 +25,9 @@ import {
|
|
|
25
25
|
stageAndCommit,
|
|
26
26
|
unshallowRepo,
|
|
27
27
|
updateRemoteToken
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-OOPM5RT4.js";
|
|
29
29
|
import "./chunk-FDWECEDJ.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-5QDQRKND.js";
|
|
31
31
|
|
|
32
32
|
// src/runner/file-cache.ts
|
|
33
33
|
var DEFAULT_MAX_SIZE_BYTES = 50 * 1024 * 1024;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createHarness,
|
|
3
3
|
createServiceLogger
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5QDQRKND.js";
|
|
5
5
|
|
|
6
6
|
// src/runner/tag-audit-handler.ts
|
|
7
7
|
var logger = createServiceLogger("TagAudit");
|
|
@@ -219,4 +219,4 @@ export {
|
|
|
219
219
|
buildTagAuditPrompt,
|
|
220
220
|
handleTagAudit
|
|
221
221
|
};
|
|
222
|
-
//# sourceMappingURL=tag-audit-handler-
|
|
222
|
+
//# sourceMappingURL=tag-audit-handler-5VABVMRE.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
createHarness,
|
|
6
6
|
createServiceLogger,
|
|
7
7
|
defineTool
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-5QDQRKND.js";
|
|
9
9
|
|
|
10
10
|
// src/runner/task-audit-handler.ts
|
|
11
11
|
import { z } from "zod";
|
|
@@ -798,4 +798,4 @@ async function handleTaskAudit(request, connection, projectDir) {
|
|
|
798
798
|
export {
|
|
799
799
|
handleTaskAudit
|
|
800
800
|
};
|
|
801
|
-
//# sourceMappingURL=task-audit-handler-
|
|
801
|
+
//# sourceMappingURL=task-audit-handler-CSMHTJHU.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rallycry/conveyor-agent",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.4.0",
|
|
4
4
|
"description": "Conveyor Agent Runner v8 - 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",
|