# AGENTS.md

C++那些事

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

- `practical_exercises/` 105 source files
- `basic_content/`       100 source files
- `english/`             96 source files
- `learn_class/`         74 source files
- `cpp2.0/`              26 source files
- `concurrency/`         17 source files

## Conventions

- Tests live alongside the code they cover, following `practical_exercises/10_day_practice/day8/func/max_spec.cpp`.
- 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.
