UNPKG

@bobmatnyc/ai-code-review

Version:

A TypeScript-based tool for automated code reviews using AI models from Google Gemini, Anthropic Claude, and OpenRouter

9 lines (8 loc) 283 B
/** * @fileoverview Strategy implementations for various review types. * * This module serves as the main entry point for strategy implementations, * exporting all strategy classes. */ export * from './architecturalReviewStrategy'; export * from './consolidatedReviewStrategy';