Files
Trevin Chow dd5f66185a fix(ce-release-notes): prefer html_url over api url in helper output
The GitHub Releases API returns both a browser-friendly `html_url` and
an API `url` (pointing at `api.github.com/.../releases/{id}`). The
helper's normalizer preferred `url` first, so the rendered
"Full release notes →" links in summary mode pointed at the API
endpoint instead of the release page. Swap the preference and add a
regression test that sets both fields on an API-shaped fixture.

Surfaced by eval iteration 1 of the ce-release-notes skill.
2026-04-17 01:45:07 -07:00
..