This commit is contained in:
2026-06-10 18:22:27 +02:00
parent 7f31b63aaa
commit 83b475987c
50 changed files with 2550 additions and 11 deletions
@@ -0,0 +1,10 @@
---
globs: src/Data/*/Entity/*.php
description: 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.
alwaysApply: 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.