managarten/services/matrix-todo-bot/src
Till-JS b9f0d841df ♻️ refactor(matrix-bots): remove offline mode, require login for all operations
- Remove local JSON storage from matrix-todo-bot and matrix-calendar-bot
- Delete TodoService, CalendarService and their modules
- Add requireLogin() helper that prompts users to authenticate
- All bot commands now require login before any operation
- Data is always synced with respective backends (todo-backend, calendar-backend)
- Update CLAUDE.md documentation for both bots

BREAKING CHANGE: Bots no longer work without authentication

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 12:18:11 +01:00
..
bot ♻️ refactor(matrix-bots): remove offline mode, require login for all operations 2026-02-13 12:18:11 +01:00
config feat(matrix-todo-bot): improve UX with German commands without ! prefix 2026-02-02 18:32:00 +01:00
app.module.ts ♻️ refactor(matrix-bots): remove offline mode, require login for all operations 2026-02-13 12:18:11 +01:00
main.ts feat(matrix): add Matrix Todo Bot service 2026-01-28 15:47:33 +01:00