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
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