managarten/services/matrix-mana-bot
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
..
src feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
.env.example feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
CLAUDE.md feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
Dockerfile feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
nest-cli.json feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
package.json feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
tsconfig.json feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00