docs: list ADR Discovery as a top-level module - #52
Merged
Conversation
The capability overview described Discovery as absent from the open-source release, and the repository layout table did not mention it at all. Both now present it as its own module alongside the Sensor rather than as a part of it. The Discovery/ and Discovery/README.md links do not resolve yet: the endpoint collector itself lands in a separate change. This commit is the documentation half, and the layout it describes is the intended one rather than the current one.
lghupan
approved these changes
Aug 22, 2026
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.
Presents ADR Discovery as its own module in the README rather than as part of the Sensor.
What changed
README.mdonly, 4 insertions and 2 deletions:Discovery/row, listed first to match the capability ordering in the section above it.Discovery/README.mdbullet.Reviewer note: two links do not resolve yet
This is the documentation half of a larger change, so
Discovery/andDiscovery/README.mdwill 404 until the endpoint collector actually moves. The collector currently lives on an unmerged branch underSensor/adr_sensor/discovery/.Merging this before the code move means
mainbriefly advertises a directory it does not have. That is a deliberate tradeoff and worth a decision: hold this until the move lands, or take it now so the intended layout is documented up front.The collector extraction is mechanical whenever it happens — nothing in
discovery/imports fromadr_sensoroutside its own package.🤖 Generated with Claude Code