#!/usr/bin/env bash # Human-assisted isolation check helper (S6.1 / Clerk gap). # Does NOT create projects. Prints the exact clicks + optional API probes # if you pass two project-scoped auth public keys (pk_ only — never brk_ in browser). # # Usage: # ./scripts/auth-isolation-check.sh # ./scripts/auth-isolation-check.sh p_AAA p_BBB set -euo pipefail API="${BRIVEN_API_ORIGIN:-https://api.briven.tech}" A="${1:-}" B="${2:-}" cat <