[package]
name = "agent-rules"
version = "0.1.0"
edition = "2024"
description = "Convention and validation for prescribed policy in AI agent instruction files"
license = "CC0-1.0"
repository = "https://github.com/btakita/agent-rules"
[dependencies]
agent-kit = "0.4"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
once_cell = "1"
regex = "1"
[dev-dependencies]
tempfile = "3"