From 980ec285eaeceafc5c9e5e0f7b47119a6c572a8e Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 11 Jun 2026 13:40:31 +1000 Subject: [PATCH] =?UTF-8?q?refactor:=20rename=20service=20references=20arc?= =?UTF-8?q?adia-app=20=E2=86=92=20arcadia-core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Phoenix auth/identity/tenancy backend repo is being renamed arcadia-app → arcadia-core (its primary OTP app is already arcadia_core). Updates prose, doc paths, and git.sky-ai.com repo URLs. Deliberately leaves the Rust crate arcadia-app-client and host arcadia-app.internal (handled separately), and the kept namespace (issuer/release "arcadia"). Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f5399..bdd5660 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @crema/arcadia-core-client -Typed HTTP client + React bindings for the [arcadia](https://git.sky-ai.com/CremaUIStudio/arcadia-app) Phoenix API. Wraps the OpenAPI-spec'd surface at `/api/v1` with auth (Bearer JWT and/or service-account API key), tenant context (`X-Tenant-ID`), idempotency keys, error normalization, and rate-limit-aware retry. +Typed HTTP client + React bindings for the [arcadia](https://git.sky-ai.com/CremaUIStudio/arcadia-core) Phoenix API. Wraps the OpenAPI-spec'd surface at `/api/v1` with auth (Bearer JWT and/or service-account API key), tenant context (`X-Tenant-ID`), idempotency keys, error normalization, and rate-limit-aware retry. The client is **stateless about how the JWT is obtained** — callers pass `getToken` so token refresh and storage stay app-owned.