Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(drafter): make the post-meeting notification fire, and reach the fleet

merged#2667CedarCopilot

CedarCopilot wants to merge 2 commits into staging from fix/drafter-post-meeting-notify

9 files changed

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

  • modifiedapps/server/scripts/backfill-drafter.ts+105-29
  • modifiedapps/server/src/services/playbook/agent-defaults/drafter.ts+79-15
  • modifiedapps/server/src/services/playbook/agent-defaults/index.ts+7-1
  • modifiedapps/server/src/services/playbook/backfill/__tests__/drafter-migration.test.ts+1-2
  • addedapps/server/src/services/playbook/backfill/__tests__/drafter-notify-patch.test.ts+421-0
  • modifiedapps/server/src/services/playbook/backfill/drafter-migration.ts+15-42
  • addedapps/server/src/services/playbook/backfill/drafter-notify-patch.ts+524-0
  • addedapps/server/src/services/playbook/backfill/drafter-notify-prior.ts+68-0
  • modifiedapps/server/src/services/playbook/backfill/prose-compare.ts+40-0