@rallycry/conveyor-agent 10.13.10 → 10.13.12

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
  runUsageProbe,
29
29
  sampleKeyUsage,
30
30
  textResult
31
- } from "./chunk-UVR5XFE4.js";
31
+ } from "./chunk-4KIPA6LF.js";
32
32
  import "./chunk-7TQO4ZF4.js";
33
33
  import {
34
34
  getWorkbenchClient
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  updateRemoteToken,
20
20
  uploadSnapshotToGcs,
21
21
  workspacePathExists
22
- } from "./chunk-UVR5XFE4.js";
22
+ } from "./chunk-4KIPA6LF.js";
23
23
  import "./chunk-7TQO4ZF4.js";
24
24
  import {
25
25
  getWorkbenchClient
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "10.13.10",
3
+ "version": "10.13.12",
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",
@@ -34,9 +34,8 @@ start_workspace_sshd() {
34
34
  # The postgres / firebase wait moved into `conveyor-agent` (setup waitForSidecars())
35
35
  # so it gates only the project setupCommand/startCommand and never the agent's
36
36
  # thinking loop — even on-demand pods now launch the agent without blocking on the
37
- # slow firebase emulator. The agent keeps the same per-target deadlines learned
38
- # here (postgres 30s, firebase 60s). See:
39
- # docs/superpowers/specs/2026-06-28-agent-launch-before-sidecar-setup-design.md
37
+ # slow firebase emulator. The agent keeps separate per-target deadlines here
38
+ # (postgres 30s, firebase 60s).
40
39
 
41
40
  # ── Refresh agent runner to latest before launch (payload-independent) ──
42
41
  # The image version can be stale vs. what the API expects (protocol/contract
@@ -179,8 +178,7 @@ reclaim_home_ownership
179
178
 
180
179
  # ═══════════════════════════════════════════════════════════════════════════
181
180
  # PULL-BASED BOOTSTRAP — poll until the reconciler binds this pod to a
182
- # Workspace. 204 = still unbound; 200 = full bundle. No HMAC, no hostname
183
- # derivation, no exec-push, no /tmp/assignment.json.
181
+ # Workspace. 204 = still unbound; 200 = full bundle.
184
182
  # ═══════════════════════════════════════════════════════════════════════════
185
183
  # Bash runs as PID 1: without a trap, SIGTERM is ignored during standby and
186
184
  # every pool drain/scale-down rides the full terminationGracePeriod (180s) to