# AGENTS.md

Scheduling infrastructure for absolutely everyone.

## Setup

```
yarn install
```

## Commands

```
yarn dev               # run locally
yarn start             # run the app
yarn build             # produce a build
yarn test              # run the test suite, must pass before any commit
yarn lint              # lint
yarn format            # format
yarn app-store-cli
yarn app-store:build
```

## Layout

- `packages/`     3404 source files
- `apps/`         1624 source files
- `scripts/`      20 source files
- `example-apps/` 7 source files
- `__checks__/`   3 source files
- `deploy/`       2 source files

## Conventions

- Tests live alongside the code they cover, following `__checks__/csp-login.spec.ts`.
- CI defines what passing means. See `.github/workflows/all-checks.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `.yarn/releases/yarn-4.12.0.cjs` is 2923KB. It will not fit comfortably in context, so read it in parts.
- Copy `.env.example` before running anything that needs configuration.

---

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.
