10 lines
602 B
Markdown
10 lines
602 B
Markdown
---
|
|
globs: src/Logic/**/Models/*
|
|
description: 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.
|
|
alwaysApply: 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'. |