/**
* System architecture analysis
* High-level system understanding and architectural insights
*
* This module has been refactored into smaller, focused modules.
* All functionality is re-exported from the architecture/ directory.
*/
// Re-export all architecture functionality from the modular structure
export * from "./architecture/index.js";