@rallycry/conveyor-agent 5.12.0 → 5.13.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/cli.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  ProjectRunner,
5
5
  createServiceLogger,
6
6
  errorMeta
7
- } from "./chunk-SQJJL2PU.js";
7
+ } from "./chunk-4RFYCO2T.js";
8
8
 
9
9
  // src/cli.ts
10
10
  import { readFileSync } from "fs";
package/dist/index.d.ts CHANGED
@@ -377,6 +377,10 @@ declare class ProjectConnection {
377
377
  }
378
378
 
379
379
  declare function ensureWorktree(projectDir: string, taskId: string, branch?: string): string;
380
+ /**
381
+ * Force-remove is intentional: this runs after task completion or explicit stop.
382
+ * Any uncommitted changes at this point are scratch artifacts, not valuable work.
383
+ */
380
384
  declare function removeWorktree(projectDir: string, taskId: string): void;
381
385
 
382
386
  interface CacheEntry {
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  removeWorktree,
10
10
  runSetupCommand,
11
11
  runStartCommand
12
- } from "./chunk-SQJJL2PU.js";
12
+ } from "./chunk-4RFYCO2T.js";
13
13
  export {
14
14
  AgentRunner,
15
15
  ConveyorConnection,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "5.12.0",
3
+ "version": "5.13.0",
4
4
  "description": "Conveyor cloud build agent runner - executes task plans inside GitHub Codespaces",
5
5
  "keywords": [
6
6
  "agent",