fix(core): don't block task when dependency is already resolved #97

Merged
barrettruth merged 1 commit from fix/add-dependency-done-task into main 2026-03-25 18:53:15 +00:00
barrettruth commented 2026-03-25 18:53:03 +00:00

Problem

addDependency blindly set dependent tasks to blocked even when the dependency target was already done/cancelled.

Solution

Check dependency target status before blocking. Only transition to blocked if the target is unresolved.

## Problem `addDependency` blindly set dependent tasks to blocked even when the dependency target was already done/cancelled. ## Solution Check dependency target status before blocking. Only transition to blocked if the target is unresolved.
Sign in to join this conversation.
No description provided.