From f0aef85b3a4c17b4c1aac94d3ec0fdb38088dde3 Mon Sep 17 00:00:00 2001 From: a6091731 Date: Tue, 7 Apr 2026 17:54:07 +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 96fa7c9..8c3834d 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ gem install ai-sandbox-sdk-ruby | 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