codingest-cli 0.2.6

CLI for Codingest code graphs — build/status .kgl artifacts and install the code-review Agent Skill
Documentation
[package]
name = "codingest-cli"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "CLI for Codingest code graphs — build/status .kgl artifacts and install the code-review Agent Skill"
keywords = ["cli", "code-graph", "tree-sitter", "cypher", "kglite"]
categories = ["command-line-utilities", "development-tools"]

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

[dependencies]
codingest = { version = "0.2.6", path = "../codingest" }
kglite = { workspace = true }
anyhow = "1.0.104"
clap = { version = "4.6.4", features = ["derive"] }
# Same floor as the core crate's declaration — a split floor ("1" here,
# "1.0.151" there) is unresolvable under direct-minimal-versions.
serde_json = "1.0.151"

[dev-dependencies]
tempfile = "3.27.0"