create-grid-definition
Read @.ai/Component/Grid/CONTEXT.md for the factory trilogy (GridDefinitionFactory → GridDataFactory → GridFactory) and SearchCriteria patterns.
1. Grid Definition Factory
Create src/Core/Grid/Definition/Factory/{Domain}GridDefinitionFactory.php extending AbstractGridDefinitionFactory:
- Define a
public const GRID_ID = '{domain}'constant — this is the single source of truth for the grid identifier, shared with the{Domain}Filtersclass to ensure the fil
[Description truncada. Veja o README completo no GitHub.]