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
+68-10Lines changed: 68 additions & 10 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 Python SDK Roadmap
2
2
3
-
Status: `0.1.0` stable released
4
-
Last updated: 2026-07-28
3
+
Status: `0.1.1` stable maintenance released
4
+
Last updated: 2026-07-29
5
5
Repository contract: this roadmap is self-contained.
6
6
Current gate: maintain the verified stable 0.1 surface. Begin 0.2 only after a
7
7
separate maintainer request authorizes its provider schemas and live contracts.
@@ -13,12 +13,12 @@ to CometAPI while preserving official request, response, error, retry, timeout,
13
13
sync, async, and streaming behavior.
14
14
15
15
Private Remote Validation, Public Preview, the functional `0.1.0a1` Registry
16
-
Alpha, and stable `0.1.0`are complete for the sanitized public repository.
17
-
Protected repository configuration, public default-branch CI, exact-release
18
-
live smoke, PyPI OIDC publication, provenance, digest comparison, and
19
-
public-registry smoke provide separate evidence layers. Support and release
20
-
claims remain limited to the evidence defined in this roadmap and
21
-
`COMPATIBILITY.md`.
16
+
Alpha, stable `0.1.0`, and maintenance release `0.1.1`are complete for the
17
+
sanitized public repository. Protected repository configuration, public
18
+
default-branch CI, exact-release live smoke, PyPI OIDC publication, provenance,
19
+
digest comparison, and public-registry smoke provide separate evidence layers.
20
+
Support and release claims remain limited to the evidence defined in this
21
+
roadmap and `COMPATIBILITY.md`.
22
22
23
23
## Milestones
24
24
@@ -29,6 +29,7 @@ claims remain limited to the evidence defined in this roadmap and
29
29
| Public Preview | Complete | The public repository has blocking CI, repository rules, security reporting, protected environments, immutable releases, and authorized live-smoke evidence. |
30
30
|`0.1.0a1` Registry Alpha | Complete | Early adopters can install the functional prerelease from PyPI; every release and registry gate passed. |
31
31
|`0.1.0` stable | Complete | Complete runtime, release-PR, example, provenance, and registry gates passed. |
32
+
|`0.1.1` maintenance | Complete | Configuration validation and every stable release, live, provenance, and registry gate passed. |
32
33
|`0.2.0` provider-native text | Planned | Optional official Anthropic and Gemini adapters. |
0 commit comments