UNPKG

sfcoe-ailabs

Version:

AI-powered code review tool with static analysis integration for comprehensive code quality assessment.

7 lines (6 loc) 153 B
import type { ReviewHint } from '../aiProvider/index.js'; export type FileContext = { file: string; content: string; hints: ReviewHint[]; };