Fix some issues with local dev
Build and Push Spoon Images / quality (push) Successful in 1m32s
Build and Push Spoon Images / build-images (push) Successful in 6m33s

This commit is contained in:
Gabriel Brown
2026-06-24 22:40:26 -04:00
parent 573246ce98
commit 3f1fee4e44
7 changed files with 86 additions and 40 deletions
+3
View File
@@ -48,6 +48,9 @@ export const env = {
terminalIdleMs: intEnv('SPOON_AGENT_TERMINAL_IDLE_MS', 1_800_000),
// How long a per-user box container survives with no active jobs/terminals.
boxIdleMs: intEnv('SPOON_AGENT_BOX_IDLE_MS', 1_800_000),
// Dev-only: exit if the parent dev runner dies, so the worker never orphans
// and holds port 3921 across restarts. Set by scripts/dev-agent-worker.
devWatchdog: process.env.SPOON_AGENT_DEV_WATCHDOG === '1',
workdir: process.env.SPOON_AGENT_WORKDIR?.trim() ?? '.local/agent-work',
hostWorkdir: process.env.SPOON_AGENT_HOST_WORKDIR?.trim(),
network: process.env.SPOON_AGENT_NETWORK?.trim(),