Areas
Workspace boundaries
The repo root is an npm workspace;web/ is an isolated pnpm workspace. Install with npm install at the root and pnpm install --dir web — never the other way around. See Developing from source.
Contributor docs in the repo
web/app/ARCHITECTURE.md— web application architecture and the HTTP API.web/docs/architecture/fleet-adapter-contract-v1.md— the adapter contract between Fleet and the pinned runtime.docs/guides/— area guides indexed fromAGENTS.md.docs/adr/— architecture decision records.