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

615 B

globs, description, alwaysApply
globs description alwaysApply
src/Logic/**/DTO/* This rule ensures that all DTO (Data Transfer Object) files are correctly placed within the Logic layer according to the feature-based architecture, with proper naming conventions for feature directories and clear separation of data transfer objects. true

All DTO files in the Logic layer must be placed within /src/Logic/[FeatureName]/DTO directory, where [FeatureName] is a valid feature-specific subdirectory. If the FeatureName is unknown or ambiguous, developers must actively provide a proper feature name rather than defaulting to 'Unknown'.