Document the architectural decision for classifying BFF services:
- Facades: unified entry points for integration subsystems
- Orchestrators: coordinate workflows across multiple systems
- Aggregators: read-only data composition from multiple sources
- Services: single-responsibility operations
Includes dependency rules, naming conventions, and implementation examples.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>