From 4f9d62db4c7ed05b5777e65c2ca3ad5036898203 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Wed, 19 Aug 2026 17:44:30 -0400 Subject: [PATCH] docs: move openadapt-capture from Experimental to Beta HOLD -- do not merge until the acceptance evidence exists. This is the visible maturity-label change for Capture, isolated so it can ship as one action under the one-visible-change-at-the-end rule. The stale-fact half of this branch (the canonical launcher quickstart) merged separately in #12 and is already on main. Co-Authored-By: Claude Opus 5 --- REPOSITORY_LIFECYCLE.md | 2 +- profile/README.md | 2 +- repository-lifecycle.yml | 6 +++--- scripts/check_profile.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/REPOSITORY_LIFECYCLE.md b/REPOSITORY_LIFECYCLE.md index e0d18ff..65878b1 100644 --- a/REPOSITORY_LIFECYCLE.md +++ b/REPOSITORY_LIFECYCLE.md @@ -82,7 +82,7 @@ admission. The admission overlay does not rewrite repository history. | `openadapt-flow` | **Beta** | Canonical compiler and governed runtime | | `openadapt-desktop` | **Beta** | Desktop cockpit for local recording, qualification, execution, evidence review, and governed repair | | `openadapt-cloud` | **Beta** | Proprietary control plane for managed browser and customer-controlled execution, attended operations, evidence, usage, and billing | -| `openadapt-capture` | **Experimental** | Optional native recorder | +| `openadapt-capture` | **Beta** | Canonical native screen, input, timing, window-scoped, media, and supported structural-evidence recorder for Desktop and Flow | | `openadapt-agent` | **Beta** | Local MCP and Agent Skills bridge for compiled, governed Flow workflows | | `openadapt-privacy` | **Experimental** | Optional scrubbing component | | `openadapt-types` | **Experimental** | Interoperability schemas | diff --git a/profile/README.md b/profile/README.md index ab7f629..43e9f66 100644 --- a/profile/README.md +++ b/profile/README.md @@ -78,7 +78,7 @@ before extrapolating either result. | **Open-source product** | **Beta** | [`OpenAdapt`](https://github.com/OpenAdaptAI/OpenAdapt) installs the unified CLI; [`openadapt-flow`](https://github.com/OpenAdaptAI/openadapt-flow) is the canonical compiler and governed runtime. | | **Desktop cockpit** | **Beta** | [`openadapt-desktop`](https://github.com/OpenAdaptAI/openadapt-desktop) provides local recording, qualification, execution, evidence review, and governed repair. Native installers are published from its releases page. | | **Cloud control plane** | **Beta** | [`app.openadapt.ai`](https://app.openadapt.ai/) provides managed browser execution plus workflow, evidence, attended-operation, usage, and billing surfaces for customer-controlled execution. Its implementation repository is private. | -| **Native capture** | **Experimental** | [`openadapt-capture`](https://github.com/OpenAdaptAI/openadapt-capture) is the canonical native screen, input, timing, and window-scoped recording component used by Desktop and Flow. | +| **Native capture** | **Beta** | [`openadapt-capture`](https://github.com/OpenAdaptAI/openadapt-capture) is the canonical native screen, input, timing, window-scoped, media, and supported structural-evidence recorder used by Desktop and Flow. | | **Agent bridge** | **Beta** | [`openadapt-agent`](https://github.com/OpenAdaptAI/openadapt-agent) exposes compiled Flow workflows as local MCP tools and Agent Skills without becoming a second runtime. | | **Documentation** | **Beta** | [`docs.openadapt.ai`](https://docs.openadapt.ai) is the canonical journey-led site; [`openadapt-ops`](https://github.com/OpenAdaptAI/openadapt-ops) is its **Internal** publishing source. | | **Evidence and evaluation** | **Research** | [`openadapt-evals`](https://github.com/OpenAdaptAI/openadapt-evals) contains evaluation infrastructure. Runnable references live in [`openadapt-flow/docs/showcase`](https://github.com/OpenAdaptAI/openadapt-flow/tree/main/docs/showcase), with methods and evidence under [`benchmark`](https://github.com/OpenAdaptAI/openadapt-flow/tree/main/benchmark). | diff --git a/repository-lifecycle.yml b/repository-lifecycle.yml index 02e56db..48bd7b0 100644 --- a/repository-lifecycle.yml +++ b/repository-lifecycle.yml @@ -19,8 +19,8 @@ public_metadata: Beta Desktop cockpit for recording, qualification, local execution, evidence, and governed repair across OpenAdapt workflows. openadapt-capture: >- - Native screen, input, timing, and window-scoped recording for OpenAdapt - Desktop and Flow. Experimental component. + Beta canonical native screen, input, timing, window-scoped, media, and + supported structural-evidence recorder for OpenAdapt Desktop and Flow. openadapt-agent: >- Beta local bridge exposing governed OpenAdapt workflows as MCP tools and Agent Skills; halts remain halts. @@ -31,9 +31,9 @@ lifecycle: - openadapt-flow - openadapt-cloud - openadapt-desktop + - openadapt-capture - openadapt-agent experimental: - - openadapt-capture - openadapt-privacy - openadapt-types - openadapt-console diff --git a/scripts/check_profile.py b/scripts/check_profile.py index e381441..02b12d2 100755 --- a/scripts/check_profile.py +++ b/scripts/check_profile.py @@ -69,7 +69,7 @@ "openadapt-flow": "beta", "openadapt-desktop": "beta", "openadapt-agent": "beta", - "openadapt-capture": "experimental", + "openadapt-capture": "beta", "OpenAdapter": "archived", "OpenReflector": "archived", }