Add LICENSE, AGENTS.md, and richer package metadata#1
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2f38a3f621
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <RepositoryType>git</RepositoryType> | ||
| <PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
| <PackageReadmeFile>README.md</PackageReadmeFile> | ||
| <PackageIcon>banner.png</PackageIcon> |
There was a problem hiding this comment.
Use a NuGet-compliant icon asset
In the tag release workflow I checked, this project is packed and pushed to NuGet (.github/workflows/release.yml), but PackageIcon now points at banner.png, which is 2,341,600 bytes and 1920x1080. NuGet embedded package icons are limited to 1 MB, so releases using this metadata can be rejected during publish; use a smaller icon asset or drop PackageIcon until one is available.
Useful? React with 👍 / 👎.
Summary
Land explicit license terms, an agent-facing playbook, and discovery-friendly package metadata.
uapis.cnhomepage, search-friendly keywords / classifiers / tagsNo code changes; build/publish pipeline untouched.