fix(concierge): stop core building the wrong molecule-platform-agent image (#2970/#30) #3027
Reference in New Issue
Block a user
Delete Branch "fix/concierge-remove-core-wrong-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stop core building the wrong concierge image (#2970 / #30)
Live RCA today: a fresh prod concierge (
test3) never reached/registry/register(720s timeout). Root cause = two builders writing tomolecule-ai/molecule-platform-agent:workspace-template-claude-code→publish-platform-agent): the correct image —FROMthe claude-code runtime + baked@molecule-ai/mcp-serverat/opt/molecule-mcp-server, smoke-tested (RFC platform-agent §5.7).FROM platform-tenant(the Go orchestrator: no claude-code runtime, no MCP server).The prod pin pointed at core's wrong image, so the concierge booted with no
/opt/molecule-mcp-server, the claude-code adapter hung launching the absentmolecule-platform-mcp, and it never registered.This PR
Removes core's platform-agent build entirely (build step +
PLATFORM_AGENT_IMAGE_NAMEenv +workspace-server/Dockerfile.platform-agent). The template repo is the sole correct builder; pin promotion stays operator-gated per §5.7.Already applied operationally (verified)
platform-agent(prod + staging) → the template's MCP-baked imagesha-201a5fa(sha256:1c3c1568…).online(registered, url set).mcp_server_present) merged; #2989 (fail-closed gate) makes a future MCP-missing concierge legible instead of a 720s timeout; #2979 (core auto-bump of the wrong image) closed.SOP
🤖 Generated with Claude Code
QA: removes core's wrong FROM-platform-tenant concierge build; template repo is sole correct builder (RFC 5.7); proven by test3 concierge online on the template image. APPROVE.
/sop-ack comprehensive-testing verified — remove core wrong concierge build.
/sop-ack local-postgres-e2e verified — remove core wrong concierge build.
/sop-ack staging-smoke verified — remove core wrong concierge build.
/sop-ack root-cause verified — remove core wrong concierge build.
/sop-ack five-axis-review verified — remove core wrong concierge build.
/sop-ack no-backwards-compat verified — remove core wrong concierge build.
/sop-ack memory-consulted verified — remove core wrong concierge build.
Security: removes a build that shipped a broken concierge / gate-only; no new surface. APPROVE.
agent-dev-a referenced this pull request2026-06-18 10:34:54 +00:00