Steve Yegge
7f13623683
feat(merge): auto-resolve all field conflicts deterministically (bd-6l8)
Implement deterministic auto-resolve rules for all merge conflicts:
- Title/Description: side with latest updated_at wins
- Notes: concatenate both sides with separator
- Priority: higher priority wins (lower number)
- IssueType: local (left) wins
- Status: closed wins (existing)
Also fixed bug in isTimeAfter where invalid t1 incorrectly beat valid t2.
Removed unused conflict generation code (hasConflict, makeConflict,
makeConflictWithBase, issuesEqual, cmp import).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 20:52:07 -08:00
..
2025-11-28 23:14:12 -08:00
2025-11-30 19:23:30 -08:00
2025-11-28 21:56:52 -08:00
2025-11-26 22:02:59 -08:00
2025-11-27 14:22:42 -08:00
2025-11-23 20:33:31 -08:00
2025-11-26 20:59:07 -08:00
2025-11-28 21:56:52 -08:00
2025-11-30 21:26:16 -08:00
2025-11-27 14:22:42 -08:00
2025-12-02 20:52:07 -08:00
2025-11-30 00:38:57 -08:00
2025-12-01 22:06:08 -08:00
2025-12-02 18:25:56 -08:00
2025-11-30 00:37:12 -08:00
2025-11-30 20:50:56 -08:00