# AGENTS.md - messages/

Protocol Buffer definitions and generated TypeScript.

## Build (run before other services that depend on messages)
```bash
npm install
npm run ts-proto
```

## Common issue
- "Cannot find module 'ts-proto-generated'": run the build commands above.
