gito/agent-ops/rules/project/domain/contracts/rules.md
toki e2bc7aa8b6 feat(scaffold): 초기 프로젝트 골격을 구성한다
Gito를 platformless Git control plane으로 시작할 수 있도록 Go core, Flutter control surface, contracts, ops 규칙, 검증 헬퍼를 함께 구성한다.
2026-06-13 08:55:46 +09:00

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.