1
0
This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/src/integrations/CLAUDE.md

16 lines
484 B
Markdown

# integrations/ — Module Guide
External platform bridges. All are optional dependencies.
## Structure
- `chat_bridge/` — Vendor-agnostic chat platform abstraction (Discord impl)
- `telegram_bot/` — Telegram bot bridge
- `shortcuts/` — iOS Siri Shortcuts API metadata
- `voice/` — Local NLU intent detection (regex-based, no cloud)
- `mumble/` — Mumble voice bridge (bidirectional audio: Timmy TTS ↔ Alexander mic)
## Testing
```bash
pytest tests/integrations/ -q
```