furniture-service/docs/architecture/protocol-selection-policy.md
José René White Enciso 058ba3196c feat(stage3): scaffold task-001 baseline
- WHY: establish Stage 3 task-001 execution baseline per repo intent
- WHAT: add minimal solution/project skeleton and boundary docs
- RULE: apply stage3 execution runtime and repository workflow directives
2026-02-22 01:30:02 -06:00

13 lines
365 B
Markdown

# Protocol Selection Policy
## Active Protocol Rule
- This service deployment uses one active protocol at a time.
- Internal default protocol is gRPC.
- Multi-protocol exposure is not allowed in a single deployment.
## Boundary Placement
- Protocol adaptation stays at BFF boundaries.
- Service orchestration remains transport-neutral at application contracts.