managarten/services/matrix-storage-bot
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
..
src ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
.env.example 🔧 chore(shared-vite-config): add build step for Docker compatibility 2026-01-30 16:41:48 +01:00
.gitignore 🔧 chore(shared-vite-config): add build step for Docker compatibility 2026-01-30 16:41:48 +01:00
CLAUDE.md 🔧 chore(shared-vite-config): add build step for Docker compatibility 2026-01-30 16:41:48 +01:00
Dockerfile 🔧 chore(shared-vite-config): add build step for Docker compatibility 2026-01-30 16:41:48 +01:00
nest-cli.json 🔧 chore(shared-vite-config): add build step for Docker compatibility 2026-01-30 16:41:48 +01:00
package.json ♻️ refactor: migrate all remaining bots to shared services 2026-02-01 00:50:48 +01:00
tsconfig.json 🔧 chore(shared-vite-config): add build step for Docker compatibility 2026-01-30 16:41:48 +01:00