UNPKG

@bobmatnyc/ai-code-review

Version:

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

8 lines (7 loc) 250 B
/** * @fileoverview Factory for creating review strategies. * * This module serves as the main entry point for the strategy factory functionality, * providing a unified interface for strategy instantiation. */ export * from './strategyFactory';