# AGENTS.md

12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all

## Setup

```
npm ci
```

## Commands

```
npm run convert
```

## Layout

- `7-TimeSeries/`    13 source files
- `quiz-app/`        8 source files
- `6-NLP/`           2 source files
- `8-Reinforcement/` 2 source files
- `3-Web-App/`       1 source file

## Conventions

- Tests live alongside the code they cover, following `7-TimeSeries/2-ARIMA/images/train-test.png`.
- CI defines what passing means. See `.github/workflows/generator-generic-ossf-slsa3-publish.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.
