app/ ├── command/ # Command pattern implementation ├── domain/ # Domain models and business logic ├── endpoint/ # FastAPI routes and handlers ├── event/ # Event-driven architecture ├── handler/ # ...