Architect design-doc estimates — quantify cherry-pick/port effort via commit+file+line count BEFORE stating estimate
Architect-agent design documents sometimes underestimate cherry-pick/port effort by 3-5x when they state “cherry-pick N commits” without quantifying real file churn. Evidence: Hermes v0.9.0 Option C design (19-Apr-2026) estimated F2 Fast Mode as “cherry-pick 1-3 commits (small isolated patch)“. Actual upstream Fast Mode story: 6 commits (d416a692, 8394b5dd, 8779a268, 0bea6035, cdd44817, 970192f1), 473 insertions across 9 files. First cherry-pick alone hit 2 content conflicts + 1 file-location conflict on customized hermes_cli/commands.py + config.py. Safe resolution = dedicated 1-2h merge session, not inline cherry-pick. Rule for architect agents: before stating an effort estimate for “cherry-pick N commits” in a design doc, MUST run (a) git log upstream/