Release 2.0.4 (2026-05-13)¶
Bug fixes¶
- update hardcoded org URL from wphillipmoore to vergil-project
- surface captured API output in CalledProcessError messages Add GitHubAPIError subclass of CalledProcessError whose str includes captured stderr/stdout. _run_with_retry raises this instead of bare CalledProcessError when API output is available, making gh api failures diagnosable.