Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

Agents, boards and meetings , plus a cache-restore crash, three sizing fixes, and the staging merge

merged#2643CedarCopilot

CedarCopilot wants to merge 2 commits into staging from fix/dm-container-kind

Live on prod, no production signal yetTimeline and evidence
  1. Opened
    Sep 1, 2026, 1:57 AM
  2. Sep 1, 2026, 2:09 AM
  3. Live on staging
    Sep 1, 2026, 2:23 AM
  4. Pipelines steady after this deploy
    Sep 1, 2026, 2:23 AM
  5. Merged
    Sep 1, 2026, 2:23 AM
  6. Live on prod
    Sep 1, 2026, 2:23 AM
  7. Observed 1 hour
    Sep 1, 2026, 2:23 AM
  8. Unobserved

    Live on prod, no production signal yet

    Sep 1, 2026, 2:23 AM
  9. Pipelines steady after this deploy
    Sep 1, 2026, 2:23 AM

Behaviors Libra is checking

AOP context behavior from playground/aop-editor.tsx, components/AgentDocHeader.tsx, components/AgentFieldsCallout.tsx keeps working in staging.Inconclusivelow confidence

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

staging, checked Sep 3, 2026, 1:43 PM
Background jobs behavior from cron/cron-task-registry.ts, cron/process-agent-memory-reflection.ts, agent-action-queue/agent-run-scope.ts keeps working in staging.Inconclusivelow confidence

Strict CloudWatch fallback saw 4 success-shaped log lines matching /cron-task-registry.ts, /process-agent-memory-reflection.ts, /agent-run-scope.ts, claude, sunlitbackground, but no tied operation was present, so Libra is not calling this working.

staging, checked Sep 3, 2026, 9:42 AM
Calendar sync behavior from calendar/layout.tsx, hooks/use-calendar-canvas-actions.ts, components/CalendarCanvasSurface.tsx keeps working in staging.Inconclusivelow confidence

Strict CloudWatch fallback found 23 recent prod failure log lines for [SCHEDULED] Failed to enrich unenriched calendar event (Failed query: insert into \), but the same failure had 60 log lines in the comparable pre-deploy baseline. Libra is not blaming this PR intent without a.

staging, checked Sep 3, 2026, 10:41 AM
Chat workflow behavior from chat-agent/page.tsx, hooks/use-conversation-run.ts, utils/open-conversation.ts keeps working in staging.Inconclusivelow confidence

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

staging, checked Sep 3, 2026, 10:41 AM
CRM integration behavior from components/CompanyMergeDropdown.tsx, ConversationCellComponents/InlineTaskCreation.tsx, kanban-canvas/KanbanConfigPopover.tsx keeps working in staging.Inconclusivelow confidence

Strict CloudWatch fallback saw 746 success-shaped log lines matching crm, hubspot, salesforce, deal, deals, but no tied operation was present, so Libra is not calling this working.

staging, checked Sep 3, 2026, 11:42 AM
Data model behavior from db/documents-schema.ts, migrations/<id>.sql, migrations/board_card_tables.sql keeps working in staging.Inconclusivelow confidence

Verification reached its 120s wall-clock budget before a tied verdict. Libra is keeping this intent verifying until the next check.

staging, checked Sep 3, 2026, 11:44 AM

Failures attributed to this change

No prod customers are affected while this is only in staging. If promoted, prod impact is unknown because Libra still needs a concrete exception, route, and failed user action before assigning severity. 1 hit · no retained affected-user count · no retained trace sample.Introducedmedium confidence

internal_only

staging, first seen Sep 1, 2026, 3:44 AM
No prod customers are affected while this is only in staging. If promoted, prod impact is unknown because Libra still needs a concrete exception, route, and failed user action before assigning severity. 1 hit · no retained affected-user count · no retained trace sample.Introducedmedium confidence

internal_only

staging, first seen Sep 1, 2026, 4:14 AM
No prod customers are affected while this is only in staging. If promoted, prod impact is unknown because Libra still needs a concrete exception, route, and failed user action before assigning severity. 3 hits · no retained affected-user count · no retained trace sample.Introducedmedium confidence

internal_only

staging, first seen Sep 1, 2026, 6:23 AM
No prod customers are affected while this is only in staging. If promoted, prod impact is unknown because Libra still needs a concrete exception, route, and failed user action before assigning severity. 1 hit · no retained affected-user count · no retained trace sample.Introducedmedium confidence

internal_only

staging, first seen Sep 1, 2026, 8:14 AM
No prod customers are affected while this is only in staging. If promoted, prod impact is unknown because Libra still needs a concrete exception, route, and failed user action before assigning severity. 5 hits · no retained affected-user count · no retained trace sample.Introducedmedium confidence

internal_only

staging, first seen Sep 1, 2026, 9:44 AM
No prod customers are affected while this is only in staging. If promoted, customer impact is not proven from the retained evidence. 0 hits · no retained affected-user count · no retained trace sample.Introducedmedium confidence

internal_only

staging, first seen Sep 1, 2026, 10:19 AM

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

Summary

Batches this branch's accumulated work onto staging, plus three fixes made in this session and the staging integration merge.

The bulk of the branch, by area:

  • Agents (21 feat / 8 fix / 5 refactor) , the agent view and its breadcrumb, Meetings as the recorders you actually have rather than a category, per-agent connection grants, agent folders, and the drop of the ungrantable meetings family gate.
  • Boards (17 feat / 1 refactor / 14 docs) , board documents: schema in a boardSchema Y.Map, cards as real documents rows with their own paths and FKs, board triggers in and out, and the kanban.
  • Meetings / Agenda / Home / Files / Forms / Calendar , recorder grants, agenda rollouts, the settings-row form kit, and the file-tree work.

Fixes made in this session

  • fix(agents) , a run restored from the week-long IndexedDB query cache crashed the whole workspace. After a deploy the first paint renders rows fetched by the previous build, so notifications was absent and .length threw through the error boundary. The tab now types its input as what it is actually handed; the server's AgentRun stays strict.
  • fix(agents) , three surfaces sized wrong: SettingsRow gave every trigger p-4 and a hairline, turning six lines into six panels; the add-connection dialog's px-5 header sat over rows that add their own p-4, putting labels 36px in against a 20px title; and the agenda block's full row hovered to accent, which in dark mode is --surface-raised, so the hover vanished into the card behind it.
  • fix(lint) , cleared four oxlint findings the branch was carrying (CI runs oxlint under --deny-warnings, so a warning fails the branch the same as an error).

The staging merge

22 conflicted files. Most were unions. Four were competing designs, resolved on evidence , each one is documented in the merge commit (521f205ef), including why staging's permissions:allowedSkills feed was dropped (staging's own comments state it is never enforced, and the branch's audit found the 2 documents with real values name skills that do not exist).

Cross-cutting fallout the tests caught: optionColor moved to components/ui/option-picker; an encryptCredential import dropped while still used; a stale drafter slug in EXPECTED_FOLDER; and staging's new remind test matching two options once this branch's "at 8am" suggestion existed.

Test plan

  • pnpm run autofix:local green on the merged tree: oxlint (--deny-warnings), deps:check, 3,741 Jest tests, 9,671 Vitest tests.
  • Targeted re-runs during the merge: tests/modules/documents/board/, tests/modules/inbox/channelThreadRemind.test.tsx, src/services/agent-workspace/__tests__/agent-folders.test.ts.
  • Not exercised in a running app , the agent/board surfaces here are UI-heavy and were verified by tests only.

🤖 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

  • CLAUDE.mdno 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/sunlit.cssno production surface mapped
  • apps/mail/app/(full-width)/SunlitBackground/use-sunlit-sky.tsno 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/(full-width)/onboarding-login/page.tsxno production surface mapped
  • apps/mail/app/(full-width)/onboarding/page.tsxno production surface mapped
  • apps/mail/app/(routes)/agents/[agentId]/page.tsxno production surface mapped
  • apps/mail/app/(routes)/agents/mock-data.tsno 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/knowledge/page.tsxno production surface mapped
  • apps/mail/app/(routes)/brain/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/layout.tsxno production surface mapped
  • apps/mail/app/(routes)/cedarAdmin/page.tsxno production surface mapped
  • apps/mail/app/(routes)/layout.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/aop-editor.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/at-a-glance.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/components/IntegrationsTabContent.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/components/OrgCrmFieldMappingsEditor.tsxno production surface mapped
  • apps/mail/app/(routes)/playground/daily-recap.tsxno production surface mapped
  • apps/mail/app/(routes)/settings/appearance/page.tsxno production surface mapped
  • apps/mail/app/(routes)/settings/connections/page.tsxno production surface mapped
  • apps/mail/app/(routes)/settings/general/page.tsxno production surface mapped
  • apps/mail/app/(routes)/settings/notifications/page.tsxno production surface mapped
  • apps/mail/app/(routes)/settings/signature/page.tsxno production surface mapped
  • apps/mail/app/routes.tsno production surface mapped
  • apps/mail/components/layout/AppShell.tsxno production surface mapped
  • apps/mail/components/layout/ResizableSidebar.tsxno production surface mapped
  • apps/mail/components/layout/widthRegistry.tsno production surface mapped
  • apps/mail/components/mail/NextEventWidget.tsxno production surface mapped
  • apps/mail/components/ui/GlobalCanvas.tsxno production surface mapped
  • apps/mail/components/ui/active-view-display.tsxno production surface mapped
  • apps/mail/components/ui/breadcrumb.tsxno production surface mapped
  • apps/mail/components/ui/date-time-natural-input.tsxno production surface mapped
  • apps/mail/components/ui/dialog.tsxno production surface mapped
  • apps/mail/components/ui/field.tsxno production surface mapped
  • apps/mail/components/ui/form.tsxno production surface mapped
  • apps/mail/components/ui/hotkey-bar.tsxno production surface mapped
  • apps/mail/components/ui/input.tsxno production surface mapped
  • apps/mail/components/ui/recipient-autosuggest.tsxno production surface mapped
  • apps/mail/components/ui/select.tsxno production surface mapped
  • apps/mail/components/ui/settings-content.tsxno production surface mapped
  • apps/mail/components/ui/settings.tsxno production surface mapped
  • apps/mail/components/ui/textarea.tsxno production surface mapped
  • apps/mail/components/ui/time-picker-dropdown.tsxno production surface mapped
  • apps/mail/config/shortcuts.tsno production surface mapped
  • apps/mail/docs/agent-connection-grants.mdno production surface mapped
  • apps/mail/docs/agent-workspace.mdno production surface mapped
  • apps/mail/docs/home-widget-rail.mdno production surface mapped
  • apps/mail/docs/meeting-tab.mdno production surface mapped
  • apps/mail/docs/unified-files-ui.mdno production surface mapped
  • apps/mail/docs/wiki/agenda.mdno production surface mapped
  • apps/mail/docs/wiki/empty-chat-surface.mdno production surface mapped
  • apps/mail/docs/wiki/files-ui.mdno production surface mapped
  • apps/mail/docs/wiki/meetings-tab.mdno production surface mapped
  • apps/mail/hooks/use-connections.tsno production surface mapped
  • apps/mail/hooks/use-person-photo.tsno production surface mapped
  • apps/mail/jest.config.cjsno production surface mapped
  • apps/mail/lib/hotkeys/global-hotkeys.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/AgendaBadgeRow.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/AgendaCalendarSidebar.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/AgendaFooter.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/AgendaMeetings.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/AgentHomeNextMeeting.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/CalendarCanvas.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/ConversationAgendaDocument.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/ConversationTaskCard.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/DateHeadingNode.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/context/AgendaTaskContext.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/context/ConversationHeadersContext.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/AgendaBandSectionNode.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/AgendaOpeningRule.tsno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/AgendaTaskNode.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/ConversationChip.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/ConversationRunDecorations.tsno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/TaskGroupSectionNode.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/TaskLineDecorations.tsno production surface mapped
  • apps/mail/modules/agentCanvas/hooks/use-agenda-task-sync.tsno production surface mapped
  • apps/mail/modules/agentCanvas/hooks/use-calendar-canvas-actions.tsno production surface mapped
  • apps/mail/modules/agentCanvas/hooks/use-conversation-run.tsno production surface mapped
  • apps/mail/modules/agentCanvas/hooks/use-task-group-data.tsno production surface mapped
  • apps/mail/modules/agentCanvas/utils/agenda-markdown.tsno production surface mapped
  • apps/mail/modules/agentCanvas/utils/open-conversation.tsno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentConfigPage.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentConnectionsSection.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentFileBrowserSelection.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentMemoryTab.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentOutputTab.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentRunTile.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentRunsTab.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentShareMenu.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentSourcesSection.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentViewLayout.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentsGrid.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/agent-groups.test.tsno production surface mapped
  • apps/mail/modules/agents/__tests__/agent-name.test.tsno production surface mapped
  • apps/mail/modules/agents/__tests__/mcp-grants.test.tsno production surface mapped
  • apps/mail/modules/agents/components/AddTriggerForm.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentActionMenu.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentAddConnectionDialog.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentBackGutter.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentConfigPage.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentConnectionsPanel.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentConnectionsSection.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentConversationFilesFolder.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentFamilyConnectDialog.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentHeader.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentInstructionsSection.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentMemoryTab.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentOutputTab.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentRunTile.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentRunsTab.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentShareMenu.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentSourcesPanel.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentSourcesSection.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentTabs.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentView.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentWebhookPanel.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentsGrid.tsxno production surface mapped
  • apps/mail/modules/agents/index.tsno production surface mapped
  • apps/mail/modules/agents/queries.tsno production surface mapped
  • apps/mail/modules/agents/types.tsno production surface mapped
  • apps/mail/modules/agents/utils/agent-avatar.tsno production surface mapped
  • apps/mail/modules/agents/utils/agent-groups.tsno production surface mapped
  • apps/mail/modules/agents/utils/agent-name.tsno production surface mapped
  • apps/mail/modules/agents/utils/agent-paths.tsno production surface mapped
  • apps/mail/modules/agents/utils/connection-logo.tsxno production surface mapped
  • apps/mail/modules/agents/utils/connection-scopes.tsno production surface mapped
  • apps/mail/modules/agents/utils/mcp-grants.tsno production surface mapped
  • apps/mail/modules/aop/__tests__/cron.test.tsno production surface mapped
  • apps/mail/modules/aop/__tests__/deals-aop.test.tsno production surface mapped
  • apps/mail/modules/aop/components/AgentDocHeader.tsxno production surface mapped
  • apps/mail/modules/aop/components/AgentFieldsCallout.tsxno production surface mapped
  • apps/mail/modules/aop/components/AgentsEditor.tsxno production surface mapped
  • apps/mail/modules/aop/components/CrmAgentConfigPanel.tsxno production surface mapped
  • apps/mail/modules/aop/components/CronScheduleFields.tsxno production surface mapped
  • apps/mail/modules/aop/components/CustomFieldsEditor.tsxno production surface mapped
  • apps/mail/modules/aop/components/FieldDetailsForm.tsxno production surface mapped
  • apps/mail/modules/aop/components/PlaybookSettingsPanel.tsxno production surface mapped
  • apps/mail/modules/aop/components/StrategicOverviewConfigEditor.tsxno production surface mapped
  • apps/mail/modules/aop/components/StrategicOverviewConfigPanel.tsxno production surface mapped
  • apps/mail/modules/aop/components/TriggerConfigEditor.tsxno production surface mapped
  • apps/mail/modules/aop/components/cron.tsno production surface mapped
  • apps/mail/modules/aop/utils/deals-aop.tsno production surface mapped
  • apps/mail/modules/brain/brain-routes.tsxno production surface mapped
  • apps/mail/modules/brain/components/AopManageDialogs.tsxno production surface mapped
  • apps/mail/modules/brain/components/BrainHero.tsxno production surface mapped
  • apps/mail/modules/brain/components/BrainHome.test.tsxno production surface mapped
  • apps/mail/modules/brain/components/BrainHome.tsxno production surface mapped
  • apps/mail/modules/brain/components/BrainSuggestionsPanel.tsxno production surface mapped
  • apps/mail/modules/brain/components/PlaybookAopSection.tsxno production surface mapped
  • apps/mail/modules/brain/components/PlaybookFileTree.tsxno production surface mapped
  • apps/mail/modules/brain/components/PlaybookMiniTree.tsxno production surface mapped
  • apps/mail/modules/brain/components/PlaybookRoutingCard.tsxno production surface mapped
  • apps/mail/modules/brain/components/brainHomeActions.tsno production surface mapped
  • apps/mail/modules/calendar/components/CalendarCanvasSurface.tsxno production surface mapped
  • apps/mail/modules/calendar/components/CalendarChatRail.tsxno production surface mapped
  • apps/mail/modules/calendar/components/CalendarEventContextMenu.tsxno production surface mapped
  • apps/mail/modules/calendar/components/CalendarFilterButton.tsxno production surface mapped
  • apps/mail/modules/calendar/components/CalendarView.tsxno production surface mapped
  • apps/mail/modules/calendar/components/CalendarVisibilityList.tsxno production surface mapped
  • apps/mail/modules/calendar/components/DayColumn.tsxno production surface mapped
  • apps/mail/modules/calendar/components/DraggableCalendarEvent.tsxno production surface mapped
  • apps/mail/modules/calendar/components/EventComposerForm.tsxno production surface mapped
  • apps/mail/modules/calendar/components/EventComposerPopover.tsxno production surface mapped
  • apps/mail/modules/calendar/components/EventConversationBadge.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/RecurrenceSelect.tsxno production surface mapped
  • apps/mail/modules/calendar/components/TasksRow.tsxno production surface mapped
  • apps/mail/modules/calendar/components/eventFieldStyles.tsno production surface mapped
  • apps/mail/modules/calendar/hooks/use-calendar-canvas-overlay.tsno production surface mapped
  • apps/mail/modules/calendar/hooks/use-calendar-hotkey-items.tsno production surface mapped
  • apps/mail/modules/calendar/hooks/use-calendar.tsno production surface mapped
  • apps/mail/modules/calendar/hooks/use-event-rsvp.tsno production surface mapped
  • apps/mail/modules/calendar/store/calendarSlice.tsno production surface mapped
  • apps/mail/modules/calendar/types/calendar-types.tsno production surface mapped
  • apps/mail/modules/calendar/utils/draftEvent.tsno production surface mapped
  • apps/mail/modules/calendar/utils/is-own-event.tsno production surface mapped
  • apps/mail/modules/calendar/utils/joinMeeting.tsno production surface mapped
  • apps/mail/modules/calendar/utils/meetingEmailPrompts.tsno production surface mapped
  • apps/mail/modules/calendar/utils/pendingMovePreview.tsno production surface mapped
  • apps/mail/modules/calendar/utils/recurrence.tsno production surface mapped
  • apps/mail/modules/canvas/components/ConversationCard.tsxno production surface mapped
  • apps/mail/modules/canvas/components/StatisticsCanvasView.tsxno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/EmptyStateSuggestions.brain.test.tsxno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/EmptyStateSuggestions.test.tsxno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/__mocks__/auth-client.tsno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/__mocks__/query-provider.tsno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/emptyChatLayout.surfaces.test.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/ChatContextRow.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/emptyChatLayout.tsno 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/debugger/MessagesTab.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/components/chatInput/useCedarEditor.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/messages/MessageTypes.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/messagesSlice.tsno production surface mapped
  • apps/mail/modules/company/components/CompanyExplorer.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/ConversationParticipantsPanel.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationScrollArea.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationTabBody.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationTabs.tsxno production surface mapped
  • apps/mail/modules/conversations/components/LeftSidebarContent.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ThreadContextCards.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/AgentFilesGroup.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/AttachedSection.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/ConversationFileTree.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/DriveSection.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/FilesTab.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/__tests__/buildAgentDocs.test.tsno production surface mapped
  • apps/mail/modules/conversations/components/files/file-row-controls.tsno production surface mapped
  • apps/mail/modules/conversations/components/files/resolveOpenDoc.tsno production surface mapped
  • apps/mail/modules/conversations/components/meeting/MeetingActionRow.tsxno production surface mapped
  • apps/mail/modules/conversations/components/meeting/MeetingNotesPane.tsxno production surface mapped
  • apps/mail/modules/conversations/components/meeting/MeetingPrepPane.tsxno production surface mapped
  • apps/mail/modules/conversations/components/meeting/MeetingStrip.tsxno production surface mapped
  • apps/mail/modules/conversations/components/meeting/MeetingTemplatePicker.tsxno production surface mapped
  • apps/mail/modules/conversations/components/meeting/MeetingsTab.tsxno production surface mapped
  • apps/mail/modules/conversations/components/meeting/MeetingsTabTrigger.tsxno production surface mapped
  • apps/mail/modules/conversations/components/meeting/NoteMarkerNode.tsxno production surface mapped
  • apps/mail/modules/conversations/components/meeting/PrepStatusChip.tsxno production surface mapped
  • apps/mail/modules/conversations/components/meeting/meeting-actions.tsno production surface mapped
  • apps/mail/modules/conversations/components/meeting/meeting-card.tsno production surface mapped
  • apps/mail/modules/conversations/components/meeting/meeting-editor-extensions.tsno production surface mapped
  • apps/mail/modules/conversations/components/meeting/meeting-slash-commands.tsno production surface mapped
  • apps/mail/modules/conversations/components/meeting/note-markers.tsno production surface mapped
  • apps/mail/modules/conversations/components/meeting/to-calendar-event.tsno production surface mapped
  • apps/mail/modules/conversations/components/nav-buttons.tsno production surface mapped
  • apps/mail/modules/conversations/components/nextSteps/TaskBlockList.tsxno production surface mapped
  • apps/mail/modules/conversations/components/strategicOverview/ConversationTaskRow.tsxno production surface mapped
  • apps/mail/modules/conversations/components/strategicOverview/StrategicOverviewTab.test.tsxno production surface mapped
  • apps/mail/modules/conversations/components/strategicOverview/StrategicOverviewTab.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/ConversationTaskCard.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/SlackTimeline.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/SuggestedActionCard.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/TaskCreatorDialogue.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/TimelineControls.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/TimelineTaskItem.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/composer/use-conversation-contacts.tsno production surface mapped
  • apps/mail/modules/conversations/components/timeline/meetingProviderDisplay.tsno production surface mapped
  • apps/mail/modules/conversations/hooks/use-focal-meeting.tsno production surface mapped
  • apps/mail/modules/conversations/hooks/use-meeting-notes-doc.tsno production surface mapped
  • apps/mail/modules/conversations/hooks/use-meeting-prep-agent.tsno production surface mapped
  • apps/mail/modules/conversations/hooks/use-meeting-prep-status.tsno production surface mapped
  • apps/mail/modules/conversations/hooks/use-past-meeting-preps.tsno production surface mapped
  • apps/mail/modules/conversations/slice/conversationsSlice.tsno production surface mapped
  • apps/mail/modules/conversations/types/meeting.tsno production surface mapped
  • apps/mail/modules/conversations/types/timeline-view.tsno production surface mapped
  • apps/mail/modules/conversations/utils/conversation-display-hotkeys.tsxno production surface mapped
  • apps/mail/modules/conversations/utils/open-meeting.tsno production surface mapped
  • apps/mail/modules/crm/components/CompanyMergeDropdown.tsxno production surface mapped
  • apps/mail/modules/crm/components/ConversationCellComponents/InlineTaskCreation.tsxno production surface mapped
  • apps/mail/modules/crm/components/kanban-canvas/KanbanConfigPopover.tsxno production surface mapped
  • apps/mail/modules/crm/hooks/use-crm.tsno production surface mapped
  • apps/mail/modules/crm/utils/strategic-overview-layout.tsno production surface mapped
  • apps/mail/modules/crm/utils/time.tsno production surface mapped
  • apps/mail/modules/documents/attachment-file-view.tsxno production surface mapped
  • apps/mail/modules/documents/board/BoardCardTile.tsxno production surface mapped
  • apps/mail/modules/documents/board/BoardDocumentView.tsxno production surface mapped
  • apps/mail/modules/documents/board/BoardSchemaMenu.tsxno production surface mapped
  • apps/mail/modules/documents/board/CardDocumentView.tsxno production surface mapped
  • apps/mail/modules/documents/board/CardFieldList.tsxno production surface mapped
  • apps/mail/modules/documents/board/CardFieldValue.tsxno production surface mapped
  • apps/mail/modules/documents/board/HideCardFrontmatterExtension.tsno production surface mapped
  • apps/mail/modules/documents/board/index.tsno production surface mapped
  • apps/mail/modules/documents/board/open-card.tsno production surface mapped
  • apps/mail/modules/documents/board/option-icons.tsno production surface mapped
  • apps/mail/modules/documents/board/use-open-card.tsno production surface mapped
  • apps/mail/modules/documents/board/useYBoard.tsno production surface mapped
  • apps/mail/modules/documents/playbook/CompositePlaybookDocument.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/HashMentionList.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/IntegrationNode.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/PlaybookDocument.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/PlaybookDocumentCreateDialog.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/PostApiNode.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/playbookExtensions.tsno production surface mapped
  • apps/mail/modules/documents/playbook/useDocumentCreation.tsxno production surface mapped
  • apps/mail/modules/documents/playbook/useSubagentCreation.tsxno production surface mapped
  • apps/mail/modules/documents/yjs/CedarYjsProvider.tsno production surface mapped
  • apps/mail/modules/documents/yjs/__tests__/CedarYjsProvider.idb.test.tsno production surface mapped
  • apps/mail/modules/documents/yjs/ensureNodeIdsPlugin.tsno production surface mapped
  • apps/mail/modules/documents/yjs/providerRegistry.tsno production surface mapped
  • apps/mail/modules/drafting/components/email-composer.tsxno production surface mapped
  • apps/mail/modules/files/components/FileBrowser.tsxno production surface mapped
  • apps/mail/modules/files/components/FileExplorerTabs.tsxno production surface mapped
  • apps/mail/modules/files/components/list/FileDeleteDialog.tsxno production surface mapped
  • apps/mail/modules/files/components/list/FileList.tsxno production surface mapped
  • apps/mail/modules/files/components/list/FileListColumns.tsxno production surface mapped
  • apps/mail/modules/files/components/list/FileListRow.tsxno production surface mapped
  • apps/mail/modules/files/components/list/FileRowMenu.tsxno production surface mapped
  • apps/mail/modules/files/components/list/FileTypeIcon.tsxno production surface mapped
  • apps/mail/modules/files/components/list/index.tsno production surface mapped
  • apps/mail/modules/files/components/list/types.tsno production surface mapped
  • apps/mail/modules/files/hooks/use-files-list-hotkeys.tsno production surface mapped
  • apps/mail/modules/files/store/buildDocPath.tsno production surface mapped
  • apps/mail/modules/files/store/documentsSlice.tsno production surface mapped
  • apps/mail/modules/files/utils/file-presentation.tsno production surface mapped
  • apps/mail/modules/files/utils/format-file-size.tsno production surface mapped
  • apps/mail/modules/files/utils/relative-time.tsno production surface mapped
  • apps/mail/modules/home/__tests__/HomeAgenda.test.tsxno production surface mapped
  • apps/mail/modules/home/__tests__/HomeAgentsWidget.test.tsxno production surface mapped
  • apps/mail/modules/home/__tests__/HomeWidgetRail.test.tsxno production surface mapped
  • apps/mail/modules/home/__tests__/home-widget-registry.test.tsno production surface mapped
  • apps/mail/modules/home/__tests__/widget-format.test.tsno production surface mapped
  • apps/mail/modules/home/components/AgendaInstructionsDialog.tsxno production surface mapped
  • apps/mail/modules/home/components/AgentHomeDealsTile.tsxno production surface mapped
  • apps/mail/modules/home/components/AgentHomeHero.tsxno production surface mapped
  • apps/mail/modules/home/components/AgentHomeOpenConversation.tsxno production surface mapped
  • apps/mail/modules/home/components/DisplayArtifactPanel.tsxno production surface mapped
  • apps/mail/modules/home/components/HomeAgenda.tsxno production surface mapped
  • apps/mail/modules/home/components/agentHomeActions.tsno production surface mapped
  • apps/mail/modules/home/components/start-agent-chat.tsno production surface mapped
  • apps/mail/modules/home/hooks/use-home-overview.tsno production surface mapped
  • apps/mail/modules/home/hooks/use-home-pipeline-filters.tsno production surface mapped
  • apps/mail/modules/home/hooks/use-home-setting-list.tsno production surface mapped
  • apps/mail/modules/home/widgets/AgentPickerDialog.tsxno production surface mapped
  • apps/mail/modules/home/widgets/HomeAgentsWidget.tsxno production surface mapped
  • apps/mail/modules/home/widgets/HomeMeetingsWidget.tsxno production surface mapped
  • apps/mail/modules/home/widgets/HomeWidgetRail.tsxno production surface mapped
  • apps/mail/modules/home/widgets/PipelineFiltersDialog.tsxno production surface mapped
  • apps/mail/modules/home/widgets/WidgetFrame.tsxno production surface mapped
  • apps/mail/modules/home/widgets/format.tsno production surface mapped
  • apps/mail/modules/home/widgets/metric-widgets.tsxno production surface mapped
  • apps/mail/modules/home/widgets/registry.tsxno production surface mapped
  • apps/mail/modules/integrations/__tests__/mcp-connection-form.test.tsxno production surface mapped
  • apps/mail/modules/integrations/__tests__/mcp-tool-checklist.test.tsxno production surface mapped
  • apps/mail/modules/integrations/__tests__/mcp-tool-policy.test.tsno production surface mapped
  • apps/mail/modules/integrations/channel-sync-health-panel.tsxno production surface mapped
  • apps/mail/modules/integrations/crm-integration-card.tsxno production surface mapped
  • apps/mail/modules/integrations/google-slides-manager.tsxno production surface mapped
  • apps/mail/modules/integrations/mcp-connection-form.tsxno production surface mapped
  • apps/mail/modules/integrations/mcp-connection-picker.tsxno production surface mapped
  • apps/mail/modules/integrations/mcp-permissions-section.tsxno production surface mapped
  • apps/mail/modules/integrations/mcp-tool-checklist.tsxno production surface mapped
  • apps/mail/modules/integrations/mcp-tool-policy.tsno production surface mapped
  • apps/mail/modules/integrations/meeting-integration-card.tsxno production surface mapped
  • apps/mail/modules/integrations/phone-number-card.tsxno production surface mapped
  • apps/mail/modules/integrations/provider-config-card.tsxno production surface mapped
  • apps/mail/modules/integrations/systems/add-mcp-step.tsxno production surface mapped
  • apps/mail/modules/integrations/systems/add-system-dialog.tsxno production surface mapped
  • apps/mail/modules/integrations/systems/system-row.tsxno production surface mapped
  • apps/mail/modules/integrations/systems/systems-and-credentials-section.tsxno production surface mapped
  • apps/mail/modules/integrations/systems/types.tsno production surface mapped
  • apps/mail/modules/integrations/use-google-picker.tsno production surface mapped
  • apps/mail/modules/outbound/components/flow-canvas/SourceInputConfig.tsxno production surface mapped
  • apps/mail/modules/outbound/components/flow-canvas/StageInspector.tsxno production surface mapped
  • apps/mail/modules/outbound/components/flow-canvas/nodes/qualifier/QualifierColumnsPanel.tsxno production surface mapped
  • apps/mail/modules/statistics/components/AgentHomeStats.tsxno production surface mapped
  • apps/mail/modules/statistics/components/PipelineAnalyticsPage.tsxno production surface mapped
  • apps/mail/modules/statistics/components/StatisticsPage.tsxno production surface mapped
  • apps/mail/modules/statistics/components/TeamStatisticsView.tsxno production surface mapped
  • apps/mail/modules/threads/conversation-inbox/ConversationTaskRow.tsxno production surface mapped
  • apps/mail/modules/threads/rendering/use-optimistic-actions.tsno production surface mapped
  • apps/mail/modules/userSettings/components/settings-card.tsxno production surface mapped
  • apps/mail/modules/userSettings/theme/real-theme-signal.tsno production surface mapped
  • apps/mail/modules/userSettings/theme/solar.tsno production surface mapped
  • apps/mail/modules/userSettings/theme/use-real-theme.tsno production surface mapped
  • apps/mail/modules/userTasks/components/AgentHomeTasks.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/CreateTaskGroupPopover.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskCommandBar.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskGroupsNav.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskGroupsPage.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskKanbanCard.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskLine.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskListRow.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskOverflowCleanup.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TaskOwnerBadge.tsxno production surface mapped
  • apps/mail/modules/userTasks/components/TasksToolbar.tsxno production surface mapped
  • apps/mail/modules/userTasks/hooks/use-create-task-optimistic.tsno production surface mapped
  • apps/mail/modules/userTasks/slice/userTasksSlice.tsno production surface mapped
  • apps/mail/modules/userTasks/utils/task-group-icons.tsno production surface mapped
  • apps/mail/modules/userTasks/utils/task-line.tsno production surface mapped
  • apps/mail/modules/userTasks/utils/task-ownership.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/enterChatThread.tsno production surface mapped
  • apps/mail/modules/ux/layout/layoutSlice.tsno production surface mapped
  • apps/mail/modules/ux/layout/layoutTypes.tsno production surface mapped
  • apps/mail/modules/ux/layout/resolveContext.tsno production surface mapped
  • apps/mail/modules/ux/layout/selectArrangement.tsno production surface mapped
  • apps/mail/modules/ux/layout/selectCalendarRail.tsno production surface mapped
  • apps/mail/modules/ux/layout/selectEmptyChatSurface.tsno production surface mapped
  • apps/mail/modules/ux/layout/selectHomeHero.tsno production surface mapped
  • apps/mail/modules/ux/layout/useRouteChatThread.tsno production surface mapped
  • apps/mail/modules/ux/uxSlice.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-markdown.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-meetings-trim.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-opening-rule.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-template-roundtrip.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agendaBadgeRow.test.tsxno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agendaFooter.test.tsxno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agendaTaskNode.test.tsxno production surface mapped
  • apps/mail/tests/modules/agentCanvas/conversationRunDecorations.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/conversationTaskCard.test.tsxno production surface mapped
  • apps/mail/tests/modules/agentCanvas/helpers/agendaTaskHarness.tsxno production surface mapped
  • apps/mail/tests/modules/agentCanvas/helpers/agendaTaskMocks.tsxno production surface mapped
  • apps/mail/tests/modules/agentCanvas/section-placeholder.test.tsno production surface mapped
  • apps/mail/tests/modules/agents/agent-paths.test.tsno production surface mapped
  • apps/mail/tests/modules/brain/brainHero.test.tsxno production surface mapped
  • apps/mail/tests/modules/brain/playbookAopSection.test.tsxno production surface mapped
  • apps/mail/tests/modules/brain/playbookFileTree.test.tsxno production surface mapped
  • apps/mail/tests/modules/calendar/composerFocusRequest.test.tsno production surface mapped
  • apps/mail/tests/modules/calendar/draftEvent.test.tsno production surface mapped
  • apps/mail/tests/modules/calendar/is-own-event.test.tsno production surface mapped
  • apps/mail/tests/modules/calendar/pendingMovePreview.test.tsno production surface mapped
  • apps/mail/tests/modules/calendar/use-event-rsvp.test.tsxno production surface mapped
  • apps/mail/tests/modules/chat-store/openContextArtifact.test.tsxno production surface mapped
  • apps/mail/tests/modules/chat-store/overrideInputFocus.test.tsxno production surface mapped
  • apps/mail/tests/modules/company/brainExplorerSelection.test.tsxno production surface mapped
  • apps/mail/tests/modules/company/createNodePopoverBoard.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabAttached.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabDrive.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabHarness.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabOptimistic.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabSelection.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabTree.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meeting-actions.test.tsno production surface mapped
  • apps/mail/tests/modules/conversations/meetingActionRow.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meetingEditorExtensions.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meetingNotesPane.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meetingPrepPane.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meetingSectionHooks.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meetingSlashCommands.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meetingStrip.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meetingTemplatePicker.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meetingsTab.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/meetingsTabTrigger.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/note-marker-parity.test.tsno production surface mapped
  • apps/mail/tests/modules/conversations/noteMarkerChip.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/noteMarkerNode.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/prepStatusChip.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/threadContextTasksCollapse.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/timelineFilter.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/use-focal-meeting.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/strategic-overview-layout.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/utils/explicit-time.test.tsno production surface mapped
  • apps/mail/tests/modules/documents/board/BoardDocumentView.render.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/board/CardFieldList.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/board/boardChrome.test.tsno production surface mapped
  • apps/mail/tests/modules/documents/board/openCard.test.tsno production surface mapped
  • apps/mail/tests/modules/files/brain-explorer.test.tsxno production surface mapped
  • apps/mail/tests/modules/files/list/FileListRow.test.tsxno production surface mapped
  • apps/mail/tests/modules/files/list/file-presentation.test.tsno production surface mapped
  • apps/mail/tests/modules/home/DisplayArtifactPanel.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/agentHomeHero.test.tsxno production surface mapped
  • apps/mail/tests/modules/inbox/channelThreadRemind.test.tsxno production surface mapped
  • apps/mail/tests/modules/layout/appShellPersist.test.tsxno production surface mapped
  • apps/mail/tests/modules/layout/calendarCanvasKeepsChat.test.tsxno production surface mapped
  • apps/mail/tests/modules/layout/globalCanvasEscape.test.tsxno production surface mapped
  • apps/mail/tests/modules/playbook/post-api-node.test.tsxno production surface mapped
  • apps/mail/tests/modules/userSettings/theme/solar.test.tsno production surface mapped
  • apps/mail/tests/modules/userTasks/task-line.test.tsno production surface mapped
  • apps/mail/tests/modules/userTasks/taskOwnership.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/agentSurvivesRouteChatThread.test.tsxno production surface mapped
  • apps/mail/tests/modules/ux/layout/agentUrlSync.test.tsxno production surface mapped
  • apps/mail/tests/modules/ux/layout/deepLinkSurvivesChatHydration.test.tsxno production surface mapped
  • apps/mail/tests/modules/ux/layout/goHomeToNewChat.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/layoutUrlSync.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/selectArrangement.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/selectCalendarRail.store.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/selectEmptyChatSurface.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/selectHeroSurface.test.tsno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/playbook-anatomy.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/playbook-design.mdno production surface mapped
  • apps/server/.claude/skills/daily-agenda/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/documents/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/documents/agenda-format.mdno production surface mapped
  • apps/server/.claude/skills/sherlock/SHERLOCK_SYSTEM_KNOWLEDGE.mdno production surface mapped
  • apps/server/.claude/skills/tasks/SKILL.mdno production surface mapped
  • apps/server/docs/agents/README.mdno production surface mapped
  • apps/server/docs/agents/customer-bug-triage-subagent.mdno production surface mapped
  • apps/server/docs/agents/customer-feedback-fixture-dedupe.jsonno production surface mapped
  • apps/server/docs/agents/customer-feedback-fixture-slack.jsonno production surface mapped
  • apps/server/docs/agents/customer-feedback-subagent.mdno production surface mapped
  • apps/server/docs/board-documents-handoff.mdno production surface mapped
  • apps/server/docs/board-triggers-and-feedback-agent.mdno production surface mapped
  • apps/server/docs/customer-feedback-loop.mdno production surface mapped
  • apps/server/docs/wiki/README.mdno production surface mapped
  • apps/server/docs/wiki/agent-connection-scopes.mdno production surface mapped
  • apps/server/docs/wiki/agent-workspace.mdno production surface mapped
  • apps/server/docs/wiki/board-documents.mdno production surface mapped
  • apps/server/docs/wiki/board-triggers.mdno production surface mapped
  • apps/server/docs/wiki/customer-feedback-agent.mdno production surface mapped
  • apps/server/package.jsonno production surface mapped
  • apps/server/scripts/dev-runtime.mjsno production surface mapped
  • apps/server/src/agent-admin/cli.tsno production surface mapped