Prepare crates.io metadata for the first release - #4
Merged
Merged
Conversation
The `description` is the blurb shown in search results and at the top of the crate page, so it now says what the crate is and carries the words someone would search for. Added `llm` as a keyword over `cli`, since that is how this gets found by someone who does not already know it exists, and the `api-bindings` and `asynchronous` categories alongside `development-tools`. Excluded tests, CI config and the agent working agreement from the package. Tests that spawn real agents would fail for a consumer with none of the three CLIs installed, and the rest is repo furniture rather than library. `docs/` stays in, because the README links to it. README gains the badge header, an install snippet and the one-line statement of what makes this crate different: the mappings are verified against the CLIs rather than taken from their documentation.
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.
Packaging metadata only, no behaviour change, ahead of publishing 0.1.0.
descriptionrewritten: it is the blurb on the crate page and in search results.llmreplacescli, since that is how someone finds this without knowing it exists. Five is the crates.io maximum.api-bindingsandasynchronous.exclude: tests, CI config and the agent working agreement stay out of the package. The live tests would fail for anyone without all three CLIs installed.docs/stays in because the README links to it.cargo publish --dry-runpackages 17 files, 62.8 KiB compressed, and verifies clean.