# AGENTS.md

Fullstack app framework for web, desktop, and mobile.

## Setup

```
cargo build
```

## Commands

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

## Layout

- `packages/` 787 source files
- `examples/` 157 source files

## Conventions

- Tests live alongside the code they cover, following `examples/01-app-demos/geolocation-native-plugin/src/ios/plugin/Tests/PluginTests/PluginTests.swift`.
- CI defines what passing means. See `.github/workflows/main.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `packages/fuzz/src/harness.rs` is 135KB. 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.
