Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(tasks): promote covering recommendations to todos instead of duplicating

closed#2695CedarCopilot

CedarCopilot wants to merge 4 commits into staging from fix/recommended-todo-duplicate-tasks

9 files changed

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

  • modifiedapps/server/src/mastra/tools/task/__tests__/createTaskTool.recommendation-cap.test.ts+9-3
  • addedapps/server/src/mastra/tools/task/__tests__/createTaskTool.recommendation-promotion.test.ts+469-0
  • modifiedapps/server/src/mastra/tools/task/__tests__/taskTool.test.ts+80-3
  • modifiedapps/server/src/mastra/tools/task/createTaskTool.ts+103-12
  • addedapps/server/src/mastra/tools/task/recommendation-promotion-gate.ts+295-0
  • modifiedapps/server/src/mastra/tools/task/taskTool.ts+54-8
  • addedapps/server/src/services/user-tasks/__tests__/promote-recommendation-to-todo.test.ts+85-0
  • modifiedapps/server/src/services/user-tasks/tasks.ts+63-0
  • modifiedapps/server/src/trpc/routes/user-tasks.ts+14-21