Symptoms
- “circular dependency detected” errors
bd blockedshows unexpected results- Issues that should be ready appear blocked
Diagnosis
Solution
Step 1: Identify the cyclePrevention
- Think “X needs Y” not “X before Y” when adding dependencies
- Use
bd blockedafter adding dependencies to check for cycles - Keep dependency chains shallow when possible