managarten/services
Till-JS 9b61831cb5 ♻️ refactor: consolidate SessionService & TranscriptionService in @manacore/bot-services
Created shared services to eliminate code duplication across Matrix bots:

**New Services in @manacore/bot-services:**
- SessionService: User authentication via mana-core-auth (was duplicated in 11 bots)
- TranscriptionService: Speech-to-text via mana-stt (was duplicated in 6 bots)

**Migrated Bots:**
- matrix-todo-bot: uses TranscriptionService
- matrix-picture-bot: uses SessionService
- matrix-clock-bot: uses TranscriptionService
- matrix-zitare-bot: uses both SessionService & TranscriptionService

**Code Reduction:**
- Removed ~300 lines of duplicate code from migrated bots
- Centralized service configuration via NestJS modules
- Added comprehensive documentation in CLAUDE.md

Remaining bots can be migrated following the same pattern documented
in packages/bot-services/CLAUDE.md.

Note: @storage/backend type-check fails due to pre-existing drizzle-orm issue

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 00:37:54 +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 chore(matrix-bots): standardize package.json across all 9 bots 2026-01-30 17:49:15 +01:00
matrix-clock-bot ♻️ refactor: consolidate SessionService & TranscriptionService in @manacore/bot-services 2026-02-01 00:37:54 +01:00
matrix-contacts-bot chore(matrix-bots): standardize package.json across all 9 bots 2026-01-30 17:49:15 +01:00
matrix-mana-bot fix(types): resolve TypeScript errors across multiple packages 2026-01-29 13:33:01 +01:00
matrix-manadeck-bot chore(matrix-bots): standardize package.json across all 9 bots 2026-01-30 17:49:15 +01:00
matrix-nutriphi-bot 🙈 chore(matrix-nutriphi-bot): add dockerignore 2026-01-28 16:13:32 +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 chore(matrix-bots): standardize package.json across all 9 bots 2026-01-30 17:49:15 +01:00
matrix-presi-bot chore(matrix-bots): standardize package.json across all 9 bots 2026-01-30 17:49:15 +01:00
matrix-project-doc-bot feat(matrix-bots): add voice note transcription via mana-stt 2026-01-28 16:10:20 +01:00
matrix-questions-bot chore(matrix-bots): standardize package.json across all 9 bots 2026-01-30 17:49:15 +01:00
matrix-skilltree-bot chore(matrix-bots): standardize package.json across all 9 bots 2026-01-30 17:49:15 +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 chore(matrix-bots): standardize package.json across all 9 bots 2026-01-30 17:49:15 +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