docs: drop nova_audit and nova_vault name-drops from public surface#3
Merged
Conversation
The README scope section named nova_audit and nova_vault as if they were tightly coupled. nova_vault doesn't exist yet (it's in internal plans), and even mentioning nova_audit by name reads like a coupling declaration which it isn't. Same fix applied to the moduledoc. CLAUDE.md keeps the named references — that's internal project context, not public-facing.
ℹ️ 15 OTP CVEs auto-ignored (already fixed in running version)These CVEs are patched in the installed OTP version but NVD data
|
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.
Summary
README and moduledoc named
nova_auditandnova_vaultin the scope section, which is confusing:nova_vaultdoesn't exist yet (only in internal plans)nova_auditreads like a tight-coupling declaration which it isn'tReworded both to say the concerns are deliberately out of scope, without naming sibling libs.
Diff
CLAUDE.md keeps the named refs — that's internal project context.
Test plan