managarten/packages/bot-services/src
Claude 68a6c7a8d6
feat(packages): add @manacore/bot-services shared package
Introduces a new shared package containing transport-agnostic business
logic services for Matrix bots and the Gateway. This enables:

- Individual bots to import shared services
- A unified Gateway bot to combine all features
- Code reuse without duplication

Services included:
- TodoService: Task management with projects, priorities, dates
- CalendarService: Events, calendars, reminders
- AiService: Ollama LLM integration, chat sessions, vision
- ClockService: Timers, alarms, world clocks (API client)
- Placeholder modules for Nutrition, Quotes, Stats, Docs

Key features:
- Pluggable storage providers (file-based, in-memory, custom)
- German natural language input parsing
- NestJS module system with dependency injection
- Fully testable in isolation

https://claude.ai/code/session_015bwcqVRiFmSydYTjvDJGTc
2026-01-29 00:07:32 +00:00
..
ai feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00
calendar feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00
clock feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00
docs feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00
nutrition feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00
quotes feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00
shared feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00
stats feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00
todo feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00
index.ts feat(packages): add @manacore/bot-services shared package 2026-01-29 00:07:32 +00:00