Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(slack): scope channel linking to user membership, not the whole workspace

merged#2597CedarCopilot

CedarCopilot wants to merge 4 commits into staging from fix/slack-link-scope-v2

8 files changed

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

  • modified.claude/skills/account-setup-from-transcript/SKILL.md+37-43 defects
  • modifiedapps/server/src/db/integration-schemas.ts+22-5
  • addedapps/server/src/services/integrations/slack/__tests__/channel-change-detection.test.ts+75-0
  • addedapps/server/src/services/integrations/slack/__tests__/list-user-slack-channels.test.ts+210-0
  • addedapps/server/src/services/integrations/slack/__tests__/slack-config-shape.test.ts+90-0
  • modifiedapps/server/src/services/integrations/slack/link-matching-channels.ts+60-19
  • modifiedapps/server/src/services/integrations/slack/slack-api.ts+152-332 defects
  • modifiedapps/server/src/services/integrations/slack/slack-sync.ts+82-42 defects