# @lilith/common

Utility library shared across services (not a deployable service).

Contents:

- `server-template.js`: Fastify factory used by lightweight services.
- `service-template.cjs`: Common service bootstrap helper.
- `audit-logger.js`, `http-status.js`, `language-detection.js`: Shared
  utilities.

Usage guidelines:

- Treat this package as a library; do not deploy it standalone.
- Add new shared helpers under the root (or `src/` if migrating to TS later) and
  export via `index.js`.
- Keep dependencies minimal; avoid pulling service-specific logic here.
