feat(brand): derive Go module homepages too, and close the last description gap - #27
Merged
Conversation
…iption gap A Go module's import path IS its published page. go.mod states it, pkg.go.dev either serves it or does not — same shape as the npm and PyPI derivations, and verified before proposing. That covers blockrun-llm-go and blockrun-llm-go-vip. blockrun-llm-vip was the one public repo with no description at all. I had been treating that as needing author intent I could not supply — but the author did supply it, in the README, which says the thing plainly: native passthrough that subclasses the official SDKs and swaps only transport and base URL, so responses come back verbatim. That is a compression of what is already written, not invention. 18 of 36 public repos now have a homepage, up from 4, and all 36 have a description. The remaining 18 publish no artifact — awesome lists, .github, branding, renovate-config, samples, the decommissioned xrpl client. There is nothing to derive for them, and pointing them all at blockrun.ai would be filling a field rather than answering it.
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.
Go modules
A Go module's import path is its published page.
go.modstates it, pkg.go.dev either serves it or does not — same shape as the npm and PyPI derivations, verified before proposing.The last missing description
blockrun-llm-vipwas the one public repo with no description at all. I had been treating that as needing author intent I could not supply.But the author did supply it — in the README, which says the thing plainly: native passthrough that subclasses the official Anthropic/OpenAI SDKs and swaps only transport and base URL, so responses come back verbatim. The description is a compression of what is already written, not invention.
Coverage
The remaining 18 are honestly empty
They publish no artifact — awesome lists,
.github,branding,renovate-config, samples, the decommissioned xrpl client. There is nothing to derive, and pointing them all at blockrun.ai would be filling a field rather than answering it.