mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
Resolutions: - docs/module-graph.md, docs/config-catalog.md: generated files. Regenerated with gen-module-graph and gen-config-catalog on the merged tree, then carried the new package's entries into the Chinese sides and re-recorded both pairings. Each side now differs from master by exactly the code-runtime-python rows. - scripts/verify-package-readme-model-experience.ts, tsconfig.host.json: master renamed packages/bash -> packages/shell, packages/pty -> packages/terminal, code-runtime-worker -> code-runtime-worker-thread and agent-tool-mode -> agent-tool-presentation. Kept master's names and re-added this branch's code-runtime-python entry. Adapted the package to conventions master introduced while the branch was open: version 0.1.0-rc.6 with publishConfig.access "public" (the release-member rule check-workspace-constraints now enforces), the invariants project reference moved to packages/runtime-diagnostics/invariants, and the README companion link retargeted to code-runtime-worker-thread.
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@deepseek-ai/dsh-code-runtime-python",
|
|
"description": "CPython subprocess implementation of the DeepSeek Harness code-execution seam",
|
|
"version": "0.1.0-rc.6",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
|
|
"directory": "packages/code-runtime/code-runtime-python"
|
|
},
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/types/index.d.ts",
|
|
"default": "./lib/index.js"
|
|
},
|
|
"./invariant": {
|
|
"types": "./lib/types/invariant.d.ts",
|
|
"default": "./lib/invariant.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"lib/index.js",
|
|
"lib/invariant.js",
|
|
"py/**/*.py",
|
|
"lib/types/**/*.d.ts"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"peerDependencies": {
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
"@deepseek-ai/cordis": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
"@deepseek-ai/cordis": "workspace:^"
|
|
}
|
|
}
|