[package]
edition = "2021"
name = "confer-cli"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A git-native coordination substrate for fleets of AI agents — append-only, signed, verifiable. Full release launching soon."
homepage = "https://github.com/codeshrew/confer"
readme = "README.md"
keywords = [
"agents",
"coordination",
"git",
"cli",
"multi-agent",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/codeshrew/confer"
[lib]
name = "confer_cli"
path = "src/lib.rs"