Alpha Plugin

nexus-ci-bridge

v0.1.0Alpha

CI/CD pipeline integration — validates PRs against ADRs, generates review comments, and reports results to Nexus sessions.

Overview

Connects your CI/CD pipeline to Nexus project intelligence. On each PR, the plugin checks changed files against active Architecture Decision Records and project directives, generates architectural review comments when violations are detected, and can block merges that contradict accepted decisions. Pipeline results are automatically reported back as session entries for full traceability.

Key Features

  • PR validation against ADRs + directives
  • Auto-generated architectural review comments
  • GitHub Actions / GitLab CI integration
  • Pipeline results → Nexus session entries

Registered Hooks

Events this plugin listens to in the OpenCode runtime.

ci.pr_opened

Triggers ADR and directive validation when a pull request is opened or updated.

ci.pipeline_complete

Records pipeline success/failure as a session entry in the active Nexus session.

Custom Tools

MCP tools this plugin exposes to agents.

nexus_ci_validate

On-demand validation of staged changes against project ADRs and directives.

nexus_ci_report

Generates a compliance report summarizing which ADRs and directives a changeset affects.

Technical Details

Pricing€1.99/month per tenant. Available on Pro and Enterprise plans.
CI SystemsGitHub Actions, GitLab CI, and generic webhook integration.