From fd77b44da80123754fb7bfd4057fc0b5b5d3ba27 Mon Sep 17 00:00:00 2001 From: abrichr Date: Wed, 26 Aug 2026 18:55:16 -0400 Subject: [PATCH 1/2] fix: make quickstart an optional install check --- pages/start.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/start.js b/pages/start.js index 0fbbd5b0..7cfa0c2a 100644 --- a/pages/start.js +++ b/pages/start.js @@ -92,9 +92,9 @@ export default function StartPage() { OpenAdapt CLI

- Run the complete local tutorial, inspect every - artifact, and script the same lifecycle in a - terminal or CI environment. + Run the bundled workflow as an optional installation + check and inspect its artifacts. Then follow the guide + below to record your own app.

@@ -105,19 +105,19 @@ export default function StartPage() { />
-

2 · Run the whole loop

+

2 · Check the installation

-

3 · Inspect the report

+

3 · Inspect the bundled report

- Confirm the VERIFIED outcome and - review the retained actions and effect - evidence. The report also includes the - privacy-safe receipt. + Confirm the bundled workflow's{' '} + VERIFIED outcome and review the + retained actions and effect evidence. The report + also includes the privacy-safe receipt.

From d951c6179c72514d3c1aa7f4496fef40c1b8e693 Mon Sep 17 00:00:00 2001 From: abrichr Date: Wed, 26 Aug 2026 18:58:21 -0400 Subject: [PATCH 2/2] chore: synchronize pull request checks