OpenCode 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.
Registered Hooks
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
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.