@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
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rallycry/conveyor-agent",
|
|
3
|
-
"version": "10.13.
|
|
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",
|
package/runtime/entrypoint.sh
CHANGED
|
@@ -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
|
|
38
|
-
#
|
|
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.
|
|
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
|