# AGENTS.md

Demonstrate all the questions on LeetCode in the form of animation.（用动画的形式呈现解LeetCode题目的思路,完整单步/回看/变速/语音讲解在 algomooc.com）

## Setup

```
npm install
```

## Commands

```
npm run review:site
npm run sync
npm run sync:check
npm run sync:check-generated
npm run validate
```

## Layout

- `problems/` 12 source files
- `tools/`    9 source files
- `docs/`     1 source file

## Conventions

- There are no tests yet. An agent has no way to check its own work here.
- CI defines what passing means. See `.github/workflows/manifest.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- 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.
