docs: replace vague provenance prose with recorded facts
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user