Documentation Index
Fetch the complete documentation index at: https://docs.mobile-starter.amisi.ai/llms.txt
Use this file to discover all available pages before exploring further.
@amisi/contracts
@amisi/contracts defines shared Zod schemas and inferred types for environment, API payloads, and domain models.
What it contains
env.tsfor environment contractsapi.tsfor workflow/API request-response contractsdomain.tsfor shared entities such as entitlements and agent jobs
Why it exists
- Keep cross-package interfaces explicit
- Reuse the same runtime validation shape across tooling and app code
- Reduce implicit API drift between modules