AutoMax

Roadmap

The phased plan, what is shipped, and how it was verified.

Every phase ends runnable. All thirteen phases are implemented; the numbers below come from the verification run on 2026-09-04 against the demo project.

PhaseScopeStatus
0Monorepo, config precedence, registry, CLI skeletondone
1API layer end to end (no browser), run, lint, step librarydone
2UI layer, page objects, self-healing, dashboarddone
3Data providers, user pool, auth capture, hybriddone
4Screenshot narratives, NDJSONdone
5Database (SQLite ⇄ Postgres), ingest, switchdone
6Recorder and HARdone
7MCP serverdone
8Agents and insightsdone
9Server, schedulerdone
10Web UIdone
11GitHub, Jira, CI workflowsdone
12Onboarding analysis, processes, cross-browser matrixdone
13Documentation site, packaging, automax initdone

Verification

CheckResult
Unit and CLI end-to-end tests (vitest)146 passed
Web UI component tests9 passed
Demo @smoke or @sanity on chromium, firefox and webkit23 passed, 0 failed
Demo @regression on chromium (before/after screenshots)27 passed, 0 failed
Demo API layer (no browser)10 passed
tsc -b, ESLint, Prettierclean
Documentation build75 pages, 2873 internal links, 0 broken
Server smoke: migrate, sync hierarchy, login, workspaces with roles, /mcp without tokenok, 401 as expected

What comes next

Open items are tracked on the Known limitations page and in the repository's issues. Details for every phase, including the verification commands, live in docs/ARCHITECTURE.md.

On this page