ag-forge 0.7.2

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
11
12
13
14
15
# AG-Forge

Workspace library crate for forge review-request orchestration and remote parsing.

## Entry Points

- `src/lib.rs` is the public crate root.
- `src/client.rs` owns the review-request client boundary and provider dispatch.
- `src/github.rs` implements the GitHub-specific adapter.
- `src/model.rs` owns the shared forge domain types and errors.

## Change Guidance

- Keep subprocess execution behind the existing command boundary.
- Keep provider-specific behavior inside the forge-specific modules rather than in callers.