Based on the analysis above, provide your code review verdict as a JSON object only:
```json
{"score": <0-10>, "critique": "<constructive feedback>", "issues": ["<issue 1>", ...]}
```
Where:
- score: 0-10 rating
- critique: detailed feedback about code quality, prioritizing structural issues
- issues: list of specific problems (empty if none)
Output ONLY the JSON object. Do NOT call any tools.