// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! [`PolicyAccess`] — command handler access to the tool-call policy enforcer.
use Future;
use Pin;
use crateCommandError;
/// Access to the `/policy` command (policy status and dry-run checks).
///
/// Implemented by `zeph-core::Agent<C>`. Part of the [`crate::AgentAccess`] supertrait.