ag-git 0.12.6

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
[package]
name = "ag-git"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
repository.workspace = true
homepage.workspace = true

[features]
test-utils = ["dep:mockall"]

[dependencies]
mockall = { workspace = true, optional = true }
thiserror.workspace = true
tokio.workspace = true

[dev-dependencies]
mockall.workspace = true
tempfile.workspace = true

[lints]
workspace = true