docs(code-runtime): stop calling the private experimental Python backend published

The review's carry-over: 'each has a published backend' in the CodeRuntime
JSDoc and its projections (tool-cordis api-catalog, subsystems page) plus
'both shipped'/'backends ship' in the code-runtime README all claimed the
Python backend is released; it is private and experimental, excluded from the
release family. The wording now states the TypeScript backend is released and
the Python backend is experimental and private (not published), in the JSDoc
(api-catalog regenerated to match), the READMEs (paired), and the subsystems
page (paired).
This commit is contained in:
Chinesezjc
2026-08-31 15:17:56 +08:00
committed by Tianyi Cui
parent 732a54f85b
commit 12d0bdb274
8 changed files with 11 additions and 10 deletions
@@ -106,7 +106,8 @@ export abstract class CodeRuntime extends Service {
* generates language-specific presentation (typed SDK stubs, usage
* instructions) switches on it and fails loud on a language it cannot
* present. Well-known values: `'typescript'` and `'python'`, those
* `dsh-tools` presents; each has a published backend.
* `dsh-tools` presents; the TypeScript backend is released, the Python
* backend is experimental and private (not published).
*/
abstract readonly language: string