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
+40-19Lines changed: 40 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,24 @@
1
1
# CometAPI Python SDK Roadmap
2
2
3
-
Status: `0.1.0a1` released; `0.1.0` recovery in progress
3
+
Status: `0.1.0` stable released
4
4
Last updated: 2026-07-28
5
5
Repository contract: this roadmap is self-contained.
6
-
Current gate: land and remotely verify the selector-descendant control-flow
7
-
fix, then complete a newly authorized `0.1.0` recovery.
6
+
Current gate: maintain the verified stable 0.1 surface. Begin 0.2 only after a
7
+
separate maintainer request authorizes its provider schemas and live contracts.
8
8
9
9
## Product target
10
10
11
11
The SDK provides the shortest reliable path from an OpenAI Python integration
12
12
to CometAPI while preserving official request, response, error, retry, timeout,
13
13
sync, async, and streaming behavior.
14
14
15
-
Private Remote Validation, Public Preview, and the functional `0.1.0a1`
16
-
Registry Alpha are complete for the sanitized public repository. Protected
17
-
repository configuration, public default-branch CI, exact-release live smoke,
18
-
PyPI OIDC publication, provenance, digest comparison, and public-registry smoke
19
-
provide separate evidence layers. Support and release claims remain limited to
20
-
the evidence defined in this roadmap and `COMPATIBILITY.md`.
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`.
21
22
22
23
## Milestones
23
24
@@ -27,7 +28,7 @@ the evidence defined in this roadmap and `COMPATIBILITY.md`.
27
28
| Private Remote Validation | Complete | The sanitized private repository passes real credential-free default-branch CI; public-only controls and live tests remain disabled. |
28
29
| Public Preview | Complete | The public repository has blocking CI, repository rules, security reporting, protected environments, immutable releases, and authorized live-smoke evidence. |
29
30
|`0.1.0a1` Registry Alpha | Complete | Early adopters can install the functional prerelease from PyPI; every release and registry gate passed. |
30
-
|`0.1.0` stable |Recovery in progress | Complete runtime, release-PR, example, provenance, and registry gates pass. |
31
+
|`0.1.0` stable |Complete | Complete runtime, release-PR, example, provenance, and registry gates passed. |
31
32
|`0.2.0` provider-native text | Planned | Optional official Anthropic and Gemini adapters. |
0 commit comments