Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(tests): unbreak 153 server suites, repair the CRM mock, and harden the account purge

merged#2387CedarCopilot

CedarCopilot wants to merge 0 commits into staging from fix/per-thread-connection-and-soft-delete

Live on prod, no production signal yetTimeline and evidence
  1. Opened
    Aug 3, 2026, 12:06 AM
  2. Merged
    Aug 3, 2026, 3:02 PM
  3. Live on prod
    Aug 3, 2026, 3:02 PM
  4. Observed 2 days
    Aug 3, 2026, 3:02 PM
  5. Pipelines steady after this deploy
    Aug 3, 2026, 3:02 PM
  6. Unobserved

    Live on prod, no production signal yet

    Aug 6, 2026, 11:14 AM

Behaviors Libra is checking

AOP context behavior from playground/aop-editor.tsx, components/ActionQueueView.tsx, components/AgentExecutionDisplay.tsx keeps working in prod.Inconclusivelow confidence

Strict CloudWatch fallback saw 1,651 success-shaped log lines matching pipeline, analytics, quota, aop, but no tied operation was present, so Libra is not calling this working.

prod, checked Aug 6, 2026, 8:57 AM
Calendar sync behavior from calendar/page.tsx, components/AllDayEventsRow.tsx, components/CalendarEventContent.tsx keeps working in prod.Inconclusivelow confidence

Strict CloudWatch fallback found 96 recent prod failure log lines for [SCHEDULED] Failed to renew calendar watch (invalid_grant), but the same failure had 96 log lines in the comparable pre-deploy baseline. Libra is not blaming this PR intent without a post-deploy increase or.

prod, checked Aug 6, 2026, 8:57 AM
Chat workflow behavior from chat-agent/page.tsx keeps working in prod.Inconclusivelow confidence

Verifier did not provide positive runtime evidence tied to this intent, so Libra is keeping it inconclusive. Original assessment: OTEL fallback saw 133,381 prod spans for the repo/env since deploy with 782 error spans across 161 identified users.

prod, checked Aug 6, 2026, 9:13 AM
CRM integration behavior from playground/deal-audit.tsx keeps working in prod.Inconclusivelow confidence

Strict CloudWatch fallback found 56 prod failure log lines for [UpdateExternalCrmWorkflow] Driver update failed (Value \), up from 17 in the comparable baseline, but this domain-wide failure family is not tied to this intent.

prod, checked Aug 6, 2026, 10:59 AM
Email workflow behavior from (call)/page.tsx, SunlitBackground/SunlitBackground.tsx, SunlitBackground/noise.png keeps working in prod.Inconclusivelow confidence

Strict CloudWatch fallback found 34 prod failure log lines for mirror.upsertEmailThread failed (Failed query: insert into \), but this domain-wide failure family is not tied to this intent.

prod, checked Aug 6, 2026, 11:14 AM

Libra has verdicts on 0 of 5 tracked behaviors on prod; 5 are still being checked. Libra checks hourly for 3 days after each deploy.

Summary

Review pass over this branch (588 files vs staging), plus every fix it surfaced.

One change was merge-blocking. email-processor.ts had switched to a default import of @barkleapp/css-sanitizer to fix tsx scripts , but Vite leaves default undefined for a CJS module with no __esModule marker, so 153 of 474 server suites died at collection. A namespace import with a .default fallback is the one shape that works under tsx and vitest both.

pnpm types:test , a task this branch introduces , was also red, on its own new test file and on result.company assertions that the branch's (correct) nullable-company widening invalidated.

Account deletion hardening

  • Order the blocking-FK set by dependency, like the unreferenced set already was. Inside a transaction a FK violation aborts everything, so purgeOwnedRows' retry loop cannot rescue a bad order , the file's own comment says as much, but only one of the two sets was ordered.
  • Classify blocking columns instead of assuming action: 'delete'. NO ACTION is Postgres's default delete rule, so the next attribution column added with a plain references(user.id) would have landed here and deleted rows belonging to whoever the record is actually about (a conversation, an org) rather than to the account being erased.

Pre-existing failures repaired

Not caused by this branch, but red and now green:

  • CRM mock DB (3 files, 21 tests) , pinned an exact positional insert sequence, which the crm_company / crm_account_domains / crm_person dual-write shifted by three. Replaced with a shared mockInsertsByTable(), so insert-order changes can no longer mis-wire it silently.
  • sanitizeContext deliberately keeps message/data for failed-send debugging, and get() deliberately emits label IDs without a per-thread labels.list call (607e61d08). Both tests still asserted the pre-change contract.
  • email-composer-send timed out on all 42 tests. Four causes: flushPromises scheduled on a faked setTimeout; react-query mocks returning fresh identities each render; four missing store selectors; and a useForm override leaking to: [] into every test after it.

Merge with staging

Four conflicts, two silent (auto-merged, no markers) , see the merge commit for the reasoning. Notably both branches independently fixed the same ERR_INVALID_ARG_TYPE date bind and each shipped a regression test for its own shape; only the drizzle-operator form satisfies both.

Test plan

CheckResult
pnpm types
pnpm types:test✅ (was 13 errors)
pnpm run autofix:local✅ oxlint · deps:check · 113 mail suites · 450 server suites / 4593 tests
apps/mail full jest✅ 166/166 suites, 1647 tests
apps/server full vitest✅ 461 suites, 5124 tests (was 154 suites failing)

Follow-ups for review

  1. assertMigrationsApplied is exported but never called , only the check-migrations script uses getMigrationStatus. Left alone: wiring a startup gate is a production behavior change. Wire it into api-entry.ts?
  2. seedDefaultTaskGroups renamed 'Responses''Responses needed' and seeding matches by name, so rename-responses-task-group.ts must run against prod before any account re-seeds, or affected users get a duplicate group. It's a manual script, not a migration.
  3. upload.ts dropped activitiesLimit: Number.MAX_SAFE_INTEGER , indexed external-CRM activities now fall back to the default limit. Intentional?
  4. wiki.ts widened page selection from documentType !== 'custom' to documentType === 'folder'. Intended with the agent-document work?
  5. apps/mail lint has 233 pre-existing errors repo-wide; this PR adds none (verified against the HEAD baseline of every touched file).

🤖 Generated with Claude Code

Show production surfaces and changed-file mapping

Production surfaces

Libra has not measured any production surfaces for this change yet.

Changed files → surfaces

  • .cursor/skills/update-org-aop/SKILL.mdno production surface mapped
  • .gitignoreno production surface mapped
  • apps/mail/app/(call)/page.tsxno production surface mapped
  • apps/mail/app/(full-width)/SunlitBackground/SunlitBackground.tsxno production surface mapped
  • apps/mail/app/(full-width)/SunlitBackground/noise.pngno production surface mapped
  • apps/mail/app/(full-width)/SunlitBackground/sunlit.cssno production surface mapped
  • apps/mail/app/(full-width)/admin/integration/page.tsxno production surface mapped
  • apps/mail/app/(full-width)/admin/page.tsxno production surface mapped
  • apps/mail/app/(routes)/agents/page.tsxno production surface mapped
  • apps/mail/app/(routes)/agents/playbook/page.tsxno production surface mapped
  • apps/mail/app/(routes)/brain/playbooks/chat-agent/page.tsxno production surface mapped
  • apps/mail/app/(routes)/brain/playbooks/page.tsxno production surface mapped
  • apps/mail/app/(routes)/brain/playbooks/routing/page.tsxno production surface mapped
  • apps/mail/app/(routes)/calendar/page.tsxno production surface mapped
  • apps/mail/app/(routes)/cedarAdmin/page.tsxno production surface mapped
  • apps/mail/app/(routes)/home/layout.tsxno production surface mapped
  • apps/mail/app/(routes)/inbox/page.tsxno production surface mapped
  • apps/mail/app/(routes)/layout.tsxno production surface mapped
  • apps/mail/app/(routes)/meetings/page.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/aop-editor.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/citations-search.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/components/EmailPanel.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/components/OrgCrmFieldMappingsEditor.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/components/PlaybookEditor.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/deal-audit.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/draft-analytics.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/drafting.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/initial-sync.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/mail-api.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/recall-meetings.tsxno production surface mapped
  • apps/mail/app/(routes)/settings/danger-zone/page.tsxno production surface mapped
  • apps/mail/app/(routes)/settings/general/page.tsxno production surface mapped
  • apps/mail/app/(routes)/tasks/agenda/page.tsxno production surface mapped
  • apps/mail/app/(routes)/tasks/layout.tsxno production surface mapped
  • apps/mail/app/globals.cssno production surface mapped
  • apps/mail/app/hooks/meetingRecorderTypes.tsno production surface mapped
  • apps/mail/app/hooks/useCallUI.tsno production surface mapped
  • apps/mail/app/mailto-handler.tsno production surface mapped
  • apps/mail/app/page.tsxno production surface mapped
  • apps/mail/app/routes.tsno production surface mapped
  • apps/mail/components/context/label-sidebar-context.tsxno production surface mapped
  • apps/mail/components/layout/AppShell.tsxno production surface mapped
  • apps/mail/components/layout/ChatColumn.tsxno production surface mapped
  • apps/mail/components/mail/NextEventWidget.tsxno production surface mapped
  • apps/mail/components/ui/FloatingChat.tsxno production surface mapped
  • apps/mail/components/ui/GlobalCanvas.tsxno production surface mapped
  • apps/mail/components/ui/app-sidebar.tsxno production surface mapped
  • apps/mail/components/ui/command.tsxno production surface mapped
  • apps/mail/components/ui/hotkey-bar.tsxno production surface mapped
  • apps/mail/components/ui/nav-main.tsxno production surface mapped
  • apps/mail/components/ui/nav-user.tsxno production surface mapped
  • apps/mail/components/ui/pricing-dialog.tsxno production surface mapped
  • apps/mail/components/ui/recipient-autosuggest.tsxno production surface mapped
  • apps/mail/components/ui/tabs.tsxno production surface mapped
  • apps/mail/config/navigation.tsno production surface mapped
  • apps/mail/config/shortcuts.tsno production surface mapped
  • apps/mail/docs/omni-channel-inbox.mdno production surface mapped
  • apps/mail/docs/url-driven-layout.mdno production surface mapped
  • apps/mail/hooks/use-media-query.tsno production surface mapped
  • apps/mail/hooks/use-prefetch-folder-threads.tsno production surface mapped
  • apps/mail/jest-dom.d.tsno production surface mapped
  • apps/mail/jest.resolver.cjsno production surface mapped
  • apps/mail/lib/hotkeys/view-stack-manager.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/AgendaDocument.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/AgendaEventBlock.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/ConversationAgendaDocument.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/EventCard.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/NextStepNode.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/ReviewModeThreadDisplay.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/SingleDayCalendarView.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/AgendaTaskNode.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/utils/agenda-artifact-actions.tsno production surface mapped
  • apps/mail/modules/agentCanvas/utils/agenda-right-slot-state.tsno production surface mapped
  • apps/mail/modules/agentCanvas/utils/draft-helpers.tsno production surface mapped
  • apps/mail/modules/aop/components/ActionQueueView.tsxno production surface mapped
  • apps/mail/modules/aop/components/AgentExecutionDisplay.tsxno production surface mapped
  • apps/mail/modules/aop/components/AgentsEditor.tsxno production surface mapped
  • apps/mail/modules/aop/components/DraftSimulationPanel.tsxno production surface mapped
  • apps/mail/modules/aop/hooks/use-execution-stream.tsno production surface mapped
  • apps/mail/modules/aop/store/agentExecutionsSlice.tsno production surface mapped
  • apps/mail/modules/brain/components/AopManageDialogs.tsxno production surface mapped
  • apps/mail/modules/brain/components/PlaybookRoutingCard.tsxno production surface mapped
  • apps/mail/modules/calendar/components/AllDayEventsRow.tsxno production surface mapped
  • apps/mail/modules/calendar/components/CalendarEventContent.tsxno production surface mapped
  • apps/mail/modules/calendar/components/CalendarEventContextMenu.tsxno production surface mapped
  • apps/mail/modules/calendar/components/CalendarView.tsxno production surface mapped
  • apps/mail/modules/calendar/components/DraggableCalendarEvent.tsxno production surface mapped
  • apps/mail/modules/calendar/components/EventDetailsPopover.tsxno production surface mapped
  • apps/mail/modules/calendar/components/MeetWithInput.tsxno production surface mapped
  • apps/mail/modules/calendar/components/TasksRow.tsxno production surface mapped
  • apps/mail/modules/calendar/hooks/use-calendar-tasks.tsno production surface mapped
  • apps/mail/modules/calendar/hooks/use-calendar-timezones.tsno production surface mapped
  • apps/mail/modules/calendar/hooks/use-calendar.tsno production surface mapped
  • apps/mail/modules/calendar/types/calendar-types.tsno production surface mapped
  • apps/mail/modules/canvas/components/CanvasHeader.tsxno production surface mapped
  • apps/mail/modules/canvas/components/CardListCanvasView.tsxno production surface mapped
  • apps/mail/modules/canvas/components/ConversationCard.tsxno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/__mocks__/query-provider.tsno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/chatComponents/DraftReviewPanel.test.tsxno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/chatComponents/draftMessageRenderer.test.tsno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/chatComponents/handleNavigateToTask.test.tsno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/chatComponents/openDraftReview.test.tsno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/store/agentContext/agentContextSlice.test.tsxno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/store/agentContext/subscriptionCleanup.test.tsno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/store/messages/messagesSlice.basic.test.tsxno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/store/messages/messagesSlice.thread.test.tsxno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/store/messages/useThreadController.test.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/CommandBar/BottomCommandBar.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/CommandBar/CommandBar.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/CedarCaptionChat.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/EmbeddedCedarChat.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/EmptyStateSuggestions.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/FloatingCedarChat.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/SidePanelCedarChat.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/WelcomeHints.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/useOpenContextArtifact.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/welcomeShortcuts.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatInput/ChatInput.cssno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatInput/ChatInput.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatInput/FloatingChatInput.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatInput/useTypewriterPlaceholder.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/containers/Container.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/containers/ContainerBeveled.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/containers/Flat3dContainer.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/containers/GlassyPaneContainer.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/debugger/NetworkTab.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/ornaments/InsetGlow.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/spells/TooltipMenuSpell.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/components/chatInput/MentionList.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/components/chatInput/mentionSuggestion.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/components/renderers/messageRenderers.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/index.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/CedarStore.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/agentUtils.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/canvasAwareSideEffects.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/clientExecutionResponseProcessors.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/createResponseProcessor.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/humanInTheLoopResponseProcessor.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/toolCallResponseProcessor.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentContext/agentContextSlice.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentContext/mentionProviders.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/createCedarStore.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/MessageTypes.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/createTypedMessagesSlice.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/messageStorage.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/messagesSlice.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/renderers/ConversationLookupRenderer.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/renderers/LegacyActionRenderer.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/renderers/SetStateRenderer.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/renderers/createMessageRenderer.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/renderers/initializeMessageRendererRegistry.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/store/voice/voiceSlice.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/utils/sanitizeJson.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/utils/typeUtils.tsno production surface mapped
  • apps/mail/modules/company/components/CompanyExplorer.tsxno production surface mapped
  • apps/mail/modules/conversations/components/AgentExecutionsPanel.tsxno production surface mapped
  • apps/mail/modules/conversations/components/AgentExecutionsTab.tsxno production surface mapped
  • apps/mail/modules/conversations/components/AgentRow.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationBackGutter.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationBodyLayout.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationHeader.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationOverviewCard.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationParticipantsPanel.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationSearchCommandBar.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationTabContent.tsxno production surface mapped
  • apps/mail/modules/conversations/components/CrmAgentBadge.tsxno production surface mapped
  • apps/mail/modules/conversations/components/CrmTabTrigger.tsxno production surface mapped
  • apps/mail/modules/conversations/components/DealStatusTimeline.tsxno production surface mapped
  • apps/mail/modules/conversations/components/LeftSidebarContent.tsxno production surface mapped
  • apps/mail/modules/conversations/components/OverviewDocTab.tsxno production surface mapped
  • apps/mail/modules/conversations/components/SlackChannelLinkDialog.tsxno production surface mapped
  • apps/mail/modules/conversations/components/conversationFieldRenderers.tsxno production surface mapped
  • apps/mail/modules/conversations/components/nav-buttons.tsno production surface mapped
  • apps/mail/modules/conversations/components/nextSteps/TaskBlock.tsxno production surface mapped
  • apps/mail/modules/conversations/components/strategicOverview/ConversationTaskRow.tsxno production surface mapped
  • apps/mail/modules/conversations/components/strategicOverview/RecommendationsPanel.tsxno production surface mapped
  • apps/mail/modules/conversations/components/strategicOverview/StrategicOverviewTab.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/EventDetailDialog.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/InboxTab.test.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/InboxThreadList.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/NextStepsCard.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/PastEventsTimeline.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/ScheduledActionSection.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/SlackTimelineEvent.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/TaskCreatorDialogue.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/TimelineTaskItem.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/UniversalComposer.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/helpers.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/index.tsno production surface mapped
  • apps/mail/modules/conversations/components/timeline/use-slack-principals.tsno production surface mapped
  • apps/mail/modules/conversations/components/workingMemoryCard.tsxno production surface mapped
  • apps/mail/modules/conversations/slice/conversationsSlice.tsno production surface mapped
  • apps/mail/modules/crm/components/CRMConversationOverviewCard.tsxno production surface mapped
  • apps/mail/modules/crm/components/CRMFilterBar.tsxno production surface mapped
  • apps/mail/modules/crm/components/ConversationCellComponents/CurrentActionDisplay.tsxno production surface mapped
  • apps/mail/modules/crm/components/ConversationCellComponents/InlineTaskCreation.tsxno production surface mapped
  • apps/mail/modules/crm/components/ListFieldChips.tsxno production surface mapped
  • apps/mail/modules/crm/components/ProcessingStateDisplay.tsxno production surface mapped
  • apps/mail/modules/crm/components/VirtualizedTableRow.tsxno production surface mapped
  • apps/mail/modules/crm/components/action-column-popover.tsxno production surface mapped
  • apps/mail/modules/crm/components/binary-column-popover.tsxno production surface mapped
  • apps/mail/modules/crm/components/canvas-search-input.tsxno production surface mapped
  • apps/mail/modules/crm/components/column-popover-presentation.tsno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/ColumnConfigurationItem.tsxno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/ConversationCanvas.tsxno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/ConversationItem.tsxno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/CreateConversationDialog.tsxno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/FilterSortConfigurationRow.tsxno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/GroupedConversationCanvas.tsxno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/NewConversationCanvas.tsxno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/filter-sort-adapters.tsno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/index.tsno production surface mapped
  • apps/mail/modules/crm/components/crm-cell.tsxno production surface mapped
  • apps/mail/modules/crm/components/crm-kanban.tsxno production surface mapped
  • apps/mail/modules/crm/components/crm-sort-order-popover.tsxno production surface mapped
  • apps/mail/modules/crm/components/custom-field-column-popover.tsxno production surface mapped
  • apps/mail/modules/crm/components/date-column-popover.tsxno production surface mapped
  • apps/mail/modules/crm/components/kanban-canvas/CanvasKanbanCard.tsxno production surface mapped
  • apps/mail/modules/crm/components/kanban-canvas/CanvasKanbanColumn.tsxno production surface mapped
  • apps/mail/modules/crm/components/kanban-canvas/KanbanConversationCanvas.tsxno production surface mapped
  • apps/mail/modules/crm/components/number-column-popover.tsxno production surface mapped
  • apps/mail/modules/crm/components/task-column-popover.tsxno production surface mapped
  • apps/mail/modules/crm/components/unified-column-popover.tsxno production surface mapped
  • apps/mail/modules/crm/config/default-columns.tsno production surface mapped
  • apps/mail/modules/crm/hooks/use-activate-column-sort.tsno production surface mapped
  • apps/mail/modules/crm/hooks/use-crm-conversations.tsno production surface mapped
  • apps/mail/modules/crm/hooks/use-crm.tsno production surface mapped
  • apps/mail/modules/crm/hooks/use-optimistic-conversation-actions.tsno production surface mapped
  • apps/mail/modules/crm/index.tsno production surface mapped
  • apps/mail/modules/crm/store/crmSlice.tsno production surface mapped
  • apps/mail/modules/crm/types/index.tsno production surface mapped
  • apps/mail/modules/crm/utils/sort-priority.tsno production surface mapped
  • apps/mail/modules/debugger/components/AgentCanvasDebuggerTab.tsxno production surface mapped
  • apps/mail/modules/debugger/components/ConversationsDebuggerTab.tsxno production surface mapped
  • apps/mail/modules/debugger/components/CurrentThreadDebuggerTab.tsxno production surface mapped
  • apps/mail/modules/debugger/components/TestDebuggerTab.tsxno production surface mapped
  • apps/mail/modules/documents/DocumentBackGutter.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/CompositePlaybookDocument.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/PlaybookDocument.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/PlaybookStageNode.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/structure/index.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/usePlaybookAop.tsno production surface mapped
  • apps/mail/modules/documents/yjs/CedarYjsProvider.tsno production surface mapped
  • apps/mail/modules/drafting/components/__tests__/email-composer-delete-gmail-draft.test.tsxno production surface mapped
  • apps/mail/modules/drafting/components/__tests__/email-composer-draft-id-reconcile.test.tsxno production surface mapped
  • apps/mail/modules/drafting/components/__tests__/email-composer-send.test.tsxno production surface mapped
  • apps/mail/modules/drafting/components/compose-display.tsxno production surface mapped
  • apps/mail/modules/drafting/components/editor-buttons.tsxno production surface mapped
  • apps/mail/modules/drafting/components/editor-menu.tsxno production surface mapped
  • apps/mail/modules/drafting/components/editor.colors.tsxno production surface mapped
  • apps/mail/modules/drafting/components/editor.text-buttons.tsxno production surface mapped
  • apps/mail/modules/drafting/components/email-composer.tsxno production surface mapped
  • apps/mail/modules/drafting/components/extensions.tsno production surface mapped
  • apps/mail/modules/drafting/components/slash-command.tsxno production surface mapped
  • apps/mail/modules/drafting/hooks/use-compose-editor.tsno production surface mapped
  • apps/mail/modules/drafting/hooks/use-date-highlight-conflicts.tsno production surface mapped
  • apps/mail/modules/drafting/index.tsno production surface mapped
  • apps/mail/modules/emailConnection/hooks/add.tsxno production surface mapped
  • apps/mail/modules/files/graph/useGraphData.tsno production surface mapped
  • apps/mail/modules/files/upload/uploadRunner.tsno production surface mapped
  • apps/mail/modules/home/components/AgentHomeHero.tsxno production surface mapped
  • apps/mail/modules/home/components/HomeTopDeals.tsxno production surface mapped
  • apps/mail/modules/home/components/HomeView.tsxno production surface mapped
  • apps/mail/modules/home/components/UpcomingMeetingsWidget.tsxno production surface mapped
  • apps/mail/modules/home/components/agentHomeActions.tsno production surface mapped
  • apps/mail/modules/inbox/components/ChannelThreadView.tsxno production surface mapped
  • apps/mail/modules/inbox/hooks/use-inbox-item-actions.tsno production surface mapped
  • apps/mail/modules/integrations/crm-integration-card.tsxno production surface mapped
  • apps/mail/modules/integrations/meeting-manager.tsxno production surface mapped
  • apps/mail/modules/integrations/provider-config-card.tsxno production surface mapped
  • apps/mail/modules/integrations/slack-channel-manager.tsxno production surface mapped
  • apps/mail/modules/labels/components/bulk-actions-labels-popover.tsxno production surface mapped
  • apps/mail/modules/labels/components/label-dialog.tsxno production surface mapped
  • apps/mail/modules/outbound/components/flow-canvas/SequenceInspector.tsxno production surface mapped
  • apps/mail/modules/outbound/components/flow-canvas/StageInspector.tsxno production surface mapped
  • apps/mail/modules/outbound/components/flow-canvas/__tests__/StageInspector.test.tsxno production surface mapped
  • apps/mail/modules/outbound/components/flow-canvas/nodes/stage-summary.tsno production surface mapped
  • apps/mail/modules/outbound/store/outboundFlowSlice.tsno production surface mapped
  • apps/mail/modules/roadmap/__tests__/RoadmapBoard.test.tsxno production surface mapped
  • apps/mail/modules/roadmap/__tests__/permissions.test.tsxno production surface mapped
  • apps/mail/modules/snippets/components/slash-command-list.tsxno production surface mapped
  • apps/mail/modules/snippets/components/snippet-editor.tsxno production surface mapped
  • apps/mail/modules/store/organisationSlice.tsno production surface mapped
  • apps/mail/modules/threads/components/SplitInboxTabs.tsxno production surface mapped
  • apps/mail/modules/threads/conversation-inbox/ConversationInboxAopFilter.tsxno production surface mapped
  • apps/mail/modules/threads/conversation-inbox/ConversationInboxFilter.tsxno production surface mapped
  • apps/mail/modules/threads/conversation-inbox/ConversationInboxFilterBar.tsxno production surface mapped
  • apps/mail/modules/threads/hooks/use-inboxes.tsno production surface mapped
  • apps/mail/modules/threads/rendering/use-optimistic-actions.tsno production surface mapped
  • apps/mail/modules/threads/thread/components/customer-company-panel.tsxno production surface mapped
  • apps/mail/modules/threads/thread/components/thread-display.tsxno production surface mapped
  • apps/mail/modules/threads/thread/index.tsno production surface mapped
  • apps/mail/modules/threads/thread/utils/thread-display-hotkeys.tsxno production surface mapped
  • apps/mail/modules/threads/threadList/components/folder-navigation-bar.tsxno production surface mapped
  • apps/mail/modules/threads/threadList/components/render-labels.tsxno production surface mapped
  • apps/mail/modules/threads/threadList/components/select-all-checkbox.tsxno production surface mapped
  • apps/mail/modules/threads/threadList/store/__tests__/removeDraftFromThread.test.tsno production surface mapped
  • apps/mail/modules/threads/threadList/store/threadSlice.tsno production surface mapped
  • apps/mail/modules/threads/threadList/threadItem/components/thread.tsxno production surface mapped
  • apps/mail/modules/userTasks/TASK_OPTIMISTIC_RENDERING_DESIGN.mdno production surface mapped
  • apps/mail/modules/userTasks/components/TaskCommandBar.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskKanbanBoard.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskKanbanCard.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskListRow.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskListView.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TasksToolbar.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/sections/StageBatchApprovalCard.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/sections/TaskEmailItem.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/sections/index.tsno production surface mapped
  • apps/mail/modules/userTasks/hooks/use-create-task-optimistic.tsno production surface mapped
  • apps/mail/modules/userTasks/hooks/use-optimistic-task-actions.tsno production surface mapped
  • apps/mail/modules/userTasks/hooks/use-organized-tasks.tsno production surface mapped
  • apps/mail/modules/userTasks/index.tsno production surface mapped
  • apps/mail/modules/userTasks/slice/userTasksSlice.tsno production surface mapped
  • apps/mail/modules/ux/components/navigation-page-url-sync.tsxno production surface mapped
  • apps/mail/modules/ux/layout/LayoutUrlSync.tsxno production surface mapped
  • apps/mail/modules/ux/layout/selectHomeHero.tsno production surface mapped
  • apps/mail/modules/ux/layout/shellRoutes.tsno production surface mapped
  • apps/mail/modules/ux/layout/useBackOrUp.tsno production surface mapped
  • apps/mail/modules/ux/layout/useRouteChatThread.tsno production surface mapped
  • apps/mail/package.jsonno production surface mapped
  • apps/mail/tests/components/extensions/list-exit-on-empty.test.tsno production surface mapped
  • apps/mail/tests/files/documentsSlice.uploads.test.tsno production surface mapped
  • apps/mail/tests/lib/labelFlowHarness.tsxno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-artifact-actions.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-editor.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-markdown.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-right-slot-state.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-task-attrs-from-store.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/build-task-invocation-prompt.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/build-task-outline.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/next-step-node.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/section-placeholder.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/use-conversation-node-data.test.tsxno production surface mapped
  • apps/mail/tests/modules/calendar/calendar-visibility.test.tsno production surface mapped
  • apps/mail/tests/modules/chat-store/ambientTrim.test.tsxno production surface mapped
  • apps/mail/tests/modules/chat-store/mentionToItem.test.tsxno production surface mapped
  • apps/mail/tests/modules/chat-store/openContextArtifact.test.tsxno production surface mapped
  • apps/mail/tests/modules/chat-store/threadViews.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversationsPage/utils/filterConversationsByQuery.test.tsno production surface mapped
  • apps/mail/tests/modules/conversationsPage/utils/groupSidebarConversations.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/conversation-search-aop-filter.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/filter-sort-display.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/store/canvas-slice.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/store/crm-store.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/store/test-utils.tsno production surface mapped
  • apps/mail/tests/modules/crm/utils/compute-canvas-filters.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/utils/format-relative-date.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/utils/sort-priority-patcher.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/utils/sort-priority.test.tsno production surface mapped
  • apps/mail/tests/modules/dashboards/follow-up-sla-fixture.test.tsno production surface mapped
  • apps/mail/tests/modules/dashboards/pre-rep-review-fixture.test.tsno production surface mapped
  • apps/mail/tests/modules/dashboards/timeline-block.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/document.test.tsxno production surface mapped
  • apps/mail/tests/modules/files/yjs/CedarYjsProvider.test.tsno production surface mapped
  • apps/mail/tests/modules/layout/appShellPersist.test.tsxno production surface mapped
  • apps/mail/tests/modules/thread/threadSlice.test.tsno production surface mapped
  • apps/mail/tests/modules/threads/delete-draft-flow.test.tsxno production surface mapped
  • apps/mail/tests/modules/threads/label-change-flow.test.tsxno production surface mapped
  • apps/mail/tests/modules/userTasks/open-task.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/backOrClose.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/layoutUrlSync.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/navToBrain.integration.test.tsxno production surface mapped
  • apps/mail/tests/modules/ux/layout/pageNavTarget.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/pathPageRoundTrip.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/selectArrangement.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/shellRoutes.test.tsno production surface mapped
  • apps/mail/tsconfig.jsonno production surface mapped
  • apps/mail/vite.config.tsno production surface mapped
  • apps/server/.gitignoreno production surface mapped
  • apps/server/docs/wiki/README.mdno production surface mapped
  • apps/server/docs/wiki/crm-field-taxonomy-planes.mdno production surface mapped
  • apps/server/docs/wiki/typecheck-build-boundary.mdno production surface mapped
  • apps/server/package.jsonno production surface mapped
  • apps/server/runtime-configuration.d.tsno production surface mapped
  • apps/server/scripts/run-script.mjsno production surface mapped
  • apps/server/src/cli/email-analysis.tsno production surface mapped
  • apps/server/src/container/aws-primary-runtime.tsno production surface mapped
  • apps/server/src/cron/process-periodic-slack-channel-sync.tsno production surface mapped
  • apps/server/src/cron/process-scheduled-emails.tsno production surface mapped
  • apps/server/src/db/aop-schema.tsno production surface mapped
  • apps/server/src/db/documents-schema.tsno production surface mapped
  • apps/server/src/db/migration-status.tsno production surface mapped
  • apps/server/src/db/migrations/0053_drop_document_pins.sqlno production surface mapped
  • apps/server/src/db/migrations/meta/_journal.jsonno production surface mapped
  • apps/server/src/db/migrations/scripts/account-setup/phase6-canvases.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/backfill-conversation-org-ids.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/backfill-simcare-scoped-conversation-dedup.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/dedup-conversations.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/fix-deal-close-reporter-frontmatter.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/migrate-pending-executions-to-tasks.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/playbook-health/add-stage-headings.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/playbook-health/heal-raw-at-tokens.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/playbook-health/migrate-to-xml.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/playbook-health/repair-isabelle-deals-playbook.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/rename-responses-task-group.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/run-backfill-user-diff.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/seed-canvases-from-homeview.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/seed-default-task-groups.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/seed-meeting-prep-agent.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/verify-document-yjs-sync.tsno production surface mapped
  • apps/server/src/db/schema.tsno production surface mapped
  • apps/server/src/docs/cloudflare-legacy-layer.mdno production surface mapped
  • apps/server/src/docs/cloudflare-migration-plan.mdno production surface mapped
  • apps/server/src/http/app.tsno production surface mapped
  • apps/server/src/lib/__tests__/cedar-routes.test.tsno production surface mapped
  • apps/server/src/lib/__tests__/message-utils.test.tsno production surface mapped
  • apps/server/src/lib/auth.tsno production surface mapped
  • apps/server/src/lib/cedar-routes.tsno production surface mapped
  • apps/server/src/lib/driver/google.tsno production surface mapped
  • apps/server/src/lib/driver/types.tsno production surface mapped
  • apps/server/src/lib/driver/utils.tsno production surface mapped
  • apps/server/src/lib/sentry.tsno production surface mapped
  • apps/server/src/lib/viewer-geo.tsno production surface mapped
  • apps/server/src/mastra/routeHandlers/event-execution/__tests__/handleExecuteExternalCrm.test.tsno production surface mapped
  • apps/server/src/mastra/routeHandlers/imessage/imessage-bot-chat.tsno production surface mapped
  • apps/server/src/mastra/routeHandlers/slack/slack-bot-chat.tsno production surface mapped
  • apps/server/src/mastra/tools/calendar/__tests__/modifyCalendarEventTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/__tests__/conversationTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/__tests__/lookupCompanyFuzzyTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/conversationTool.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/fetchConversationTool.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/fetchFullEventContentTool.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/findCRMConversationsTool.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/updateConversationFieldsTool.tsno production surface mapped
  • apps/server/src/mastra/tools/document/writeDocumentTool.tsno production surface mapped
  • apps/server/src/mastra/tools/event-execution/__tests__/createAndLinkEvents-external-crm.test.tsno production surface mapped
  • apps/server/src/mastra/tools/event-execution/__tests__/external-crm-domain-guards.test.tsno production surface mapped
  • apps/server/src/mastra/tools/event-execution/assignAiInboxTool.tsno production surface mapped
  • apps/server/src/mastra/tools/event-execution/onEventExecutionDraftEmailTool.tsno production surface mapped
  • apps/server/src/mastra/tools/linkedin/__tests__/linkedinTool.integration.test.tsno production surface mapped
  • apps/server/src/mastra/tools/linkedin/linkedinTool.tsno production surface mapped
  • apps/server/src/mastra/tools/run-sql-query/sql-guard.tsno production surface mapped
  • apps/server/src/mastra/tools/skills/spawnSubagentTool.tsno production surface mapped
  • apps/server/src/mastra/tools/task/__tests__/taskTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/task/__tests__/updateTaskTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/task/listTasksTool.tsno production surface mapped
  • apps/server/src/mastra/tools/task/taskTool.tsno production surface mapped
  • apps/server/src/mastra/utils/chat-message-persistence.tsno production surface mapped
  • apps/server/src/mastra/utils/generate-thread-title.tsno production surface mapped
  • apps/server/src/mastra/utils/thread-title.test.tsno production surface mapped
  • apps/server/src/mastra/utils/thread-title.tsno production surface mapped
  • apps/server/src/mastra/workflows/chat/chat-workflow.tsno production surface mapped
  • apps/server/src/outbound/cli.tsno production surface mapped
  • apps/server/src/outbound/seed-cedar-customers.tsno production surface mapped
  • apps/server/src/outbound/seed-jesse-flow.tsno production surface mapped
  • apps/server/src/outbound/seed-runtime.tsno production surface mapped
  • apps/server/src/routes/agent/types.tsno production surface mapped
  • apps/server/src/routes/internal.tsno production surface mapped
  • apps/server/src/routes/share.tsno production surface mapped
  • apps/server/src/routes/unipile-webhook.tsno production surface mapped
  • apps/server/src/runtime/platform.tsno production surface mapped
  • apps/server/src/scripts/backfill-conversation-from-contacts.tsno production surface mapped
  • apps/server/src/scripts/chat-headless.tsno production surface mapped
  • apps/server/src/scripts/check-migrations.tsno production surface mapped
  • apps/server/src/scripts/delete-account.tsno production surface mapped
  • apps/server/src/scripts/recover-deleted-threads.tsno production surface mapped
  • apps/server/src/scripts/test-undetected-attribution.tsno production surface mapped
  • apps/server/src/services/account-deletion/__tests__/db-purge.test.tsno production surface mapped
  • apps/server/src/services/account-deletion/__tests__/external-purge.test.tsno production surface mapped
  • apps/server/src/services/account-deletion/__tests__/preflight.test.tsno production surface mapped
  • apps/server/src/services/account-deletion/db-purge.tsno production surface mapped
  • apps/server/src/services/account-deletion/external-purge.tsno production surface mapped
  • apps/server/src/services/account-deletion/index.tsno production surface mapped
  • apps/server/src/services/account-deletion/preflight.tsno production surface mapped
  • apps/server/src/services/account-deletion/result-shape.tsno production surface mapped
  • apps/server/src/services/account-deletion/stores.tsno production surface mapped
  • apps/server/src/services/agenda/__tests__/conversation-agenda-reconciler.test.tsno production surface mapped
  • apps/server/src/services/agenda/__tests__/future-agenda-reconciler.test.tsno production surface mapped
  • apps/server/src/services/agenda/agenda-markdown.tsno production surface mapped
  • apps/server/src/services/agenda/daily-agenda-reconciler.tsno production surface mapped
  • apps/server/src/services/agent-action-queue/draft-simulation.tsno production surface mapped
  • apps/server/src/services/agent-action-queue/index.tsno production surface mapped
  • apps/server/src/services/agent-action-queue/queries.tsno production surface mapped
  • apps/server/src/services/agent-action-queue/replay-execution.tsno production surface mapped
  • apps/server/src/services/analytics/__tests__/draft-analytics-breakdowns.test.tsno production surface mapped
  • apps/server/src/services/analytics/__tests__/monthly-growth-report.test.tsno production surface mapped
  • apps/server/src/services/analytics/draft-analytics.tsno production surface mapped
  • apps/server/src/services/aop/__tests__/automation-agent.test.tsno production surface mapped
  • apps/server/src/services/aop/__tests__/user-aops.test.tsno production surface mapped
  • apps/server/src/services/aop/automations.tsno production surface mapped
  • apps/server/src/services/aop/list-fields.tsno production surface mapped
  • apps/server/src/services/aop/template-loader.tsno production surface mapped
  • apps/server/src/services/aop/templates/InboundColdPitch.tsno production surface mapped
  • apps/server/src/services/aop/templates/Recruiting.tsno production surface mapped
  • apps/server/src/services/aop/templates/Spam.tsno production surface mapped
  • apps/server/src/services/aop/templates/VendorNotification.tsno production surface mapped
  • apps/server/src/services/aop/types.tsno production surface mapped
  • apps/server/src/services/aws-migration/dashboard.tsno production surface mapped
  • apps/server/src/services/context-search/backfill-workflow.tsno production surface mapped
  • apps/server/src/services/context-search/backfill.tsno production surface mapped
  • apps/server/src/services/context-search/documents.tsno production surface mapped
  • apps/server/src/services/context-search/upload.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/conversation-participant-access.test.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/conversations.hydrate-slack.test.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/crm-conversation-updates-sql.test.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/email-threads-date-binding.test.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/email-threads.test.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/external-crm-events.test.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/list-conversations-filters.test.tsno production surface mapped