diff --git a/README.md b/README.md index f453462..73bb0ab 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ codex exec "Reply with: ready" ## NPM Alpha -The public npm package target is codex-claw@0.1.0-alpha.0. +The public npm package target is codex-claw@0.1.0-alpha.1. After the first npm alpha publish, start without a global install: diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index b904ebc..a197b0a 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -18,7 +18,7 @@ See [BETA_WORKFLOW.md](BETA_WORKFLOW.md) for the public beta entry gates, valida 1. npm alpha publish - Confirm npm auth with npm whoami. - - Publish 0.1.0-alpha.0 with the alpha dist-tag. + - Publish 0.1.0-alpha.1 with the alpha dist-tag. - Run pnpm smoke:codex-claw:npm after publish. 2. Beta release evidence diff --git a/packages/codex-claw/README.md b/packages/codex-claw/README.md index 543dbd4..e9359bd 100644 --- a/packages/codex-claw/README.md +++ b/packages/codex-claw/README.md @@ -7,7 +7,7 @@ The package is designed for an npx codex-claw@alpha first-run workf ## Status - Package name: codex-claw -- Current version: 0.1.0-alpha.0 +- Current version: 0.1.0-alpha.1 - Release channel: alpha - Runtime dependency: your installed and authenticated Codex CLI diff --git a/packages/codex-claw/package.json b/packages/codex-claw/package.json index 2d9ebb2..0dccc0a 100644 --- a/packages/codex-claw/package.json +++ b/packages/codex-claw/package.json @@ -1,6 +1,6 @@ { "name": "codex-claw", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.1", "private": false, "description": "Local Codex CLI web-client bootstrapper for the CodexClaw alpha.", "type": "module",