/** Cortex version — reads from package.json at module load time. * Format: CalVer `YYYY.M.D` (no zero-padding), e.g. `2026.5.19`. */ export declare const CORTEX_VERSION: string; /** Canonical Cortex usage documentation site. Single source of truth for the * docs URL injected into system prompts (see store/version-migrations.ts docs block). */ export declare const CORTEX_DOCS_URL = "https://fangxm233.github.io/cortex-agent/";