493 B
493 B
Review the changes from the perspective of CQRS (Command Query Responsibility Segregation) and Event Sourcing. AI-specific issue review is not needed (already covered by the ai_review movement).
Review criteria:
- Aggregate design validity
- Event design (granularity, naming, schema)
- Command/Query separation
- Projection design
- Eventual consistency considerations
Note: If this project does not use the CQRS+ES pattern, review from a general domain design perspective instead.