//! Claude Code (CLI) instruction template.
use ;
/// Generate template content for `CLAUDE.md` with current version.
///
/// This file is read by Claude Code as the project system prompt.
/// Static template content for `CLAUDE.md` (legacy, for compatibility).
///
/// Note: Prefer using `generate_claude_md_template()` for versioned output.
pub const CLAUDE_MD_TEMPLATE: &str = concat!;