Preparation Summary
Analyze progress logs and commits to produce a summary covering implementation, review findings, and readiness to proceed. If a related plan exists, include plan alignment analysis.
Context
- Repo root: !
git rev-parse --show-toplevel 2>/dev/null || pwd - Current branch: !
git rev-parse --abbrev-ref HEAD - Unpushed commits: !
git log @{upstream}..HEAD --oneline 2>/dev/null || git log origin/main..HEAD --oneline - Unpushed commit details: !`git log @{upstream}..HEAD
[Description truncada. Veja o README completo no GitHub.]