# AGENTS.md

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

## Setup

```
# TODO: the install command. No lockfile was found, so this could not be inferred.
```

## Commands

```
make stub
make release
make debug
make nopch
make clear
make install
```

## Layout

- `src/`        857 source files
- `hyprtester/` 65 source files
- `tests/`      47 source files
- `hyprpm/`     19 source files
- `start/`      8 source files
- `hyprctl/`    6 source files

## Conventions

- Tests live alongside the code they cover, following `.github/workflows/nix-test.yml`.
- CI defines what passing means. See `.github/workflows/ci.yaml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `src/i18n/Engine.cpp` is 192KB. It will not fit comfortably in context, so read it in parts.
- 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.
