@@ -4,9 +4,9 @@ The official CometAPI entry point for the OpenAI-compatible API. The SDK keeps
44the official OpenAI JavaScript request, response, stream, and error types while
55defaulting the client to CometAPI.
66
7- > ** Registry Alpha pre- release:** the SDK is under active 0.1 development .
8- > ` 0.1.0-alpha.3 ` is available from npm under the ` next ` dist-tag, and its API
9- > may change before ` 0.1.0 ` .
7+ > ** Stable 0.1 release candidate :** ` 0.1.0 ` is approved for npm publication .
8+ > The supported API is limited to the contract-tested 0.1 surface documented
9+ > here and in [ COMPATIBILITY.md ] ( ./COMPATIBILITY.md ) .
1010
1111## Supported 0.1 surface
1212
@@ -37,10 +37,11 @@ files. You are responsible for all usage and charges incurred with your key.
3737
3838## Installation
3939
40- Install the prerelease from npm's ` next ` dist-tag:
40+ Install the stable package from npm's default ` latest ` dist-tag after the
41+ reviewed release completes:
4142
4243``` bash
43- npm install cometapi@next
44+ npm install cometapi
4445```
4546
4647The release workflow is the sole source of the npm dist-tag: prerelease
@@ -52,9 +53,9 @@ For source-checkout testing, retain and verify one exact tarball:
5253``` bash
5354mkdir -p .artifacts
5455npm pack --pack-destination .artifacts
55- npm run test:package -- --tarball .artifacts/cometapi-0.1.0-alpha.3 .tgz
56- npm run test:examples -- --tarball .artifacts/cometapi-0.1.0-alpha.3 .tgz
57- npm run test:fixtures -- --tarball .artifacts/cometapi-0.1.0-alpha.3 .tgz
56+ npm run test:package -- --tarball .artifacts/cometapi-0.1.0.tgz
57+ npm run test:examples -- --tarball .artifacts/cometapi-0.1.0.tgz
58+ npm run test:fixtures -- --tarball .artifacts/cometapi-0.1.0.tgz
5859```
5960
6061Install that path in a separate consumer when needed. Do not treat a locally
@@ -211,9 +212,10 @@ parent.
211212
212213## Project status
213214
214- The repository has completed Public Preview. Blocking CI, protected repository
215- rules, security reporting, protected environments, and the authorized live
216- smoke have passed. Registry Alpha ` 0.1 .0 - alpha.3 ` was published from the
215+ The repository has completed Public Preview and Registry Alpha. Blocking CI,
216+ protected repository rules, security reporting, protected environments, and
217+ the authorized live smoke have passed. Stable ` 0.1 .0 ` is the reviewed
218+ publication candidate; Registry Alpha ` 0.1 .0 - alpha.3 ` was published from the
217219immutable release artifact through GitHub Actions OIDC with provenance, and
218220independent public-registry ESM, CommonJS, and compatible-OpenAI host installs
219221passed. The immutable ` 0.1 .0 - alpha.2 ` GitHub release remains as an unpublished
0 commit comments