Skip to content

feat(brand): derive Go module homepages too, and close the last description gap - #27

Merged
VickyXAI merged 1 commit into
mainfrom
feat/derive-go-homepages
Jul 28, 2026
Merged

feat(brand): derive Go module homepages too, and close the last description gap#27
VickyXAI merged 1 commit into
mainfrom
feat/derive-go-homepages

Conversation

@VickyXAI

Copy link
Copy Markdown
Contributor

Go modules

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, verified before proposing.

blockrun-llm-go     -> https://pkg.go.dev/github.com/BlockRunAI/blockrun-llm-go      (HTTP 200)
blockrun-llm-go-vip -> https://pkg.go.dev/github.com/BlockRunAI/blockrun-llm-go-vip  (HTTP 200)

The last missing description

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 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

before this round now
public repos with a description 35/36 36/36
public repos with a homepage 4/36 18/36

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.

…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.
@VickyXAI
VickyXAI merged commit 6954719 into main Jul 28, 2026
1 check passed
@VickyXAI
VickyXAI deleted the feat/derive-go-homepages branch July 28, 2026 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant