//! System prompts based on Claude Code CLI.
//!
//! Structure:
//! - `identity`: CLI identity (required for CLI OAuth authentication)
//! - `base`: Core behavioral guidelines (always included)
//! - `coding`: Software engineering instructions (when keep-coding-instructions=true)
//! - `environment`: Runtime environment block (always included)
pub use ;
pub use ;
pub use environment_block;
pub use CLI_IDENTITY;