refactor: rename @crema/arcadia-client → @crema/arcadia-core-client

Disambiguates the Phoenix/auth client lib from lib-arcadia-agents-client.
Dir lib-arcadia-client → lib-arcadia-core-client; alias updated in
tsconfig paths, vite config, app.css @source, imports, CI and docs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
jules
2026-06-11 13:31:54 +10:00
parent 57dc0455d1
commit ae8332ab3f
2 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
// Fetches the arcadia OpenAPI spec and regenerates ../src/generated/openapi.d.ts.
//
// Usage (from a consuming app, with arcadia reachable):
// node ../lib-arcadia-client/scripts/sync-spec.mjs
// node ../lib-arcadia-core-client/scripts/sync-spec.mjs
//
// Configurable via env:
// ARCADIA_OPENAPI_URL default: http://localhost:4000/api/openapi