Tags: tamnd/github-cli
Tags
v0.2.1 Three fixes found by turning the linter on. github archive -o closed the file it wrote with a deferred close whose error went nowhere, and a close is where the last of a write gets flushed. A 406 or a 410 from a JSON route was handed to the decoder, so the error you saw was the decoder's opinion of the HTML it got. And the exported Page URL builder said it escaped every path segment and did not.
v0.2.0 The keyless rewrite. github-cli reads github.com through seven public surfaces and returns records with github:// addresses and typed edges, with no token anywhere and a test that fails the build if one appears. Around fifty commands across read, contents, history, people, discover, search, graph, and meta. Twenty-four addressable kinds that round trip between id, URI, and live URL. The graph plane writes N-Triples, Turtle, JSON-LD, and N-Quads. The page plane prints everything a page carries. serve and mcp expose the same operations from the same handlers.