From e950219246db89b5eafadff7651926aa5cdc1b60 Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Sat, 21 Mar 2026 03:43:13 -0700 Subject: [PATCH] docs: add beta status warning to README Mark platform as experimental beta with explicit disclaimers: no guarantees of determinism, reliability, or backward compatibility. Advise thorough evaluation before deployment. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6642b58..8685431a 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ [![Python](https://img.shields.io/pypi/pyversions/turnstone)](https://pypi.org/project/turnstone/) [![License](https://img.shields.io/badge/license-BSL--1.1-blue)](LICENSE) -Multi-node AI orchestration platform. Deploy tool-using AI agents across a cluster of servers, driven by message queues or interactive interfaces. +Experimental multi-node AI orchestration platform. Deploy tool-using AI agents across a cluster of servers, driven by message queues or interactive interfaces. -Named after the [Ruddy Turnstone](https://en.wikipedia.org/wiki/Ruddy_turnstone) — a bird that flips rocks to expose what's hiding underneath. +> **Beta — Use at your own risk.** Turnstone is under active development and has not reached a stable release. APIs, configuration formats, and database schemas may change between versions without migration paths. We make no guarantees of determinism, reliability, or backward compatibility. Evaluate thoroughly before deploying to any environment where these properties matter. + +Named after the [Ruddy Turnstone](https://en.wikipedia.org/wiki/Ruddy_turnstone) (*Arenaria interpres*) — a shorebird that flips stones to discover what's hiding underneath. ## What it does