fix(gateway): wire Telegram plugin into gateway plugin host
Some checks failed
ci/woodpecker/push/ci Pipeline failed

Add @mosaic/telegram-plugin dependency to gateway, implement
TelegramChannelPluginAdapter, replace stub warning with real plugin
instantiation, and document all Phase 5 env vars in .env.example.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-14 19:03:16 -05:00
parent b7a39b45d7
commit 58cfbbe735
3 changed files with 39 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
"@mosaic/coord": "workspace:^",
"@mosaic/db": "workspace:^",
"@mosaic/discord-plugin": "workspace:^",
"@mosaic/telegram-plugin": "workspace:^",
"@mosaic/log": "workspace:^",
"@mosaic/memory": "workspace:^",
"@mosaic/types": "workspace:^",