//! Agent spawning module for Claude Code subagents.
//!
//! This module provides configuration and utilities for spawning opinionated
//! Claude Code subagents with specific behaviors based on type and location.
pub use build_mcp_config;
pub use compose_prompt;
pub use enabled_tools_for;
pub use model_for;
pub use ANALYZER_BASE_PROMPT;
pub use LOCATOR_BASE_PROMPT;