managarten/services
Till-JS 2b979d5548 ♻️ refactor: migrate all remaining bots to shared services
Completed migration of all Matrix bots to @manacore/bot-services:

**SessionService (11 bots migrated):**
- matrix-chat-bot (with conversation/model mapping via setSessionData)
- matrix-contacts-bot
- matrix-skilltree-bot
- matrix-presi-bot
- matrix-questions-bot
- matrix-storage-bot
- matrix-planta-bot
- matrix-manadeck-bot
- matrix-nutriphi-bot (with pendingImage via setSessionData)
- matrix-picture-bot (previous commit)
- matrix-zitare-bot (previous commit)

**TranscriptionService (5 bots migrated):**
- matrix-todo-bot (previous commit)
- matrix-clock-bot (previous commit)
- matrix-zitare-bot (previous commit)
- matrix-nutriphi-bot
- matrix-project-doc-bot

**Code Reduction:**
- Deleted 22 local module files (session + transcription)
- ~1100 lines of duplicate code removed total
- All bots now share identical auth and STT logic

**Special handling:**
- matrix-chat-bot: Extended methods converted to setSessionData/getSessionData
- matrix-nutriphi-bot: pendingImage state via setSessionData
- matrix-project-doc-bot: TranscriptionService used by MediaService

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 00:50:48 +01:00
..
llm-playground feat(llm-playground): add model metadata system and SSD documentation 2026-02-01 00:24:34 +01:00
mana-api-gateway 🔧 fix(docker): update Dockerfiles for monorepo-aware builds 2026-01-29 18:39:05 +01:00
mana-core-auth fix(mana-core-auth): remove non-existent id field from trusted client 2026-01-30 18:28:51 +01:00
mana-crawler feat(mana-crawler): add web crawler service 2026-01-29 22:00:36 +01:00
mana-image-gen fix(mana-notify): resolve BullMQ circular import issue 2026-01-29 22:58:47 +01:00
mana-llm feat(llm-playground): add model comparison feature 2026-01-31 23:30:16 +01:00
mana-notify 🔧 chore(mana-notify): disable email notifications by default 2026-01-30 16:06:24 +01:00
mana-search 🔧 fix(docker): update Dockerfiles for monorepo-aware builds 2026-01-29 18:39:05 +01:00
mana-stt feat(telegram-bot): add local STT support and Prometheus metrics 2026-01-27 16:51:09 +01:00
mana-tts 🌐 feat: add i18n support to 6 web apps 2026-01-29 14:48:35 +01:00
matrix-calendar-bot feat(matrix-nutriphi-bot): add Matrix bot for nutrition tracking 2026-01-28 15:57:49 +01:00
matrix-chat-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-clock-bot ♻️ refactor: consolidate SessionService & TranscriptionService in @manacore/bot-services 2026-02-01 00:37:54 +01:00
matrix-contacts-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-mana-bot fix(types): resolve TypeScript errors across multiple packages 2026-01-29 13:33:01 +01:00
matrix-manadeck-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-nutriphi-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-ollama-bot ♻️ refactor: migrate bots and chat-backend to mana-llm 2026-01-29 22:56:26 +01:00
matrix-picture-bot ♻️ refactor: consolidate SessionService & TranscriptionService in @manacore/bot-services 2026-02-01 00:37:54 +01:00
matrix-planta-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-presi-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-project-doc-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-questions-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-skilltree-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-stats-bot fix(matrix-bots): exclude crypto-nodejs module that fails on Alpine 2026-01-28 12:57:12 +01:00
matrix-storage-bot ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
matrix-todo-bot ♻️ refactor: consolidate SessionService & TranscriptionService in @manacore/bot-services 2026-02-01 00:37:54 +01:00
matrix-tts-bot 🔧 chore: update pnpm-lock and bot sync token 2026-01-29 22:59:41 +01:00
matrix-zitare-bot ♻️ refactor: consolidate SessionService & TranscriptionService in @manacore/bot-services 2026-02-01 00:37:54 +01:00
ollama-metrics-proxy feat(telegram-bot): add local STT support and Prometheus metrics 2026-01-27 16:51:09 +01:00