Provides real-time architecture intelligence for the DevPrep AI codebase by scanning the directory structure and enforcing strict placement rules. It helps developers determine exactly where new features or logic should reside, generates up-to-date architecture maps, and validates code against the project's specialized 7-folder standard—comprising modules, shared, lib, store, types, styles, and app—to prevent circular dependencies and structural drift during development.
Key Features
01Architecture validation against predefined folder rules
02Real-time architecture scanning and map generation
030 GitHub stars
04Interactive decision-tree logic for file placement queries
05Automated module discovery and file count statistics
06Strict import direction and circular dependency checking
Use Cases
01Quickly onboarding to the codebase by generating a map of existing modules
02Determining the correct location for new features, logic, or shared components
03Validating that a PR or new code follows the project's structural guidelines