/** * Centralized configuration constants — values extracted from across the codebase. */ /** User config/data dir (~/.gamecodex). Canonical home for all persisted state. */ export declare const CONFIG_DIR: string; export declare const CONFIG: { /** Max concurrent tool calls allowed (tool-registry.ts) */ readonly MAX_CONCURRENT_TOOLS: 8; };