# `shared/utils/` ## Purpose Pure utility functions with no React or domain dependencies. ## Legacy source (not moved) - `lib/utils.ts` — `cn`, `parseMoneyInput`, `formatMoney`, and related helpers (~47 import sites) ## Planned contents - `cn()` — clsx + tailwind-merge - Money formatting/parsing (Rial) - Phone normalization - URL/query helpers ## Allowed dependencies - External: `clsx`, `tailwind-merge` - No React, no API clients ## Status 📁 Scaffold only — utilities remain in `lib/utils.ts`.