Files
ai-chat/.continue/rules/feature-name-validation-for-entities.md
T
2026-06-10 18:22:27 +02:00

550 B

globs, description, alwaysApply
globs description alwaysApply
src/Data/*/Entity/*.php This rule requires that when entities are created and the feature name cannot be determined, instead of defaulting to an 'Unknown' directory, developers must actively select or define a proper feature name to maintain clean architectural separation. true

When creating entities, if [FeatureName] is unknown, prompt the user to provide a feature name rather than automatically using 'Unknown'. This ensures proper categorization of entities within the feature-based architecture.