# AGENTS.md

微信开发 Java SDK ，支持包括微信支付，开放平台，小程序，企业微信，视频号，公众号等的后端开发

## Setup

```
# TODO: the install command. No lockfile was found, so this could not be inferred.
```

## Commands

```
# TODO: nothing declares a build or test command, so an agent has to guess.
# This is the single most valuable section of this file. Fill it in.
```

## Layout

- `weixin-java-channel/` 819 source files
- `weixin-java-cp/`      692 source files
- `weixin-java-pay/`     691 source files
- `weixin-java-miniapp/` 684 source files
- `weixin-java-mp/`      499 source files
- `weixin-java-open/`    256 source files

## Conventions

- Tests live alongside the code they cover, following `docs/superpowers/specs/2026-08-22-channel-merchant-kf-design.md`.
- CI defines what passing means. See `.github/workflows/maven-publish.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `weixin-java-common/src/main/java/me/chanjar/weixin/common/error/WxOpenErrorMsgEnum.java` is 195KB. It will not fit comfortably in context, so read it in parts.
- No lockfile is committed, so an install here may not match what CI produced.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
