[package]
edition = "2021"
rust-version = "1.95"
name = "agent-command-knowledge"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command taxonomy and knowledge layer — what commands are, not what to do about them"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/butterflyskies/prodagent"
[lib]
name = "agent_command_knowledge"
path = "src/lib.rs"
[dependencies.agent-shell-parser]
version = "^0.7"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "0.8"
[dev-dependencies.proptest]
version = "1"