(stage: string, detail?: string)
| 60 | |
| 61 | const warnings: string[] = []; |
| 62 | const progress = (stage: string, detail?: string) => { |
| 63 | onProgress?.(stage, detail); |
| 64 | }; |
| 65 | |
| 66 | // Load .env file from repo root if it exists (for GEMINI_API_KEY, etc.) |
| 67 | loadEnvFile(outputDir); |
no test coverage detected