Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

feat(config-read): add find-bot-slack-channels for authoring-time delivery checks

merged#2719CedarCopilot

CedarCopilot wants to merge 0 commits into docs/cedar-authoring-skill-fixes from feat/find-bot-slack-channels

7 files changed

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

  • modifiedapps/server/.claude/skills/playbook-authoring/SKILL.md+11-14
  • modifiedapps/server/src/mastra/mcp/external/__tests__/scope-map.test.ts+6-0
  • modifiedapps/server/src/mastra/mcp/external/scope-map.ts+1-13 defects
  • modifiedapps/server/src/mastra/tools/config/__tests__/configTool.test.ts+122-0
  • modifiedapps/server/src/mastra/tools/config/config-read-tool.ts+109-121 defect
  • addedapps/server/src/services/integrations/slack/__tests__/list-bot-slack-channels.test.ts+323-0
  • modifiedapps/server/src/services/integrations/slack/slack-api.ts+178-202 defects