fix(code-runtime-python): complete the experimental move across configs and docs

The review's move-follow-ups: the Windows test exclude now points at
packages/experimental/code-runtime-python (the constructor throws by design on
Windows, so the suite must stay excluded); the invariant companion and
@module annotations use the new npm name; the truncation marker text and
tmpdir prefix stay as-is (tests anchor them); the package JSDoc and READMEs no
longer call the private experimental backend 'published'/'shipped'; the
code-runtime README row describes the package as protocol AND runtime; the
fd-3 note records the package's experimental location.
This commit is contained in:
Chinesezjc
2026-08-31 15:15:08 +08:00
committed by Tianyi Cui
parent d7eb7f4418
commit 2504d0a501
11 changed files with 16 additions and 12 deletions
@@ -3,7 +3,7 @@
* travel on the child's fd 3 (one JSON object per line), leaving stdout/stderr free for the
* program's own output. Host treats every inbound frame as hostile because model code can post
* anything through the same fd; the Python bootstrap trusts host replies.
* @module @deepseek-ai/dsh-code-runtime-python/src/protocol
* @module @deepseek-ai/dsh-experimental-code-runtime-python/src/protocol
*/
/**