You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli/sync(refactor[sync]) Extract _emit_summary helper to deduplicate summary emission
why: The summary emit logic (structured event + human-readable text) was
duplicated across three call sites, risking format drift.
what:
- Extract _emit_summary(formatter, colors, summary) helper
- Replace all three call sites with the helper
- Exit-on-error path now also emits human-readable summary
0 commit comments