Files
beads/internal/merge
Peter Chanthamynavong ad44b32835 fix(merge): sort output by issue id (#859)
Ensure deterministic output when merging issues. Go map iteration order
is non-deterministic, causing inconsistent merge results across runs.

Sort result slice by ID before returning, matching bd export behavior.

Fixes #853
2026-01-02 12:39:09 -08:00
..