chore(manifest): bump platform-agent pin to include SSOT server-name fix #3119
Reference in New Issue
Block a user
Delete Branch "chore/bump-platform-agent-pin-ssot-molecule-platform"
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?
Resolves (c) of the concierge-fix rollout: the platform-agent template is PINNED (RFC #2927), not fetched at main, so template PR #6 (mcp_servers.yaml server-name platform->molecule-platform) does NOT apply until this manifest pin is bumped + the molecule-platform-agent image rebuilt (clone-manifest.sh stages the pinned template; Dockerfile.platform-agent bakes it).
Bump platform-agent ref
e5c83029->776916df(template-platform-agent main HEAD with #6 merged).VERIFIED via the Gitea API: commit
776916dfreachable (200);config.yamlpresent at it (200);mcp_servers.yamlat this ref declaresname: molecule-platform.Local note: TestManifest_RefPinning_AllSHAsReachable 404s locally for this AND unchanged entries (google-adk, seo-agent) — a local auth/endpoint limitation, not a bad SHA (the direct API check above confirms reachability). CI with DISPATCH_TOKEN validates.
Completes the 4-PR concierge degraded/bounce fix (runtime producer #158, executor capture #160, template SSOT #6, core gate #3115) — this pin bakes #6 into the next molecule-platform-agent image build.
Generated with Claude Code.
5-axis review for current head
3439011c54:Correctness: APPROVE. The diff is manifest-only and updates only the platform-agent template pin from e5c830293b9c7e68ba4abed3e4c1614e6801029c to 776916df9ada9c03b761f9485b2ed0933a9c9140. I verified the target ref's mcp_servers.yaml declares
name: molecule-platform, so this is the pinned-template pickup for template-platform-agent#6.Robustness: APPROVE. The pinned manifest model is preserved; this only advances the platform-agent template ref needed for the next image rebuild.
Security: APPROVE. No credential, permission, or runtime behavior broadening in this manifest-only change.
Performance: APPROVE. No hot-path code changes; rebuild will consume the corrected template.
Readability/maintainability: APPROVE. Minimal one-line manifest pin bump, no unrelated manifest churn.
CI/status:
CI / all-requiredis green on the current head, covering the required core checks including the manifest pinning validation. Note that separate policy/advisory target statuses are still red/pending on the combined status; those are outside this code diff assessment.APPROVED on current head
3439011c.5-axis review:
Correctness: the diff is exactly the intended manifest pin bump for platform-agent, from e5c830293b9c7e68ba4abed3e4c1614e6801029c to 776916df9ada9c03b761f9485b2ed0933a9c9140. That target is reachable in molecule-ai-workspace-template-platform-agent, and mcp_servers.yaml at that ref uses name: molecule-platform, matching the merged #6 SSOT server-name fix.
Robustness: this preserves the pinned-template model and updates only the platform-agent ref; no broad manifest churn.
Security: no new secrets, auth, or runtime privileges; this only selects an already-reviewed template commit.
Performance: no direct runtime performance impact.
Readability: single-entry manifest change is clear and auditable.