Skip to main content

Integrations

Nexus is the authority; integrations are adapters and gateways around it.

IntegrationDirectionStatus
PlaneNexus board → Plane work items (+ webhooks back)First external board adapter
TelegramTelegram commands → Nexus goals/tasksCommand gateway
JiraNexus board → JiraLater (same BoardProvider trait)
GitHub / GitLabPR creation, CI pollingVia 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.