ag-git 0.15.4

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
1
2
3
4
5
6
7
8
9
10
# ag-git

Reusable Git, worktree, synchronization, rebase, and squash-merge operations.

## Boundaries

- Keep Git subprocesses behind `GitClient` and its internal command boundary.
- Keep application workflow policy in callers; this crate owns reusable Git mechanics.
- Expose deterministic mocks through the `test-utils` feature when dependents need
  `GitClient` tests.