export interface CallerContext { /** Calling client name (e.g. 'claude-code', 'cursor'). Recorded verbatim in * wire telemetry's `client` column. */ clientName: string; /** Canonical project root the execution runs against (the validated cwd). */ projectRoot: string; } //# sourceMappingURL=caller-context.d.ts.map