docs: replace vague provenance prose with recorded facts

This commit is contained in:
Turtle
2026-08-09 15:35:02 +08:00
parent 8c124f84b6
commit 9704749b01
380 changed files with 946 additions and 874 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