Skip to content

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 both apps/backend exports and apps/mobile consumes (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.