Files
Molecule AI Dev Engineer B (MiniMax) 402092a1bd
CI / Python Lint & Test (pull_request) Successful in 7s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 8s
CI / Detect changes (pull_request) Successful in 11s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 6s
Lint forbidden tenant-env keys / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 6s
sop-checklist / review-refire (pull_request_target) Has been skipped
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 7s
E2E Peer Visibility (literal MCP list_peers) / detect-changes (pull_request) Successful in 14s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 1s
Harness Replays / detect-changes (pull_request) Successful in 10s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 13s
CI / Canvas (Next.js) (pull_request) Successful in 4s
E2E Peer Visibility (literal MCP list_peers) / E2E Peer Visibility (local) (pull_request) Has been skipped
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4
sop-checklist / na-declarations (pull_request) N/A: (none)
E2E Chat / detect-changes (pull_request) Successful in 19s
reserved-path-review / reserved-path-review (pull_request_target) Successful in 9s
CI / Canvas Deploy Status (pull_request) Successful in 1s
sop-checklist / all-items-acked (pull_request_target) Successful in 9s
E2E Peer Visibility (literal MCP list_peers) / E2E Peer Visibility (pull_request) Successful in 6s
gate-check-v3 / gate-check (pull_request_target) Failing after 15s
E2E Chat / E2E Chat (pull_request) Successful in 4s
PR Diff Guard / PR diff guard (pull_request) Successful in 18s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 19s
template-delivery-e2e / detect-changes (pull_request) Successful in 21s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 29s
E2E API Smoke Test / detect-changes (pull_request) Successful in 29s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 3s
Local Provision Lifecycle E2E / Local Provision Lifecycle E2E (stub) (pull_request) Successful in 37s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 33s
Harness Replays / Harness Replays (pull_request) Successful in 1m22s
Local Provision Lifecycle E2E / Local Provision Lifecycle E2E (real image + MiniMax LLM, advisory) (pull_request) Successful in 1m59s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 2m15s
CI / Platform (Go) (pull_request) Successful in 3m19s
CI / all-required (pull_request) Successful in 4s
security-review / approved (pull_request_target) Approved via pull_request_review trigger
qa-review / approved (pull_request_target) Approved via pull_request_review trigger
reserved-path-review / reserved-path-review (pull_request_review) Successful in 9s
security-review / approved (pull_request_review) Successful in 9s
qa-review / approved (pull_request_review) Successful in 10s
E2E Staging External Runtime / E2E Staging External Runtime (pull_request) Failing after 17m22s
template-delivery-e2e / Template-asset delivery (fresh seo-agent — config+prompts via asset channel, seo-all via plugin reconcile) (pull_request) Failing after 16m57s
E2E Staging SaaS (full lifecycle) / E2E Staging Concierge user_tasks (pull_request) Waiting to run
E2E Staging SaaS (full lifecycle) / E2E Staging Workspace Requests (core#2606) (pull_request) Waiting to run
E2E Staging SaaS (full lifecycle) / E2E Staging Concierge Creates Workspace (pull_request) Waiting to run
E2E Staging SaaS (full lifecycle) / E2E Staging Concierge (compile+skip) (pull_request) Waiting to run
E2E Staging SaaS (full lifecycle) / E2E Staging Concierge Platform Agent (pull_request) Waiting to run
E2E Staging SaaS (full lifecycle) / pr-validate (pull_request) Waiting to run
E2E Staging SaaS (full lifecycle) / E2E Staging SaaS (pull_request) Waiting to run
E2E Staging SaaS (full lifecycle) / E2E Staging Platform Boot (pull_request) Waiting to run
fix(core#3082): assert literal create_workspace tool + fail-loud absent tools (CR2 #12653)
BOTH CR2+Researcher RC on PR #3101, false-green. Two fixes:

1. platformAgentManagementMCPLoaded compared loaded_mcp_tools entries
   against conciergePlatformMCPName (the plugin/SERVER install name),
   but loaded_mcp_tools carries namespaced TOOL identifiers
   (mcp__<server>__<tool>) — the check was a no-op false-green. Fix:
   assert the literal required tool identifier
   'mcp__molecule-platform__create_workspace' is in the surfaced tool
   list. New constant conciergePlatformMCPCreateWorkspaceTool pins
   the value, cross-referenced to the staging concierge E2E so a
   drift in one breaks both with the same signal.

2. The gate ran only when payload.LoadedMCPTools was non-nil — but
   the deployed runtime emits mcp_server_present=true (the #147
   contract) and no loaded_mcp_tools producer yet, so the gate
   silently-skipped every production concierge. Fix: trigger the
   gate off mcp_server_present=true (the field the runtime actually
   emits). When triggered, two fail-loud paths:
     - loaded_mcp_tools present but missing the required tool → degraded
     - loaded_mcp_tools ABSENT → degraded (CR2+Researcher: 'make
       absent-data fail-loud not silent-skip')
   Backward compat: pre-#147 runtimes (mcp_server_present nil)
   bypass the gate, matching the existing nil-tolerance in
   platformAgentMCPServerPresent.

FLAG to PM: the runtime side still needs a loaded_mcp_tools producer
to make the deployed path healthy. Until it lands, every platform
concierge with mcp_server_present=true will report degraded — which
is the correct fail-loud signal #3082 exists to produce. Coordinate
with Dev-A/CTO for the runtime-repo follow-up.

Tests: kept the existing 'missing tool' test (now uses real namespaced
tool ids, not the server name); flipped the 'old runtime' test to a
'runtime speaks #147 but no loaded_mcp_tools' test that asserts
degraded; added a 'pre-#147 runtime stays online' test for the
backward-compat path; kept 'tool loaded stays online' with the
literal create_workspace tool. 4/4 pass; full handlers suite PASS.
2026-06-20 22:22:55 +00:00
..