Cut AGENTS.md to what the code cannot tell an agent#133
Merged
Conversation
Applies the pony-agents-md principle: a line earns its place only if reading it here is cheaper and truer than learning it from the repo. Removes the source-tree listing, the OO-API method enumeration (examples/ compiles, including the -oo variants), and the ~300-line endpoint coverage table — a second copy of what is implemented that rots on every added operation, and whose upkeep the old 'keep CLAUDE.md in sync' convention institutionalized. Keeps the commands, the request/response picture, and the conventions.
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.
AGENTS.md was 462 lines, most of it a second copy of what the repository already states. About 300 lines were a GitHub-endpoint coverage table marking each endpoint implemented-or-missing — the implemented half rots on every added operation, and its upkeep was written into the old 'keep CLAUDE.md in sync' convention. The rest was a source-tree listing and a full enumeration of the object convenience API, both already covered by
examples/(including the-oovariants) and the package docstring.Applying the pony-agents-md principle — a line earns its place only if reading it here is cheaper and truer than learning it from the repo — this keeps the
ssl=-required build commands, the request/response picture, and a few conventions. 462 to ~50 lines.