Create a connector plugin that indexes Slack channel messages.\n\nDifficulty: Medium\nType: New plugin\n\nThe connector should:\n- Implement ConnectorPlugin interface\n- Use Slack Web API to list channels and fetch messages\n- Config: { token, channels?, syncInterval }\n- Include 5+ tests with mocked fetch\n\nReference: plugins/connector-notion/src/index.ts
Create a connector plugin that indexes Slack channel messages.\n\nDifficulty: Medium\nType: New plugin\n\nThe connector should:\n- Implement
ConnectorPlugininterface\n- Use Slack Web API to list channels and fetch messages\n- Config:{ token, channels?, syncInterval }\n- Include 5+ tests with mocked fetch\n\nReference:plugins/connector-notion/src/index.ts