Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

[2026-09-15] merging staging tom ain

merged#2798CedarCopilot

CedarCopilot wants to merge 1 commit into main from staging

20 files changed

Libra does not show diffs here. View the full diff on GitHub.

  • modifiedapps/server/.claude/skills/documents/SKILL.md+8-0
  • addedapps/server/.claude/skills/playbook-instruction-eval/taxonomy-field-routing-eval.ts+223-0
  • modifiedapps/server/docs/sharing.md+48-6
  • modifiedapps/server/src/mastra/agents/on-event-orchestrator-agent.ts+30-0
  • addedapps/server/src/mastra/skills/account-config/tools/__tests__/getRecentExecutionsTool.test.ts+101-0
  • modifiedapps/server/src/mastra/skills/account-config/tools/getRecentExecutionsTool.ts+20-6
  • modifiedapps/server/src/mastra/tools/conversation/fetchConversationTool.ts+22-4
  • modifiedapps/server/src/mastra/tools/task/updateNextStepsAndTasksTool.ts+6-6
  • modifiedapps/server/src/mastra/utils/conversation-field-updates.ts+11-6
  • modifiedapps/server/src/mastra/utils/strategist-updates.ts+14-9
  • modifiedapps/server/src/mastra/workflows/chat/shared-chat-context.ts+20-4
  • modifiedapps/server/src/mastra/workflows/event-execution/on-event-agent-execution-workflow.ts+48-34
  • removedapps/server/src/services/agents/__tests__/per-user-runs.test.ts+0-99
  • modifiedapps/server/src/services/crm/__tests__/crm-field-sync-full.test.ts+91-7
  • modifiedapps/server/src/services/crm/crm-field-sync.ts+51-41
  • addedapps/server/src/services/playbook/__tests__/org-cron-eligibility.test.ts+102-0
  • addedapps/server/src/services/playbook/__tests__/org-cron-representative.test.ts+323-0
  • modifiedapps/server/src/services/playbook/agent-defaults/coach-weekly.ts+10-8
  • modifiedapps/server/src/services/playbook/manifest-utils.ts+295-52
  • modifiedapps/server/src/services/turbopuffer/search.ts+13-3