create-form-data-handling
Read @.ai/Component/Forms/CONTEXT.md for form conventions (IdentifiableObject pattern, service registration).
1. DataProvider
Create src/Core/Form/IdentifiableObject/DataProvider/{Domain}FormDataProvider.php implementing FormDataProviderInterface:
getData(int $id): array— dispatchGet{Domain}ForEditingquery via query bus, map the result DTO to the form's expected array structuregetDefaultData(): array— return sensible defaults for the create
[Description truncada. Veja o README completo no GitHub.]