From c9763ca9e787306fdfb3c06bed59c821b892d91e Mon Sep 17 00:00:00 2001 From: moe Date: Sun, 31 May 2026 09:34:19 -0400 Subject: [PATCH] chore: prepare v0.1.0-alpha.1 release --- README.md | 2 +- docs/ROADMAP.md | 2 +- packages/codex-claw/README.md | 2 +- packages/codex-claw/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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",