cleanup: omit unneeded invariant companions

This commit is contained in:
Turtle
2026-08-28 13:12:52 +08:00
parent 6d38ba8656
commit 15f2997bcb
1407 changed files with 1986 additions and 11398 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ Binding-global and error-class names are language-portable: they must match the
|---|---|
| [`src/index.ts`](src/index.ts) | Plugin entry: abstract `CodeRuntime` service and the portable-identifier exclusion sets |
| [`src/types.ts`](src/types.ts) | Vocabulary: `CodeRunRequest`, `CodeBindingNamespace`, `CodeJsonValue`, `CodeRunResult`, `CodeRunFailure` |
| [`src/invariant.ts`](src/invariant.ts) | Invariant companion (no runtime invariant; the seam registers no mutable data relation) |
| — | No runtime invariant companion is published; this package exposes no independent event sequence or mutable data relation beyond contracts enforced at its owning seam. |
</details>