Commit Graph

2 Commits

Author SHA1 Message Date
ed38caecec fix(wfe-core): resolve .outputs. paths flat and pass empty object to child workflows 2026-03-26 23:18:48 +00:00
a3211552a5 feat(wfe-core): add typed workflow schema system
SchemaType enum with inline syntax parsing: "string", "string?",
"list<number>", "map<string>", nested generics. WorkflowSchema
validates inputs/outputs against type declarations at both compile
time and runtime. 39 tests for parse and validate paths.
2026-03-26 14:12:51 +00:00