You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ When changing any UI / UX in the mobile app or in the ui package you must read @
28
28
- packages/cryptography - shared cryptography utilities for both backend and mobile app
29
29
- packages/generic-utils - shared generic utilities for both backend and mobile app - should not depend on any of the other vexl packages
30
30
- packages/localization - shared localization utilities, types, and similar for both backend and mobile app
31
+
- packages/geocoding-db - standalone geocoding database used by location-service: schema, queries, and the OSM ingest pipeline. Lives on its own Postgres instance (`GEOCODING_DB_*` env, never the shared `DB_URL`) so geocoding never shares resources with vexl user data. The dataset refresh (`pnpm refresh:geocoding`) is run manually from an operator's machine — never add server-side cron/updater infrastructure. Details in packages/geocoding-db/README.md.
31
32
- packages/resources-utils - shared utilities for handling offers, chat, and other "resources" operations
32
33
- packages/rest-api - effect-ts based rest api definitions and client for both backend and mobile app
33
34
- tooling/* - shared tooling for the repo (esling, prettier, etc...)
0 commit comments