diff --git a/docs/desktop/install.md b/docs/desktop/install.md index 85b2d16..87114f9 100644 --- a/docs/desktop/install.md +++ b/docs/desktop/install.md @@ -119,8 +119,12 @@ excluded from capture before it becomes visible. Controls become interactive only after the run reaches a safe paused or terminal state. The overlay reports runtime state; OpenAdapt never uses it as resolution or verification evidence. -For published footage, capture inclusion is a separate presentation-mode choice -and does not weaken the pointer or focus boundary. See the exact released +For published footage, OpenAdapt post-composes the status surface onto a +derivative as **Guided view**; **Raw footage** remains unchanged. Exact target +tracking appears only on a replay frame that carries a runtime-bound target +rectangle. This presentation choice does not weaken the pointer, focus, or +capture-exclusion boundary. [Watch the public demo](https://app.openadapt.ai/demo#footage) +or review the exact released [control-overlay contract](https://github.com/OpenAdaptAI/openadapt-desktop/blob/desktop-v0.13.1/docs/CONTROL_OVERLAY.md). ## Where to go next diff --git a/docs/get-started/what-works-today.md b/docs/get-started/what-works-today.md index 763b934..d16251f 100644 --- a/docs/get-started/what-works-today.md +++ b/docs/get-started/what-works-today.md @@ -32,6 +32,11 @@ deployment boundary. The [interactive status viewer](https://openadapt.ai/artifacts/json?source=%2Fstatus.json) presents the same release, availability, evidence, and deployment dimensions; the [raw JSON](https://openadapt.ai/status.json) remains available for tools. +For a visual tour, the [public Cloud demo](https://app.openadapt.ai/demo#footage) +shows recorded demonstrations, compiled replays, exact-frame guided overlays, +VERIFIED outcomes, and fail-safe HALTED cases. Its evidence links open the +corresponding manifests in the first-party JSON viewer instead of presenting +media as proof by itself. The public managed runner executes approved browser workflows. Native desktop, RDP, and Citrix/VDI workflows execute locally or in a self-hosted or customer-controlled runtime connected to the same governance model. diff --git a/docs/index.md b/docs/index.md index aaf4e59..71a27f0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -150,6 +150,18 @@ execution boundary. ## Measured, not claimed +The [public Cloud demo](https://app.openadapt.ai/demo#footage) keeps the same +visual contract used on the OpenAdapt website: switch between the **Recorded +demonstration** and **Compiled replay**, then choose **Guided view** or **Raw +footage**. Guided view adds the runtime presentation layer to a derivative; +raw evidence media remains unchanged. A target outline appears only when the +runtime bound that rectangle to the exact decoded replay frame. **VERIFIED** +means the complete declared contract passed; **HALTED** means the run stopped +rather than claim an outcome it could not prove. + +[Watch the real-application demo](https://app.openadapt.ai/demo#footage){ .md-button .md-button--primary } +[Inspect the exact OpenEMR evidence](https://openadapt.ai/artifacts/json?source=%2Freference%2Fopenemr-patient-registration-standard-synthetic-v1%2Fmanifest.json){ .md-button } + We publish the numbers and the failure modes. These two results run **both arms**, compiled replay against a computer-use agent, under the same arm-independent success check. **OpenEMR** is the flagship real-EMR diff --git a/docs/stylesheets/brand.css b/docs/stylesheets/brand.css index a8f49a8..5ab3b2c 100644 --- a/docs/stylesheets/brand.css +++ b/docs/stylesheets/brand.css @@ -321,6 +321,12 @@ a:focus-visible { /* The docs footer carries the same warm ground, hairline, and quiet links as the public site instead of switching to unrelated dark chrome. */ [data-md-color-scheme="default"] .md-footer { + /* Material's footer children consume these variables directly. Define the + light-scheme foreground scale on the component so copyright text, links, + navigation labels, and icons cannot inherit the dark-footer defaults. */ + --md-footer-fg-color: var(--oa-ink); + --md-footer-fg-color--light: var(--oa-ink-2); + --md-footer-fg-color--lighter: var(--oa-ink-2); background: var(--oa-ground); border-top: 1px solid var(--oa-hairline); color: var(--oa-ink-2); @@ -350,6 +356,10 @@ a:focus-visible { text-decoration-color: var(--oa-link-underline); text-underline-offset: 0.2em; } +[data-md-color-scheme="default"] .md-copyright { + font-size: 0.72rem; + line-height: 1.5; +} @media screen and (max-width: 76.25em) { .md-grid {