/** * Shared DTOs / Zod schemas / event contracts consumed by the 3 apps and * the API. Empty placeholder — populated as each bounded context lands * (see docs/implementation-plan.md). Do not add ad-hoc types elsewhere * that duplicate what belongs here once a contract is shared across apps. */ export const CONTRACTS_PACKAGE_VERSION = "0.1.0";