From 6d4ab3c5d29bd249f65019a1ea8c7336867d7c78 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:26:37 +0000 Subject: [PATCH] Address review feedback: add migration link, mark internal packages Co-Authored-By: mantra --- packages/shared-backend/README.md | 8 +------- packages/shared/README.md | 8 +------- packages/template/README.md | 4 ++++ 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/packages/shared-backend/README.md b/packages/shared-backend/README.md index cb3fa83d0..41391b9fa 100644 --- a/packages/shared-backend/README.md +++ b/packages/shared-backend/README.md @@ -1,12 +1,6 @@ # @hexclave/shared-backend -Shared backend utilities for [Hexclave](https://hexclave.com) — open-source authentication and user management. - -## Installation - -```bash -npm install @hexclave/shared-backend -``` +Internal shared backend utilities for the [Hexclave](https://hexclave.com) SDK. This package is not intended for direct consumption — it is used internally by other `@hexclave/*` packages. ## Documentation diff --git a/packages/shared/README.md b/packages/shared/README.md index ebe40b1c9..61fd178c4 100644 --- a/packages/shared/README.md +++ b/packages/shared/README.md @@ -1,12 +1,6 @@ # @hexclave/shared -Shared utilities and types for [Hexclave](https://hexclave.com) — open-source authentication and user management. - -## Installation - -```bash -npm install @hexclave/shared -``` +Internal shared utilities and types for the [Hexclave](https://hexclave.com) SDK. This package is not intended for direct consumption — it is used internally by other `@hexclave/*` packages. ## Documentation diff --git a/packages/template/README.md b/packages/template/README.md index 1e2237292..9327068da 100644 --- a/packages/template/README.md +++ b/packages/template/README.md @@ -14,6 +14,10 @@ The official SDK for [Hexclave](https://hexclave.com) — open-source authentica Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com). +## Migrating from Stack Auth + +If you're migrating from `@stackframe/stack`, see the [migration guide](https://docs.hexclave.com/migration). + ## Links - [Hexclave](https://hexclave.com)