# AGENTS.md

CLI platform to experiment with codegen. Precursor to: https://lovable.dev

## Setup

```
poetry install
```

## Commands

```
make name
make help
make install
make poetry-install
make install-pre-commit
make farewell
```

## Layout

- `gpt_engineer/` 47 source files
- `tests/`        25 source files
- `projects/`     5 source files
- `docs/`         4 source files
- `scripts/`      4 source files
- `docker/`       1 source file

## Conventions

- Tests live alongside the code they cover, following `scripts/test_api.py`.
- CI defines what passing means. See `.github/workflows/automation.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.
