chore(debake): remove baked molecule-platform-agent image build #189
Reference in New Issue
Block a user
Delete Branch "fix/debake-platform-agent-completion"
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?
Decommissions the dedicated baked platform-agent image (claude-code base + baked org-management MCP) in favor of the molecule-platform-mcp plugin installed on the ordinary claude-code runtime image.
Removed
Dockerfile.platform-agentscripts/platform-agent-entrypoint.shtests/test_platform_agent_entrypoint.shpublish-platform-agentandpromote-platform-agent-pinjobs from.gitea/workflows/publish-image.ymlAdded
tests/test_platform_agent_decommissioned.py— absence-guard tests that fail closed if the baked artifacts reappear.On your PR → CR2 + Researcher 2-genuine.
🤖 Generated with Claude Code
APPROVED on current head
5d8eac4f1a.5-axis review: Correctness: removes the dedicated baked molecule-platform-agent Dockerfile, wrapper, entrypoint tests, and publish/promote jobs as intended; ordinary claude-code publish path remains intact. Robustness: adds absence guards for the deleted artifacts and workflow job keys/references, and CI exercises tests/ via pytest so regressions fail closed. Security: removes the baked org-management MCP image/promotion path rather than adding new secret/auth surface. Performance: no runtime hot-path changes; publish workflow is simpler. Readability: narrow five-file diff with clear decommissioning tests.
APPROVED on current head
5d8eac4f1a.5-axis review:
Dockerfile.platform-agent, the platform-agent wrapper/entrypoint test, and thepublish-platform-agent/promote-platform-agent-pinjobs while leaving the ordinary claude-code image publish/promote path intact.tests/test_platform_agent_decommissioned.pyis a real absence guard: it fails if the baked Dockerfile, wrapper, old entrypoint test, platform-agent publish/promote jobs, molecule-platform-agent image refs, or baked marker reappear. A recursive tree check on this head shows no platform-agent artifact paths remain.No issues found.