gid-dev-cli 0.2.0

Graph-Indexed Development CLI — graph-based project management and code analysis tool for AI agents
[package]
name = "gid-dev-cli"
version = "0.2.0"
edition = "2021"
description = "Graph-Indexed Development CLI — graph-based project management and code analysis tool for AI agents"
license = "MIT"
repository = "https://github.com/tonitangpotato/graph-indexed-development"
keywords = ["graph", "development", "ai", "agent", "cli"]
categories = ["development-tools", "command-line-utilities"]

[[bin]]
name = "gid"
path = "src/main.rs"

[dependencies]
gid-core = { path = "../gid-core", version = "0.2.0" }
clap = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
anyhow = { workspace = true }