//! Bash policy — deny list with string containment.
use BashConfig;
/// Check a command against an explicit deny list. Returns the reason
/// if blocked. Used by `OsHook` after resolving the effective deny list
/// for the calling agent.
/// Build a system prompt block describing the policy.