# AGENTS.md

The Secure CommsOS™ for mission-critical operations

## Setup

```
yarn install
```

## Commands

```
yarn dev              # run locally
yarn build            # produce a build
yarn lint             # lint
yarn build:services
yarn dsv
yarn ms
yarn fossify
yarn fuselage
```

## Layout

- `apps/`     5821 source files
- `packages/` 2873 source files
- `ee/`       304 source files
- `scripts/`  9 source files

## Conventions

- Tests live alongside the code they cover, following `apps/meteor/app/apps/server/bridges/router.spec.ts`.
- CI defines what passing means. See `.github/workflows/auto-close-duplicates.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `.yarn/releases/yarn-4.18.0.cjs` is 3696KB. 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.
