mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
docs(code-runtime-python): scope the module JSDoc to the current contract
The barrel's module comment described where a later implementation would sit relative to this seam, which docs/AGENTS.md:38 keeps out of durable prose. State what the module exports instead.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
/**
|
||||
* CPython subprocess code runtime for the DeepSeek Harness code-execution seam.
|
||||
*
|
||||
* This layer of the package ships the versionless fd-3 wire protocol between the
|
||||
* Node host and the CPython subprocess; the `PythonCodeRuntime` implementation
|
||||
* that drives a `python3 -I` process over it lands on top of this seam. The
|
||||
* protocol's host-side codec and hostile-frame validators are re-exported so the
|
||||
* runtime and its tests share one wire vocabulary.
|
||||
* The package owns the versionless fd-3 wire protocol between the Node host and
|
||||
* the CPython subprocess. The protocol's host-side codec and hostile-frame
|
||||
* validators are re-exported so every consumer of the wire shares one
|
||||
* vocabulary.
|
||||
* @module @deepseek-ai/dsh-code-runtime-python
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user