From 649cea2b8d7622801d3bdbbc993173b4029e9343 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 17 Jul 2026 17:54:41 -0400 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20vision-forward=20org=20profile=20op?= =?UTF-8?q?ening=20=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 tagline and intro to the vision framing: demonstrate any repeated GUI task (browser, native desktop, Citrix/virtual desktops) once and OpenAdapt compiles it into a governed, deterministic workflow that replays exactly at zero model cost on a healthy run and halts instead of guessing. The Six Public Surfaces table and Evidence section remain the factual anchor, untouched and unweakened. Co-Authored-By: Claude Fable 5 --- profile/README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/profile/README.md b/profile/README.md index e91ebe0..c860d7d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,15 +1,19 @@ # OpenAdapt.AI -**Compile repeated GUI work into deterministic, governed workflows.** - -OpenAdapt compiles demonstrated GUI workflows into deterministic, locally -executable programs. Healthy runs make no model calls. When interfaces drift, -OpenAdapt re-resolves from retained evidence or proposes a governed repair and -halts when verification fails. - -OpenAdapt is for repeated work trapped behind browser and desktop interfaces: -too visual or variable for brittle selectors, but too consequential to hand to -a free-form computer-use agent on every run. +**Show it any repeated GUI task, once. It compiles into a governed, +deterministic workflow.** + +OpenAdapt is a demonstration compiler for repeated GUI work wherever it lives +— in the browser, in native desktop apps, or inside Citrix and other virtual +desktops. Demonstrate a task once and OpenAdapt compiles it into a governed, +deterministic, locally executable program that replays exactly, with zero +model calls on a healthy run. When interfaces drift, OpenAdapt re-resolves +from retained evidence or proposes a governed repair — and halts instead of +guessing when verification fails. + +OpenAdapt is for repeated work trapped behind browser, desktop, and +virtual-desktop interfaces: too visual or variable for brittle selectors, but +too consequential to hand to a free-form computer-use agent on every run. [Install OpenAdapt](https://github.com/OpenAdaptAI/OpenAdapt) · [Read the docs](https://docs.openadapt.ai) · From 3b8c1d0ea0bb26133692dab9ddfd131227ae1b86 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 17 Jul 2026 18:08:45 -0400 Subject: [PATCH 2/2] chore: update canonical product truth to the vision-forward one-liner The profile gate pins the exact product-truth paragraph; align it with the new vision-forward profile copy (any repeated GUI task - browser, desktop, Citrix/virtual desktops). Co-Authored-By: Claude Fable 5 --- scripts/check_profile.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/scripts/check_profile.py b/scripts/check_profile.py index 467dc50..7fc7cb4 100644 --- a/scripts/check_profile.py +++ b/scripts/check_profile.py @@ -15,10 +15,13 @@ LIFECYCLE_DATA = ROOT / "repository-lifecycle.yml" MARKDOWN_FILES = (ROOT / "README.md", ROOT / "LAUNCH_PLAN.md", LIFECYCLE_DOC, PROFILE) CANONICAL_TRUTH = ( - "OpenAdapt compiles demonstrated GUI workflows into deterministic, locally " - "executable programs. Healthy runs make no model calls. When interfaces " - "drift, OpenAdapt re-resolves from retained evidence or proposes a governed " - "repair and halts when verification fails." + "OpenAdapt is a demonstration compiler for repeated GUI work wherever it " + "lives \u2014 in the browser, in native desktop apps, or inside Citrix and " + "other virtual desktops. Demonstrate a task once and OpenAdapt compiles it " + "into a governed, deterministic, locally executable program that replays " + "exactly, with zero model calls on a healthy run. When interfaces drift, " + "OpenAdapt re-resolves from retained evidence or proposes a governed " + "repair \u2014 and halts instead of guessing when verification fails." ) REQUIRED_PROFILE_LINKS = { "https://github.com/OpenAdaptAI/OpenAdapt",