/** * Smart Ambiance Tool - 83% Token Reduction for Code Context Analysis * * Advanced code understanding with context caching (inspired by Ambiance MCP): * - Caches AST analysis, symbol tables, and dependency graphs * - Smart chunking with semantic overlap for large files * - Semantic similarity detection for related code discovery * - TTL-based + file hash invalidation (<5s on changes) * - Provides jump targets and related code suggestions * - Hierarchical context: file → module → project level */ //# sourceMappingURL=smart-ambiance.d.ts.map