Gito를 platformless Git control plane으로 시작할 수 있도록 Go core, Flutter control surface, contracts, ops 규칙, 검증 헬퍼를 함께 구성한다.
14 lines
369 B
Markdown
14 lines
369 B
Markdown
# contracts
|
|
|
|
## Scope
|
|
|
|
The contracts domain covers `packages/contracts`.
|
|
|
|
## Rules
|
|
|
|
- Record transport-independent DTOs before binding them to one transport.
|
|
- proto-socket is the first internal transport target.
|
|
- REST exceptions must be documented.
|
|
- gRPC is out of scope until explicitly added.
|
|
- Contract notes must not include raw secrets or private credentials.
|
|
|