//! Tool installer module for Patina init command
//!
//! This module provides information about installable developer tools.
//! The actual installation functionality was temporarily removed during
//! the dependable-rust refactor (commit 6d9eca3) and will be restored
//! when the --install-tools flag is implemented.
/// Tool information for installation suggestions
/// Get list of tools that Patina can help install
///
/// These are optional tools that enhance the Patina experience:
/// - docker: Container runtime for development environments
/// - go: For Go-based projects
/// - gh: GitHub CLI for PR workflows
/// - jq: JSON processing for scripting