CedarCopilot wants to merge 2 commits into main from staging
Not deployed
Libra has no production signal for this change yet because it has not deployed. Libra checks hourly for 3 days after each deploy.
This change adds calendar conferencing and expands several mail workflows. A failed Google Calendar event creation after a Zoom meeting is provisioned leaves that Zoom meeting active, so retries can accumulate unused meetings.
Merge safety: not safe to merge until the event-save failure path deletes the Zoom meeting it created.
The calendar save flow needs compensating Zoom cleanup before this is safe to merge.
There is one verified non-security P1 finding and one P2 repository-rule finding. Under the scoring table, the P1 results in a score of 4; the P2 does not change that score.
Files Needing Attention: apps/mail/modules/calendar/components/EventComposerForm.tsx needs failure-path cleanup. apps/mail/tests/modules/conversations/conversationSearchFilterRow.test.tsx needs the shared Radix import.
What T-Rex did
### Issue 1
apps/mail/modules/calendar/components/EventComposerForm.tsx:599-610
**Zoom cleanup omitted**
When Google Calendar rejects the event creation after `buildConferencePayload` has created the Zoom meeting, this path only reports the error and never deletes that meeting. The failed attempt therefore leaves an orphan in the user's Zoom account, and each retry can create another.
### Issue 2
apps/mail/tests/modules/conversations/conversationSearchFilterRow.test.tsx:11
**Separate Radix registry**
Importing `Dialog` from the standalone package gives this test a different dismissable-layer boundary from production primitives imported through `radix-ui`. This weakens its coverage of nested-layer and Escape behavior.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
Reviews (1): Last reviewed commit: "Merge pull request #2653 from CedarCopil..." | Re-trigger Greptile
Greptile also left 2 inline comments on this PR.
Context used:
Libra has not measured any production surfaces for this change yet.