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
4 changes: 2 additions & 2 deletions data/published-version-claims.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"source_of_truth": "public/status.json#/versions",
"release_source_of_truth": "public/status.json#/releases",
"verified_on": "2026-08-26",
"evidence": "Published package and GitHub release records on 2026-08-26: openadapt 1.15.0, openadapt-flow 1.33.0, openadapt-capture 1.2.2, openadapt-desktop 0.15.0.",
"evidence": "Published package and GitHub release records on 2026-08-26: openadapt 1.15.1, openadapt-flow 1.33.0, openadapt-capture 1.2.2, openadapt-desktop 0.15.0.",
"packages": {
"launcher": "openadapt",
"flow": "openadapt-flow",
"capture": "openadapt-capture",
"desktop": "openadapt-desktop"
},
"versions": {
"launcher": "1.15.0",
"launcher": "1.15.1",
"flow": "1.33.0",
"capture": "1.2.2",
"desktop": "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion public/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ control plane is a separate commercial product.

- Engine source: https://github.com/OpenAdaptAI/openadapt-flow
- Install route: https://github.com/OpenAdaptAI/OpenAdapt, then `pip install openadapt` and `openadapt quickstart`
- Current published versions: launcher 1.15.0, Flow 1.33.0, capture 1.2.2, desktop 0.15.0
- Current published versions: launcher 1.15.1, Flow 1.33.0, capture 1.2.2, desktop 0.15.0
- Product lifecycle: Beta

---
Expand Down
2 changes: 1 addition & 1 deletion public/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OpenAdapt fits repetitive, consequential work where the application has no pract
## Canonical machine-readable status

- [status.json](https://openadapt.ai/status.json): The single source of truth for product lifecycle, released component versions, per-substrate availability, delivery boundary, and the linked acceptance evidence for each substrate. Public surfaces render their labels from this file. Prefer it over any prose on this site if the two ever disagree.
- Current published versions: launcher 1.15.0, Flow (compiler/runtime) 1.33.0, capture 1.2.2, desktop 0.15.0. Product lifecycle: Beta.
- Current published versions: launcher 1.15.1, Flow (compiler/runtime) 1.33.0, capture 1.2.2, desktop 0.15.0. Product lifecycle: Beta.

## Execution substrates and their evidence boundary

Expand Down
22 changes: 11 additions & 11 deletions public/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@
"generated_at": "2026-08-26",
"product_lifecycle": "Beta",
"versions": {
"launcher": "1.15.0",
"launcher": "1.15.1",
"flow": "1.33.0",
"capture": "1.2.2",
"desktop": "0.15.0"
},
"releases": {
"launcher": {
"package": "openadapt",
"version": "1.15.0",
"version": "1.15.1",
"source": "pypi",
"github_repository": "OpenAdaptAI/OpenAdapt",
"tag": "v1.15.0",
"release_commit": "083414d89f282631071d6914c865f0175b6d8c84",
"qualified_source_commit": "8d5627a69b86565a4eabe71929820fd573f1bb88",
"tag": "v1.15.1",
"release_commit": "1999cbe4da8fd2351d4d72e43e91fc74d78842a0",
"qualified_source_commit": "d83123b660b5f87e14c5733b38d9efb49acf56f4",
"artifacts": [
{
"type": "bdist_wheel",
"filename": "openadapt-1.15.0-py3-none-any.whl",
"url": "https://files.pythonhosted.org/packages/92/2e/ce94bea08065173e038f0d61c574ae0c25037cb9f6b78f18510c3da16a49/openadapt-1.15.0-py3-none-any.whl",
"sha256": "c7b20b231ba5bdd36e99188f535bdec92af0697ade61b8c76e92336613dde79c"
"filename": "openadapt-1.15.1-py3-none-any.whl",
"url": "https://files.pythonhosted.org/packages/d6/85/258a2d9c75791d30b6b986b6b835f559d2a54443a7cbf8fa8ee2a8282c00/openadapt-1.15.1-py3-none-any.whl",
"sha256": "436a4f88598962edf534f2bc147d5d7426358dd6847d04e86ec60ed300d14d9e"
},
{
"type": "sdist",
"filename": "openadapt-1.15.0.tar.gz",
"url": "https://files.pythonhosted.org/packages/af/12/2e80151231dfbff6fa5324f48722d90f4bbc02833fb8eb2f179f6582f070/openadapt-1.15.0.tar.gz",
"sha256": "db73a1d0bed9a96b58cf795146aecfe40ceae12fa147d4bf7ecd106872a4a81f"
"filename": "openadapt-1.15.1.tar.gz",
"url": "https://files.pythonhosted.org/packages/85/e4/94047f5e820700ba1614bc94e2fe9c26f85f94fbef64e3cfa9a98d3cd2dd/openadapt-1.15.1.tar.gz",
"sha256": "398eb68e5d89e491007cdbbf205c655bfa49c049a343fc2ec0197ffe7abc9457"
}
]
},
Expand Down
Loading