Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

Verify and revert a subagent write, from every surface

merged#2671CedarCopilot

CedarCopilot wants to merge 2 commits into staging from feat/subagent-write-verification

13 files changed

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

  • addedapps/server/src/mastra/tools/document/__tests__/subagent-write-verification.test.ts+178-0
  • addedapps/server/src/services/playbook/__tests__/author-subagent.test.ts+205-0
  • modifiedapps/server/src/services/playbook/__tests__/curated-agenda-migration.test.ts+1-1
  • addedapps/server/src/services/playbook/__tests__/guarded-write-subagent.test.ts+325-0
  • modifiedapps/server/src/services/playbook/__tests__/guarded-write.test.ts+119-33
  • addedapps/server/src/services/playbook/__tests__/subagent-frontmatter.test.ts+158-0
  • modifiedapps/server/src/services/playbook/audit-subagent-docs.ts+2-8
  • modifiedapps/server/src/services/playbook/author-subagent.ts+108-80
  • modifiedapps/server/src/services/playbook/guarded-write.ts+154-9
  • addedapps/server/src/services/playbook/subagent-frontmatter.ts+157-0
  • modifiedapps/server/src/services/playbook/write-document-guarded.ts+3-1
  • modifiedapps/server/src/subagent-admin/cli.ts+6-3
  • modifiedapps/server/src/trpc/routes/admin-subagent.ts+14-8