You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(status): simplify GenReports loop to range over periods directly (#……328)
* fix(status): simplify GenReports loop to range over periods directly
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* chore: copier update
---------
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
fix(ci): repin go-tools reusable workflows to a reachable commit (#288)
The previously pinned commit (f96c093) was an orphaned changelog-bump
commit on go-tools that never made it into go-tools' main branch — a
bug in go-tools' own release pipeline (fixed upstream). Once the
stray tag pointing at it was corrected, that commit became
unreachable, breaking every reusable-workflow reference here with a
startup_failure. Repinned to go-tools' current main HEAD (f0c60ec).
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>