diff --git a/AGENT_SETUP.md b/AGENT_SETUP.md index 1289fc6..093e7f3 100644 --- a/AGENT_SETUP.md +++ b/AGENT_SETUP.md @@ -78,7 +78,7 @@ pnpm add @foxui/social @foxui/core Run this bash script to download all required files into the project: ```sh -BASE_URL="https://raw.githubusercontent.com/flo-bit/atproto-oauth-cloudflare/main" +BASE_URL="https://raw.githubusercontent.com/flo-bit/svelte-cloudflare-statusphere/main" FILES=( "src/lib/atproto/auth.svelte.ts" diff --git a/README.md b/README.md index 24063a3..0bc33f3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See [GETTING_STARTED.md](GETTING_STARTED.md) for production deployment, tunnel s **With an AI agent** — paste this into Claude Code (or similar) in your existing repo: ``` -add atproto oauth to this project https://raw.githubusercontent.com/flo-bit/atproto-oauth-cloudflare/main/AGENT_SETUP.md +add atproto oauth to this project https://raw.githubusercontent.com/flo-bit/svelte-cloudflare-statusphere/main/AGENT_SETUP.md ``` The [agent prompt](AGENT_SETUP.md) asks a few questions and sets everything up. diff --git a/package.json b/package.json index 8f4f7cc..b693a01 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "svelte-atproto-oauth-cloudflare-workers", + "name": "svelte-cloudflare-statusphere", "private": true, "version": "0.1.0", "type": "module",