Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

feat(debug): add test-run action for suppressed-by-default subagent testing

merged#2720CedarCopilot

CedarCopilot wants to merge 0 commits into docs/cedar-authoring-skill-fixes from feat/debug-test-run

8 files changed

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

  • modifiedapps/server/.claude/skills/cedar-configuration/building-an-agent.md+10-6
  • modifiedapps/server/.claude/skills/playbook-authoring/SKILL.md+4-1
  • modifiedapps/server/src/mastra/mcp/external/__tests__/mutating-actions-are-administrable.test.ts+10-0
  • modifiedapps/server/src/mastra/tools/debug/__tests__/debugTool.test.ts+106-0
  • modifiedapps/server/src/mastra/tools/debug/debugTool.ts+109-16
  • modifiedapps/server/src/services/auth/authorize.ts+10-1
  • addedapps/server/src/services/playbook/__tests__/test-run-subagent.test.ts+514-0
  • addedapps/server/src/services/playbook/test-run-subagent.ts+308-0