| 7 | import { requireApiKey } from "./auth"; |
| 8 | |
| 9 | export interface CheckResult { |
| 10 | pass: boolean; |
| 11 | issues: string; |
| 12 | } |
| 13 | |
| 14 | /** |
| 15 | * Check a generated mockup against the original brief. |
nothing calls this directly
no outgoing calls
no test coverage detected