gito/apps/client
2026-06-14 18:23:02 +09:00
..
lib feat(scaffold): 초기 프로젝트 골격을 구성한다 2026-06-13 08:55:46 +09:00
pubspec.lock feat(scaffold): 초기 프로젝트 골격을 구성한다 2026-06-13 08:55:46 +09:00
pubspec.yaml feat(scaffold): 초기 프로젝트 골격을 구성한다 2026-06-13 08:55:46 +09:00
README.md update roadmap and milestone docs for agent-shell-package-iop-backend-boundary 2026-06-14 18:23:02 +09:00

Gito Client

Flutter control surface for Gito.

The first slice keeps the client scaffold light. It should consume Gito through proto-socket for operation requests, event streams, and log streams. REST is only for health/readiness and operational compatibility endpoints.

Agent interaction UI should come from the sibling Flutter package:

dependencies:
  agent_shell:
    path: ../agent-shell

That package is UI/domain surface only. The backend/runtime for agent execution, shell command execution, command policy, cancellation, and log redaction belongs to the sibling ../iop project. Gito's client should treat Gito as the Git control surface and operation/event stream, not as the agent runtime backend.