# AGENTS.md

Java 面试 & 后端通用面试指南，覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

## Setup

```
pnpm install
```

## Commands

```
pnpm dev                # run locally
pnpm build              # produce a build
pnpm lint               # lint
pnpm build:clean
pnpm docs:build
pnpm docs:build:clean
pnpm docs:dev
pnpm docs:clean-dev
```

## Layout

- `docs/`    24 source files
- `scripts/` 2 source files

## Conventions

- Tests live alongside the code they cover, following `docs/high-availability/performance-test.md`.
- CI defines what passing means. See `.github/workflows/test.yml`, 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.
