/** * Version of the prompt + result-merge schema. Bake into every cache key * (local file cache and the backend's per-resource analyze cache) so that * upgrading the CLI invalidates entries written under an older prompt or * older merge logic — without us having to wipe caches manually. * * Bump this whenever the prompt template, the AI response shape, or the * static-finding merge logic changes in a way that would make a stale * cached payload look thinner than what a fresh run would produce. */ export declare const PROMPT_SCHEMA_VERSION = "3";