Skip to content

Commit 8d861bd

Browse files
committed
chore: prepare 0.1.0-alpha.1 release
1 parent 65ba3f3 commit 8d861bd

5 files changed

Lines changed: 18 additions & 17 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
".": "0.1.0-alpha.1"
3+
}

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ follows Keep a Changelog, and versions follow Semantic Versioning.
55

66
## [Unreleased]
77

8-
- Completed the Public Preview repository transition, protected configuration,
9-
and authorized live-smoke verification. Registry Alpha remains unpublished.
10-
11-
## [0.1.0-alpha.1] - Unreleased
8+
## [0.1.0-alpha.1] - 2026-07-27
129

1310
### Added
1411

@@ -47,6 +44,8 @@ follows Keep a Changelog, and versions follow Semantic Versioning.
4744
- Limited the trusted live smoke to exactly three sequential requests, at most
4845
16 output tokens per request, a 60-second timeout per request, concurrency
4946
one, and an immediate stop on the first failure.
47+
- Completed the Public Preview repository transition, protected configuration,
48+
and authorized live-smoke verification before Registry Alpha publication.
5049

5150
### Removed
5251

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ The official CometAPI entry point for the OpenAI-compatible API. The SDK keeps
44
the official OpenAI JavaScript request, response, stream, and error types while
55
defaulting the client to CometAPI.
66

7-
> **Public Preview pre-release:** the SDK is under active 0.1 development. The
8-
> package is not yet available from npm, and its API may change before `0.1.0`.
7+
> **Registry Alpha pre-release:** the SDK is under active 0.1 development.
8+
> `0.1.0-alpha.1` is approved for npm publication under the `next` dist-tag,
9+
> and its API may change before `0.1.0`.
910
1011
## Supported 0.1 surface
1112

@@ -36,7 +37,7 @@ files. You are responsible for all usage and charges incurred with your key.
3637

3738
## Installation
3839

39-
When a prerelease is available, install it from npm's `next` dist-tag:
40+
Install the prerelease from npm's `next` dist-tag:
4041

4142
```bash
4243
npm install cometapi@next
@@ -207,12 +208,12 @@ parent.
207208
208209
## Project status
209210
210-
The repository is in Public Preview. Blocking CI, protected repository rules,
211-
security reporting, protected environments, and the authorized live smoke have
212-
passed. The first Registry Alpha remains a separate release gate; mocked
213-
responses, packed artifacts, GitHub Actions, trusted live tests, and npm
214-
publication are separate evidence layers and must not be represented as
215-
another.
211+
The repository has completed Public Preview. Blocking CI, protected repository
212+
rules, security reporting, protected environments, and the authorized live
213+
smoke have passed. Registry Alpha `0.1.0-alpha.1` is approved for npm
214+
publication; mocked responses, packed artifacts, GitHub Actions, trusted live
215+
tests, and npm publication remain separate evidence layers and must not be
216+
represented as another.
216217
217218
See:
218219

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CometAPI TypeScript and Node.js SDK Roadmap
22

3-
Status: Public Preview complete; Registry Alpha awaits separate authorization
3+
Status: Public Preview complete; Registry Alpha release authorized
44
Last updated: 2026-07-27
55
Repository contract: This roadmap is self-contained and is the public source
66
of truth for this repository's release sequence.
@@ -26,7 +26,7 @@ and stable 0.1.0 stages.
2626
| Repository foundation | In progress | The repository has reproducible development, contribution, security, and release processes. |
2727
| Private Remote Validation | Complete | The sanitized private repository passes real credential-free default-branch CI; public-only controls and live tests remain disabled. |
2828
| Public Preview | Complete | The public repository has blocking CI, repository rules, security reporting, protected environments, and authorized live-smoke evidence. |
29-
| 0.1.0-alpha.1 Registry Alpha | Planned | Early adopters can install a functional prerelease from npm's `next` channel and call the three required OpenAI-compatible resources. |
29+
| 0.1.0-alpha.1 Registry Alpha | In progress | Early adopters can install a functional prerelease from npm's `next` channel and call the three required OpenAI-compatible resources. |
3030
| 0.1.0 Stable | Planned | Users can install a fully verified package from npm's default channel. |
3131
| 0.2.0 provider-native text | Planned | Users can opt into Anthropic Messages and Gemini text adapters through isolated subpath exports. |
3232
| 0.3.0 CometAPI resources | Planned | Users receive typed access to the first stable CometAPI-specific account or platform resources. |

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"packages": {
44
".": {
55
"release-type": "node",
6-
"release-as": "0.1.0-alpha.1",
76
"versioning": "prerelease",
87
"prerelease-type": "alpha",
98
"prerelease": true,

0 commit comments

Comments
 (0)