packages/
Reserved for shared, cross-runtime code. Empty at v0 on purpose — see ADR 0004 monorepo layout.
Likely first inhabitants:
packages/contracts/— TypeScript types and JSON schemas for the REST API surface that bothapps/backendexports andapps/mobileconsumes (via codegen).packages/eslint-config/— shared lint config for any future TS code.
Until there’s a real shared module, please don’t pre-fill this directory.