Integrations
Nexus is the authority; integrations are adapters and gateways around it.
| Integration | Direction | Status |
|---|---|---|
| Plane | Nexus board → Plane work items (+ webhooks back) | First external board adapter |
| Telegram | Telegram commands → Nexus goals/tasks | Command gateway |
| Jira | Nexus board → Jira | Later (same BoardProvider trait) |
| GitHub / GitLab | PR creation, CI polling | Via nexus-git |
Design stance
- External boards are projections through
BoardProvider— swapping Plane for Jira is implementing one trait. - The command gateway (Telegram) never bypasses approvals; sensitive actions still route through the UI approvals queue.
See Board sync for the projection mechanics.