Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ codex exec "Reply with: ready"

## NPM Alpha

The public npm package target is <code>codex-claw@0.1.0-alpha.0</code>.
The public npm package target is <code>codex-claw@0.1.0-alpha.1</code>.

After the first npm alpha publish, start without a global install:

Expand Down
2 changes: 1 addition & 1 deletion docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>npm whoami</code>.
- Publish <code>0.1.0-alpha.0</code> with the alpha dist-tag.
- Publish <code>0.1.0-alpha.1</code> with the alpha dist-tag.
- Run <code>pnpm smoke:codex-claw:npm</code> after publish.

2. Beta release evidence
Expand Down
2 changes: 1 addition & 1 deletion packages/codex-claw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The package is designed for an <code>npx codex-claw@alpha</code> first-run workf
## Status

- Package name: <code>codex-claw</code>
- Current version: <code>0.1.0-alpha.0</code>
- Current version: <code>0.1.0-alpha.1</code>
- Release channel: <code>alpha</code>
- Runtime dependency: your installed and authenticated Codex CLI

Expand Down
2 changes: 1 addition & 1 deletion packages/codex-claw/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading