instruction-files 0.3.0

Discovery, auditing, and sync for AGENTS.md/CLAUDE.md instruction files
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "instruction-files"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Discovery, auditing, and sync for AGENTS.md/CLAUDE.md instruction files"
readme = "README.md"
license = "MIT"
repository = "https://github.com/btakita/instruction-files"

[features]
default = []
ontology = ["existence"]
spec-audit = ["module-harness"]

[lib]
name = "instruction_files"
path = "src/lib.rs"

[[bin]]
name = "instruction-files"
path = "src/main.rs"

[dependencies.agent-kit]
version = "0.4"

[dependencies.agent-rules]
version = "0.1"

[dependencies.agent-runbooks]
version = "0.1"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.existence]
version = "0.4"
optional = true

[dependencies.glob]
version = "0.3"

[dependencies.module-harness]
version = "0.2"
optional = true

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dev-dependencies.tempfile]
version = "3"