Commit graph

3 commits

Author SHA1 Message Date
tanzhenxin
0c1635c26c docs(channels): consolidate design docs into single file
- 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>
2026-04-02 11:17:37 +08:00
tanzhenxin
2ca45b72f5 docs(channels): remove personal info from design docs
Replace personal paths, user IDs, and names with generic placeholders.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-30 12:55:50 +00:00
tanzhenxin
bac0ba0cc2 docs(channels): add design documentation for channels feature
- 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>
2026-03-30 12:47:01 +00:00