# AGENTS.md

Warp is an agentic development environment, born out of the terminal.

## Setup

```
cargo build
```

## Commands

```
cargo test   # run the test suite
```

## Layout

- `app/`       2243 source files
- `crates/`    1817 source files
- `resources/` 30 source files
- `script/`    6 source files

## Conventions

- Tests live alongside the code they cover, following `.agents/skills/changelog-draft/scripts/test_tui_updates.py`.
- CI defines what passing means. See `.github/workflows/changelog_draft.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `app/src/workspace/view.rs` is 1215KB. 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.
