//! Templates embedded into the binary at compile time.
//!
//! `yard init` writes these into a target repo's `.agents/` directory. The
//! binary is therefore self-contained and does not need a source checkout to
//! initialize a workspace.
pub const BILLING_POLICY: &str = include_str!;
pub const TOOL_POLICY: &str = include_str!;
pub const APPROVAL_POLICY: &str = include_str!;
pub const INTERACTION_POLICY: &str = include_str!;
pub const RESEARCH_POLICY: &str = include_str!;
pub const WORKERS: &str = include_str!;
pub const WORK_QUEUE: &str = include_str!;
pub const PLANNING_GATE_SKILL: &str =
include_str!;
pub const HOOKS_README: &str = include_str!;