List of all items
Structs
- cli::Cli
- core::ai::AiSuggestion
- core::ai::LocalPlaceholderProvider
- core::ai::SuggestionRequest
- core::ai::SuggestionResponse
- core::ast::graph::ImportGraph
- core::ast::parser::ParseFileError
- core::ast::parser::ParsedModule
- core::ast::semantic::ImportInfo
- core::ast::semantic::SemanticModel
- core::backup::manager::BackupEntry
- core::backup::manager::BackupManager
- core::backup::manager::BackupSession
- core::backup::manager::FileRollbackResult
- core::backup::manager::RollbackResult
- core::cache::CacheStats
- core::cache::CachedFileDetection
- core::cache::CachedFileMetadata
- core::config::ignore::IgnoreHandler
- core::config::loader::ConfigLoader
- core::config::schema::ConfigProfile
- core::config::schema::HooksConfig
- core::config::schema::MorphCliSchema
- core::detection::DetectionResult
- core::detection::MigrationOpportunity
- core::detection::RiskyArea
- core::detection::frameworks::DetectedFramework
- core::detection::frameworks::Framework
- core::detection::package_json::PackageJson
- core::detection::scanner::ScanFileCounts
- core::detection::scanner::ScanResult
- core::detection::scanner::ScanRiskCounts
- core::detection::scanner::ScanSnapshot
- core::detection::scanner::ScanSnapshotStore
- core::detection::scanner::ScannedFile
- core::detection::scanner::Scanner
- core::detection::scanner::SkippedFileDiagnostic
- core::detection::workspace::WorkspacePackage
- core::detection::workspace::WorkspaceSummary
- core::diff::preview::ChangedFile
- core::diff::preview::DiffHunk
- core::diff::preview::DiffLine
- core::diff::preview::FilePreview
- core::diff::preview::PreviewConfig
- core::diff::preview::SkippedFile
- core::diff::preview::TransformationReport
- core::diff::renderer::DiffRenderer
- core::diff::report::AggregatedStats
- core::diff::report::ExecutionTimer
- core::diff::report::ReportBuilder
- core::dry_run::DryRunSnapshot
- core::dry_run::DryRunSnapshotStore
- core::execution::ExecutionConfig
- core::execution::ExecutionStats
- core::execution::parallel::Job
- core::execution::parallel::JobResult
- core::execution::parallel::ParallelExecutor
- core::execution::parallel::WorkerPool
- core::execution::scheduler::ExecutionMetrics
- core::execution::scheduler::SchedulerBuilder
- core::execution::scheduler::Task
- core::execution::scheduler::TaskResult
- core::execution::scheduler::TaskScheduler
- core::fingerprint::FileStatistics
- core::fingerprint::ProjectFingerprint
- core::format::FormatOptions
- core::format::FormatPipeline
- core::format::FormatStats
- core::format::normalize::StyleProfile
- core::manifest::MigrationManifest
- core::pipeline::context::FailedStage
- core::pipeline::context::FilePipelineState
- core::pipeline::context::IncompatibleRecipe
- core::pipeline::context::PipelineContext
- core::pipeline::context::PipelineStage
- core::pipeline::context::RecipeDependency
- core::pipeline::context::RecipeOrderer
- core::pipeline::context::StageTiming
- core::pipeline::executor::PipelineExecutor
- core::pipeline::executor::PipelineSummary
- core::planner::Plan
- core::planner::RecipeRecommendation
- core::plugins::loader::DiscoveryResult
- core::plugins::loader::Incompatibility
- core::plugins::loader::LoadedPlugin
- core::plugins::loader::PluginLoader
- core::plugins::manifest::Author
- core::plugins::manifest::Compatibility
- core::plugins::manifest::PluginManifest
- core::plugins::manifest::RecipeEntry
- core::plugins::manifest::ValidationError
- core::plugins::registry::CompatibilityIssue
- core::plugins::registry::Conflict
- core::plugins::registry::Diagnostics
- core::plugins::registry::DiscoveryReport
- core::plugins::registry::LoaderStats
- core::plugins::registry::PluginEntry
- core::plugins::registry::PluginRegistry
- core::plugins::registry::RegistrySummary
- core::presets::Preset
- core::presets::PresetFlags
- core::recipe::DetectionFailure
- core::recipe::DetectionReport
- core::recipe::FileAnalysis
- core::recipe::RecipeMetadata
- core::recipe::SkippedTransform
- core::recipe::TransformOptions
- core::recipe::TransformReport
- core::recipe::UnsupportedPatternReport
- core::registry::RecipeRegistry
- core::report::generator::ReportGenerator
- core::report::models::ChangedFile
- core::report::models::ExecutionMetadata
- core::report::models::FailureEntry
- core::report::models::FileAnalysis
- core::report::models::FileSummary
- core::report::models::RecipeSummary
- core::report::models::RecipeTiming
- core::report::models::RollbackInfo
- core::report::models::SafetySummary
- core::report::models::SkippedFile
- core::report::models::TimingSummary
- core::report::models::TransformReport
- core::session::CheckpointStore
- core::session::MigrationCheckpoint
- core::session::MigrationSession
- core::session::SessionOptions
- core::session::SessionStore
- recipes::commonjs_to_esm::CommonJsToEsmRecipe
- recipes::express_to_fastify::ExpressToFastifyRecipe
- recipes::express_to_fastify::analysis::AnalysisStats
- recipes::express_to_fastify::analysis::MigrationAnalysis
- recipes::express_to_fastify::analysis::RiskyPattern
- recipes::express_to_fastify::analysis::RouteInfo
- recipes::express_to_fastify::detect::ExpressDetector
- recipes::express_to_fastify::transform::ExpressToFastifyTransform
- recipes::express_to_fastify::transform::TransformOutcome
- recipes::express_to_fastify::transform::TransformStats
- recipes::js_to_ts::JsToTsRecipe
- recipes::react_class_to_hooks::ReactClassToHooksRecipe
Enums
- cli::AiAction
- cli::Command
- cli::DryRunAction
- cli::ManifestAction
- cli::PluginAction
- cli::PresetAction
- cli::ScanAction
- core::backup::manager::SessionStatus
- core::cache::CachedDetectionOutcome
- core::config::schema::SkipDecision
- core::detection::ModuleSystem
- core::detection::workspace::WorkspaceManager
- core::diff::preview::LineType
- core::diff::preview::ReviewAction
- core::diff::preview::SkipReason
- core::execution::parallel::JobData
- core::execution::scheduler::TaskType
- core::format::normalize::IndentStyle
- core::format::normalize::LineEnding
- core::format::normalize::QuoteStyle
- core::pipeline::context::ExecutionEvent
- core::pipeline::context::IncompatibilityReason
- core::plugins::loader::DiscoveryStatus
- core::plugins::loader::LoadError
- core::plugins::manifest::ManifestError
- core::plugins::registry::DiscoveryStatus
- core::plugins::registry::RegistryError
- core::presets::RiskLevel
- core::recipe::FileClassification
- core::recipe::RecipeCategory
- core::recipe::RecipeMaturity
- core::recipe::TransformConfidence
- core::recipe::TransformMode
- recipes::express_to_fastify::analysis::ComplexityLevel
- utils::terminal::LogLevel
Traits
Functions
- cli::parse
- commands::execute
- core::ast::cleanup::cleanup_imports_exports
- core::ast::cleanup::run_autofix
- core::ast::parser::parse_file
- core::ast::printer::print_module
- core::cache::load_detection
- core::cache::print_stats
- core::cache::record_miss
- core::cache::save_detection
- core::cache::stats
- core::config::ignore::fast_walk
- core::config::loader::find_config_upward
- core::config::loader::load_config_for_path
- core::detection::workspace::detect_workspaces
- core::diff::preview::create_preview
- core::diff::preview::is_valid_utf8
- core::diff::preview::prompt_review
- core::diff::preview::summarize_report
- core::execution::num_cpus
- core::execution::parallel::create_executor
- core::execution::scheduler::schedule_tasks
- core::format::normalize::adjust_indentation
- core::format::normalize::analyze_style
- core::format::normalize::detect_indentation
- core::format::normalize::detect_line_endings
- core::format::normalize::detect_quote_style
- core::format::normalize::detect_semicolons
- core::format::normalize::insert_newline_after_imports
- core::format::normalize::normalize_newlines
- core::format::normalize::preserve_style
- core::format::normalize::process_quotes
- core::format::normalize::restore_blank_lines
- core::format::normalize::strip_trailing_semicolons
- core::format::prettier::detect_prettier_config
- core::format::prettier::format_with_fallback
- core::format::prettier::format_with_prettier
- core::format::prettier::prettier_available
- core::pipeline::context::validate_recipe_order
- core::planner::build_plan
- core::plugins::discover_plugins
- core::plugins::init
- core::plugins::manifest::is_valid_version_range
- core::plugins::manifest::satisfies_version
- core::presets::all_presets
- core::presets::find_preset
- core::recipe::compute_file_tags
- core::recipe::compute_tags_for_file
- core::report::generator::generate_report_id
- core::session::current_timestamp
- recipes::register_all
- run_recipe
- scan_project
- utils::path::resolve_relative_import
- utils::terminal::bullet
- utils::terminal::error_prefix
- utils::terminal::explain_error
- utils::terminal::explain_skip
- utils::terminal::info_prefix
- utils::terminal::label
- utils::terminal::log
- utils::terminal::muted_prefix
- utils::terminal::print_info
- utils::terminal::spinner
- utils::terminal::success_prefix
- utils::terminal::warning_prefix