@rallycry/conveyor-agent 8.9.0 → 8.11.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
@@ -9,7 +9,7 @@ import {
9
9
  loadForwardPorts,
10
10
  runSetupCommand,
11
11
  runStartCommand
12
- } from "./chunk-6462GDLZ.js";
12
+ } from "./chunk-IB6M4OVT.js";
13
13
  import "./chunk-FDWECEDJ.js";
14
14
  import {
15
15
  createServiceLogger
package/dist/index.d.ts CHANGED
@@ -691,7 +691,7 @@ declare function flushPendingChanges(cwd: string, opts?: {
691
691
  }>;
692
692
  /** Push current branch to origin. Proactively refreshes the GitHub token before
693
693
  * attempting the push. On auth failure, refreshes again and retries. */
694
- declare function pushToOrigin(cwd: string, refreshToken?: () => Promise<string | undefined>): Promise<boolean>;
694
+ declare function pushToOrigin(cwd: string, refreshToken?: () => Promise<string | undefined>, skipVerify?: boolean): Promise<boolean>;
695
695
 
696
696
  declare function ensureWorktree(projectDir: string, taskId: string, branch?: string): string;
697
697
  /**
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ import {
25
25
  stageAndCommit,
26
26
  unshallowRepo,
27
27
  updateRemoteToken
28
- } from "./chunk-6462GDLZ.js";
28
+ } from "./chunk-IB6M4OVT.js";
29
29
  import "./chunk-FDWECEDJ.js";
30
30
  import "./chunk-TN2YYT2V.js";
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "8.9.0",
3
+ "version": "8.11.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",