mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- Add createNode() and createWorkflow() helper functions for type-safe test data - Replace all raw object literals with properly typed helper function calls - Ensures WorkflowNode includes required 'position' property - Ensures Workflow includes required 'edges' and 'enabled' properties - All 276 tests pass with clean typecheck