From 4459058c8f5bbf28c8caadddd62216dc3267ccf1 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 17 Jul 2026 17:43:33 -0400 Subject: [PATCH] docs: add lifecycle status banner Adds the standard lifecycle banner used across the org (matching the banner wave on openadapt-capture, openadapt-grounding, etc.), derived from this repo's classification in the repository lifecycle registry (OpenAdaptAI/.github repository-lifecycle.yml, reviewed 2026-07-15): Experimental. Existing README content is unchanged below the banner. Co-Authored-By: Claude Fable 5 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 92c22fe..0fee1df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # openadapt-types +> [!IMPORTANT] +> **Status: Experimental — interoperability schemas, not the product.** This +> package publishes shared schemas for computer-use agents as an optional +> component, with no production support promise. +> +> The OpenAdapt product is the demonstration compiler, +> [`openadapt-flow`](https://github.com/OpenAdaptAI/openadapt-flow), installed +> via the [`OpenAdapt`](https://github.com/OpenAdaptAI/OpenAdapt) launcher +> (`pip install openadapt`): it compiles a demonstrated GUI workflow into a +> deterministic, locally executable program. Healthy runs make no model calls, +> and it halts instead of guessing when verification fails. Lifecycle labels for +> every repository are in the +> [repository lifecycle registry](https://github.com/OpenAdaptAI/.github/blob/main/REPOSITORY_LIFECYCLE.md). + Canonical Pydantic schemas for computer-use agents. ```