/** * Sentinel value representing the absence of a contract (empty/new project). * This is a human-readable marker, not a real SHA-256 hash. */ export const EMPTY_CONTRACT_HASH = 'sha256:empty' as const;