Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

Recent deals on the home rail, reusing the CRM's own filter and sort

merged#2860CedarCopilot

CedarCopilot wants to merge 15 commits into staging from refactor/document-store-retention

Live on prod, 1 of 6 surfaces working, 2 days leftTimeline and evidence
  1. Opened
    Sep 21, 2026, 10:34 AM
  2. Sep 21, 2026, 11:58 PM
  3. Merged
    Sep 22, 2026, 12:27 AM
  4. Live on staging
    Sep 22, 2026, 12:27 AM
  5. Live on prod
    Sep 22, 2026, 12:27 AM
  6. Observed 1 hour, 6 surfaces, 6,588 requests
    Sep 22, 2026, 12:27 AM
  7. Watching

    Live on prod, 1 of 6 surfaces working, 2 days left

    Sep 22, 2026, 12:27 AM
  8. Pipelines steady after this deploy
    Sep 22, 2026, 12:27 AM
  9. Pipelines steady after this deploy
    Sep 22, 2026, 12:27 AM

Behaviors Libra is checking

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

Strict CloudWatch fallback saw 221 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 22, 2026, 3:24 AM
Authentication and access behavior from scripts/backfill-role-teams.ts, lib/auth.ts, teams/role-catalog.ts keeps working in staging.Inconclusivelow confidence

Strict CloudWatch fallback saw 211 success-shaped log lines matching auth, login, session, token, but no tied operation was present, so Libra is not calling this working.

staging, checked Sep 22, 2026, 3:33 AM
Background jobs behavior from cron/purge-deleted-documents.ts keeps working in staging.Inconclusivelow confidence

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

staging, checked Sep 22, 2026, 3:33 AM
Calendar sync behavior from hooks/use-calendar-canvas-overlay.ts keeps working in staging.Inconclusivelow confidence

Strict CloudWatch fallback saw 231 success-shaped log lines matching calendar, meeting, meetings, but no tied operation was present, so Libra is not calling this working.

staging, checked Sep 22, 2026, 3:52 AM
Chat workflow behavior from conversation-canvas/FilterSortConfigurationRow.tsx, conversation-canvas/filter-sort-adapters.ts, conversation-canvas/filter-sort-scope.ts keeps working in staging.Inconclusivelow confidence

Strict CloudWatch fallback saw 302 success-shaped log lines matching email, emails, gmail, mail, inbox, but no tied operation was present, so Libra is not calling this working.

staging, checked Sep 22, 2026, 3:52 AM
CRM integration behavior from agents/crm-agent.ts, components/SignalDot.tsx, components/unified-column-popover.tsx keeps working in staging.Inconclusivelow confidence

Strict CloudWatch fallback saw 167 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 22, 2026, 4:28 AM

Failures attributed to this change

No prod customers are affected while this is only in staging. If promoted, customer impact is not proven from the retained evidence. 5 hits · no retained affected-user count · no retained trace sample.Introducedmedium confidence

single_user

staging, first seen Sep 22, 2026, 1:35 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. 2 hits · no retained affected-user count · no retained trace sample.Introducedmedium confidence

internal_only

staging, first seen Sep 22, 2026, 4:05 AM

Libra measured 1 of 6 production surfaces on prod. 3 surfaces had under 20 requests, so Libra has not judged them; 2 surfaces had no requests at all. Libra checks hourly for 3 days after each deploy.

Summary

A Recent deals widget joins the home rail, and it reads the CRM's filter and sort rather than inventing its own , so the deals on the home page are the deals the user just arranged, in that order.

That reuse is the change. The canvas's filter/sort config moves out of conversation-canvas/ into crm/utils/, which lets the /conversations sidebar hook drop 136 lines of duplicated variable-building; both surfaces now share one mapping that cannot disagree about an operator.

Alongside it: the home rail loses its bespoke machinery (use-home-teams-collapsed and the onboarding HomeWidgetsStep are gone, layout is one HomeLayoutDialog), and four leadership templates join the agent library , forecast-roll-up, team-coaching, release-feedback, competitor-intel.

Review gates

GateResult
/reviewFixed: a date-operator cast hiding gt/lt/eq, six _-prefixed voided consts, a ! on a palette lookup, a widget querying before its stored rule arrived
/thermo-reviewFixed: four new library templates missing from the marker-model test, dead setup-idle-* CSS, two comments asserting the opposite of the code
Greptile CLI1/5 → 4/5 over two iterations

Greptile caught a real bug in a fix from the round before it: the cron assertion compared a bare expression against 0 7 * * 2 (America/Los_Angeles), so it could never pass , and it failed after the write landed, which would have aborted a production migration partway through.

CI parity , run locally before this push

Every job in ci.yml, run locally first. This surfaced failures that would otherwise have landed here red:

  • namespace: was never pinned on a subagent write. reconcileSubagentWrite carried an empty if (pinnedBlock) {} where the pin belonged, so its four tests have been red since 2026-09-01 , unnoticed because this branch has never had a PR for CI to run on.
  • Five oxlint --deny-warnings failures, all older than this branch's tip.
JobResult
autofix (brand, oxlint@1.78.0, deps:check)pass
Typecheck (turbo run types)pass
Mail app tests (Jest)4,814 pass
Mail tests, non-UTC5 pass
Server tests (Vitest)12,639 pass
Deploy scope (bash)16 pass

Known, and deliberate

  • Not synced with staging. The branch is 324 commits behind and the merge conflicts in CompanyExplorer.tsx, FilesTab.tsx, TableDocumentView.tsx and TableGrid.tsx. It needs a quiet tree.
  • A latent timezone bug, pre-existing: chatHistoryList.test.ts's bucketing passes under UTC and fails under PDT, so the UTC runner structurally cannot catch it. Not fixed here.
  • This PR carries the whole branch (517 files), not only the commits above.

🤖 Generated with Claude Code

RetriggerConfidence Score: 0/5

This PR is not safe to merge until the agent-invitation authorization bypass, cross-team unfiling, unvalidated agent filing, and onboarding error redirect are fixed.

Findings

  1. P1 Security Email invites bypass authorization
  2. <img alt="P1" src="https://greptile-static-assets.s3.amazonaws.com/badges/p1.svg?v=9" al
Show production surfaces and changed-file mapping

Production surfaces

SurfaceRequestsErrorsp95UsersVerdict
db.select1654 → 65833 → 1 (0.0%)1098 ms → 50 ms0Working
6,583 requests since the deploy with 1 errors (3 errors in the 1,654-request baseline before it). p95 50 ms, was 1098 ms.
db.select1891 → 23710 → 0 (0%)83 ms → 42 ms0Working
2,371 requests since the deploy with 0 errors (0 errors in the 1,891-request baseline before it). p95 42 ms, was 83 ms.
model_chunk Conversation Field Updater0 → 20 → 0 (0%)not measured → 1 ms0Insufficient traffic
2 requests, under the 20 Libra needs
execute_tool update-conversation-fields0 → 20 → 0 (0%)not measured → 1210 ms0Insufficient traffic
2 requests, under the 20 Libra needs
cron-slow-task-queue.pollCedarInputCrawlers0 → 10 → 0 (0%)not measured → 79 ms0Insufficient traffic
1 request, under the 20 Libra needs
cron-slow-task-queue.pollCedarInputCrawlers0 → 10 → 0 (0%)not measured → 287 ms0Insufficient traffic
1 request, under the 20 Libra needs
model_step Conversation Field Updater0 → 00 → 0 (0%)not measured0No traffic
No requests recorded since this deploy.
/api/trpc/crm.getConversationFieldDefinitions0 → 00 → 0 (0%)not measured0No traffic
No requests recorded since this deploy.
model_chunk Conversation Field Updater4 → 00 → 0 (0%)1 ms → not measured0No traffic
No requests recorded since this deploy.
execute_tool update-conversation-fields1 → 00 → 0 (0%)849 ms → not measured0No traffic
No requests recorded since this deploy.
model_step Conversation Field Updater2 → 00 → 0 (0%)7325 ms → not measured0No traffic
No requests recorded since this deploy.
/api/trpc/crm.getConversationFieldDefinitions3 → 00 → 0 (0%)355 ms → not measured0No traffic
No requests recorded since this deploy.

Changed files → surfaces

  • apps/mail/components/ui/field.tsxmodel_chunk Conversation Field Updaterexecute_tool update-conversation-fieldsmodel_step Conversation Field Updater/api/trpc/crm.getConversationFieldDefinitionsmodel_chunk Conversation Field Updaterexecute_tool update-conversation-fields+2
  • apps/mail/components/ui/input.tsxcron-slow-task-queue.pollCedarInputCrawlerscron-slow-task-queue.pollCedarInputCrawlers
  • apps/mail/components/ui/select.tsxdb.selectdb.select
  • .claude/skills/account-setup-from-transcript/SKILL.mdno production surface mapped
  • .gitignoreno production surface mapped
  • CLAUDE.mdno production surface mapped
  • apps/mail/app/(full-width)/admin/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/playbook/page.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)/settings/general/page.tsxno production surface mapped
  • apps/mail/app/globals.cssno production surface mapped
  • apps/mail/components/html-analytics-dialog.tsxno production surface mapped
  • apps/mail/components/icons/agent-avatar.tsxno production surface mapped
  • apps/mail/components/icons/brand-marks.tsxno production surface mapped
  • apps/mail/components/icons/icons.tsxno production surface mapped
  • apps/mail/components/layout/AppShell.tsxno production surface mapped
  • apps/mail/components/markdown-prose-classes.tsno production surface mapped
  • apps/mail/components/ui/context-menu.tsxno production surface mapped
  • apps/mail/components/ui/day-divider.tsxno production surface mapped
  • apps/mail/components/ui/dropdown-menu.tsxno production surface mapped
  • apps/mail/components/ui/textarea.tsxno production surface mapped
  • apps/mail/docs/agent-onboarding-and-home.mdno production surface mapped
  • apps/mail/docs/crystallized.mdno production surface mapped
  • apps/mail/docs/graph-documents.mdno production surface mapped
  • apps/mail/docs/mockups/onboarding/.gitignoreno production surface mapped
  • apps/mail/docs/mockups/onboarding/Agent.dc.htmlno production surface mapped
  • apps/mail/docs/mockups/onboarding/Home.dc.htmlno production surface mapped
  • apps/mail/docs/mockups/onboarding/Library.dc.htmlno production surface mapped
  • apps/mail/docs/mockups/onboarding/Main.dc.htmlno production surface mapped
  • apps/mail/docs/mockups/onboarding/Output.dc.htmlno production surface mapped
  • apps/mail/docs/mockups/onboarding/Pipeline.dc.htmlno production surface mapped
  • apps/mail/docs/mockups/onboarding/README.mdno production surface mapped
  • apps/mail/docs/mockups/onboarding/Sharing.dc.htmlno production surface mapped
  • apps/mail/docs/mockups/onboarding/Triggers.dc.htmlno production surface mapped
  • apps/mail/docs/mockups/onboarding/canvas.jsonno production surface mapped
  • apps/mail/docs/wiki/conversation-files-tab.mdno production surface mapped
  • apps/mail/docs/wiki/files-ui.mdno production surface mapped
  • apps/mail/docs/wiki/sharing-ui.mdno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentFileBrowserSelection.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentHeaderViewAs.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentOutputTab.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-tabs.test.tsno production surface mapped
  • apps/mail/modules/agents/__tests__/crm-agent.test.tsno production surface mapped
  • apps/mail/modules/agents/components/AgentActionMenu.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentCard.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentConversationFilesFolder.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentHeader.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentInviteCard.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentLibraryDialog.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentOutputTab.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentSettingsSection.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentSharePanel.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/AgentsGrid.tsxno production surface mapped
  • apps/mail/modules/agents/crm-agent.tsno production surface mapped
  • apps/mail/modules/agents/types.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/aop/components/CrmAgentConfigPanel.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/TriggerConfigEditor.tsxno production surface mapped
  • apps/mail/modules/auth/utils/org-role.tsno production surface mapped
  • apps/mail/modules/brain/components/BrainHero.tsxno production surface mapped
  • apps/mail/modules/brain/components/PlaybookFileTree.tsxno production surface mapped
  • apps/mail/modules/calendar/hooks/use-calendar-canvas-overlay.tsno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/EmptyStateSuggestions.brain.test.tsxno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/__mocks__/query-provider.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/AgentLibrary.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatComponents/ChatHistoryPopover.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/welcomeShortcuts.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatInput/ChatInput.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/components/renderers/toolFamilyLabels.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/components/renderers/toolMappings.tsno production surface mapped
  • apps/mail/modules/company/__tests__/shared-root.test.tsxno 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/ConversationActionMenu.tsxno production surface mapped
  • apps/mail/modules/conversations/components/CrmTabTrigger.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/files/AgentFilesContents.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__/AgentFilesGroup.test.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/optimistic-files.tsno production surface mapped
  • apps/mail/modules/conversations/components/nav-buttons.tsno production surface mapped
  • apps/mail/modules/conversations/components/strategicOverview/StrategicOverviewTab.tsxno production surface mapped
  • apps/mail/modules/conversations/components/strategicOverview/SummaryCard.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/ConversationActivityOverview.test.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/ConversationActivityOverview.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/MeetingProviderBadge.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/NextStepsCard.tsxno production surface mapped
  • apps/mail/modules/conversationsPage/hooks/use-conversations-sidebar-conversations.tsno production surface mapped
  • apps/mail/modules/crm/components/SignalDot.tsxno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/FilterSortConfigurationRow.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/filter-sort-scope.tsno production surface mapped
  • apps/mail/modules/crm/components/unified-column-popover.tsxno production surface mapped
  • apps/mail/modules/crm/hooks/use-crm-conversations.tsno production surface mapped
  • apps/mail/modules/crm/utils/filter-sort-config-schema.tsno production surface mapped
  • apps/mail/modules/crm/utils/list-conversations-variables.tsno production surface mapped
  • apps/mail/modules/documents/DocumentBackGutter.tsxno production surface mapped
  • apps/mail/modules/documents/board/BoardDocumentView.tsxno production surface mapped
  • apps/mail/modules/documents/board/CardDocumentView.tsxno production surface mapped
  • apps/mail/modules/documents/document-fullscreen.tsxno production surface mapped
  • apps/mail/modules/documents/document-row.tsxno production surface mapped
  • apps/mail/modules/documents/html-document-view.tsxno production surface mapped
  • apps/mail/modules/documents/html-file-view.tsxno production surface mapped
  • apps/mail/modules/documents/table/TableDocumentView.tsxno production surface mapped
  • apps/mail/modules/documents/table/TableGrid.tsxno production surface mapped
  • apps/mail/modules/documents/table/compact-table.tsno production surface mapped
  • apps/mail/modules/documents/table/index.tsno production surface mapped
  • apps/mail/modules/files/chat/newChatArtifact.tsno production surface mapped
  • apps/mail/modules/files/components/FileBrowser.tsxno production surface mapped
  • apps/mail/modules/files/components/FileDropPlaceholder.tsxno production surface mapped
  • apps/mail/modules/files/components/FileExplorerTabs.tsxno production surface mapped
  • apps/mail/modules/files/components/FileViewList.tsxno production surface mapped
  • apps/mail/modules/files/components/RecentFilesList.tsxno production surface mapped
  • apps/mail/modules/files/components/list/FileCreatePicker.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/SharedCell.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/graph/transform.tsno production surface mapped
  • apps/mail/modules/files/graph/useGraphData.tsno production surface mapped
  • apps/mail/modules/files/hooks/use-delete-row-action.tsxno production surface mapped
  • apps/mail/modules/files/lib/system-paths.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/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/components/AgentHomeHero.tsxno production surface mapped
  • apps/mail/modules/home/components/FileArtifactPanel.tsxno production surface mapped
  • apps/mail/modules/home/components/HomeMainSection.tsxno production surface mapped
  • apps/mail/modules/home/components/HomeTeamAgents.tsxno production surface mapped
  • apps/mail/modules/home/components/NewCanvasScreen.tsxno production surface mapped
  • apps/mail/modules/home/components/agentHomeActions.tsno production surface mapped
  • apps/mail/modules/home/components/home-team-sections.tsno production surface mapped
  • apps/mail/modules/home/components/new-home-artifact.tsno production surface mapped
  • apps/mail/modules/home/hooks/use-home-main-section.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/hooks/use-home-show-background.tsno production surface mapped
  • apps/mail/modules/home/widgets/AgentPickerDialog.tsxno production surface mapped
  • apps/mail/modules/home/widgets/AgentRow.tsxno production surface mapped
  • apps/mail/modules/home/widgets/HomeAgentsWidget.tsxno production surface mapped
  • apps/mail/modules/home/widgets/HomeLayoutDialog.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/RecentAgentsWidget.tsxno production surface mapped
  • apps/mail/modules/home/widgets/RecentDealsWidget.tsxno production surface mapped
  • apps/mail/modules/home/widgets/RecentFilesWidget.tsxno production surface mapped
  • apps/mail/modules/home/widgets/TasksWidget.tsxno 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/home/widgets/use-home-deals-filters.tsno production surface mapped
  • apps/mail/modules/integrations/connection-list.tsxno production surface mapped
  • apps/mail/modules/integrations/crm-integration-card.tsxno production surface mapped
  • apps/mail/modules/integrations/linkedin-integration-card.tsxno production surface mapped
  • apps/mail/modules/integrations/systems/__tests__/mcp-connections-list.test.tsxno production surface mapped
  • apps/mail/modules/integrations/systems/mcp-connections-list.tsxno production surface mapped
  • apps/mail/modules/integrations/systems/types.tsno production surface mapped
  • apps/mail/modules/integrations/systems/use-mcp-connect.tsno production surface mapped
  • apps/mail/modules/integrations/whatsapp-integration-card.tsxno production surface mapped
  • apps/mail/modules/onboarding/checklist/OnboardingVideoPanel.tsxno production surface mapped
  • apps/mail/modules/onboarding/checklist/OnboardingWidget.tsxno production surface mapped
  • apps/mail/modules/onboarding/checklist/steps.tsno production surface mapped
  • apps/mail/modules/onboarding/checklist/use-onboarding-checklist.tsno production surface mapped
  • apps/mail/modules/onboarding/components/OnboardingGate.tsxno production surface mapped
  • apps/mail/modules/onboarding/components/PageTourHost.tsxno production surface mapped
  • apps/mail/modules/onboarding/components/crm-step.tsxno production surface mapped
  • apps/mail/modules/onboarding/components/meeting-recorder-step.tsxno production surface mapped
  • apps/mail/modules/onboarding/hooks/use-onboarding-flags.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/SetupFlow.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/AgentWorkspaceFrame.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/PointerCursor.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/PreviewPanel.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/SetupComplete.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/SetupContinueGate.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/SetupPreviewContext.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/SetupRail.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/SetupShell.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/SlackDeliveryCard.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/components/SplitTemplateGallery.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/constants.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/data-layer-intro.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/data-layer-story.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/hooks/use-setup-connect.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/hooks/use-setup-pipeline.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/hooks/use-setup-settings.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/hooks/use-setup-splits.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/hooks/use-setup-task-groups.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/library-selection.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/preview/LiveInboxPreview.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/preview/PreviewInbox.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/preview/mock-threads.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/required-connections.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/AgentConfigStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/AgentLibraryStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/AgentOutputStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/AgentSharingStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/BrainIntroStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/ChooseAgentStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/ConnectRemainingStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/ConnectStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/ConnectionsStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/DataLayerAnswerStage.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/DataLayerIntroStage.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/DataLayerMomentsStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/DataLayerQuestionPicker.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/DataLayerRoutingStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/DataLayerTimelineStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/DataLayerToolsStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/InboxDisplayStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/LiveInboxStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/PipelineStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/RoleTeamsStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/SubInboxStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/TasksStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/WhoYouAreStep.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-choice/choices.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-config/ConfigSections.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-config/asks.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-library/LibraryAgentWorkspace.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-output/AgentWorkspace.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-output/OutputBoard.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-output/OutputGrid.tsxno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-output/content-board.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-output/content-document.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-output/content-report.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-output/content-tables.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-output/scenes.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-output/types.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/agent-sharing/sharing-scene.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/steps/index.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/team-color.tsno production surface mapped
  • apps/mail/modules/onboarding/setup/types.tsno production surface mapped
  • apps/mail/modules/onboarding/surfaces.tsno production surface mapped
  • apps/mail/modules/sharing/__tests__/actions.test.tsxno production surface mapped
  • apps/mail/modules/sharing/__tests__/agent-audience.test.tsxno production surface mapped
  • apps/mail/modules/sharing/__tests__/approve-request.test.tsxno production surface mapped
  • apps/mail/modules/sharing/__tests__/audience-team-row.test.tsxno production surface mapped
  • apps/mail/modules/sharing/__tests__/links.test.tsxno production surface mapped
  • apps/mail/modules/sharing/__tests__/no-toast.test.tsno production surface mapped
  • apps/mail/modules/sharing/__tests__/share-panel.test.tsxno production surface mapped
  • apps/mail/modules/sharing/__tests__/share-row-menu.test.tsxno production surface mapped
  • apps/mail/modules/sharing/__tests__/visibility.test.tsxno production surface mapped
  • apps/mail/modules/sharing/components/GeneralAccess.tsxno production surface mapped
  • apps/mail/modules/sharing/components/PersonRow.tsxno production surface mapped
  • apps/mail/modules/sharing/components/ShareAnalytics.tsxno production surface mapped
  • apps/mail/modules/sharing/components/SharePanel.tsxno production surface mapped
  • apps/mail/modules/sharing/components/ShareTrigger.tsxno production surface mapped
  • apps/mail/modules/sharing/components/SharedWithMeRoot.tsxno production surface mapped
  • apps/mail/modules/sharing/components/TeamPicker.tsxno production surface mapped
  • apps/mail/modules/sharing/components/TeamRow.tsxno production surface mapped
  • apps/mail/modules/sharing/components/TeamSharePanel.tsxno production surface mapped
  • apps/mail/modules/sharing/hooks/use-share-row-action.tsxno production surface mapped
  • apps/mail/modules/sharing/hooks/use-share-state.tsno production surface mapped
  • apps/mail/modules/sharing/types.tsno production surface mapped
  • apps/mail/modules/threads/components/InboxLinkedDealsSection.tsxno production surface mapped
  • apps/mail/modules/userSettings/theme/solar.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/public/logos/claude.svgno production surface mapped
  • apps/mail/public/logos/openai.svgno production surface mapped
  • apps/mail/public/logos/openai_white.svgno production surface mapped
  • apps/mail/public/onboarding/README.mdno production surface mapped
  • apps/mail/tests/components/markdown-prose-classes.test.tsno production surface mapped
  • apps/mail/tests/files/documentScope.test.tsno production surface mapped
  • apps/mail/tests/modules/agents/agentLibraryDialog.test.tsxno production surface mapped
  • apps/mail/tests/modules/brain/brainFilesRail.test.tsxno production surface mapped
  • apps/mail/tests/modules/brain/brainHero.test.tsxno production surface mapped
  • apps/mail/tests/modules/cedarOs/agentLibraryDialog.test.tsxno production surface mapped
  • apps/mail/tests/modules/chat-store/chatHistoryList.test.tsno production surface mapped
  • apps/mail/tests/modules/chat-store/chatHistoryPopover.test.tsxno production surface mapped
  • apps/mail/tests/modules/chat-store/toolCallLabels.test.tsno production surface mapped
  • apps/mail/tests/modules/company/brainExplorerSelection.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/filesTabTree.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/documentFullscreen.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableCompact.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableGrid.test.tsxno production surface mapped
  • apps/mail/tests/modules/files/brain-explorer.test.tsxno production surface mapped
  • apps/mail/tests/modules/files/fileBrowserAdminView.test.tsxno production surface mapped
  • apps/mail/tests/modules/files/fileBrowserEmpty.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/agentHomeHero.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/fileArtifactPanelRows.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/homeMainSection.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/homeTeamAgents.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/newHomeArtifact.test.tsno production surface mapped
  • apps/mail/tests/modules/home/onboardingChecklistWidget.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/recentAgentsWidget.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/recentDealsWidget.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/recentFilesWidget.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/retiredHomeSettings.test.tsno production surface mapped
  • apps/mail/tests/modules/home/tasksWidget.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/agentConfigStep.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/agentLibraryStep.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/agentOutputStep.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/agentSharingStep.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/chooseAgentStep.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/connectionsStep.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/dataLayerIntro.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/dataLayerStory.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/dataLayerTimelineStep.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/librarySelection.test.tsno production surface mapped
  • apps/mail/tests/modules/onboarding/onboardingFlags.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/onboardingGate.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/pageTourHost.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/roleTeamsStep.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/setupConnectScope.test.tsno production surface mapped
  • apps/mail/tests/modules/onboarding/setupContinueGate.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/setupFlowKeys.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/setupRail.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/setupShell.test.tsxno production surface mapped
  • apps/mail/tests/modules/onboarding/setupSteps.test.tsno production surface mapped
  • apps/mail/tests/modules/onboarding/surfaces.test.tsno production surface mapped
  • apps/mail/tests/modules/onboarding/whoYouAreStep.test.tsxno production surface mapped
  • apps/mail/tests/modules/userSettings/theme/solar.test.tsno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/fields-and-values.mdno production surface mapped
  • apps/server/.claude/skills/conversation/SKILL.mdno production surface mapped
  • apps/server/docs/agents/parked-agents.mdno production surface mapped
  • apps/server/docs/contact-layer-and-org-chart.mdno production surface mapped
  • apps/server/docs/sharing.mdno production surface mapped
  • apps/server/docs/teams.mdno production surface mapped
  • apps/server/docs/wiki/README.mdno production surface mapped
  • apps/server/docs/wiki/agent-library.mdno production surface mapped
  • apps/server/docs/wiki/agent-sharing.mdno production surface mapped
  • apps/server/docs/wiki/strategic-overview-modules.mdno production surface mapped
  • apps/server/docs/wiki/teams.mdno production surface mapped
  • apps/server/package.jsonno production surface mapped
  • apps/server/src/access-admin/cli.tsno production surface mapped
  • apps/server/src/agent-admin/cli.tsno production surface mapped
  • apps/server/src/agent-library-admin/cli.tsno production surface mapped
  • apps/server/src/agent-share-admin/cli.tsno production surface mapped
  • apps/server/src/cli/__tests__/no-heavy-imports.test.tsno production surface mapped
  • apps/server/src/cli/index.tsno production surface mapped
  • apps/server/src/cron/purge-deleted-documents.tsno production surface mapped
  • apps/server/src/db/access-schema.tsno production surface mapped
  • apps/server/src/db/agent-share-schema.tsno production surface mapped
  • apps/server/src/db/aop-schema.tsno production surface mapped
  • apps/server/src/db/invites-schema.tsno production surface mapped
  • apps/server/src/db/migrations/agent_shares_invites.sqlno production surface mapped
  • apps/server/src/db/migrations/invites.sqlno production surface mapped
  • apps/server/src/db/migrations/scripts/account-setup/index.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/backfill-agent-folders.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/backfill-agent-workspace-titles.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/backfill-default-teams.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/backfill-document-grants.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/backfill-onboarding-flags.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/backfill-role-teams.tsno production surface mapped
  • apps/server/src/db/migrations/scripts/playbook-health/heal-malformed-frontmatter.tsno production surface mapped
  • apps/server/src/db/migrations/team_agents.sqlno production surface mapped
  • apps/server/src/db/migrations/teams.sqlno production surface mapped
  • apps/server/src/db/migrations/teams_color.sqlno production surface mapped
  • apps/server/src/db/migrations/teams_owner_preset_idx.sqlno production surface mapped
  • apps/server/src/db/migrations/teams_position.sqlno production surface mapped
  • apps/server/src/db/schema.tsno production surface mapped
  • apps/server/src/db/teams-schema.tsno production surface mapped
  • apps/server/src/files-admin/cli.tsno production surface mapped
  • apps/server/src/lib/__tests__/schemas.test.tsno production surface mapped
  • apps/server/src/lib/auth.tsno production surface mapped
  • apps/server/src/lib/schemas.tsno production surface mapped
  • apps/server/src/mastra/agents/on-event-execution-agent.tsno production surface mapped
  • apps/server/src/mastra/agents/sub-agents/orchestrator-agent.tsno production surface mapped
  • apps/server/src/mastra/index.tsno production surface mapped
  • apps/server/src/mastra/prompts/cedar-docs-awareness.tsno production surface mapped
  • apps/server/src/mastra/skills/docs/document-management.tsno production surface mapped
  • apps/server/src/mastra/tools/brain/__tests__/wiki-write-access.test.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/conversationReasoningActions.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/fetchConversationTool.tsno production surface mapped
  • apps/server/src/mastra/tools/document/__tests__/document-redirect-authorization.test.tsno production surface mapped
  • apps/server/src/mastra/tools/document/__tests__/subagent-write-verification.test.tsno production surface mapped
  • apps/server/src/mastra/tools/document/__tests__/tableTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/document/__tests__/writeDocumentTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/document/mapDocumentsTool.tsno production surface mapped
  • apps/server/src/mastra/tools/document/moveFileTool.tsno production surface mapped
  • apps/server/src/mastra/tools/document/tableTool.tsno production surface mapped
  • apps/server/src/mastra/tools/document/writeDocumentTool.tsno production surface mapped
  • apps/server/src/mastra/utils/strategist-updates.tsno production surface mapped
  • apps/server/src/onboarding-admin/cli.tsno production surface mapped
  • apps/server/src/scripts/contact-doc-smoke.tsno production surface mapped
  • apps/server/src/scripts/copy-coaching-to-aspire.tsno production surface mapped
  • apps/server/src/scripts/delete-agents-oneoff.tsno production surface mapped
  • apps/server/src/scripts/list-agents-oneoff.tsno production surface mapped
  • apps/server/src/scripts/rewire-coaching-aspire.tsno production surface mapped
  • apps/server/src/services/access/__tests__/agent-write-gate.test.tsno production surface mapped
  • apps/server/src/services/access/__tests__/audience-teams.test.tsno production surface mapped
  • apps/server/src/services/access/__tests__/grants.test.tsno production surface mapped
  • apps/server/src/services/access/__tests__/harness.tsno production surface mapped
  • apps/server/src/services/access/__tests__/move-carries-grants.test.tsno production surface mapped
  • apps/server/src/services/access/__tests__/one-hop.test.tsno production surface mapped
  • apps/server/src/services/access/__tests__/one-predicate.test.tsno production surface mapped
  • apps/server/src/services/access/__tests__/paths.test.tsno production surface mapped
  • apps/server/src/services/access/__tests__/share-link-standing.test.tsno production surface mapped
  • apps/server/src/services/access/__tests__/team-search.test.tsno production surface mapped
  • apps/server/src/services/access/__tests__/teams-principals.test.tsno production surface mapped
  • apps/server/src/services/access/agent-write-gate.tsno production surface mapped
  • apps/server/src/services/access/audience.tsno production surface mapped
  • apps/server/src/services/access/filter.tsno production surface mapped
  • apps/server/src/services/access/grants.tsno production surface mapped
  • apps/server/src/services/access/paths.tsno production surface mapped
  • apps/server/src/services/access/principals.tsno production surface mapped
  • apps/server/src/services/access/resolve.tsno production surface mapped
  • apps/server/src/services/access/summary.tsno production surface mapped
  • apps/server/src/services/access/types.tsno production surface mapped
  • apps/server/src/services/access/viewer.tsno production surface mapped
  • apps/server/src/services/access/visibility.tsno production surface mapped
  • apps/server/src/services/agent-library/__tests__/agent-names.test.tsno production surface mapped
  • apps/server/src/services/agent-library/__tests__/connections.test.tsno production surface mapped
  • apps/server/src/services/agent-library/__tests__/installed.test.tsno production surface mapped
  • apps/server/src/services/agent-library/__tests__/personal-lanes.test.tsno production surface mapped
  • apps/server/src/services/agent-library/__tests__/provision.test.tsno production surface mapped
  • apps/server/src/services/agent-library/__tests__/rules.test.tsno production surface mapped
  • apps/server/src/services/agent-library/__tests__/starter.test.tsno production surface mapped
  • apps/server/src/services/agent-library/__tests__/templates.test.tsno production surface mapped
  • apps/server/src/services/agent-library/agent-names.tsno production surface mapped
  • apps/server/src/services/agent-library/connections.tsno production surface mapped
  • apps/server/src/services/agent-library/installed.tsno production surface mapped
  • apps/server/src/services/agent-library/personal-lanes.tsno production surface mapped
  • apps/server/src/services/agent-library/provision.tsno production surface mapped
  • apps/server/src/services/agent-library/rules.tsno production surface mapped
  • apps/server/src/services/agent-library/starter.tsno production surface mapped
  • apps/server/src/services/agent-library/templates.tsno production surface mapped
  • apps/server/src/services/agent-library/trigger-label.tsno production surface mapped
  • apps/server/src/services/agent-library/types.tsno production surface mapped
  • apps/server/src/services/agent-memory/__tests__/memory-inject.test.tsno production surface mapped
  • apps/server/src/services/agent-memory/__tests__/memory-store.test.tsno production surface mapped
  • apps/server/src/services/agent-memory/capture-correction.tsno production surface mapped
  • apps/server/src/services/agent-memory/memory-injection.tsno production surface mapped
  • apps/server/src/services/agent-memory/memory-paths.tsno production surface mapped
  • apps/server/src/services/agent-memory/memory-store.tsno production surface mapped
  • apps/server/src/services/agent-memory/reflect.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/agent-create.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/agent-folders.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/agent-header.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/agent-namespace-org.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/documents-harness.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/list-recent.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/workspace-title.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/agent-create.tsno production surface mapped
  • apps/server/src/services/agent-workspace/agent-folders.tsno production surface mapped
  • apps/server/src/services/agent-workspace/agent-header.tsno production surface mapped
  • apps/server/src/services/agent-workspace/agent-read.tsno production surface mapped
  • apps/server/src/services/agent-workspace/delete-agent.tsno production surface mapped
  • apps/server/src/services/agent-workspace/file-grants.tsno production surface mapped
  • apps/server/src/services/agent-workspace/sharing.tsno production surface mapped
  • apps/server/src/services/agent-workspace/types.tsno production surface mapped
  • apps/server/src/services/agent-workspace/workspace-title.tsno production surface mapped
  • apps/server/src/services/agents/__tests__/harness.tsno production surface mapped
  • apps/server/src/services/agents/__tests__/setup-actor.test.tsno production surface mapped
  • apps/server/src/services/agents/__tests__/share-adopt.test.tsno production surface mapped
  • apps/server/src/services/agents/__tests__/share-invite.test.tsno production surface mapped
  • apps/server/src/services/agents/__tests__/share-reachability.test.tsno production surface mapped
  • apps/server/src/services/agents/setup.tsno production surface mapped
  • apps/server/src/services/agents/share-types.tsno production surface mapped
  • apps/server/src/services/agents/share.tsno production surface mapped
  • apps/server/src/services/aop/__tests__/conversation-field-management.test.tsno production surface mapped
  • apps/server/src/services/aop/__tests__/research-flowdown.test.tsno production surface mapped
  • apps/server/src/services/aop/__tests__/subagent-frontmatter.test.tsno production surface mapped
  • apps/server/src/services/aop/automations.tsno production surface mapped
  • apps/server/src/services/aop/conversation-field-management.tsno production surface mapped
  • apps/server/src/services/aop/subagent-frontmatter.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/conversation-participant-access.test.tsno production surface mapped
  • apps/server/src/services/crm/conversation-field-definitions.tsno production surface mapped
  • apps/server/src/services/documents/__tests__/contact-paths.test.tsno production surface mapped
  • apps/server/src/services/documents/__tests__/map.test.tsno production surface mapped
  • apps/server/src/services/documents/__tests__/move-document-carries-grants.test.tsno production surface mapped
  • apps/server/src/services/documents/__tests__/purge-thread-buffers.test.tsno production surface mapped
  • apps/server/src/services/documents/__tests__/share-links.test.tsno production surface mapped
  • apps/server/src/services/documents/__tests__/virtual-paths-userid.test.tsno production surface mapped
  • apps/server/src/services/documents/convention-paths.tsno production surface mapped
  • apps/server/src/services/documents/index.tsno production surface mapped
  • apps/server/src/services/documents/map.tsno production surface mapped
  • apps/server/src/services/documents/playbook-resource-seeds.tsno production surface mapped
  • apps/server/src/services/documents/team-scope.tsno production surface mapped
  • apps/server/src/services/documents/virtual-paths.tsno production surface mapped