From c0956c708a83429ceb995e7819b432f458f6229e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Mon, 27 Apr 2026 21:56:50 -0400 Subject: [PATCH 1/2] docs: make agentic workflows a heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6acac2cc7..31c5a4a11 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Device automation CLI for AI agents. Mobile, TV, and desktop apps. It is built around token-efficient accessibility snapshots, not pixel-first screenshots. Agents read compact UI trees, locate elements through refs like `@e3`, perform touch and text actions, and capture screenshots, video, logs, network, perf, and React profiles only when evidence is needed. -Built for two agentic workflows: +## Built For Agentic Workflows - **Quality Assurance**: dogfood flows, validate PR builds, check accessibility coverage, capture evidence, and turn stable explorations into `.ad` e2e tests. - **Development**: build from specs, reproduce crashes and support issues, inspect logs/network/perf data, and iterate until the UI matches the work. From 75950827cb3d334eae9db58c003549019c3ab50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Mon, 27 Apr 2026 21:58:04 -0400 Subject: [PATCH 2/2] docs: rename agentic workflows heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31c5a4a11..01c0bdb74 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Device automation CLI for AI agents. Mobile, TV, and desktop apps. It is built around token-efficient accessibility snapshots, not pixel-first screenshots. Agents read compact UI trees, locate elements through refs like `@e3`, perform touch and text actions, and capture screenshots, video, logs, network, perf, and React profiles only when evidence is needed. -## Built For Agentic Workflows +## Agentic QA And Development - **Quality Assurance**: dogfood flows, validate PR builds, check accessibility coverage, capture evidence, and turn stable explorations into `.ad` e2e tests. - **Development**: build from specs, reproduce crashes and support issues, inspect logs/network/perf data, and iterate until the UI matches the work.