From 00eb0f34d507cd8ef9a4e5370abc20dbec1a0595 Mon Sep 17 00:00:00 2001 From: a6091731 Date: Tue, 7 Apr 2026 17:54:06 +0800 Subject: [PATCH] docs(readme): document release-readiness check expectations Add a release-readiness row to the snapshot table so maintainers run required CI guards consistently before merge. Made-with: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01e6a03..4135f20 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ pip install ai-sandbox-sdk-python | Retry Safety | 429/5xx auto-retry for GET/HEAD + capped exponential backoff | | Error Surface | `ApiError` with status/body/trace_id | | Validation | Production-host integration verified | +| Release Readiness | Run `draft-release-train` and `guards` checks before merge | ## Links