From a1d971cfb0e53b552cd4c1b7222f0364d8e80b11 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 17 Jul 2026 17:54:14 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20vision-forward=20README=20opening=20?= =?UTF-8?q?=E2=80=94=20any=20repeated=20GUI=20task,=20once?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lift the intro paragraph to the vision framing: show OpenAdapt any repeated GUI task (browser, native desktop, Citrix/virtual desktop), demonstrated once, and it compiles into a governed, deterministic program that replays exactly at zero model cost on a healthy run and halts instead of guessing. Opening only; the Status section and machine-checked claims registry remain the factual anchor untouched. Gates: scripts/check_consistency.py and scripts/validate_claims.py --check both pass. Co-Authored-By: Claude Fable 5 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ab6c59f..2973964f 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ [![Python](https://img.shields.io/pypi/pyversions/openadapt-flow)](https://pypi.org/project/openadapt-flow/) [![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE) -OpenAdapt compiles a demonstrated GUI workflow into a deterministic, locally -executable program. Healthy runs make no model calls. When an interface drifts, -it re-resolves from recorded evidence or proposes a governed repair, and halts -when verification fails. +Show OpenAdapt any repeated GUI task — in the browser, in a native desktop +app, or inside a Citrix or virtual-desktop session — demonstrated once. It +compiles the demonstration into a governed, deterministic, locally executable +program that replays exactly, with zero model calls on a healthy run. When the +interface drifts, it re-resolves from recorded evidence or proposes a governed +repair, and it halts instead of guessing when verification fails. ![One demonstration, two UIs, same compiled workflow — the right side self-heals under a theme it has never seen](docs/showcase/demo.gif)