Gito를 platformless Git control plane으로 시작할 수 있도록 Go core, Flutter control surface, contracts, ops 규칙, 검증 헬퍼를 함께 구성한다.
396 B
396 B
client
Scope
The client domain covers the Flutter control surface under apps/client.
Rules
- The client is a control surface, not a Git execution runtime.
- Prefer proto-socket for operation requests, events, and log streams.
- REST should be used only for health/readiness or compatibility endpoints.
- Keep platform/provider-specific presentation behind adapter-friendly models.