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

10 lines
615 B
Markdown

---
globs: src/Logic/**/DTO/*
description: 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.
alwaysApply: 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'.