# AGENTS.md

人人都能用英语

## Setup

```
yarn install
```

## Commands

```
yarn start:enjoy
yarn enjoy:add
yarn enjoy:remove
yarn enjoy:dev
yarn enjoy:start
yarn enjoy:test
yarn enjoy:test:main
yarn enjoy:test:renderer
```

## Layout

- `enjoy/`        459 source files
- `1000h-portal/` 17 source files
- `1000-hours/`   11 source files
- `entry/`        1 source file

## Conventions

- Tests live alongside the code they cover, following `enjoy/e2e/main.spec.ts`.
- CI defines what passing means. See `.github/workflows/build-enjoy-app-linux.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `.yarn/releases/yarn-4.6.0.cjs` is 2700KB. It will not fit comfortably in context, so read it in parts.

---

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.
