chore: update task status to completed for component-sequential, error-hierarchy, schema-enums

This commit is contained in:
2026-05-21 20:53:06 +00:00
parent d4f5b66cbd
commit 8c997433e2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
id: component/sequential
name: Implement <Sequential> ujsx component
status: pending
status: completed
depends_on:
- setup/project-init
scope: single

View File

@@ -1,7 +1,7 @@
---
id: error/hierarchy
name: Implement FlowgraphError hierarchy with all error classes and validation result types
status: pending
status: completed
depends_on:
- setup/project-init
scope: narrow

View File

@@ -1,7 +1,7 @@
---
id: schema/enums
name: Define TypeBox categorical enum schemas and type aliases
status: pending
status: completed
depends_on:
- setup/project-init
scope: narrow