You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# CometAPI TypeScript and Node.js SDK Roadmap
2
2
3
-
Status: Public Preview and Registry Alpha complete; 0.1.0 stable planned
4
-
Last updated: 2026-07-27
3
+
Status: Public Preview and Registry Alpha complete; 0.1.0 stable in progress
4
+
Last updated: 2026-07-28
5
5
Repository contract: This roadmap is self-contained and is the public source
6
6
of truth for this repository's release sequence.
7
7
@@ -29,7 +29,7 @@ available from npm's `next` channel.
29
29
| Private Remote Validation | Complete | The sanitized private repository passes real credential-free default-branch CI; public-only controls and live tests remain disabled. |
30
30
| Public Preview | Complete | The public repository has blocking CI, repository rules, security reporting, protected environments, and authorized live-smoke evidence. |
31
31
| 0.1.x Registry Alpha | Complete | Early adopters can install a functional, provenance-verified prerelease from npm's `next` channel through the OIDC-only publication path. |
32
-
| 0.1.0 Stable |Planned | Users can install a fully verified package from npm's default channel. |
32
+
| 0.1.0 Stable |In progress| Users can install a fully verified package from npm's default channel. |
33
33
| 0.2.0 provider-native text | Planned | Users can opt into Anthropic Messages and Gemini text adapters through isolated subpath exports. |
34
34
| 0.3.0 CometAPI resources | Planned | Users receive typed access to the first stable CometAPI-specific account or platform resources. |
35
35
| Media and task APIs | Later | Users receive typed image, video, audio, upload, polling, and task lifecycle helpers after their contracts are stable. |
@@ -311,6 +311,11 @@ Stable publication requires a human-reviewed release PR and protected npm
311
311
environment approval while the SDK remains pre-1.0. Manual workflows may build
312
312
or dry-run packages but may not publish an arbitrary commit.
313
313
314
+
For the 0.1.0 promotion, Release Please creates only the reviewed PR and skips
315
+
tag and Release creation. After that PR merges, a maintainer manually creates
316
+
the immutable `v0.1.0` Release against its exact merge commit; publishing the
317
+
Release triggers the existing verified OIDC pipeline.
318
+
314
319
Public Preview needs no registry workflow. Registry Alpha publishes from a
315
320
human-reviewed immutable prerelease tag under the `next` dist-tag through OIDC
316
321
or, only when npm cannot preconfigure Trusted Publishing, through the one-time
0 commit comments