managarten/services/matrix-mana-bot/src/handlers
Till-JS dcf4438804 feat(mana-bot): add daily morning summary feature
Add configurable morning summaries that aggregate data from multiple sources:
- Weather forecast via Open-Meteo API (free, no API key needed)
- Today's calendar events
- Today's tasks + overdue tasks
- Birthdays from contacts
- Plants needing water from Planta

New commands:
- !morning / !morgen - Get summary now
- !morning-on/off - Enable/disable automatic delivery
- !morning-time HH:MM - Set delivery time
- !morning-location [city] - Set weather location
- !morning-timezone [zone] - Set timezone
- !morning-format [kompakt|ausfuehrlich] - Set format
- !morning-settings - Show current settings

New shared services in @manacore/bot-services:
- WeatherService - Open-Meteo integration with geocoding
- ContactsApiService - Birthday fetching
- PlantaApiService - Watering schedule
- MorningSummaryService - Aggregates all sources
- MorningPreferencesService - User preferences storage

Includes scheduler for automatic daily delivery at user-configured time.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-17 11:01:47 +01:00
..
ai.handler.ts fix(matrix-mana-bot): correct service method calls and add deploy script 2026-01-29 00:42:50 +00:00
calendar.handler.ts feat(services): add matrix-mana-bot unified gateway 2026-01-29 00:23:46 +00:00
clock.handler.ts fix(types): resolve TypeScript errors across multiple packages 2026-01-29 13:33:01 +01:00
handlers.module.ts feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
help.handler.ts fix(matrix-bots): update all bots for async SessionService methods 2026-02-02 15:04:30 +01:00
morning.handler.ts feat(mana-bot): add daily morning summary feature 2026-02-17 11:01:47 +01:00
todo.handler.ts fix(matrix-mana-bot): correct service method calls and add deploy script 2026-01-29 00:42:50 +00:00
voice.handler.ts feat(matrix-mana-bot): add persistent voice preferences (Phase 4) 2026-02-01 03:08:52 +01:00