docs(i18n): standardize contract terminology

This commit is contained in:
xjt
2026-08-09 11:33:14 +08:00
parent 5d46c11784
commit a7af54a8d3
848 changed files with 1506 additions and 1506 deletions

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/workflow/workflow-workerthread/README.md
README.md: 9da420bdd67ac5b0a4bfffa312c6fe7b2dabf8f5
README.zh.md: caba1cf5284c1586fe17e00ed4115ff12e3e4ae9
README.zh.md: dbed654508bf38bd369247c411d3e8d3a1a749a5

View File

@@ -21,7 +21,7 @@ worker 仍提供实用的隔离:
真正的不可信脚本沙箱需要在同一工作流 seam 背后采用不同引擎。
## 脚本
## 脚本约
工作流的 `meta` 是宿主提供的数据,而不是待求值的脚本文本。引擎会校验必需的 `name``description`、拒绝未知字段,并在返回运行前检查脚本正文能否解析。