Files
ai-chat/.continue/rules/repository-interface-definition-location.md
T
2026-06-10 18:22:27 +02:00

288 B

globs, description, alwaysApply
globs description alwaysApply
src/Features/*/Logic/Repository/*.php Ensures that business logic is decoupled from data access implementation details, promoting flexibility and testability. true

Repository interfaces must be defined in the Logic layer, not in the Data layer.