refactor: replace overloaded surface terminology

This commit is contained in:
Turtle
2026-07-24 19:54:25 +08:00
parent c172faed37
commit 0c708cb10d
626 changed files with 1396 additions and 1397 deletions

View File

@@ -28,7 +28,7 @@ interface FakeChildScript {
}
/**
* A scriptable stand-in for a ChildProcess carrying exactly the surface the
* A scriptable stand-in for a ChildProcess carrying exactly the API the
* ladder reads: `exitCode`/`signalCode`, `stdin.end()`, `kill()`, and the
* `exit` event.
*/

View File

@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/scaffold/create-sdk/README.md
README.md: aa09236832a50abdcd2b158e0561db26bce19cf6
README.md: 7d0d9415c74a4c3b4514bb90ab81c5895b9e347f
README.zh.md: a4685e66bc3eb7924dd247a7b6b420f6bcc70990

View File

@@ -4,7 +4,7 @@ English | [中文](README.zh.md)
Interactive initializer for `npm create @deepseek-ai/sdk [directory]`. Directory/name/description have visible editable defaults. A tree picker selects features and configures finite options with Right/Left navigation; secret text follows only for selected options. Local plugin creation is one none/plugin/tool choice.
The supported package surface is the `create-sdk` bin. The package root exports no symbols, and workflow, bin, source, and package-manifest subpaths are not exported.
The supported package entry point is the `create-sdk` bin. The package root exports no symbols, and workflow, bin, source, and package-manifest subpaths are not exported.
The initializer rejects every existing target path, creates one `SdkProject` edit session, validates and commits it, then asks whether to install NPM dependencies and build. Install or build failures keep the generated project and print a retry command.
@@ -14,7 +14,7 @@ The provider choice is DeepSeek or a custom endpoint backed by `llm-pi-ai`. Deep
## Model Experience
Indirectly, through the generated project composition and its selected runtime plugins; the headless `--config-json` + `--json` surface additionally lets an agent create a project end to end and react to `action-required` events.
Indirectly, through the generated project composition and its selected runtime plugins; the headless `--config-json` + `--json` interface additionally lets an agent create a project end to end and react to `action-required` events.
#### KV Cache effect

View File

@@ -1,5 +1,5 @@
/**
* Commander adapter for the create-sdk command surface.
* Commander adapter for the create-sdk command interface.
*
* @module @deepseek-ai/create-sdk/args
*/

View File

@@ -1,5 +1,5 @@
/**
* Commander adapter for the dsh-sdk subcommand surface.
* Commander adapter for the dsh-sdk subcommand interface.
*
* @module @deepseek-ai/dsh-scripts/args
*/

View File

@@ -1,5 +1,5 @@
/**
* JSON-RPC method and notification surface for out-of-process harness SDKs.
* JSON-RPC methods and notifications for out-of-process harness SDKs.
* The surrounding context owns plugins, persistence, and configured adapters.
*
* @module @deepseek-ai/dsh-jsonrpc/server