diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7a6d38b..bb5ad0af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -389,7 +389,7 @@ jobs: - `hindsight-client` - Client library ### TypeScript/JavaScript - - `@hindsight/client` - TypeScript SDK + - `@vectorize-io/hindsight-client` - TypeScript SDK ### CLI Binaries - `hindsight-linux-amd64` - Linux x86_64 @@ -413,7 +413,7 @@ jobs: ### TypeScript/JavaScript ```bash - npm install @hindsight/client@${{ steps.get_version.outputs.VERSION }} + npm install @vectorize-io/hindsight-client@${{ steps.get_version.outputs.VERSION }} ``` ### CLI @@ -458,7 +458,7 @@ jobs: echo "" >> $GITHUB_STEP_SUMMARY echo "## 📦 Components" >> $GITHUB_STEP_SUMMARY echo "- ✅ Python packages (hindsight-all, hindsight-api, hindsight-client)" >> $GITHUB_STEP_SUMMARY - echo "- ✅ TypeScript Client (@hindsight/client)" >> $GITHUB_STEP_SUMMARY + echo "- ✅ TypeScript Client (@vectorize-io/hindsight-client)" >> $GITHUB_STEP_SUMMARY echo "- ✅ Rust CLI (Linux amd64, macOS amd64, macOS arm64)" >> $GITHUB_STEP_SUMMARY echo "- ✅ Docker images (standalone, API, Control Plane)" >> $GITHUB_STEP_SUMMARY echo "- ✅ Helm chart" >> $GITHUB_STEP_SUMMARY diff --git a/hindsight-clients/typescript/package.json b/hindsight-clients/typescript/package.json index 589ef684..9112f588 100644 --- a/hindsight-clients/typescript/package.json +++ b/hindsight-clients/typescript/package.json @@ -1,5 +1,5 @@ { - "name": "@hindsight/client", + "name": "@vectorize-io/hindsight-client", "version": "0.0.10", "description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking", "main": "./dist/src/index.js", diff --git a/uv.lock b/uv.lock index 735b5f11..677fbaff 100644 --- a/uv.lock +++ b/uv.lock @@ -1141,7 +1141,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-api" -version = "0.0.9" +version = "0.0.10" source = { editable = "hindsight-api" } dependencies = [ { name = "alembic" }, @@ -1243,7 +1243,7 @@ dev = [ [[package]] name = "hindsight-client" -version = "0.0.9" +version = "0.0.10" source = { editable = "hindsight-clients/python" } dependencies = [ { name = "aiohttp" }, @@ -1275,7 +1275,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-dev" -version = "0.0.9" +version = "0.0.10" source = { editable = "hindsight-dev" } dependencies = [ { name = "hindsight-api" },