# AGENTS.md

A multi-platform proxy client based on ClashMeta,simple and easy to use, open-source and ad-free.

## Setup

```
dart pub get
```

## Commands

```
make help
make submodules
make core
make core-macos
make core-linux
make core-windows
```

## Layout

- `lib/`     236 source files
- `plugins/` 91 source files
- `test/`    81 source files
- `android/` 36 source files
- `core/`    17 source files
- `windows/` 10 source files

## Conventions

- Tests live alongside the code they cover, following `.github/scripts/generate_release_notes_test.sh`.
- CI defines what passing means. See `.github/workflows/build.yaml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

---

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.
