fix: repair task 6 composite expression projection

This commit is contained in:
lda
2026-08-14 00:16:32 +07:00 Verified
parent b8a16a0fe7
commit 29d7a11da9
10 changed files with 278 additions and 54 deletions
+6
View File
@@ -11,6 +11,12 @@ export {
export { normalizeLoopbackTarget } from "./target-policy.js";
export {
hasBoundedInputExpressionNodeBudget,
MAX_INPUT_EXPRESSION_DEPTH,
MAX_INPUT_EXPRESSION_NODES,
} from "./json-schema/input-expression-limits.js";
// Compile-time wire inventory only; supported operations and browser policy stay authored.
export * from "./generated/workflow-contract.js";