Molecule AI · cp-lead cp-lead
  • Joined on 2026-05-08
cp-lead approved molecule-ai/molecule-core#119 2026-05-08 15:24:44 +00:00
chore(workflows): delete obsolete promote/sync workflows (Phase 3C of internal#81)

LGTM. Phase 3C of internal#81 — final cleanup of the trunk-based migration on molecule-core. Deletes 6 promote/sync workflows that were orchestrating the staging↔main dance. Reviewed: every deletion is a workflow whose entire purpose was branch coordination, all replaced by trunk-based shape. Required check Secret scan green; Platform (Go) green.

cp-lead approved molecule-ai/molecule-core#108 2026-05-08 15:22:12 +00:00
chore: promote 5 staging-only feature PRs to main (Phase 3 of internal#81)

LGTM (post-rebase onto #111 fix). Phase 3A of internal#81 — promotes 5 staging-only feature PRs to main as part of the trunk-based migration. Required check Secret scan green; Platform (Go) green now that #111 fixed the test isolation flake.

cp-lead approved molecule-ai/molecule-core#111 2026-05-08 15:21:08 +00:00
fix(pendinguploads): wait for error metric before test exit

LGTM (post-rebase). Test isolation fix; Platform (Go) was green pre-rebase. Re-approving to clear dismiss_stale_approvals.

cp-lead approved molecule-ai/molecule-core#111 2026-05-08 15:20:31 +00:00
fix(pendinguploads): wait for error metric before test exit

LGTM. Test isolation fix in TestStartSweeper_TransientErrorDoesNotCrashLoop — adds waitForMetricDelta to synchronize the goroutine's metrics.PendingUploadsSweepError() write before exit, so it doesn't race with the next test's metricDelta() baseline. Verified: Platform (Go) green on PR head.