Skip to content

Commit 17a1b67

Browse files
author
CometAPI
committed
docs: record private remote validation
1 parent 7bbffde commit 17a1b67

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

ROADMAP.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CometAPI Python SDK Roadmap
22

33
Status: `0.1.0a1` in progress
4-
Last updated: 2026-07-20
4+
Last updated: 2026-07-21
55
Repository contract: this roadmap is self-contained.
66

77
## Product target
@@ -10,18 +10,18 @@ The SDK provides the shortest reliable path from an OpenAI Python integration
1010
to CometAPI while preserving official request, response, error, retry, timeout,
1111
sync, async, and streaming behavior.
1212

13-
The current target is to complete Private Remote Validation for a sanitized
14-
repository and then stop before its visibility changes. Public Preview and the
15-
functional `0.1.0a1` prerelease follow as separate evidence gates. Support and
16-
release claims remain limited to the evidence defined in this roadmap and
13+
Private Remote Validation is complete for the sanitized repository, which
14+
remains private. Work stops before any visibility change. Public Preview and
15+
the functional `0.1.0a1` prerelease remain separate evidence gates. Support
16+
and release claims remain limited to the evidence defined in this roadmap and
1717
`COMPATIBILITY.md`.
1818

1919
## Milestones
2020

2121
| Milestone | Status | Exit outcome |
2222
| --- | --- | --- |
23-
| Repository foundation | In progress | Public files, offline gates, packaging checks, and self-containment are complete. |
24-
| Private Remote Validation | Planned | The sanitized private repository passes real credential-free default-branch CI; public-only controls and live tests remain disabled. |
23+
| Repository foundation | Complete | Public files, offline gates, packaging checks, and self-containment are complete. |
24+
| Private Remote Validation | Complete | The sanitized private repository passes real credential-free default-branch CI; public-only controls and live tests remain disabled. |
2525
| Public Preview | Planned | The public repository has blocking CI, repository rules, security reporting, protected environments, and authorized live-smoke evidence before it claims preview readiness. |
2626
| `0.1.0a1` Registry Alpha | Planned | Early adopters can install a functional prerelease from PyPI. |
2727
| `0.1.0` stable | Planned | Complete runtime, release-PR, example, provenance, and registry gates pass. |
@@ -82,6 +82,19 @@ the sanitized local content becomes its first history. This stage ends after
8282
real credential-free default-branch CI is recorded. It does not change
8383
visibility or publish to a private or public registry.
8484

85+
Recorded evidence on 2026-07-21:
86+
87+
- The empty private canonical repository received sanitized root commit
88+
`7bbffde609e2a5767c3ac1a8b6387ca9744c9e44`.
89+
- Credential-free default-branch
90+
[CI run 29796686485](https://github.com/cometapi-dev/cometapi-python/actions/runs/29796686485)
91+
completed successfully for that commit. Blocking Python 3.10 through 3.14,
92+
minimum-OpenAI, quality, workflow, package, clean-install, and copied-checkout
93+
jobs passed; the push-only latest-within-major canary skipped as designed.
94+
- Release Please remained disabled and its push run skipped. The repository
95+
remained private, and no live request, public-only control, tag, release, or
96+
package publication was configured or exercised.
97+
8598
## Public Preview
8699

87100
Changing the repository to public begins a short configuration interval; it

0 commit comments

Comments
 (0)