nexus-agents - v2.80.0
    Preparing search index...

    Function buildPrReviewProposal

    MCP exports - MCP server implementation Split from index.ts for file size compliance (Issue #285) Updated Issue #538: Added missing tool registration exports

    • Builds the proposal text passed to voters. The voters are designed for yes/no proposals — by framing the diff as "should this PR be merged?" we get usable output without needing new system prompts (Child 3 will add those).

      Parameters

      • input: {
            prTitle: string;
            prDescription?: string;
            prDiff: string;
            repoContext?: string;
            baseRef?: string;
            headRef?: string;
            simulate: boolean;
        }

      Returns string