mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-30 14:22:04 +00:00
Add visited set to BFS algorithm to handle circular dependencies gracefully. Previously, cycles in the dependency graph caused the orchestrator to hang at 100% CPU indefinitely during startup. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>