v0.15.0
Minor Changes
-
2bfb7be:
reddoor-maint auditnow shows live progress while audits run, usinglistr2for spinners. Single-site runs show one spinner per audit type (e.g.lighthouse: P=87 A=95 BP=78 SEO=100 (32s)); fleet runs (--fleet) show one spinner per site with anN/4 auditscounter. Audits still run fully in parallel — the spinner layer is presentation-only.--write-airtablegets its own progress step (Wrote to Websites[Acme] (4 audit types)).Behavior preserved:
--jsonmode is silent (no spinner output, clean JSON on stdout), non-TTY contexts fall back to one-line-per-task transitions (CI logs, file redirects), and the final result table / JSON still prints to stdout exactly as before.