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

602 B

globs, description, alwaysApply
globs description alwaysApply
src/Logic/**/Models/* This rule ensures that all model 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 business logic models. true

All model files in the Logic layer must be placed within /src/Logic/[FeatureName]/Models 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'.