From 64cc68f293a1a0638aad3d41c196a3abd67d3f82 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 7 Jun 2026 22:58:15 +0000 Subject: [PATCH] docs: clarify SDK CLI proof scope --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e133dc..ff37195 100644 --- a/README.md +++ b/README.md @@ -135,12 +135,16 @@ matrix run --mount matrix invoke [json] ``` -The current CLI proof is: +The current SDK CLI acceptance proof is: ```bash pnpm prove:cli-uat ``` +The command name uses `uat`, but its scope is only the SDK package-author CLI +flow. It is not HiveCast product UAT, browser UAT, signup/login UAT, API-key UI +UAT, or live platform deployment proof. + The CLI is intended to let a package author initialize a folder, add actors, configure broker access, run actors, and invoke them without importing HiveCast product packages into the SDK layer.