Commit Graph

6 Commits

Author SHA1 Message Date
jaydenfyi
e39ff11aea schema consistent casing 2026-01-26 12:29:58 +08:00
jaydenfyi
92b5e3c3e1 make channel required and update docs 2026-01-25 22:20:02 +08:00
jaydenfyi
ad828b9f0b remove strip markdown config, enabled by default 2026-01-25 21:16:04 +08:00
jaydenfyi
80fc5babd1 simplify config object 2026-01-25 18:27:50 +08:00
jaydenfyi
3dbca21334 fix probe logic 2026-01-25 16:30:22 +08:00
jaydenfyi
0a99064a99 refactor: improve Twitch plugin code quality and fix all tests
- Extract client manager registry for centralized lifecycle management
- Refactor to use early returns and reduce mutations
- Fix status check logic for clientId detection
- Add comprehensive test coverage for new modules
- Remove tests for unimplemented features (index.test.ts, resolver.test.ts)
- Fix mock setup issues in test suite (149 tests now passing)
- Improve error handling with errorResponse helper in actions.ts
- Normalize token handling to eliminate duplication

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-25 16:30:22 +08:00