docs: catalog the code-runtime seam vocabulary (Codex review finding)

Adds the missing core-data-structures coverage the catalog policy
requires for non-spine seam vocabulary: the code-runtime.md sub-page
with drift-checked type-equiv blocks for all six seam types, the core.md
sub-page row, the type-equiv manifest entries, and LINK_MAP entries so
the generated service signature links CodeRunRequest/CodeRunResult;
cordis/config catalogs regenerated.
This commit is contained in:
Tianyi Cui
2026-07-08 02:38:47 +08:00
parent 6da6f04016
commit 15a3431913
5 changed files with 106 additions and 0 deletions
+2
View File
@@ -82,6 +82,8 @@ Semantics every implementation must honor:
abstract run(request: CodeRunRequest): Promise<CodeRunResult>
```
Types: [CodeRunRequest](../core-data-structures/code-runtime.md) · [CodeRunResult](../core-data-structures/code-runtime.md)
Source: [`packages/code-runtime/code-runtime/src/index.ts:59`](../../packages/code-runtime/code-runtime/src/index.ts)
## `ctx.compact` — `CompactService` (abstract seam)