managarten/services
Claude 2d879b327e
feat(services): add matrix-mana-bot unified gateway
Introduces a unified Matrix bot that combines all features:
- AI Chat (Ollama integration)
- Todo management
- Calendar events
- Timers & Alarms
- Cross-feature orchestration (!summary, !ai-todo)

Architecture:
- Uses @manacore/bot-services for shared business logic
- Command router with natural language support
- Handlers delegate to shared services
- Orchestration layer for cross-feature AI features

This enables users to interact with a single bot for all features,
while standalone bots remain available for dedicated use cases.

https://claude.ai/code/session_015bwcqVRiFmSydYTjvDJGTc
2026-01-29 00:23:46 +00:00
..
mana-core-auth fix(auth): correct JWKS route mapping for OIDC 2026-01-28 17:13:28 +01:00
mana-stt feat(telegram-bot): add local STT support and Prometheus metrics 2026-01-27 16:51:09 +01:00
matrix-calendar-bot feat(matrix-nutriphi-bot): add Matrix bot for nutrition tracking 2026-01-28 15:57:49 +01:00
matrix-clock-bot feat(matrix-clock-bot): add Matrix bot for time tracking 2026-01-28 17:04:45 +01:00
matrix-mana-bot feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
matrix-nutriphi-bot 🙈 chore(matrix-nutriphi-bot): add dockerignore 2026-01-28 16:13:32 +01:00
matrix-ollama-bot feat(matrix-ollama-bot): add natural language commands and welcome messages 2026-01-28 14:56:32 +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-stats-bot fix(matrix-bots): exclude crypto-nodejs module that fails on Alpine 2026-01-28 12:57:12 +01:00
matrix-todo-bot feat(matrix-bots): add voice note transcription via mana-stt 2026-01-28 16:10:20 +01:00
matrix-zitare-bot feat(matrix-zitare-bot): add Matrix bot for daily inspiration quotes 2026-01-28 16:45:11 +01:00
ollama-metrics-proxy feat(telegram-bot): add local STT support and Prometheus metrics 2026-01-27 16:51:09 +01:00
telegram-nutriphi-bot feat(services): add Telegram bot services for NutriPhi, Todo, and Zitare 2026-01-28 12:52:01 +01:00
telegram-ollama-bot feat(telegram-ollama-bot): add Telegram bot for local LLM inference via Ollama 2026-01-26 15:43:41 +01:00
telegram-project-doc-bot feat(telegram-bot): add local STT support and Prometheus metrics 2026-01-27 16:51:09 +01:00
telegram-stats-bot 🔧 fix(telegram-bot): improve database connection logging and error messages 2026-01-26 11:14:52 +01:00
telegram-todo-bot feat(services): add Telegram bot services for NutriPhi, Todo, and Zitare 2026-01-28 12:52:01 +01:00
telegram-zitare-bot feat(services): add Telegram bot services for NutriPhi, Todo, and Zitare 2026-01-28 12:52:01 +01:00