Graph cycle detection
Implemented cycle detection for the friction graph. Since tasks can depend on sub-tasks that inadvertently loop back, detecting and breaking cycles early prevents infinite render loops in React Flow.
Implemented cycle detection for the friction graph. Since tasks can depend on sub-tasks that inadvertently loop back, detecting and breaking cycles early prevents infinite render loops in React Flow.