Clean Code
Audit modified files for dead code, duplication, and import hygiene. Fix issues with user approval.
Context
- Uncommitted changes: !
git status --short - Diff summary: !
git diff HEAD --stat - Full diff: !
git diff HEAD
Process
-
Remove debug prints (
print(),console.log(),Debug.Log(), etc.) added during development — do not commit temporary debug output -
Dead code audit — iterate until clean: Start with modified files, then expand outward: use Gre
[Description truncada. Veja o README completo no GitHub.]