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. |
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
-
| Public Preview | Complete | The public repository has blocking CI, repository rules, security reporting, protected environments, and authorized live-smoke evidence. |
31
-
| 0.1.x Registry Alpha |In progress | Early adopters can install a functionalprerelease from npm's `next` channel; alpha.3 must prove the OIDC-only publication path.|
32
-
| 0.1.0 Stable | Planned | Users can install a fully verified package from npm's default channel. |
33
-
| 0.2.0 provider-native text | Planned | Users can opt into Anthropic Messages and Gemini text adapters through isolated subpath exports. |
34
-
| 0.3.0 CometAPI resources | Planned | Users receive typed access to the first stable CometAPI-specific account or platform resources. |
35
-
| 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. |
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
+
| Public Preview | Complete | The public repository has blocking CI, repository rules, security reporting, protected environments, and authorized live-smoke evidence. |
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. |
33
+
| 0.2.0 provider-native text | Planned | Users can opt into Anthropic Messages and Gemini text adapters through isolated subpath exports. |
34
+
| 0.3.0 CometAPI resources | Planned | Users receive typed access to the first stable CometAPI-specific account or platform resources. |
35
+
| Media and task APIs | Later | Users receive typed image, video, audio, upload, polling, and task lifecycle helpers after their contracts are stable. |
36
36
37
37
## Repository Foundation
38
38
@@ -347,10 +347,10 @@ npm does not allow configuration before the first package publication, only
347
347
local publication guard rejected the fixed `actions/setup-node`
348
348
authentication placeholder before npm was invoked; no alpha.2 registry
349
349
artifact exists.
350
-
6. The project preserves that immutable failure record, publishes
351
-
`0.1.0-alpha.3` through OIDC with regression coverage for the placeholder,
352
-
verifies provenance and installation, and confirms that `next` resolves to
353
-
`0.1.0-alpha.3`.
350
+
6. The project preserved that immutable failure record and published
351
+
`0.1.0-alpha.3` through OIDC with regression coverage for the placeholder.
352
+
Provenance, registry signatures, independent installation, ownership, and
353
+
the `next` dist-tag were verified.
354
354
355
355
This exception must be recorded in the release evidence and must never become
0 commit comments