From 935d760b3bb88f11c1f8bab1985e9f9a5ba8df97 Mon Sep 17 00:00:00 2001 From: a6091731 Date: Tue, 7 Apr 2026 17:51:49 +0800 Subject: [PATCH] docs(readme): add integration sanity checklist and showcase link Improve onboarding consistency with a short operational checklist and direct traffic to the public capability showcase. Made-with: Cursor --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6baecf8..96fa7c9 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ chunks.each { |chunk| puts chunk } gem install ai-sandbox-sdk-ruby ``` +## Integration Sanity Checklist + +- Keep `AI_SANDBOX_API_KEY` in secure runtime configuration. +- Confirm `AI_SANDBOX_BASE_URL` points to the intended environment. +- Verify `[DONE]` handling in stream consumers before release. + ## Snapshot | Metric | Value | @@ -73,6 +79,7 @@ gem install ai-sandbox-sdk-ruby ## Links - [Official System Integration Docs](https://www.egroupai.com/ai-sandbox/system-integration) +- [Public Capability Showcase](https://github.com/a6091731/ai-sandbox-public-showcase) - [30-Day Optimization Plan](docs/30D_OPTIMIZATION_PLAN.md) - [Integration Guide](docs/INTEGRATION.md) - [Quickstart Example](examples/quickstart.rb)