managarten/services/matrix-ollama-bot
Till-JS 83f2d63f56 ♻️ refactor: migrate 19 Matrix bots to shared HealthController
- All bots now use HealthController from @manacore/matrix-bot-common
- Deleted 19 duplicate health.controller.ts files
- Added IConfigService interface for @nestjs/config v3/v4 compatibility
- matrix-stats-bot migrated to use BaseMatrixService as example
- All 19 bots pass type-check

This consolidation eliminates ~400 lines of duplicate health check code.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 01:17:01 +01:00
..
src ♻️ refactor: migrate 19 Matrix bots to shared HealthController 2026-02-01 01:17:01 +01:00
.dockerignore feat(matrix-ollama-bot): add vision commands and filter non-chat models 2026-01-28 14:23:30 +01:00
.env.example feat(matrix): add Matrix Ollama Bot service 2026-01-28 00:35:35 +00:00
CLAUDE.md ♻️ refactor: migrate bots and chat-backend to mana-llm 2026-01-29 22:56:26 +01:00
Dockerfile feat(matrix-ollama-bot): add vision commands and filter non-chat models 2026-01-28 14:23:30 +01:00
nest-cli.json feat(matrix): add Matrix Ollama Bot service 2026-01-28 00:35:35 +00:00
package.json ♻️ refactor: migrate 19 Matrix bots to shared HealthController 2026-02-01 01:17:01 +01:00
tsconfig.build.json feat(matrix-ollama-bot): add vision commands and filter non-chat models 2026-01-28 14:23:30 +01:00
tsconfig.json feat(matrix): add Matrix Ollama Bot service 2026-01-28 00:35:35 +00:00