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
| Repository foundation | In progress | The repository has reproducible development, contribution, security, and release processes. |
28
-
| Private Remote Validation | Complete | The sanitized private repository passes real credential-free default-branch CI; public-only controls and live tests remain disabled. |
29
-
| Public Preview |Awaiting authorization| The public repository has blocking CI, repository rules, security reporting, protected environments, and authorized live-smoke evidence. |
30
-
| 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. |
31
-
| 0.1.0 Stable | Planned | Users can install a fully verified package from npm's default channel. |
32
-
| 0.2.0 provider-native text | Planned | Users can opt into Anthropic Messages and Gemini text adapters through isolated subpath exports. |
33
-
| 0.3.0 CometAPI resources | Planned | Users receive typed access to the first stable CometAPI-specific account or platform resources. |
34
-
| Media and task APIs | Later | Users receive typed image, video, audio, upload, polling, and task lifecycle helpers after their contracts are stable. |
| Repository foundation | In progress | The repository has reproducible development, contribution, security, and release processes. |
27
+
| Private Remote Validation | Complete | The sanitized private repository passes real credential-free default-branch CI; public-only controls and live tests remain disabled. |
28
+
| 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. |
30
+
| 0.1.0 Stable | Planned | Users can install a fully verified package from npm's default channel. |
31
+
| 0.2.0 provider-native text | Planned | Users can opt into Anthropic Messages and Gemini text adapters through isolated subpath exports. |
32
+
| 0.3.0 CometAPI resources | Planned | Users receive typed access to the first stable CometAPI-specific account or platform resources. |
33
+
| Media and task APIs | Later | Users receive typed image, video, audio, upload, polling, and task lifecycle helpers after their contracts are stable. |
35
34
36
35
## Repository Foundation
37
36
@@ -115,9 +114,15 @@ visibility or publish to a private or public registry.
115
114
116
115
## Public Preview
117
116
118
-
Changing the repository to public begins a short configuration interval; it
119
-
does not establish Public Preview readiness by itself. The preview is ready
120
-
only when:
117
+
Public Preview is complete. The repository visibility transition and public-only
118
+
configuration were followed by successful default-branch verification and an
119
+
authorized protected live smoke. Evidence for the final pre-documentation
120
+
commit is recorded in the corresponding GitHub Actions runs:
121
+
122
+
-[Main CI run 30246345118](https://github.com/cometapi-dev/cometapi-node/actions/runs/30246345118)
123
+
-[Live smoke run 30246431866](https://github.com/cometapi-dev/cometapi-node/actions/runs/30246431866)
124
+
125
+
The readiness criteria remain:
121
126
122
127
- The README describes real 0.1 scope and clearly labels the repository as a
0 commit comments