eeaec53893
Implement ChannelAdapter for Slack using @slack/bolt with Socket Mode: - Thread-aware peer IDs (channelId:threadTs) - Bot message and channel allowlist filtering - Bot mention stripping (<@U\w+> pattern) - Message chunking at 4000 chars for readability - Error handling in connect/disconnect lifecycle - Typed SlackMessageEvent interface - 22 tests covering all behaviors
2 lines
70 B
TypeScript
2 lines
70 B
TypeScript
export { SlackAdapter, type SlackAdapterConfig } from './adapter.js';
|