Skip to content

Add LICENSE, AGENTS.md, and richer package metadata#2

Merged
shuakami merged 1 commit intomainfrom
chore/license-agents-meta
May 6, 2026
Merged

Add LICENSE, AGENTS.md, and richer package metadata#2
shuakami merged 1 commit intomainfrom
chore/license-agents-meta

Conversation

@shuakami
Copy link
Copy Markdown
Member

@shuakami shuakami commented May 6, 2026

Summary

Land explicit license terms, an agent-facing playbook, and discovery-friendly package metadata.

  • LICENSE (MIT)
  • AGENTS.md — install, typed client surface, auth, errors, rate limits, links to sibling repos
  • Package manifest — English description, MIT license, uapis.cn homepage, search-friendly keywords / classifiers / tags

No code changes; build/publish pipeline untouched.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@shuakami shuakami merged commit f6921fc into main May 6, 2026
1 check passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 975f7da192

ℹ️ 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".

Comment thread AGENTS.md

```xml
<dependency>
<groupId>cn.uapis</groupId>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fix the documented Maven coordinates

The groupId documented here does not match the artifact this repository builds: pom.xml still declares <groupId>AxT-Team</groupId>, and the existing README quickstart imports uapi.Client rather than any cn.uapis package. Agents following this new playbook will add cn.uapis:uapi-sdk-java:0.1.17, which this project does not produce, and then generate usage code that cannot resolve against the SDK.

Useful? React with 👍 / 👎.

Comment thread pom.xml
</developers>
<scm>
<connection>scm:git:git://github.com/AxT-Team/uapi-sdk-java.git</connection>
<developerConnection>scm:git:ssh://github.com:AxT-Team/uapi-sdk-java.git</developerConnection>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fix malformed SCM developer connection

When Maven release/deploy tooling uses this developerConnection, the SSH URL portion parses as host github.com with port AxT-Team; Java URI parsing rejects that non-numeric port, so SCM consumers cannot use it for developer checkouts or tags. Use a valid form such as scm:git:ssh://git@github.com/AxT-Team/uapi-sdk-java.git or scm:git:git@github.com:AxT-Team/uapi-sdk-java.git.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant