Files
roboco/docker
Renn F 61d6cde40f fix(docker): pre-create ~/.claude.json in the agent base image
Claude Code prints "configuration file not found at ~/.claude.json" (3x) at startup when that sibling file is absent. The orchestrator only bind-mounts the host copy when it exists, and delivery agents (unlike intake/secretary, which pre-create it in Python) launch the CLI directly with no wrapper — so when the host file is gone the warning floods every agent's logs. Pre-create an empty {} config in the image; the host mount still overrides it when present and the CLI self-heals the file.
2026-06-21 09:40:54 +02:00
..
2026-06-05 16:35:22 +02:00