Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

feat(coaching): activate the Pirros coaching loop, publish the tree, and tidy document rendering

merged#2590CedarCopilot

CedarCopilot wants to merge 1 commit into staging from fix/skip-agent-runs-for-warmup-traffic

16 files changed

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

  • modifiedapps/mail/components/markdown-editor.tsx+3-14
  • modifiedapps/mail/components/markdown-prose-classes.ts+10-7
  • modifiedapps/mail/components/read-only-markdown-view.tsx+2-11
  • modifiedapps/mail/modules/documents/coaching/MomentFenceNode.tsx+15-19
  • addedapps/mail/tests/components/markdown-prose-classes.test.ts+56-0
  • modifiedapps/server/docs/coaching-agent.md+13-1
  • addedapps/server/docs/coaching-rollout-runbook.md+186-0
  • addedapps/server/src/scripts/activate-coaching-pirros.ts+146-0
  • addedapps/server/src/scripts/copy-coaching-to-pirros.ts+38-0
  • addedapps/server/src/scripts/publish-runbook.ts+21-0
  • modifiedapps/server/src/scripts/write-coaching-suite.ts+46-15
  • modifiedapps/server/src/services/coaching/seed-content.ts+4-0
  • modifiedapps/server/src/services/document-saving/__tests__/coaching-fences.test.ts+30-0
  • addedapps/server/src/services/playbook/agent-defaults/coach-meeting.ts+31-0
  • addedapps/server/src/services/playbook/agent-defaults/coach-weekly.ts+57-0
  • modifiedapps/server/src/services/playbook/agent-defaults/index.ts+49-1