v0.3.2
Released 8 July 2026. Available on npm as orino-cli and @bynaree/orino.
npx orino-cli@latest auditA maintenance release that fixes the “learn more” links Orino prints and tightens the ready-made CI workflow.
- Fix-page links now resolve. Every finding’s learn more link — in both terminal and
--jsonoutput — now points at the docs site’s nested/fixes/<category>/<slug>route instead of the old flat path, so the links in your audit results open the correct page. html-missing-langfix link corrected. The missing-<html lang>finding pointed at anhtml-lang-missingslug that matched neither its check ID nor its docs page; it now links to/fixes/crawlability/html-missing-lang.
Changed
Section titled “Changed”- Hardened GitHub Actions workflow. The ready-made
.github/workflows/orino.ymlnow runsnpx --yes orino-cli(no interactive install prompt, canonical package name), declarespermissions: contents: read/pull-requests: writeso the PR-score comment can actually post, and only runs when aSITE_URLrepository variable is set — the job now skips cleanly instead of failing on an empty--url, and the PR comment step is skipped when the audit itself was skipped.