feat: require a repository's declared home to match - #70
Merged
Conversation
Renaming the module found two more declarations naming retr0h that no requirement reaches: a Docusaurus organizationName contradicting the URL three lines above it, and a Discussions link pointing at a different project. A wrong module path fails loudly; these fail quietly. State the rule in terms of where a repository says it lives. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Thank you for contributing to this project! 😊🕹️ |
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.
Renaming osapi's module surfaced two more places naming
retr0h, neither a Go module path and neither reachable by the requirement that governs one:docs/docusaurus.config.tssetsorganizationName: 'retr0h'three lines belowurl: 'https://osapi-io.github.io/'. The file contradicts itself and the site publishes anyway.docs/docs/sidebar/development/contributing.mdlinks Discussions toretr0h/go-gilt— not a former owner of this repo, but a different project, carried in by whatever the file was copied from.A wrong module path fails loudly; the toolchain cannot resolve it. These fail quietly — build passes, site deploys, link lands on someone else's project. That asymmetry is why the requirement is stated in terms of where a repository says it lives rather than in terms of Go modules.
document-system-architecturehas not archived, so this is added to the capability it is already authoring rather than modifying it afterward.Attribution is explicitly excluded.
@retr0has a document author,NOTE(retr0h)in comments, and theretr0hentry inrepos.jsonbranch protection all name a person — and a person does not move when a repository does. I surveyed all seven repos; those are the only other hits.Adds tasks 3.4, 3.5 and verification 4.4.
🤖 Generated with Claude Code