Alpha Plugin
nexus-ci-bridge
v0.1.0AlphaCI/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_openedTriggers ADR and directive validation when a pull request is opened or updated.
ci.pipeline_completeRecords pipeline success/failure as a session entry in the active Nexus session.
Custom Tools
MCP tools this plugin exposes to agents.
nexus_ci_validateOn-demand validation of staged changes against project ADRs and directives.
nexus_ci_reportGenerates a compliance report summarizing which ADRs and directives a changeset affects.