Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

Table documents + Google Drive surface, and the External drives / output-cell review follow-ups

merged#2525CedarCopilot

CedarCopilot wants to merge 0 commits into staging from feat/slack-style-reactions

Live on prod, no production signal yetTimeline and evidence
  1. Opened
    Aug 20, 2026, 1:49 AM
  2. Merged
    Aug 20, 2026, 9:37 AM
  3. Live on staging
    Aug 20, 2026, 9:37 AM
  4. Live on prod
    Aug 20, 2026, 9:37 AM
  5. Observed 37 hours
    Aug 20, 2026, 9:37 AM
  6. Pipelines steady after this deploy
    Aug 20, 2026, 9:37 AM
  7. Pipelines steady after this deploy
    Aug 20, 2026, 9:37 AM
  8. Unobserved

    Live on prod, no production signal yet

    Aug 21, 2026, 10:48 PM

Behaviors Libra is checking

AOP context behavior from aop/ambiguity-ping.ts, aop/reassign-conversation-aop.ts, aop/utils.ts keeps working in prod.Inconclusivelow confidence

Strict CloudWatch fallback found 1 prod failure log lines for [MEETING_NOTES_WEBHOOK] Error processing webhook (AskElephant webhook payload must contain at least one attendee with a valid email address), but this domain-wide failure family is not tied to this intent.

prod, checked Aug 21, 2026, 6:12 PM
Authentication and access behavior from lib/auth-providers.ts keeps working in prod.Inconclusivelow confidence

Strict CloudWatch fallback saw 92 setup or missing-connection failure log lines matching auth, login, session, token, but that does not prove the deployed behavior is broken for connected users.

prod, checked Aug 21, 2026, 6:12 PM
Background jobs behavior from scripts/verify-document-yjs-sync.ts, hooks/next-step-sync.ts, table/table-write-queue.ts keeps working in prod.Inconclusivelow confidence

OTEL fallback saw 87,188 prod spans for the repo/env since deploy, but 2,507 were errors and the intent has no concrete surface to attribute them to.

prod, checked Aug 21, 2026, 7:12 PM
Calendar sync behavior from hooks/use-calendar.ts, store/calendarSlice.ts keeps working in prod.Inconclusivelow confidence

Strict CloudWatch fallback found 1 prod failure log lines for [MEETING_NOTES_WEBHOOK] Error processing webhook (AskElephant webhook payload must contain at least one attendee with a valid email address), but this domain-wide failure family is not tied to this intent.

prod, checked Aug 21, 2026, 7:12 PM
Chat workflow behavior from hooks/use-conversation-node-data.ts, composer/use-conversation-mention-items.ts, hooks/use-conversation-body.ts keeps working in prod.Inconclusivelow confidence

Strict CloudWatch fallback found 1 prod failure log lines for [MEETING_NOTES_WEBHOOK] Error processing webhook (AskElephant webhook payload must contain at least one attendee with a valid email address), but this domain-wide failure family is not tied to this intent.

prod, checked Aug 21, 2026, 8:12 PM
CRM integration behavior from crm-admin/cli.ts, utils/deal-overview-updates.ts, crm-admin/conversations.ts keeps working in prod.Inconclusivelow confidence

Strict CloudWatch fallback found 87 prod failure log lines for [UpdateExternalCrmWorkflow] Driver update failed (Step updateOpportunityField failed: HTTP 400: [{\), up from 42 in the comparable baseline, but this domain-wide failure family is not tied to this intent.

prod, checked Aug 21, 2026, 8:12 PM

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. 0 hits · no retained affected-user count · no retained trace sample.Introducedmedium confidence

single_user

staging, first seen Aug 20, 2026, 12:14 PM

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

Summary

Table documents and the Google Drive surface, plus the Slack-style reactions work this branch is named for. 92 commits since the last merge from here (#2519).

The most recent commits are review follow-ups on the External drives / output-cell work:

  • A fresh pin shows up. invalidateFiles dropped only drive.listMount, so a file pinned from the new virtual External drives section stayed invisible for the query's 60s staleTime.
  • A Drive failure explains itself. DriveSection had no error branch, so a FORBIDDEN from assertScopeAccess/requireDriveService rendered as "Nothing linked yet , use Add file to pick one." A failure that reads as an invitation.
  • A mention survives an edit. encodeMentionsFromEditing matched handles with @[\w.-]+, so a Slack label containing a space (<@U123|Brock Smith>) round-tripped to plain text and the ping was silently dropped.
  • The output-cell editor follows the output kind. It hard-coded the Slack badge and Slack mention box for every kind, putting a Slack mark and "No channel" over an email or a generated file, and writing message onto an email payload that reads body.
  • slackTextToPlain no longer runs over non-Slack output kinds , it was stripping *asterisks* and rewriting <…> in email subjects and filenames.
  • Restored the aria-label/autoFocus the editor's textarea lost; the Add-file control is keyboard-reachable rather than hover-mounted.
  • drive.listForConversation and listMount now share one driveListing instead of being near-copies.
  • admin-documents: dropped a passthrough wrapper and corrected a load-bearing comment , the reader matches userId IS NULL OR userId = me, so the bug was invisibility to teammates, not to the author.

Three fixes needed to make CI pass at all:

  • fix(ci) , the branch was red repo-wide under oxlint@1.78.0 --deny-warnings, the exact CI gate. Includes a trap worth noting: prefer-array-find wanted filter(Boolean).pop() rewritten to find, which would have flipped an export filename from the last path segment to the first.
  • fix(cli) , drive search called its procedure with { query } when the input is { aliases: string[] }. It never type-checked and would have failed zod validation on first use. @zero/server now type-checks clean.
  • fix(tables) , the staging merge brought two new crm_conversations writers and the invalidation inventory guard caught them. Both set aopId, which looks structural but isn't: conversation.aopName is a bindable path that resolves through that exact column's join, so a bound cell would have gone stale with nothing to refresh it. Wired rather than exempted, matching setConversationAop on the same column. Also dropped a now-stale exemption for conversation-index.ts, which staging deleted in d3df7f1a3.

Test plan

CheckResult
oxlint@1.78.0 --deny-warningsclean repo-wide
pnpm deps:checkno violations (1513 modules, 7854 deps)
pnpm --filter @zero/server run typesclean
pnpm --filter @zero/mail run typesclean except one pre-existing calendar/LinkifiedEventText.tsx DOM-lib error (CI does not run tsc)
Server Vitest src/6956 passed after the fix(tables) commit
Mail Jest (full suite)254 suites, 2385 passed, 0 failed

Test drift fixed along the way

Three suites were already failing before this branch's follow-up work , verified by running them in a detached worktree at 48f66ce00. In each case the component had moved deliberately and the expectation was never updated, so they were asserting a UI that no longer exists rather than catching a regression. Tests only, no behaviour change:

SuiteWasNow
AgentFilesGrouplooked for a button "Show <agent> files"f6489d0c7 renamed it to "Show archived"
TableDocumentCardasserted the raw path as visible text, clicked an "Open" controlthe row shows the filename with the
Show production surfaces and changed-file mapping

Production surfaces

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

Changed files → surfaces

  • apps/mail/app/(full-width)/share/[token]/page.tsxno production surface mapped
  • apps/mail/app/(routes)/conversations/agenda.page.tsxno production surface mapped
  • apps/mail/app/(routes)/conversations/c.$conversationId.page.tsxno production surface mapped
  • apps/mail/app/(routes)/conversations/layout.tsxno production surface mapped
  • apps/mail/app/(routes)/conversations/page.tsxno production surface mapped
  • apps/mail/app/routes.tsno production surface mapped
  • apps/mail/docs/table-documents-handoff.mdno production surface mapped
  • apps/mail/docs/table-documents.mdno production surface mapped
  • apps/mail/docs/wiki/layout-shell.mdno production surface mapped
  • apps/mail/docs/wiki/table-grid.mdno production surface mapped
  • apps/mail/hooks/use-inbox-counts.tsno production surface mapped
  • apps/mail/jest.config.cjsno production surface mapped
  • apps/mail/lib/utils.tsno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/AgendaTaskNode.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/ConversationChip.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/extensions/ConversationNode.tsxno production surface mapped
  • apps/mail/modules/agentCanvas/hooks/use-conversation-node-data.tsno production surface mapped
  • apps/mail/modules/calendar/hooks/use-calendar.tsno production surface mapped
  • apps/mail/modules/calendar/store/calendarSlice.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/chatInput/QueuedMessages.tsxno production surface mapped
  • apps/mail/modules/cedar-os/src/components/renderers/messageRenderers.tsxno 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/tableFanOutLatch.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/toolCallResponseProcessor.tsno production surface mapped
  • apps/mail/modules/cedar-os/src/store/agentConnection/responseProcessors/toolResultResponseProcessor.tsno production surface mapped
  • apps/mail/modules/company/components/CompanyExplorer.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ConversationSearchCommandBar.tsxno production surface mapped
  • apps/mail/modules/conversations/components/LeftSidebarContent.tsxno production surface mapped
  • apps/mail/modules/conversations/components/ThreadContextCards.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/AgentFilesGroup.tsxno production surface mapped
  • apps/mail/modules/conversations/components/files/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/__tests__/buildAgentDocs.test.tsno production surface mapped
  • apps/mail/modules/conversations/components/files/drive-types.tsno production surface mapped
  • apps/mail/modules/conversations/components/files/resolveOpenDoc.tsno production surface mapped
  • apps/mail/modules/conversations/components/nextSteps/TaskBlock.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/SlackThreadDisplay.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/composer/MentionList.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/composer/SlackMentionTextarea.tsxno production surface mapped
  • apps/mail/modules/conversations/components/timeline/composer/mention-suggestion.tsno production surface mapped
  • apps/mail/modules/conversations/components/timeline/composer/slack-mention.tsno production surface mapped
  • apps/mail/modules/conversations/components/timeline/composer/use-conversation-mention-items.tsno production surface mapped
  • apps/mail/modules/conversations/components/timeline/composer/use-slack-mention-items.tsno production surface mapped
  • apps/mail/modules/conversations/hooks/use-conversation-body.tsno production surface mapped
  • apps/mail/modules/conversationsPage/components/ConversationsEmptyState.tsxno production surface mapped
  • apps/mail/modules/conversationsPage/components/ConversationsSidebarAgendaRow.tsxno production surface mapped
  • apps/mail/modules/conversationsPage/components/ConversationsSidebarRow.tsxno production surface mapped
  • apps/mail/modules/conversationsPage/components/ConversationsWorkspace.tsxno production surface mapped
  • apps/mail/modules/documents/chip-styles.tsno production surface mapped
  • apps/mail/modules/documents/file-link/FileLinkMenu.tsxno production surface mapped
  • apps/mail/modules/documents/file-link/FileLinkSuggestion.tsno production surface mapped
  • apps/mail/modules/documents/history/DocumentHistoryView.tsxno production surface mapped
  • apps/mail/modules/documents/mention/EventChip.tsxno production surface mapped
  • apps/mail/modules/documents/mention/EventNode.tsxno production surface mapped
  • apps/mail/modules/documents/table/CellDisplay.tsxno production surface mapped
  • apps/mail/modules/documents/table/CellEditor.tsxno production surface mapped
  • apps/mail/modules/documents/table/CellPopover.tsxno production surface mapped
  • apps/mail/modules/documents/table/CellRefChip.tsxno production surface mapped
  • apps/mail/modules/documents/table/OptionPicker.tsxno production surface mapped
  • apps/mail/modules/documents/table/OutputCellEditor.tsxno production surface mapped
  • apps/mail/modules/documents/table/RowStatusChip.tsxno production surface mapped
  • apps/mail/modules/documents/table/TableColumnMenu.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/TableRow.tsxno production surface mapped
  • apps/mail/modules/documents/table/TableSharePreview.tsxno production surface mapped
  • apps/mail/modules/documents/table/TypedCells.tsxno production surface mapped
  • apps/mail/modules/documents/table/cell-content.tsno production surface mapped
  • apps/mail/modules/documents/table/cell-output.tsno production surface mapped
  • apps/mail/modules/documents/table/cell-refs.tsno production surface mapped
  • apps/mail/modules/documents/table/cell-selection.tsno production surface mapped
  • apps/mail/modules/documents/table/cell-values.tsno production surface mapped
  • apps/mail/modules/documents/table/compact-table.tsno production surface mapped
  • apps/mail/modules/documents/table/constants.tsno production surface mapped
  • apps/mail/modules/documents/table/download-table.tsno production surface mapped
  • apps/mail/modules/documents/table/index.tsno production surface mapped
  • apps/mail/modules/documents/table/parse-table-schema.tsno production surface mapped
  • apps/mail/modules/documents/table/print-table.tsno production surface mapped
  • apps/mail/modules/documents/table/schema-edits.tsno production surface mapped
  • apps/mail/modules/documents/table/starter-table.tsno production surface mapped
  • apps/mail/modules/documents/table/table-clipboard.tsno production surface mapped
  • apps/mail/modules/documents/table/table-metadata.tsno production surface mapped
  • apps/mail/modules/documents/table/use-grid-commands.tsno production surface mapped
  • apps/mail/modules/documents/table/useYTable.tsno production surface mapped
  • apps/mail/modules/documents/yjs/CedarYjsProvider.tsno production surface mapped
  • apps/mail/modules/documents/yjs/__tests__/CedarYjsProvider.idb.test.tsno production surface mapped
  • apps/mail/modules/documents/yjs/useDocEvents.tsno production surface mapped
  • apps/mail/modules/files/graph/FileGraph.tsxno production surface mapped
  • apps/mail/modules/files/graph/layout.tsno production surface mapped
  • apps/mail/modules/files/graph/nodes/AgentNode.tsxno production surface mapped
  • apps/mail/modules/files/graph/nodes/FileNode.tsxno production surface mapped
  • apps/mail/modules/files/graph/nodes/FolderNode.tsxno production surface mapped
  • apps/mail/modules/files/graph/nodes/TableNode.tsxno production surface mapped
  • apps/mail/modules/files/graph/nodes/scope-styles.tsno production surface mapped
  • apps/mail/modules/files/graph/transform.tsno production surface mapped
  • apps/mail/modules/files/graph/types.tsno production surface mapped
  • apps/mail/modules/files/store/documentsSlice.tsno production surface mapped
  • apps/mail/modules/home/components/DisplayArtifactPanel.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/integrations/drive-reauth-card.tsxno production surface mapped
  • apps/mail/modules/integrations/use-google-picker.tsno production surface mapped
  • apps/mail/modules/threads/components/SplitInboxTabs.tsxno production surface mapped
  • apps/mail/modules/threads/hooks/use-inbox-compiled-queries.tsno production surface mapped
  • apps/mail/modules/threads/mail.tsxno production surface mapped
  • apps/mail/modules/threads/threadList/threadItem/components/draft.tsxno production surface mapped
  • apps/mail/modules/threads/threadList/threadItem/components/thread.tsxno production surface mapped
  • apps/mail/modules/userTasks/hooks/use-optimistic-task-actions.tsno production surface mapped
  • apps/mail/modules/ux/layout/LayoutUrlSync.tsxno production surface mapped
  • apps/mail/modules/ux/layout/shellRoutes.tsno production surface mapped
  • apps/mail/tests/modules/calendar/calendarSlice.test.tsno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabDeepLink.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabDrive.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabHarness.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/filesTabTree.test.tsxno production surface mapped
  • apps/mail/tests/modules/conversations/slackMentionAutocomplete.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/BoundColumns.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/CellEditor.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/CellRefChip.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/DocUpdateReplace.test.tsno production surface mapped
  • apps/mail/tests/modules/documents/table/OptionPicker.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableCompact.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableDocumentCard.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableFanOutAutoOpen.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableGrid.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableSelection.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TableSharePreview.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/TypedCells.test.tsxno production surface mapped
  • apps/mail/tests/modules/documents/table/cell-refs.test.tsno production surface mapped
  • apps/mail/tests/modules/documents/table/print-table.test.tsno production surface mapped
  • apps/mail/tests/modules/documents/table/starter-table.test.tsno production surface mapped
  • apps/mail/tests/modules/documents/table/table-clipboard.test.tsno production surface mapped
  • apps/mail/tests/modules/documents/table/trpc-stub.tsno production surface mapped
  • apps/mail/tests/modules/files/graph/transform.test.tsno production surface mapped
  • apps/mail/tests/modules/files/history/DocumentHistoryView.test.tsxno production surface mapped
  • apps/mail/tests/modules/home/DisplayArtifactPanel.test.tsxno production surface mapped
  • apps/mail/tests/modules/thread/split-inbox-templates.test.tsxno production surface mapped
  • apps/mail/tests/modules/thread/unibox-navigation-parity.test.tsno production surface mapped
  • apps/mail/tests/modules/userTasks/completeTaskUndoWindow.test.tsxno production surface mapped
  • apps/mail/tests/modules/ux/layout/deepLinkSurvivesChatHydration.test.tsxno production surface mapped
  • apps/mail/tests/modules/ux/layout/layoutUrlSync.test.tsno production surface mapped
  • apps/server/.claude/skills/documents/SKILL.mdno production surface mapped
  • apps/server/.claude/skills/external-systems/google-drive.mdno production surface mapped
  • apps/server/docs/channel-split-evaluator.mdno production surface mapped
  • apps/server/docs/google-drive-integration.mdno production surface mapped
  • apps/server/docs/wiki/README.mdno production surface mapped
  • apps/server/docs/wiki/aop-classification.mdno production surface mapped
  • apps/server/docs/wiki/cedar-files.mdno production surface mapped
  • apps/server/docs/wiki/split-inbox-channels.mdno production surface mapped
  • apps/server/docs/wiki/table-documents.mdno production surface mapped
  • apps/server/package.jsonno 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/crm-admin/cli.tsno production surface mapped
  • apps/server/src/db/documents-schema.tsno production surface mapped
  • apps/server/src/db/integration-schemas.tsno production surface mapped
  • apps/server/src/db/migrations/document_read_state.sqlno production surface mapped
  • apps/server/src/db/migrations/documents_null_user_index_soft_delete.sqlno production surface mapped
  • apps/server/src/db/migrations/drive_integration.sqlno production surface mapped
  • apps/server/src/db/migrations/inbox_label_registry.sqlno production surface mapped
  • apps/server/src/db/migrations/scripts/verify-document-yjs-sync.tsno production surface mapped
  • apps/server/src/db/schema.tsno production surface mapped
  • apps/server/src/document-admin/cli.tsno production surface mapped
  • apps/server/src/env.tsno production surface mapped
  • apps/server/src/http/app.tsno production surface mapped
  • apps/server/src/lib/auth-providers.tsno production surface mapped
  • apps/server/src/lib/driver/google.tsno production surface mapped
  • apps/server/src/mail-admin/cli.tsno production surface mapped
  • apps/server/src/mastra/__tests__/table-fanout-eval.test.tsno production surface mapped
  • apps/server/src/mastra/agents/analyzer-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/mastra-instance.tsno production surface mapped
  • apps/server/src/mastra/mcp/external/__tests__/scope-map.test.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/tools/__tests__/approval-flag-guard.test.tsno production surface mapped
  • apps/server/src/mastra/tools/document/__tests__/table-row-agent.test.tsno production surface mapped
  • apps/server/src/mastra/tools/document/__tests__/tableTool.test.tsno production surface mapped
  • apps/server/src/mastra/tools/document/table-row-agent.tsno production surface mapped
  • apps/server/src/mastra/tools/document/table-row-scope.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/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/subagent-tool-allowlists.tsno production surface mapped
  • apps/server/src/mastra/tools/task/updateNextStepsAndTasksTool.tsno production surface mapped
  • apps/server/src/mastra/utils/conversation-field-updates.tsno production surface mapped
  • apps/server/src/mastra/utils/deal-overview-updates.tsno production surface mapped
  • apps/server/src/mastra/utils/execution/execute-orchestrator.tsno production surface mapped
  • apps/server/src/mastra/workflows/chat/__tests__/table-stream.test.tsno production surface mapped
  • apps/server/src/mastra/workflows/chat/run-chat-agent-sdk.tsno production surface mapped
  • apps/server/src/services/aop/ambiguity-ping.tsno production surface mapped
  • apps/server/src/services/aop/reassign-conversation-aop.tsno production surface mapped
  • apps/server/src/services/aop/utils.tsno production surface mapped
  • apps/server/src/services/crm-admin/conversations.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/attachment-ingest-wiring.test.tsno production surface mapped
  • apps/server/src/services/crm/__tests__/shared-links.test.tsno production surface mapped
  • apps/server/src/services/crm/company-merge.tsno production surface mapped
  • apps/server/src/services/crm/conversation-lookup.tsno production surface mapped
  • apps/server/src/services/crm/conversation-members.tsno production surface mapped
  • apps/server/src/services/crm/conversation-mutations.tsno production surface mapped
  • apps/server/src/services/crm/conversations.tsno production surface mapped
  • apps/server/src/services/crm/email-events.tsno production surface mapped
  • apps/server/src/services/crm/external-crm-events.tsno production surface mapped
  • apps/server/src/services/crm/shared-links.tsno production surface mapped
  • apps/server/src/services/crm/working-memory.tsno production surface mapped
  • apps/server/src/services/document-history/__tests__/snapshot.test.tsno production surface mapped
  • apps/server/src/services/document-history/reconstruct.tsno production surface mapped
  • apps/server/src/services/document-history/restore.tsno production surface mapped
  • apps/server/src/services/document-history/snapshot.tsno production surface mapped
  • apps/server/src/services/document-saving/__tests__/dispatch.test.tsno production surface mapped
  • apps/server/src/services/document-saving/__tests__/replace-state-cas.test.tsno production surface mapped
  • apps/server/src/services/document-saving/__tests__/table-stats.test.tsno production surface mapped
  • apps/server/src/services/document-saving/__tests__/writeTableAsYjs.test.tsno production surface mapped
  • apps/server/src/services/document-saving/applyUpdate.tsno production surface mapped
  • apps/server/src/services/document-saving/hooks/__tests__/agenda-to-tasks.test.tsno production surface mapped
  • apps/server/src/services/document-saving/hooks/__tests__/next-step-sync.test.tsno production surface mapped
  • apps/server/src/services/document-saving/hooks/next-step-sync.tsno production surface mapped
  • apps/server/src/services/document-saving/hooks/table-stats.tsno production surface mapped
  • apps/server/src/services/document-saving/hydrate.tsno production surface mapped
  • apps/server/src/services/document-saving/markdown.tsno production surface mapped
  • apps/server/src/services/document-saving/registry.tsno production surface mapped
  • apps/server/src/services/document-saving/serialize.tsno production surface mapped
  • apps/server/src/services/document-saving/types.tsno production surface mapped
  • apps/server/src/services/document-saving/writeFileAsYjs.tsno production surface mapped
  • apps/server/src/services/document-saving/writeTableAsYjs.tsno production surface mapped
  • apps/server/src/services/documents/__tests__/doc-events-delta-replace.test.tsno production surface mapped
  • apps/server/src/services/documents/__tests__/unseen-agent-edits.test.tsno production surface mapped
  • apps/server/src/services/documents/doc-event-bus.tsno production surface mapped
  • apps/server/src/services/documents/doc-events-delta.tsno production surface mapped
  • apps/server/src/services/documents/document-types.tsno production surface mapped
  • apps/server/src/services/documents/index.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-binding-scope.test.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-cell-escape.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-compaction.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-excel.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-fill.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-import-headers.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-import.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-invalidation-inventory.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-lines.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-markdown.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-overwrite-guards.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-refresh-sites.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-scale.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-source.test.tsno production surface mapped
  • apps/server/src/services/documents/table/__tests__/table-ydoc.test.tsno production surface mapped
  • apps/server/src/services/documents/table/backend.tsno production surface mapped
  • apps/server/src/services/documents/table/table-bindings.tsno production surface mapped
  • apps/server/src/services/documents/table/table-cell-escape.tsno production surface mapped
  • apps/server/src/services/documents/table/table-compact-now.tsno production surface mapped
  • apps/server/src/services/documents/table/table-compaction.tsno production surface mapped
  • apps/server/src/services/documents/table/table-diff.tsno production surface mapped
  • apps/server/src/services/documents/table/table-excel.tsno production surface mapped
  • apps/server/src/services/documents/table/table-export.tsno production surface mapped
  • apps/server/src/services/documents/table/table-fill.tsno production surface mapped
  • apps/server/src/services/documents/table/table-import.tsno production surface mapped
  • apps/server/src/services/documents/table/table-invalidate.tsno production surface mapped
  • apps/server/src/services/documents/table/table-lines.tsno production surface mapped
  • apps/server/src/services/documents/table/table-markdown.tsno production surface mapped
  • apps/server/src/services/documents/table/table-read.tsno production surface mapped
  • apps/server/src/services/documents/table/table-ref-labels.tsno production surface mapped
  • apps/server/src/services/documents/table/table-refresh.tsno production surface mapped
  • apps/server/src/services/documents/table/table-scope.tsno production surface mapped
  • apps/server/src/services/documents/table/table-source-queries.tsno production surface mapped
  • apps/server/src/services/documents/table/table-source.tsno production surface mapped
  • apps/server/src/services/documents/table/table-stream-apply.tsno production surface mapped
  • apps/server/src/services/documents/table/table-stream.tsno production surface mapped
  • apps/server/src/services/documents/table/table-templates.tsno production surface mapped
  • apps/server/src/services/documents/table/table-types.tsno production surface mapped
  • apps/server/src/services/documents/table/table-where.tsno production surface mapped
  • apps/server/src/services/documents/table/table-write-queue.tsno production surface mapped
  • apps/server/src/services/documents/table/table-ydoc.tsno production surface mapped
  • apps/server/src/services/documents/unseen-agent-edits.tsno production surface mapped
  • apps/server/src/services/file-system/__tests__/drive-pin.test.tsno production surface mapped
  • apps/server/src/services/file-system/drive-mount.tsno production surface mapped
  • apps/server/src/services/file-system/drive-pin.tsno production surface mapped
  • apps/server/src/services/file-system/index.tsno production surface mapped
  • apps/server/src/services/file-system/uploads/extraction.tsno production surface mapped
  • apps/server/src/services/file-system/uploads/types.tsno production surface mapped
  • apps/server/src/services/inbox/__tests__/channel-query.test.tsno production surface mapped
  • apps/server/src/services/inbox/__tests__/feed-inbox-scope.test.tsno production surface mapped
  • apps/server/src/services/inbox/__tests__/inbox-label.test.tsno production surface mapped
  • apps/server/src/services/inbox/channel-query.tsno production surface mapped
  • apps/server/src/services/inbox/feed-containers.tsno production surface mapped
  • apps/server/src/services/inbox/feed.tsno production surface mapped
  • apps/server/src/services/inbox/inbox-label.tsno production surface mapped
  • apps/server/src/services/inbox/labels.tsno production surface mapped
  • apps/server/src/services/inbox/seed-label-registry.tsno production surface mapped
  • apps/server/src/services/inbox/types.tsno production surface mapped
  • apps/server/src/services/integrations/google/__tests__/drive-access.test.tsno production surface mapped
  • apps/server/src/services/integrations/google/__tests__/drive-aliases.test.tsno production surface mapped
  • apps/server/src/services/integrations/google/__tests__/drive-extract.test.tsno production surface mapped
  • apps/server/src/services/integrations/google/__tests__/drive-service.test.tsno production surface mapped
  • apps/server/src/services/integrations/google/drive-access.tsno production surface mapped
  • apps/server/src/services/integrations/google/drive-aliases.tsno production surface mapped
  • apps/server/src/services/integrations/google/drive-extract.tsno production surface mapped
  • apps/server/src/services/integrations/google/drive-index.tsno production surface mapped
  • apps/server/src/services/integrations/google/drive-service.tsno production surface mapped
  • apps/server/src/services/integrations/google/index.tsno production surface mapped
  • apps/server/src/services/integrations/google/types.tsno production surface mapped
  • apps/server/src/services/integrations/slack/__tests__/slack-workspace-members.test.tsno production surface mapped
  • apps/server/src/services/integrations/slack/slack-users.tsno production surface mapped
  • apps/server/src/services/llm/__tests__/subagent-model-tier.test.tsno production surface mapped
  • apps/server/src/services/llm/models.tsno production surface mapped
  • apps/server/src/services/mail/attachments/__tests__/ingest.test.tsno production surface mapped
  • apps/server/src/services/mail/attachments/ingest.tsno production surface mapped
  • apps/server/src/services/mail/inboxes/__tests__/inbox-definitions.test.tsno production surface mapped
  • apps/server/src/services/mail/inboxes/inbox-definitions.tsno production surface mapped
  • apps/server/src/services/mail/initial-sync/finalize-steps.tsno production surface mapped
  • apps/server/src/services/mail/initial-sync/handlers.tsno production surface mapped
  • apps/server/src/services/playbook/verify-playbook.tsno production surface mapped
  • apps/server/src/services/playbook/write-document-guarded.tsno production surface mapped
  • apps/server/src/services/user-tasks/tasks.tsno production surface mapped
  • apps/server/src/table-admin/cli.tsno production surface mapped
  • apps/server/src/trpc/index.tsno production surface mapped
  • apps/server/src/trpc/routes/admin-documents.tsno production surface mapped
  • apps/server/src/trpc/routes/admin-tables.tsno production surface mapped
  • apps/server/src/trpc/routes/admin.tsno production surface mapped
  • apps/server/src/trpc/routes/aop.tsno production surface mapped
  • apps/server/src/trpc/routes/crm.tsno production surface mapped
  • apps/server/src/trpc/routes/documents.tsno production surface mapped
  • apps/server/src/trpc/routes/drive.tsno production surface mapped
  • apps/server/src/trpc/routes/files.tsno production surface mapped
  • apps/server/src/trpc/routes/inbox.tsno production surface mapped
  • apps/server/src/trpc/routes/integrations.tsno production surface mapped
  • apps/server/src/trpc/routes/presentations.tsno production surface mapped