A disciplined flow for integrating feature branches into local main with explicit conflict resolution and verification.
- Use
--no-ffmerges for explicit integration points. - Resolve conflicts manually per file (avoid blanket ours/theirs).
- Run focused verification (
build:frontendand/orbuild:cli) before finalizing. - Push
mainafter successful merge.
This reduces silent regressions and preserves auditability for frequent branch sync operations.