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

459 B

globs, description, alwaysApply
globs description alwaysApply
src/Data/*/Repository/*.php Enforce consistent placement of repository implementations within feature-specific directories in the Data layer, ensuring proper organization by feature name. true

All repository implementations must be located in the Data layer under feature-specific subdirectories: /src/Data/[FeatureName]/Repository. Feature names must be properly capitalized and follow the PascalCase convention.