Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/desktop/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions docs/get-started/what-works-today.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions docs/stylesheets/brand.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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 {
Expand Down