Conversation
Restructure go/README.md around the TypeScript README's landing shape: one definition sentence, status line, capability bullets, install, a complete runnable example, then verb-headed sections with tables for scope calls, error values, defaults and make targets. Every fact from the previous text is retained; protocol-internal terms are replaced or defined on first use. Both Go blocks compile against the module. Refresh the go/README.md guide entry in formal/source-audit.json and the sourceAuditSha256 pin in formal/go-parity.json.
lan17
force-pushed
the
claude/eager-allen-be73d7
branch
from
September 22, 2026 17:40
40fb0e8 to
4dd247a
Compare
This branch has not been deployed
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.
Rewrites
go/README.mdfor a senior engineer skimming it: same facts, far less wall-of-text.What changed
formal/source-audit.json(guide sha + heading lines forgo/README.md) and thesourceAuditSha256pin informal/go-parity.jsonare refreshed. The guide's review scope text is unchanged because the rewrite keeps every topic it names.Verification
gofmt,go vet) against the module via a scratch module with areplacedirective; the full program prints the expectedLoading from source/Ada/Loading from sourcelines.docs/*.md.make auditpasses after the pin refresh.go/v0.24.0is the first Go tag and sits on the 0.24.0 release commit; pkg.go.dev and the reference site are live; sentinel errors, defaults, option semantics and invalid-runtime-policy consequences matchgo/api.go,go/cache.go,go/codec.goandgo/policy.go.Five lines still exceed 80 columns; each is a single link URL, as in the previous text.