Files
Kyle Fang 926559540d feat: add persistent todo bot example and improve adapter API
- Add comprehensive persistent todo bot example with MobX state management
- Implement custom storage layer with FileStorage and MemoryStorage
- Add TodoStore with full CRUD operations and persistence
- Create unified PersistentTodoBot component with single /start command
- Add comprehensive test suite with Vitest

BREAKING CHANGE: Simplify MtcuteAdapter API
- Remove botToken from config (now passed to start() method)
- Constructor accepts either TelegramClient or config object directly
- start() method now requires botToken parameter
- Update all examples to use the new cleaner API

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-07 16:20:58 +08:00
..