Files
ai-chat/.continue/rules/entity-directory-structure.md
T
2026-06-10 18:22:27 +02:00

520 B

globs, description, alwaysApply
globs description alwaysApply
src/Data/*/Entity/*.php This rule ensures consistent entity placement within the feature-based architecture by requiring entities to be stored in a specific directory structure under /src/Data/[FeatureName]/Entity, with proper Doctrine configuration for each directory. true

All entities must be located in /src/Data/[FeatureName]/Entity directory, where [FeatureName] is the feature-specific subdirectory. If [FeatureName] is unknown, use "Unknown" as the directory name.