//! Core permission system types
//!
//! This module defines the capability-based permission model for agents,
//! including filesystem, tool, network, spawning, git, and quota capabilities.
/// Agent capabilities and profile types.
/// Granular capability sub-types (filesystem, tools, network, spawning, git, quotas).
/// Glob-based path pattern type used by filesystem capabilities.
// Re-export all public types so callers continue to work without path changes.
pub use ;
pub use ;
pub use PathPattern;