Skip to content

v0.2.0 - Configurability and site-aware auditing

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:57

Oratos v0.2.0

Released: 2026-06-08

Configurability and site-aware auditing: project config file, rule ignores, git changed-only mode, and optional HTTP crawl with robots/sitemap support.

Highlights

  • oratos.toml[audit] and [crawl] sections; auto-discovered from site root
  • Rule ignoresignore_rules = ["seo.missing-twitter-card"] suppresses findings
  • --changed-only — audit only HTML files changed in git diff HEAD
  • --crawl — same-origin multi-page fetch for URL targets (with robots.txt + sitemap.xml)
  • oratos prompt phoenix — remediation prompts for Phoenix priv/static exports
  • New rulesstructured.missing-article, structured.missing-organization

Install

cargo install oratos

Upgrade from v0.1.0

  • Report core_version is now 0.2.0 (JSON/console/markdown headers).
  • URL audits still fetch one page by default; enable crawl with --crawl or [crawl] enabled = true.
  • Copy examples/oratos.toml.example to your site root as oratos.toml if you want file-based defaults.

New CLI flags

oratos audit <target> [--config PATH] [--crawl] [--changed-only] ...
oratos prompt phoenix <file-or-url> [--output PATH]

Documentation

Full changelog

See CHANGELOG.md.