# AGENTS.md

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

## Setup

```
npm ci
```

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

- `packages/` 979 source files
- `core/`     815 source files

## Conventions

- Tests live alongside the code they cover, following `core/src/components/accordion/test/a11y/accordion.e2e.ts`.
- CI defines what passing means. See `.github/workflows/actions/build-angular-server/action.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `core/src/components.d.ts` is 548KB. 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.
