Code Explanation
Instructions
Step 1: Identify the Target
Read the specified file, function, or module completely. Also read:
- Any imports/dependencies it uses
- Any files that import/call it (to understand usage context)
- Recent git history for the file:
git log --oneline -10 <file>
Step 2: Provide Multi-Level Explanation
Level 1 — One-Sentence Summary
What does this code do in plain English? A non-technical person should understand this.
Level 2 — High-Level Ove
[Description truncada. Veja o README completo no GitHub.]