Constant INITIALIZE_PROMPT

Source
pub const INITIALIZE_PROMPT: &str = r#"Analyze this codebase and create an AGENTS.md file with:

1. **Build commands**: How to build, test, and run the project
2. **Code style**: Key conventions and patterns used
3. **Architecture**: Important structural decisions
4. **Guidelines**: Development best practices for this project

Look for existing configuration files (package.json, Cargo.toml, etc.) and existing style guides.
Keep the guide concise (~20 lines) and focused on what's most important for developers working on this codebase."#;
Expand description

Initialization prompt for new projects