From 64dd9f8159a452acaa03debd063bc3817b9dc48e Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 17 Jul 2026 17:06:10 -0400 Subject: [PATCH] docs: openadapt-agent is repurposed as the Experimental MCP/skills bridge openadapt-agent v2 (PR openadapt-agent#2, merged) is the agent-facing bridge exposing compiled openadapt-flow workflows as MCP tools and Agent Skills; legacy v1 is preserved at tag v0.1.0. Move it from Deprecated to the Experimental group and update its disposition row. check_profile.py passes. Co-Authored-By: Claude Fable 5 --- REPOSITORY_LIFECYCLE.md | 4 ++-- repository-lifecycle.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/REPOSITORY_LIFECYCLE.md b/REPOSITORY_LIFECYCLE.md index ed88610..4f216d0 100644 --- a/REPOSITORY_LIFECYCLE.md +++ b/REPOSITORY_LIFECYCLE.md @@ -43,7 +43,7 @@ The machine-readable source is [`repository-lifecycle.yml`](repository-lifecycle |-------|--------------| | **Research** | `openadapt-ml`, `openadapt-evals`, `openadapt-retrieval`, `openadapt-grounding`, `openadapt-verifier` | | **Internal** | `openadapt-ops`, `openadapt-wright`, `openadapt-herald`, `openadapt-crier`, `openadapt-consilium`, `openadapt-presenter`, `openadapt-bootstrap`, `openadapt-telemetry`, `openadapt-viewer`, `openadapt-blog`, `openadapt-internal`, `openadapt-yc` | -| **Experimental UI/support** | `openadapt-console`, `openadapt-tray` | +| **Experimental UI/support** | `openadapt-console`, `openadapt-tray`, `openadapt-agent` | | **Labs/forks** | `OmniMCP` (`omnimcp` locally), `SoM`, `PydanticPrompt` | | **Historical directions** | `OpenAdapter`, `OpenReflector` | | **Superseded** | `OpenSanitizer` (successor: `openadapt-privacy`) | @@ -54,7 +54,7 @@ The machine-readable source is [`repository-lifecycle.yml`](repository-lifecycle |------------|-----------|---------------| | `openadapt-gitbook` | **Archived** | Keep an archive notice and route documentation traffic to `docs.openadapt.ai`. | | `openadapt-new` | **Archived** | Keep read-only historical context and route product traffic to `OpenAdapt` and `openadapt-flow`. | -| `openadapt-agent` | **Deprecated** | Add a successor notice for `openadapt-flow`; accept migration fixes only. | +| `openadapt-agent` | **Experimental (repurposed v2)** | Agent-facing bridge: compiled `openadapt-flow` workflows exposed as MCP tools and Agent Skills; governed runs only. Legacy v1 at tag `v0.1.0`. | | `OpenSanitizer` | **Superseded** | Add a successor notice for `openadapt-privacy`, then decide whether to archive. | | `OpenReflector` | **Historical** | Decide Archive versus Labs before changing organization state. | | `OpenAdapter` | **Historical** | Decide Archive versus Labs before changing organization state. | diff --git a/repository-lifecycle.yml b/repository-lifecycle.yml index 7d9724c..0e3e27b 100644 --- a/repository-lifecycle.yml +++ b/repository-lifecycle.yml @@ -9,6 +9,7 @@ lifecycle: - openadapt-flow - openadapt-cloud experimental: + - openadapt-agent - openadapt-desktop - openadapt-capture - openadapt-privacy @@ -45,7 +46,6 @@ lifecycle: superseded: - OpenSanitizer deprecated: - - openadapt-agent archived: - openadapt-new - openadapt-gitbook