@rallycry/conveyor-agent 10.7.4 → 10.8.1

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
@@ -28,7 +28,7 @@ import {
28
28
  runStartCommand,
29
29
  sampleKeyUsage,
30
30
  terminateProcessGroup
31
- } from "./chunk-WJWMLZKR.js";
31
+ } from "./chunk-LBMFXTIV.js";
32
32
  import "./chunk-7TQO4ZF4.js";
33
33
 
34
34
  // src/cli.ts
package/dist/index.d.ts CHANGED
@@ -306,10 +306,10 @@ declare class ModeController {
306
306
  /**
307
307
  * Auto mode always bypasses the plan turn: resolveInitialMode calls
308
308
  * transitionToBuilding() at boot, so the agent runs with
309
- * `--dangerously-skip-permissions` from turn 1 and documents its plan into
310
- * the card (via update_task_plan) as the approach firms up non-blocking,
311
- * never a gate. Use discovery mode for a plan turn that stops for human
312
- * approval. Non-auto modes never bypass.
309
+ * `--dangerously-skip-permissions` from turn 1. The prompts require it to
310
+ * post its plan to the card (via update_task_plan) before writing code
311
+ * a record for the team, never an approval gate. Use discovery mode for a
312
+ * plan turn that stops for human approval. Non-auto modes never bypass.
313
313
  */
314
314
  canBypassPlanning(_context: ModeTaskContext): boolean;
315
315
  /** Handle mode change from server */
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  unshallowRepo,
21
21
  updateRemoteToken,
22
22
  uploadSnapshotToGcs
23
- } from "./chunk-WJWMLZKR.js";
23
+ } from "./chunk-LBMFXTIV.js";
24
24
  import "./chunk-7TQO4ZF4.js";
25
25
 
26
26
  // src/runner/worktree.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "10.7.4",
3
+ "version": "10.8.1",
4
4
  "description": "Conveyor Agent Runner v10 - 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",