hushspec-cli-0.1.1 is not a library.
hushspec-cli (h2h)
hush to hush -- because your agent's permissions shouldn't be shouted about.
h2h is the command-line tool for working with HushSpec policy documents. It covers the full policy lifecycle: validate, lint, test, diff, format, scaffold, sign, and emergency override.
Installation
This installs the h2h binary.
Commands
# Validate a policy against the HushSpec schema
# Static analysis and linting
# Run evaluation test suites
# Compare two policies and show decision changes
# Format policy files canonically
# Scaffold a new policy project
# Policy signing (Ed25519)
# Display governance metadata and run advisory checks
# Emergency deny-all kill switch
Output Formats
Most commands support --format text (default), --format json, and where applicable --format tap for CI integration.
Getting Started
# Scaffold a project, validate, and run tests in one go
Library
The h2h CLI is built on the hushspec Rust library. If you need programmatic access to parsing, validation, or evaluation, use that crate directly.
License
Apache-2.0