fix(model selection): bake dotfiles models.json (both glm models, env-ref key) over frozen worker list; catalog prefers baked file — was offering models the container registry couldn't resolve

This commit is contained in:
Raphael Westphal
2026-08-19 14:53:08 +02:00
parent 5c71edfac4
commit e0b5af2276
4 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ RUN rm -f /usr/local/bin/npm \
# Same pi config as workers (dotfiles, filtered; git: packages stripped).
COPY docker/pi-agent/ /root/.pi/agent/
COPY plugin/lvmh-agent.ts /root/.pi/agent/extensions/lvmh-agent.ts
COPY docker/worker-models.json /root/.pi/agent/models.json
COPY docker/worker-models.json /root/.pi/agent/models.json.fallback
# Ops instructions live in the workspace (AGENTS.md is auto-loaded from cwd).
COPY docker/ops-context/AGENTS.md /ops-seed/AGENTS.md