- Fix broken references to non-existent files
- Replace "What's Next" with detailed "Future Work" roadmap
- Remove redundant implementation, roadmap, and testing guide files
- User docs already cover these topics in docs/users/features/channels/
This consolidates the channels design documentation into a single
authoritative design doc, reducing duplication and maintenance burden.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- Architecture overview with platform adapters and ACP bridge
- Plugin system contract and extension loading
- Implementation guides for Telegram, WeChat, DingTalk
- Testing guide with mock servers and E2E scenarios
- Feature roadmap and known limitations
These docs provide the foundation for the external messaging integrations.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>