Merge remote-tracking branch 'origin/master' into worktree/ci-native-windows-20260808

This commit is contained in:
Tianyi Cui
2026-08-09 17:25:15 +08:00
393 changed files with 1000 additions and 917 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@deepseek-ai/dsh-environment",
"description": "Immutable launch-time environment snapshot with per-layer provenance for the DeepSeek Harness",
"description": "Immutable DeepSeek Harness launch environment that records which layer supplied each value",
"version": "0.0.1",
"private": true,
"type": "module",

View File

@@ -1,6 +1,6 @@
/**
* Immutable launch-time environment snapshot with per-value source
* provenance. Harness consumers resolve through it instead of a flattened
* Immutable launch-time environment snapshot that records which layer
* supplied each value. Harness consumers resolve through it instead of a flattened
* `process.env`; launchers may still materialize accepted values for config
* expressions and third-party libraries.
* @module @deepseek-ai/dsh-environment