initial
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
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'.
|
||||
Reference in New Issue
Block a user