@rallycry/conveyor-agent 7.2.15 → 7.2.17

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/cli.js CHANGED
@@ -5,8 +5,8 @@ import {
5
5
  loadConveyorConfig,
6
6
  runSetupCommand,
7
7
  runStartCommand
8
- } from "./chunk-TN24QXF5.js";
9
- import "./chunk-C5YAMQJ2.js";
8
+ } from "./chunk-WYIXEIRS.js";
9
+ import "./chunk-FDWECEDJ.js";
10
10
  import {
11
11
  createServiceLogger
12
12
  } from "./chunk-RRXX6DTB.js";
package/dist/index.d.ts CHANGED
@@ -378,8 +378,7 @@ declare class ProjectRunner {
378
378
  private stopping;
379
379
  private resolveLifecycle;
380
380
  private chatSessionIds;
381
- private startCommandChild;
382
- private startCommandRunning;
381
+ private startCmd;
383
382
  private setupComplete;
384
383
  private branchSwitchCommand;
385
384
  private commitWatcher;
@@ -394,22 +393,7 @@ declare class ProjectRunner {
394
393
  private handleReconnect;
395
394
  private handleAuditTags;
396
395
  private handleAuditTasks;
397
- private killAgent;
398
- private handleAssignment;
399
- private handleStopTask;
400
- private checkoutWorkspaceBranch;
401
- private executeSetupCommand;
402
- private executeStartCommand;
403
- private killStartCommand;
404
- private restartStartCommand;
405
396
  private getCurrentBranch;
406
- private handleSwitchBranch;
407
- private handleSyncEnvironment;
408
- private handleNewCommits;
409
- private smartSync;
410
- private syncDependencies;
411
- private runIndividualSyncSteps;
412
- private getChangedFiles;
413
397
  }
414
398
 
415
399
  declare class PlanSync {
package/dist/index.js CHANGED
@@ -24,8 +24,8 @@ import {
24
24
  runStartCommand,
25
25
  stageAndCommit,
26
26
  updateRemoteToken
27
- } from "./chunk-TN24QXF5.js";
28
- import "./chunk-C5YAMQJ2.js";
27
+ } from "./chunk-WYIXEIRS.js";
28
+ import "./chunk-FDWECEDJ.js";
29
29
  import "./chunk-RRXX6DTB.js";
30
30
 
31
31
  // src/runner/file-cache.ts
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  textResult
3
- } from "./chunk-C5YAMQJ2.js";
3
+ } from "./chunk-FDWECEDJ.js";
4
4
  import {
5
5
  createHarness,
6
6
  createServiceLogger,
@@ -798,4 +798,4 @@ async function handleTaskAudit(request, connection, projectDir) {
798
798
  export {
799
799
  handleTaskAudit
800
800
  };
801
- //# sourceMappingURL=task-audit-handler-KGTVMVAP.js.map
801
+ //# sourceMappingURL=task-audit-handler-TJOM5OJS.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "7.2.15",
3
+ "version": "7.2.17",
4
4
  "description": "Conveyor Agent Runner v7.0 - Agent-as-User architecture with BaseService patterns. Works locally too.",
5
5
  "keywords": [
6
6
  "agent",
@@ -1,17 +0,0 @@
1
- // src/tools/helpers.ts
2
- function textResult(text) {
3
- return { content: [{ type: "text", text }] };
4
- }
5
- function imageBlock(data, mimeType) {
6
- return { type: "image", data, mimeType };
7
- }
8
- function isImageMimeType(mimeType) {
9
- return mimeType.startsWith("image/");
10
- }
11
-
12
- export {
13
- textResult,
14
- imageBlock,
15
- isImageMimeType
16
- };
17
- //# sourceMappingURL=chunk-C5YAMQJ2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/tools/helpers.ts"],"sourcesContent":["/** Shared result helpers for MCP tool handlers. */\n\nexport function textResult(text: string): { content: { type: \"text\"; text: string }[] } {\n return { content: [{ type: \"text\" as const, text }] };\n}\n\nexport function imageBlock(\n data: string,\n mimeType: string,\n): { type: \"image\"; data: string; mimeType: string } {\n return { type: \"image\" as const, data, mimeType };\n}\n\nexport function isImageMimeType(mimeType: string): boolean {\n return mimeType.startsWith(\"image/\");\n}\n"],"mappings":";AAEO,SAAS,WAAW,MAA6D;AACtF,SAAO,EAAE,SAAS,CAAC,EAAE,MAAM,QAAiB,KAAK,CAAC,EAAE;AACtD;AAEO,SAAS,WACd,MACA,UACmD;AACnD,SAAO,EAAE,MAAM,SAAkB,MAAM,SAAS;AAClD;AAEO,SAAS,gBAAgB,UAA2B;AACzD,SAAO,SAAS,WAAW,QAAQ;AACrC;","names":[]}