PR5: -recursive/-depth with restructured queue lifecycle; finalize 0.6.0#16
Merged
Conversation
- -recursive and -depth <n> flags for recursive enumeration of discovered subdomains. scan.Run is restructured around a dispatcher that tracks outstanding work and closes the queue only when it drains to zero, so resolved subdomains can safely enqueue depth-capped children. A centralized visited set provides loop and duplicate protection; the progress total expands as new work is discovered. - Finalize CHANGELOG: [Unreleased] -> [0.6.0] - 2026-06-03. - ARCHITECTURE updated to its final 0.6.0 shape (dispatcher queue lifecycle, recursive enumeration, rate limiter, record-aware output). Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds -recursive and -depth for recursive enumeration. scan.Run restructured around a dispatcher that closes the queue only when pending work drains to zero, so resolved subdomains safely enqueue depth-capped children; visited set gives loop/dup protection; progress total expands as work is discovered. Finalizes CHANGELOG [Unreleased] -> [0.6.0] (2026-06-03) and ARCHITECTURE to final 0.6.0 shape.
Made with Cursor