/** * PR review tools: review_diff (local, zero-LLM static analysis of a raw diff), * review_pr / pr_status (Pro, hits GitHub/Azure/GitLab APIs), and generate_pr_workflow * (writes a CI file that runs review_pr on every PR). Split out of ../tools.ts (see that * file's history for why) — pure relocation, no behavior change. */ import type { ToolDefinition, ToolHandler } from "../toolTypes"; export declare const REVIEW_TOOL_DEFINITIONS: ToolDefinition[]; export declare const REVIEW_TOOL_HANDLERS: Record; //# sourceMappingURL=review.d.ts.map