Pre-Deployment Checklist
Current State
!git branch --show-current 2>/dev/null
!git log --oneline -10 2>/dev/null
!git status --short 2>/dev/null
Verification Checklist
Go through each section. Mark items as PASS, FAIL, WARN, or N/A.
1. Code Readiness
- All changes are committed — no uncommitted work
- Branch is up to date with main/master
- No merge conflicts
- All PRs for this release are merged
- No draft PRs accidentally included
2. Testing
[Description truncada. Veja o README completo no GitHub.]