@rallycry/conveyor-agent 7.2.1 → 7.2.3

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,7 +5,7 @@ import {
5
5
  loadConveyorConfig,
6
6
  runSetupCommand,
7
7
  runStartCommand
8
- } from "./chunk-2JONMCGY.js";
8
+ } from "./chunk-N66QQFXY.js";
9
9
  import "./chunk-C5YAMQJ2.js";
10
10
  import {
11
11
  createServiceLogger
package/dist/index.d.ts CHANGED
@@ -504,7 +504,8 @@ declare function flushPendingChanges(cwd: string, opts?: {
504
504
  pushed: boolean;
505
505
  hadWork: boolean;
506
506
  }>;
507
- /** Push current branch to origin. On auth failure, refreshes the GitHub token and retries. */
507
+ /** Push current branch to origin. Proactively refreshes the GitHub token before
508
+ * attempting the push. On auth failure, refreshes again and retries. */
508
509
  declare function pushToOrigin(cwd: string, refreshToken?: () => Promise<string | undefined>): Promise<boolean>;
509
510
 
510
511
  declare function ensureWorktree(projectDir: string, taskId: string, branch?: string): string;
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  runStartCommand,
25
25
  stageAndCommit,
26
26
  updateRemoteToken
27
- } from "./chunk-2JONMCGY.js";
27
+ } from "./chunk-N66QQFXY.js";
28
28
  import "./chunk-C5YAMQJ2.js";
29
29
  import "./chunk-RRXX6DTB.js";
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "7.2.1",
3
+ "version": "7.2.3",
4
4
  "description": "Conveyor Agent Runner v7.0 - Agent-as-User architecture with BaseService patterns. Works locally too.",
5
5
  "keywords": [
6
6
  "agent",