From ff70532f24e7c7c7155d429863a6c894b422eb82 Mon Sep 17 00:00:00 2001 From: Toby Hede Date: Thu, 30 Jul 2026 14:12:47 +1000 Subject: [PATCH] fix(stack): drop the removed --proxy flags from the shipped README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `stash init` flag table in `packages/stack/README.md` still listed `--proxy` / `--no-proxy` as supported. Those flags were removed with the EQL v2 CipherStash Proxy lifecycle: they are absent from the command registry, `stash init` rejects them with an actionable message, and both `packages/cli/README.md` and `skills/stash-cli/SKILL.md` were already updated. This README ships in the `@cipherstash/stack` tarball, so the stale row was wrong guidance in customer repos. The existing residue guard (`scripts/__tests__/no-removed-eql-version-flag.test.mjs`) scans `packages/*/README.md` but only inside fenced shell blocks, so a markdown table row was structurally invisible to it — which is why this line survived. Closes #816 --- .changeset/stack-readme-drop-proxy-flags.md | 12 ++++++++++++ packages/stack/README.md | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .changeset/stack-readme-drop-proxy-flags.md diff --git a/.changeset/stack-readme-drop-proxy-flags.md b/.changeset/stack-readme-drop-proxy-flags.md new file mode 100644 index 00000000..315f64d3 --- /dev/null +++ b/.changeset/stack-readme-drop-proxy-flags.md @@ -0,0 +1,12 @@ +--- +'@cipherstash/stack': patch +--- + +README only — drop the removed `--proxy` / `--no-proxy` flags from the `stash init` +flag table. + +The flags went away with the EQL v2 CipherStash Proxy lifecycle: they are absent +from the CLI command registry, and `stash init` now rejects them with an +actionable message. `packages/cli/README.md` and the bundled `stash-cli` skill +were already updated, but this table row in the `@cipherstash/stack` README — +which ships in the tarball — still documented them as supported. diff --git a/packages/stack/README.md b/packages/stack/README.md index 0e310b0d..87212337 100644 --- a/packages/stack/README.md +++ b/packages/stack/README.md @@ -573,7 +573,6 @@ The wizard will: | Flag | Description | |------|-------------| | `--supabase` / `--drizzle` / `--prisma-next` | Target a specific integration's setup flow | -| `--proxy` / `--no-proxy` | Opt in/out of the CipherStash Proxy path | | `--region ` | Workspace region (env `STASH_REGION`); **required for non-interactive init when not already logged in** | ## Configuration