glm-5.1 3346002fba Resolve all open questions, add class decomposition section
Replace interfaces with typebox equivalents for return types.
Resolve 6 open design questions:
1. Rebuild over incremental (graph sizes too small to matter)
2. Strict internal-only subgraph (matches graphology-operators)
3. Throw CircularDependencyError on cycles (both consumers treat as bugs)
4. Always propagate through completed nodes, exclude from output only
5. Defer depth-escalation to v2 (multiplicative compounding already captures it)
6. Adopt source->target edge keys from the start

Add section decomposing TaskGraph into thin data class + standalone
analysis functions, with operations pattern at the consumer layer.
2026-04-25 05:44:18 +00:00
2026-04-23 08:13:39 +00:00
Description
No description provided
789 KiB
Languages
TypeScript 100%