Detects and analyzes class name changes in PrimeNG repository (v17->19).
npm installAdd OpenAI API key to .env:
OPENAI_API_KEY=your_key_here
Run with AI analysis:
npm run track-aiRun without AI:
npm run track--output-dir, -o: Output directory for logs--class-names, -c: List of class names to search--use-ai, -a: Enable AI analysis
Results are written to ./class-changes-results/ by default.