naoru v0.1.0
🩺 naoru v0.1.0 — works on PR-less pipelines + far more reliable log fetching.
New
- Step Summary fallback — on
workflow_dispatch/scheduleruns with no PR, the diagnosis is written to the job Step Summary. PR comment still posts when a PR exists. Makes naoru useful for Terraform deploy/drift pipelines.
Fixed
- Reliable logs — fetch the failed job's logs directly (
downloadJobLogsForWorkflowRun) instead of the run-level zip, which 404s while the run is still in progress. naoru is usually a job in the same run, so this was a real blind spot. Removes theadm-zipdependency.
Verified live
PR comment path and dispatch (no-PR) Step Summary path both confirmed end-to-end via OpenRouter.