seher-cli 0.0.45

Seher CLI: pick the highest-priority coding agent and run a plan/build prompt
[package]
name = "seher-cli"
description = "Seher CLI: pick the highest-priority coding agent and run a plan/build prompt"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true

[package.metadata.dist]
formula = "seher"

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

[dependencies]
seher-sdk = { path = "../seher-sdk", version = "0.0.45" }
chrono.workspace = true
clap.workspace = true
serde_json.workspace = true
tempfile.workspace = true
tokio.workspace = true
zzsleep.workspace = true

[lints]
workspace = true