//! Tool sets for CATS
//!
//! This module provides different tool sets that can be selected via feature flags:
//!
//! - `old` (default): Original CATS tools
//! - `opencode`: OpenCode-compatible tools
//! - `gemini-cli`: Google Gemini CLI tools (coming soon)
//! - `claude-code`: Claude Code-compatible tools (coming soon)
// Re-export based on feature flag (prefer opencode if both are enabled)
pub use *;
pub use *;