Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

[2026-09-03] merging staging to main

merged#2681CedarCopilot

CedarCopilot wants to merge 1 commit into main from staging

Not deployedTimeline and evidence
  1. Opened
    Sep 3, 2026, 9:10 PM
  2. Sep 3, 2026, 9:27 PM
  3. Merged
    Sep 3, 2026, 9:34 PM
  4. Live on staging, live on prod, observed
    Pending
  5. Not deployed

    Not deployed

    Pending

Libra has no production signal for this change yet because it has not deployed. Libra checks hourly for 3 days after each deploy.

Greptile Summary

This change expands the mail client’s agent workspace, citations, documents, CRM, tasks, chat history, navigation, and supporting server-side integrations and sandbox behavior.

One P2 repository-convention issue remains: the new citation UI uses relative imports where the frontend requires absolute imports. Updating these imports keeps the module layout consistent and less fragile when files move.

Confidence Score: 4/5

The change is mergeable after resolving the repository-required import convention violation.

There is one independent non-security P2 finding. Under the scoring table, a nonempty set containing only P2 findings receives a score of 4.

Files Needing Attention: apps/mail/components/ui/citations/CitationPill.tsx and the related newly added citation modules should use absolute frontend imports.

Prompt To Fix All With AI
### Issue 1
apps/mail/components/ui/citations/CitationPill.tsx:4-6
**Relative frontend imports**

The new citation modules use relative imports instead of the repository-required absolute imports, making these references inconsistent and more fragile during file moves. The same changed pattern occurs in the sibling citation modules and `AgendaDocument.tsx`.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Reviews (1): Last reviewed commit: "Merge pull request #2680 from CedarCopil..." | Re-trigger Greptile

Greptile also left 1 inline comment on this PR.

Context used:

  • Context used - CLAUDE.md (source)
Show production surfaces and changed-file mapping

Production surfaces

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

Changed files → surfaces

  • .claude/skills/refresh-agent-knowledge/SKILL.mdno production surface mapped
  • README.mdno production surface mapped
  • apps/mail/app/(full-width)/zoom.tsxno production surface mapped
  • apps/mail/app/(routes)/agent/page.tsxno production surface mapped
  • apps/mail/app/(routes)/conversations/page.tsxno production surface mapped
  • apps/mail/app/(routes)/home/layout.tsxno production surface mapped
  • apps/mail/app/routes.tsno production surface mapped
  • apps/mail/components/icons/agent-avatar.tsxno production surface mapped
  • apps/mail/components/ui/active-view-display.tsxno production surface mapped
  • apps/mail/components/ui/citations/CitationPill.tsxno production surface mapped
  • apps/mail/components/ui/citations/CitationPopover.tsxno production surface mapped
  • apps/mail/components/ui/citations/TranscriptViewerModal.tsxno production surface mapped
  • apps/mail/components/ui/citations/WebCitationPill.tsxno production surface mapped
  • apps/mail/components/ui/citations/citationStyles.tsno production surface mapped
  • apps/mail/components/ui/citations/index.tsno production surface mapped
  • apps/mail/components/ui/citations/usePrefetchCitations.tsno production surface mapped
  • apps/mail/components/ui/field.tsxno production surface mapped
  • apps/mail/docs/agent-context-and-default-file.mdno production surface mapped
  • apps/mail/docs/chat-display-artifact.mdno production surface mapped
  • apps/mail/docs/client-data-architecture.mdno production surface mapped
  • apps/mail/docs/crystallized.mdno production surface mapped
  • apps/mail/docs/table-documents.mdno production surface mapped
  • apps/mail/modules/agentCanvas/components/AgendaDocument.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/components/EventCard.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/AgendaOpeningChips.tsno 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/utils/agenda-markdown.tsno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentDocumentView.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentOutputTab.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentRunsTab.test.tsxno production surface mapped
  • apps/mail/modules/agents/__tests__/AgentViewLayout.test.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentActionMenu.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentBackGutter.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentDocumentView.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/AgentOutputTab.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentRunsTab.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentSettingsSection.tsxno production surface mapped
  • apps/mail/modules/agents/components/AgentView.tsxno production surface mapped
  • apps/mail/modules/agents/hooks/use-agent-back.tsno production surface mapped
  • apps/mail/modules/agents/hooks/use-rename-agent.tsno production surface mapped
  • apps/mail/modules/agents/hooks/use-set-agent-default-file.tsno production surface mapped
  • apps/mail/modules/agents/types.tsno production surface mapped
  • apps/mail/modules/agents/utils/agent-paths.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/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__/emptyChatLayout.surfaces.test.tsno production surface mapped
  • apps/mail/modules/cedar-os/__tests__/store/messageQueue/messageQueueSlice.test.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/chatInput/ChatInput.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatMessages/ChatBubbles.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/cedar-os-components/chatMessages/ChatRenderer.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/components/renderers/messageRenderers.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/components/renderers/toolMappings.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/constants/tool-names.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/agentConnectionSlice.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/docUpdateResponseProcessor.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/openWrittenDocument.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/toolResultResponseProcessor.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messageQueue/messageQueueSlice.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/databaseAdapter.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/messageStorage.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/messagesSlice.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/messages/resolveMessageCitations.tsno production surface mapped
  • apps/mail/modules/company/components/CompanyExplorer.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/ConversationFileTree.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/__tests__/buildAgentDocs.test.tsno production surface mapped
  • apps/mail/modules/conversations/components/files/resolveOpenDoc.tsno production surface mapped
  • apps/mail/modules/conversations/components/nav-buttons.tsno production surface mapped
  • apps/mail/modules/conversations/components/nextSteps/TaskBlock.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/ConversationActivityOverview.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/EventDetailDialog.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/ScheduledTasksSection.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/TimelineTaskItem.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/helpers.tsxno production surface mapped
  • apps/mail/modules/conversations/slice/conversationsSlice.tsno production surface mapped
  • apps/mail/modules/conversationsPage/components/ConversationsSidebarRow.tsxno production surface mapped
  • apps/mail/modules/conversationsPage/hooks/use-conversations-sidebar-conversations.tsno production surface mapped
  • apps/mail/modules/crm/components/ConversationCellComponents/FutureActionDisplay.tsxno production surface mapped
  • apps/mail/modules/crm/components/VirtualizedTableRow.tsxno production surface mapped
  • apps/mail/modules/crm/components/conversation-canvas/ConversationItem.tsxno production surface mapped
  • apps/mail/modules/crm/components/kanban-canvas/CanvasKanbanCard.tsxno production surface mapped
  • apps/mail/modules/crm/hooks/use-canvas-conversations.tsno production surface mapped
  • apps/mail/modules/crm/hooks/use-crm-conversations.tsno production surface mapped
  • apps/mail/modules/crm/hooks/use-grouped-conversations.tsno production surface mapped
  • apps/mail/modules/crm/hooks/use-optimistic-conversation-actions.tsno production surface mapped
  • apps/mail/modules/crm/lib/pending-conversation-field-writes.tsno production surface mapped
  • apps/mail/modules/crm/store/crmSlice.tsno production surface mapped
  • apps/mail/modules/crm/types/index.tsno production surface mapped
  • apps/mail/modules/debugger/components/AgendaDocDebuggerTab.tsxno production surface mapped
  • apps/mail/modules/documents/agent/HideFrontmatterExtension.tsno production surface mapped
  • apps/mail/modules/documents/full-bleed-doc-types.tsno production surface mapped
  • apps/mail/modules/documents/table/CellDisplay.tsxno production surface mapped
  • apps/mail/modules/documents/table/CrmBoundCells.tsxno production surface mapped
  • apps/mail/modules/documents/table/TableColumnMenu.tsxno production surface mapped
  • apps/mail/modules/documents/table/TableFillInstructions.tsxno production surface mapped
  • apps/mail/modules/documents/table/TableGrid.tsxno production surface mapped
  • apps/mail/modules/drafting/components/email-composer.tsxno production surface mapped
  • apps/mail/modules/drafting/hooks/use-undo-send.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/chat/NewArtifactButton.tsxno production surface mapped
  • apps/mail/modules/home/components/AgentHomeHero.tsxno production surface mapped
  • apps/mail/modules/home/components/DisplayArtifactPanel.tsxno production surface mapped
  • apps/mail/modules/home/components/FileArtifactPanel.tsxno production surface mapped
  • apps/mail/modules/home/components/HomeView.tsxno production surface mapped
  • apps/mail/modules/home/components/agentic-table.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/inbox/components/ChannelThreadView.tsxno production surface mapped
  • apps/mail/modules/inbox/components/SlackThreadPanel.tsxno production surface mapped
  • apps/mail/modules/inbox/hooks/use-open-channel-item.tsno production surface mapped
  • apps/mail/modules/threads/thread/components/thread-display.tsxno production surface mapped
  • apps/mail/modules/threads/thread/hooks/use-archive-thread.tsno production surface mapped
  • apps/mail/modules/threads/thread/utils/thread-actions.tsno production surface mapped
  • apps/mail/modules/threads/thread/utils/thread-display-hotkeys.tsxno production surface mapped
  • apps/mail/modules/threads/threadList/store/threadSlice.tsno production surface mapped
  • apps/mail/modules/userTasks/components/TaskKanbanCard.tsxno production surface mapped
  • apps/mail/modules/userTasks/hooks/use-task-list-view-options.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/selectEmptyChatSurface.tsno production surface mapped
  • apps/mail/modules/ux/layout/shellRoutes.tsno production surface mapped
  • apps/mail/modules/ux/layout/useBackOrUp.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-markdown.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-opening-chips.test.tsno production surface mapped
  • apps/mail/tests/modules/agentCanvas/agenda-opening-rule.test.tsno production surface mapped
  • apps/mail/tests/modules/agents/agent-paths.test.tsno production surface mapped
  • apps/mail/tests/modules/chat-store/backendHistoryWindow.test.tsno production surface mapped
  • apps/mail/tests/modules/chat-store/chatHistoryPagination.test.tsno production surface mapped
  • apps/mail/tests/modules/chat-store/citationBadge.test.tsno production surface mapped
  • apps/mail/tests/modules/chat-store/displayArtifact.test.tsxno production surface mapped
  • apps/mail/tests/modules/chat-store/draftChatOnArrival.test.tsno production surface mapped
  • apps/mail/tests/modules/chat-store/emailThreadContext.test.tsxno production surface mapped
  • apps/mail/tests/modules/chat-store/openWrittenDocument.test.tsno production surface mapped
  • apps/mail/tests/modules/chat-store/resolveMessageCitations.test.tsno production surface mapped
  • apps/mail/tests/modules/company/brainExplorerSelection.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabOptimistic.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/timelineEventClassification.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/aopChangeConsistency.test.tsxno production surface mapped
  • apps/mail/tests/modules/crm/overviewEventProjection.test.tsno production surface mapped
  • apps/mail/tests/modules/crm/pendingConversationFieldWrites.test.tsno production surface mapped
  • apps/mail/tests/modules/documents/agentFrontmatter.test.tsno production surface mapped
  • apps/mail/tests/modules/documents/table/CrmBoundCells.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/OptionPicker.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableDocumentCard.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableFillInstructions.test.tsxno production surface mapped
  • apps/mail/tests/modules/files/brain-explorer.test.tsxno production surface mapped
  • apps/mail/tests/modules/files/newChatArtifact.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/home/agenticTable.test.tsno production surface mapped
  • apps/mail/tests/modules/home/perMessageOpenContext.test.tsxno production surface mapped
  • apps/mail/tests/modules/inbox/openChannelItem.test.tsxno production surface mapped
  • apps/mail/tests/modules/threads/archive-from-any-folder.test.tsno production surface mapped
  • apps/mail/tests/modules/userTasks/taskExecutionListGroupSync.test.tsxno production surface mapped
  • apps/mail/tests/modules/userTasks/taskKanbanCardExecute.test.tsxno production surface mapped
  • apps/mail/tests/modules/userTasks/taskViewOptionsStability.test.tsxno production surface mapped
  • apps/mail/tests/modules/ux/layout/agentWidgetBack.test.tsxno production surface mapped
  • apps/mail/tests/modules/ux/layout/backNeverPushes.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/backOrClose.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/closeThreadAfterChatSwitch.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/layoutSlice.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/resolveContext.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/selectEmptyChatSurface.test.tsno production surface mapped
  • apps/mail/tests/modules/ux/layout/slackUrlSync.test.tsxno production surface mapped
  • apps/mail/tests/modules/ux/layout/useRouteChatThread.mail.test.tsxno production surface mapped
  • apps/server/.claude/skills/analysis-decomposition/resources/lenses.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/agent-capabilities.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/building-an-agent.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/cedar-system-knowledge.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/choosing-a-trigger.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/diagnose-and-repair.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/external-writes.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/field-management.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/fields-and-values.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/knowledge-and-collateral.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/limits-and-escalation.mdno 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/cedar-configuration/scope-and-sharing.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/surfaces-and-delivery.mdno production surface mapped
  • apps/server/.claude/skills/cedar-configuration/voice-and-preferences.mdno production surface mapped
  • apps/server/.claude/skills/coaching/resources/coaching-report.mdno production surface mapped
  • apps/server/.claude/skills/deal-intelligence-analysis/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/deal-intelligence-analysis/resources/examples.mdno production surface mapped
  • apps/server/.claude/skills/deal-intelligence-analysis/resources/field-map.mdno production surface mapped
  • apps/server/.claude/skills/deal-intelligence-analysis/resources/metrics.mdno production surface mapped
  • apps/server/.claude/skills/deal-intelligence-analysis/resources/selecting-deals.mdno production surface mapped
  • apps/server/.claude/skills/deal-intelligence-analysis/resources/staff-data-and-viz.mdno production surface mapped
  • apps/server/.claude/skills/deal-intelligence-analysis/resources/tool-catalog.mdno production surface mapped
  • apps/server/.claude/skills/documents/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/email-analysis/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/playbook-authoring/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/playbook-writing/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/research/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/run-sql/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/tables/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/wiki-extraction/SKILL.mdno production surface mapped
  • apps/server/Dockerfile.apino production surface mapped
  • apps/server/docs/chat-context-set.mdno production surface mapped
  • apps/server/docs/contact-layer-and-org-chart.mdno production surface mapped
  • apps/server/docs/slack-voice-notes.mdno production surface mapped
  • apps/server/docs/wiki/chat-context-set.mdno production surface mapped
  • apps/server/docs/zoom-conferencing.mdno production surface mapped
  • apps/server/package.jsonno production surface mapped
  • apps/server/scripts/build-runtime.mjsno production surface mapped
  • apps/server/scripts/cancel-obsolete-field-approvals.tsno production surface mapped
  • apps/server/scripts/run-cancel-obsolete-field-approvals.mjsno production surface mapped
  • apps/server/scripts/runtime-build-shared.mjsno production surface mapped
  • apps/server/src/agent-admin/cli.tsno production surface mapped
  • apps/server/src/db/__tests__/transient-retry.test.tsno production surface mapped
  • apps/server/src/db/chat-schema.tsno production surface mapped
  • apps/server/src/db/transient-retry.tsno production surface mapped
  • apps/server/src/http/app.tsno production surface mapped
  • apps/server/src/lib/schemas.tsno production surface mapped
  • apps/server/src/mastra/__tests__/table-fanout-eval.test.tsno production surface mapped
  • apps/server/src/mastra/agents/agent-chat-shell.tsno production surface mapped
  • apps/server/src/mastra/agents/analyzer-agent.tsno production surface mapped
  • apps/server/src/mastra/agents/automation-agent.tsno production surface mapped
  • apps/server/src/mastra/agents/sub-agents/orchestrator-agent.tsno production surface mapped
  • apps/server/src/mastra/context/values.tsno production surface mapped
  • apps/server/src/mastra/index.tsno production surface mapped
  • apps/server/src/mastra/mcp/external/__tests__/mutating-actions-are-administrable.test.tsno production surface mapped
  • apps/server/src/mastra/mcp/external/__tests__/scope-map.test.tsno production surface mapped
  • apps/server/src/mastra/mcp/external/cedar-staff-debug-tool.tsno production surface mapped
  • apps/server/src/mastra/mcp/external/scope-map.tsno production surface mapped
  • apps/server/src/mastra/mcp/external/server.tsno production surface mapped
  • apps/server/src/mastra/prompts/cedar-docs-awareness.tsno production surface mapped
  • apps/server/src/mastra/routeHandlers/chat/handleChat.tsno production surface mapped
  • apps/server/src/mastra/routeHandlers/slack/__tests__/slack-voice-note.test.tsno production surface mapped
  • apps/server/src/mastra/routeHandlers/slack/slack-bot-chat.tsno production surface mapped
  • apps/server/src/mastra/skills/account-config/__tests__/allowlist-splice.test.tsno production surface mapped
  • apps/server/src/mastra/skills/account-config/__tests__/cedar-configuration-docs.test.tsno production surface mapped
  • apps/server/src/mastra/skills/account-config/__tests__/knowledge-claims-resolve.test.tsno production surface mapped
  • apps/server/src/mastra/skills/account-config/__tests__/trigger-types-splice.test.tsno production surface mapped
  • apps/server/src/mastra/skills/account-config/index.tsno production surface mapped
  • apps/server/src/mastra/skills/collateral/collateral-orchestrator.tsno production surface mapped
  • apps/server/src/mastra/skills/docs/document-management.tsno production surface mapped
  • apps/server/src/mastra/skills/docs/tables.tsno production surface mapped
  • apps/server/src/mastra/skills/index.tsno production surface mapped
  • apps/server/src/mastra/skills/page-skills.tsno production surface mapped
  • apps/server/src/mastra/skills/types.tsno production surface mapped
  • apps/server/src/mastra/tools/__tests__/brain-gate.test.tsno production surface mapped
  • apps/server/src/mastra/tools/brain-gate.tsno production surface mapped
  • apps/server/src/mastra/tools/brain/__tests__/searchIntelligenceTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/brain/index.tsno production surface mapped
  • apps/server/src/mastra/tools/brain/searchIntelligenceTool.tsno production surface mapped
  • apps/server/src/mastra/tools/config/config-read-tool.tsno production surface mapped
  • apps/server/src/mastra/tools/config/config-write-tool.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation-analytics/conversationAnalyticsTool.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/__tests__/updateConversationFieldsTool.unchanged-approval.test.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/conversationReasoningActions.tsno production surface mapped
  • apps/server/src/mastra/tools/conversation/updateConversationFieldsTool.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__/documentTool.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/displayDocumentTool.tsno production surface mapped
  • apps/server/src/mastra/tools/document/documentTool.tsno production surface mapped
  • apps/server/src/mastra/tools/document/moveFileTool.tsno production surface mapped
  • apps/server/src/mastra/tools/document/readDocumentTool.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/tools/family-tool-names.tsno production surface mapped
  • apps/server/src/mastra/tools/integrations/__tests__/drive-proxy.test.tsno production surface mapped
  • apps/server/src/mastra/tools/integrations/__tests__/executor-drive-token.test.tsno production surface mapped
  • apps/server/src/mastra/tools/integrations/drive-proxy.tsno production surface mapped
  • apps/server/src/mastra/tools/integrations/runCodeExecutorTool.tsno production surface mapped
  • apps/server/src/mastra/tools/research/webFetchTool.tsno production surface mapped
  • apps/server/src/mastra/tools/research/webSearchTool.tsno production surface mapped
  • apps/server/src/mastra/tools/run-sql-query/__tests__/runSQLTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/run-sql-query/__tests__/sql-guard.test.tsno production surface mapped
  • apps/server/src/mastra/tools/run-sql-query/runSQLTool.tsno production surface mapped
  • apps/server/src/mastra/tools/run-sql-query/sql-guard.tsno production surface mapped
  • apps/server/src/mastra/tools/skills/spawnSubagentTool.tsno production surface mapped
  • apps/server/src/mastra/tools/taxonomy/taxonomyFieldsTool.tsno production surface mapped
  • apps/server/src/mastra/tools/tool-names.tsno production surface mapped
  • apps/server/src/mastra/utils/__tests__/chat-history-backfill.test.tsno production surface mapped
  • apps/server/src/mastra/utils/__tests__/chat-message-persistence.test.tsno production surface mapped
  • apps/server/src/mastra/utils/__tests__/web-citations.test.tsno production surface mapped
  • apps/server/src/mastra/utils/chat-history-backfill.tsno production surface mapped
  • apps/server/src/mastra/utils/chat-message-persistence.tsno production surface mapped
  • apps/server/src/mastra/utils/context-items/grid-brief.test.tsno production surface mapped
  • apps/server/src/mastra/utils/context-items/grid-brief.tsno production surface mapped
  • apps/server/src/mastra/utils/context-items/hydrate.tsno production surface mapped
  • apps/server/src/mastra/utils/context-items/persist.tsno production surface mapped
  • apps/server/src/mastra/utils/execution/execute-analyzer.tsno production surface mapped
  • apps/server/src/mastra/utils/execution/execute-orchestrator.tsno production surface mapped
  • apps/server/src/mastra/utils/web-citations.tsno production surface mapped
  • apps/server/src/mastra/workflows/chat/chat-workflow.tsno production surface mapped
  • apps/server/src/mastra/workflows/chat/harness/legacy-tool-name-map.tsno production surface mapped
  • apps/server/src/mastra/workflows/chat/harness/mcp-server.tsno production surface mapped
  • apps/server/src/mastra/workflows/chat/harness/request-context.tsno production surface mapped
  • apps/server/src/mastra/workflows/chat/run-chat-agent-sdk.tsno production surface mapped
  • apps/server/src/routes/__tests__/external-mcp.e2e.test.tsno production surface mapped
  • apps/server/src/scripts/cedar-sql-entry.tsno production surface mapped
  • apps/server/src/scripts/chat-headless.e2e.test.tsno production surface mapped
  • apps/server/src/scripts/seed-coaching-agent.tsno production surface mapped
  • apps/server/src/scripts/zoom-manifest.tsno production surface mapped
  • apps/server/src/services/agenda/__tests__/agenda-markdown.test.tsno production surface mapped
  • apps/server/src/services/agenda/agenda-markdown.tsno production surface mapped
  • apps/server/src/services/agent-action-queue/__tests__/automation-dedupe.test.tsno production surface mapped
  • apps/server/src/services/agent-action-queue/automation-dedupe.tsno production surface mapped
  • apps/server/src/services/agent-action-queue/executions.tsno production surface mapped
  • apps/server/src/services/agent-action-queue/helpers.tsno production surface mapped
  • apps/server/src/services/agent-memory/memory-paths.tsno production surface mapped
  • apps/server/src/services/agent-sandbox/__tests__/agent-env.test.tsno production surface mapped
  • apps/server/src/services/agent-sandbox/__tests__/bash-telemetry.test.tsno production surface mapped
  • apps/server/src/services/agent-sandbox/__tests__/workspace.test.tsno production surface mapped
  • apps/server/src/services/agent-sandbox/agent-env.tsno production surface mapped
  • apps/server/src/services/agent-sandbox/bash-telemetry.tsno production surface mapped
  • apps/server/src/services/agent-sandbox/secret-shapes.tsno production surface mapped
  • apps/server/src/services/agent-sandbox/workspace.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-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__/agent-namespaces.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/agent-rename.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/default-file.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/__tests__/outputs-scoped.test.tsno production surface mapped
  • apps/server/src/services/agent-workspace/agent-create.tsno production surface mapped
  • apps/server/src/services/agent-workspace/agent-header.tsno production surface mapped
  • apps/server/src/services/agent-workspace/agent-namespaces.tsno production surface mapped
  • apps/server/src/services/agent-workspace/agent-read.tsno production surface mapped
  • apps/server/src/services/agent-workspace/agent-rename.tsno production surface mapped
  • apps/server/src/services/agent-workspace/default-file.tsno production surface mapped
  • apps/server/src/services/agent-workspace/outputs.tsno production surface mapped
  • apps/server/src/services/agent-workspace/types.tsno production surface mapped
  • apps/server/src/services/aop/__tests__/agent-doc-convention.test.tsno production surface mapped
  • apps/server/src/services/aop/__tests__/automations-service.test.tsno production surface mapped
  • apps/server/src/services/aop/__tests__/subagent-frontmatter.test.tsno production surface mapped
  • apps/server/src/services/aop/agent-doc-convention.tsno production surface mapped
  • apps/server/src/services/aop/aop-agents.tsno production surface mapped
  • apps/server/src/services/aop/automations.tsno production surface mapped
  • apps/server/src/services/aop/subagent-frontmatter.tsno production surface mapped
  • apps/server/src/services/crm-sql/__tests__/crm-sql.test.tsno production surface mapped
  • apps/server/src/services/crm-sql/cedar-sql-cli.tsno production surface mapped
  • apps/server/src/services/crm-sql/cli-entry-path.tsno production surface mapped
  • apps/server/src/services/crm-sql/execute.tsno production surface mapped
  • apps/server/src/services/crm-sql/format.tsno production surface mapped
  • apps/server/src/services/crm-sql/object-sink.tsno production surface mapped
  • apps/server/src/services/crm-sql/query-broker.tsno production surface mapped
  • apps/server/src/services/crm-sql/sql-guard.tsno production surface mapped
  • apps/server/src/services/crm-sql/telemetry.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/conversation-field-comparison.test.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/deal-metrics.test.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/deal-timeline.test.tsno production surface mapped
  • apps/server/src/services/crm/conversation-field-comparison.tsno production surface mapped
  • apps/server/src/services/crm/conversations.tsno production surface mapped
  • apps/server/src/services/crm/crm-field-sync.tsno production surface mapped
  • apps/server/src/services/crm/deal-metrics.tsno production surface mapped
  • apps/server/src/services/crm/deal-timeline.tsno production surface mapped
  • apps/server/src/services/crm/email-threads.tsno production surface mapped
  • apps/server/src/services/crm/events.tsno production surface mapped
  • apps/server/src/services/document-saving/markdown.tsno production surface mapped
  • apps/server/src/services/documents/board/__tests__/board-name-dedupe.test.tsno production surface mapped
  • apps/server/src/services/documents/board/board-ops.tsno production surface mapped
  • apps/server/src/services/documents/convention-paths.tsno production surface mapped
  • apps/server/src/services/documents/doc-type-registry.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-bindings.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-list-bindings.test.tsno production surface mapped
  • apps/server/src/services/documents/table/table-bindable-fields.tsno production surface mapped
  • apps/server/src/services/documents/table/table-bindings.tsno production surface mapped
  • apps/server/src/services/documents/table/table-source-queries.tsno production surface mapped
  • apps/server/src/services/documents/table/table-types.tsno production surface mapped
  • apps/server/src/services/documents/triggers/board-webhooks.tsno production surface mapped
  • apps/server/src/services/file-system/index.tsno production surface mapped
  • apps/server/src/services/integrations/conferencing/zoom-oauth-driver.tsno production surface mapped
  • apps/server/src/services/integrations/slack/__tests__/slack-files-inbound.test.tsno production surface mapped
  • apps/server/src/services/integrations/slack/slack-events-webhook.tsno production surface mapped
  • apps/server/src/services/integrations/slack/slack-files.tsno production surface mapped
  • apps/server/src/services/llm/models.tsno production surface mapped
  • apps/server/src/services/llm/resolve-model.tsno production surface mapped
  • apps/server/src/services/playbook/__tests__/author-subagent.test.tsno production surface mapped
  • apps/server/src/services/playbook/__tests__/curated-agenda-migration.test.tsno production surface mapped
  • apps/server/src/services/playbook/__tests__/guarded-write-subagent.test.tsno production surface mapped
  • apps/server/src/services/playbook/__tests__/guarded-write.test.tsno production surface mapped
  • apps/server/src/services/playbook/__tests__/playbook-webhook-execution.test.tsno production surface mapped
  • apps/server/src/services/playbook/__tests__/playbook-webhook-sources.test.tsno production surface mapped
  • apps/server/src/services/playbook/__tests__/playbook-webhook.test.tsno production surface mapped
  • apps/server/src/services/playbook/__tests__/seed-playbook.test.tsno production surface mapped
  • apps/server/src/services/playbook/__tests__/subagent-frontmatter.test.tsno production surface mapped
  • apps/server/src/services/playbook/agent-defaults/daily-agenda.tsno production surface mapped
  • apps/server/src/services/playbook/agent-defaults/index.tsno production surface mapped
  • apps/server/src/services/playbook/agent-defaults/meeting-prep.tsno production surface mapped
  • apps/server/src/services/playbook/agent-defaults/next-steps.tsno production surface mapped
  • apps/server/src/services/playbook/audit-subagent-docs.tsno production surface mapped
  • apps/server/src/services/playbook/author-subagent.tsno production surface mapped
  • apps/server/src/services/playbook/guarded-write.tsno production surface mapped
  • apps/server/src/services/playbook/playbook-doc-hooks.tsno production surface mapped
  • apps/server/src/services/playbook/playbook-execution-triggers.tsno production surface mapped
  • apps/server/src/services/playbook/playbook-webhook-sources.tsno production surface mapped
  • apps/server/src/services/playbook/playbook-webhook.tsno production surface mapped
  • apps/server/src/services/playbook/reference-resolver.tsno production surface mapped
  • apps/server/src/services/playbook/seed-playbook.tsno production surface mapped
  • apps/server/src/services/playbook/subagent-frontmatter.tsno production surface mapped
  • apps/server/src/services/playbook/trigger-parser.tsno production surface mapped
  • apps/server/src/services/playbook/trigger-types.tsno production surface mapped
  • apps/server/src/services/playbook/write-document-guarded.tsno production surface mapped
  • apps/server/src/services/posthog/posthog.tsno production surface mapped
  • apps/server/src/services/transcription/groq-whisper.tsno production surface mapped
  • apps/server/src/subagent-admin/cli.tsno production surface mapped
  • apps/server/src/trpc/routes/__tests__/agent-router-auth.test.tsno production surface mapped
  • apps/server/src/trpc/routes/__tests__/files-restore-node.test.tsno production surface mapped
  • apps/server/src/trpc/routes/admin-subagent.tsno production surface mapped
  • apps/server/src/trpc/routes/agent.tsno production surface mapped
  • apps/server/src/trpc/routes/aop.tsno production surface mapped
  • apps/server/src/trpc/routes/boards.tsno production surface mapped
  • apps/server/src/trpc/routes/crm.tsno production surface mapped
  • apps/server/src/trpc/routes/files.tsno production surface mapped
  • apps/server/src/trpc/routes/transcription.tsno production surface mapped
  • docs/design/agent-knowledge-routing-suite.mdno production surface mapped
  • docs/design/chat-harness-credential-isolation.mdno production surface mapped