List of all items
Structs
- abstractions::claude::MockClaudeClient
- abstractions::claude::RealClaudeClient
- abstractions::git::MockGitOperations
- abstractions::git::RealGitOperations
- app::config::AppConfig
- cli::args::Cli
- cli::commands::changelog::Changelog
- cli::commands::changelog::ChangelogEntry
- cli::commands::changelog::ChangelogRelease
- cli::events::EventsArgs
- cli::events::format::JobInfo
- cli::events::transform::EventFilter
- cli::template::TemplateManager
- cli::workflow_generator::TemporaryWorkflow
- cli::workflow_generator::WorkflowStep
- cli::yaml_migrator::MigrationResult
- cli::yaml_migrator::YamlMigrator
- cli::yaml_validator::ValidationResult
- cli::yaml_validator::YamlValidator
- commands::CommandHandlerBuilder
- commands::attributes::AttributeSchema
- commands::context::ExecutionContext
- commands::handlers::cargo::CargoHandler
- commands::handlers::claude::ClaudeHandler
- commands::handlers::file::FileHandler
- commands::handlers::git::GitHandler
- commands::handlers::shell::ShellHandler
- commands::handlers::validate_debtmap::DebtItem
- commands::handlers::validate_debtmap::DebtSummary
- commands::handlers::validate_debtmap::DebtmapOutput
- commands::handlers::validate_debtmap::ExpectedImpact
- commands::handlers::validate_debtmap::GapDetail
- commands::handlers::validate_debtmap::ItemLocation
- commands::handlers::validate_debtmap::Recommendation
- commands::handlers::validate_debtmap::UnifiedScore
- commands::handlers::validate_debtmap::ValidateDebtmapHandler
- commands::handlers::validate_debtmap::ValidationResult
- commands::registry::CommandRegistry
- commands::result::CommandResult
- config::Config
- config::GlobalConfig
- config::OldPluginConfig
- config::ProjectConfig
- config::builder::LoadOptions
- config::command::AnalysisConfig
- config::command::Command
- config::command::CommandMetadata
- config::command::ForeachConfig
- config::command::OutputDeclaration
- config::command::SimpleCommand
- config::command::TestCommand
- config::command::TestDebugConfig
- config::command::WorkflowStepCommand
- config::command::WriteFileConfig
- config::command_discovery::CommandDiscovery
- config::command_discovery::CommandFile
- config::command_validator::ArgumentDef
- config::command_validator::CommandDefinition
- config::command_validator::CommandRegistry
- config::command_validator::OptionDef
- config::diagnostics::ConfigIssue
- config::dynamic_registry::DynamicCommandRegistry
- config::loader::ConfigLoader
- config::mapreduce::AgentTemplate
- config::mapreduce::MapPhaseYaml
- config::mapreduce::MapReduceWorkflowConfig
- config::mapreduce::MergeWorkflow
- config::mapreduce::ReducePhaseYaml
- config::mapreduce::SetupPhaseConfig
- config::metadata_parser::MetadataParser
- config::prodigy_config::PluginConfig
- config::prodigy_config::ProdigyConfig
- config::prodigy_config::ProjectSettings
- config::prodigy_config::StorageSettings
- config::tracing::HistoryEntry
- config::tracing::TraceJsonOutput
- config::tracing::TracedProdigyConfig
- config::tracing::ValueSourceInfo
- config::tracing::ValueTraceInfo
- config::workflow::WorkflowConfig
- cook::command::CookCommand
- cook::commit_tracker::CommitConfig
- cook::commit_tracker::CommitTracker
- cook::commit_tracker::CommitTrackingResult
- cook::commit_tracker::TrackedCommit
- cook::common_strings::StringInterner
- cook::coordinators::DefaultEnvironmentCoordinator
- cook::coordinators::DefaultExecutionCoordinator
- cook::coordinators::DefaultSessionCoordinator
- cook::coordinators::DefaultWorkflowCoordinator
- cook::coordinators::EnvironmentSetup
- cook::coordinators::WorkflowContext
- cook::environment::ConditionalEnv
- cook::environment::DynamicEnv
- cook::environment::EnvProfile
- cook::environment::EnvironmentConfig
- cook::environment::EnvironmentContext
- cook::environment::EnvironmentManager
- cook::environment::EnvironmentSnapshot
- cook::environment::EnvironmentUtils
- cook::environment::PathResolver
- cook::environment::SecretStore
- cook::environment::StepEnvironment
- cook::environment::builder::EnvironmentContextBuilder
- cook::environment::context::ImmutableEnvironmentContext
- cook::environment::env_reader::RealEnvReader
- cook::error::ContextError
- cook::execution::ExecutionContext
- cook::execution::ExecutionResult
- cook::execution::bridge::LegacyExecutorBridge
- cook::execution::bridge::NoOpObservability
- cook::execution::claude::ClaudeExecutorImpl
- cook::execution::claude_stream_handler::ConsoleClaudeHandler
- cook::execution::claude_stream_handler::EventLoggingClaudeHandler
- cook::execution::command::CleanupRequirements
- cook::execution::command::CommandMetadata
- cook::execution::command::CommandRequest
- cook::execution::command::ExecutableCommand
- cook::execution::command::ExecutionConfig
- cook::execution::command::ExecutionContext
- cook::execution::command::HandlerContext
- cook::execution::command::ResourceLimits
- cook::execution::command::ResourceRequirements
- cook::execution::command::RetryConfig
- cook::execution::command::ValidationConfig
- cook::execution::data_pipeline::DataPipeline
- cook::execution::data_pipeline::JsonPath
- cook::execution::data_pipeline::SortField
- cook::execution::data_pipeline::Sorter
- cook::execution::data_pipeline::validation::ValidWorkItem
- cook::execution::dlq::DLQFilter
- cook::execution::dlq::DLQStats
- cook::execution::dlq::DLQStorage
- cook::execution::dlq::DeadLetterQueue
- cook::execution::dlq::DeadLetteredItem
- cook::execution::dlq::FailureAnalysis
- cook::execution::dlq::FailureDetail
- cook::execution::dlq::PatternGroup
- cook::execution::dlq::ReprocessRequest
- cook::execution::dlq::WorktreeArtifacts
- cook::execution::dlq_reprocessor::DateRange
- cook::execution::dlq_reprocessor::DlqFilterAdvanced
- cook::execution::dlq_reprocessor::DlqReprocessor
- cook::execution::dlq_reprocessor::FilterEvaluator
- cook::execution::dlq_reprocessor::GlobalDLQStats
- cook::execution::dlq_reprocessor::ReprocessOptions
- cook::execution::dlq_reprocessor::ReprocessResult
- cook::execution::errors::AgentFailedError
- cook::execution::errors::AgentTimeoutError
- cook::execution::errors::AggregatedError
- cook::execution::errors::CommandFailedError
- cook::execution::errors::ContextualError
- cook::execution::errors::DefaultErrorHandler
- cook::execution::errors::ErrorContext
- cook::execution::errors::ErrorReport
- cook::execution::errors::ErrorStats
- cook::execution::errors::MultipleWorkItemValidationErrors
- cook::execution::errors::ResourceExhaustedError
- cook::execution::errors::SpanInfo
- cook::execution::events::EventFilter
- cook::execution::events::EventLogger
- cook::execution::events::EventRecord
- cook::execution::events::EventStats
- cook::execution::events::FileEventWriter
- cook::execution::events::JsonlEventWriter
- cook::execution::events::index::EventIndex
- cook::execution::events::index::FileOffset
- cook::execution::events::retention::RetentionAnalysis
- cook::execution::events::retention::RetentionManager
- cook::execution::events::retention::RetentionPolicy
- cook::execution::events::retention::RetentionStats
- cook::execution::events::retention::RetentionTask
- cook::execution::events::streaming::SimpleEventStreamer
- cook::execution::executor::CommandError
- cook::execution::executor::CommandResult
- cook::execution::executor::ExecutionContextBuilder
- cook::execution::executor::ExecutionContextInternal
- cook::execution::executor::ExecutionMetadata
- cook::execution::executor::ExecutorCapabilities
- cook::execution::executor::ResourceEstimate
- cook::execution::executor::ResourceMonitor
- cook::execution::executor::ResourceUsage
- cook::execution::executor::UnifiedCommandExecutor
- cook::execution::executor::ValidationIssue
- cook::execution::executor::ValidationResult
- cook::execution::expression::ExpressionEngine
- cook::execution::expression::ExpressionMetadata
- cook::execution::expression::ast::SortKey
- cook::execution::expression::evaluator::CompiledFilter
- cook::execution::expression::evaluator::CompiledSort
- cook::execution::expression::evaluator::EvaluationContext
- cook::execution::expression::evaluator::ExpressionEvaluator
- cook::execution::expression::optimizer::ExpressionOptimizer
- cook::execution::expression::optimizer::OptimizationStats
- cook::execution::expression::optimizer::OptimizerConfig
- cook::execution::expression::parser::ExpressionParser
- cook::execution::expression::validator::ExpressionValidator
- cook::execution::foreach::ForeachResult
- cook::execution::interpolation::InterpolationContext
- cook::execution::interpolation::InterpolationEngine
- cook::execution::interpolation::Template
- cook::execution::mapreduce::MapReduceExecutor
- cook::execution::mapreduce::agent::commit_validator::CommitInfo
- cook::execution::mapreduce::agent::commit_validator::CommitValidator
- cook::execution::mapreduce::agent::execution::CommitValidationError
- cook::execution::mapreduce::agent::execution::EnhancedProgressExecutor
- cook::execution::mapreduce::agent::execution::ExecutionContext
- cook::execution::mapreduce::agent::execution::StandardExecutor
- cook::execution::mapreduce::agent::lifecycle::DefaultLifecycleManager
- cook::execution::mapreduce::agent::lifecycle_with_cleanup::CleanupAwareLifecycleManager
- cook::execution::mapreduce::agent::results::AggregatedResults
- cook::execution::mapreduce::agent::results::DefaultResultAggregator
- cook::execution::mapreduce::agent::types::AgentConfig
- cook::execution::mapreduce::agent::types::AgentHandle
- cook::execution::mapreduce::agent::types::AgentResult
- cook::execution::mapreduce::agent::types::AgentState
- cook::execution::mapreduce::agent_command_executor::AgentCommandExecutor
- cook::execution::mapreduce::agent_command_executor::StepResult
- cook::execution::mapreduce::aggregation::AggregationSummary
- cook::execution::mapreduce::aggregation::collector::ResultCollector
- cook::execution::mapreduce::aggregation::formatter::OutputFormatter
- cook::execution::mapreduce::aggregation::reducer::ResultReducer
- cook::execution::mapreduce::checkpoint::effects::signals::CheckpointOnShutdown
- cook::execution::mapreduce::checkpoint::effects::signals::ShutdownSignal
- cook::execution::mapreduce::checkpoint::environment::CheckpointEnv
- cook::execution::mapreduce::checkpoint::environment::MockCheckpointEnvBuilder
- cook::execution::mapreduce::checkpoint::incremental::CheckpointStats
- cook::execution::mapreduce::checkpoint::incremental::IncrementalCheckpointController
- cook::execution::mapreduce::checkpoint::manager::CheckpointManager
- cook::execution::mapreduce::checkpoint::pure::state_transitions::StatusCounts
- cook::execution::mapreduce::checkpoint::pure::triggers::CheckpointTriggerConfig
- cook::execution::mapreduce::checkpoint::reduce::ReducePhaseCheckpoint
- cook::execution::mapreduce::checkpoint::reduce::StepResult
- cook::execution::mapreduce::checkpoint::storage::FileCheckpointStorage
- cook::execution::mapreduce::checkpoint::types::AgentInfo
- cook::execution::mapreduce::checkpoint::types::AgentState
- cook::execution::mapreduce::checkpoint::types::CheckpointConfig
- cook::execution::mapreduce::checkpoint::types::CheckpointId
- cook::execution::mapreduce::checkpoint::types::CheckpointInfo
- cook::execution::mapreduce::checkpoint::types::CheckpointMetadata
- cook::execution::mapreduce::checkpoint::types::CompletedWorkItem
- cook::execution::mapreduce::checkpoint::types::DlqItem
- cook::execution::mapreduce::checkpoint::types::ErrorState
- cook::execution::mapreduce::checkpoint::types::ExecutionState
- cook::execution::mapreduce::checkpoint::types::FailedWorkItem
- cook::execution::mapreduce::checkpoint::types::MapPhaseResults
- cook::execution::mapreduce::checkpoint::types::MapReduceCheckpoint
- cook::execution::mapreduce::checkpoint::types::PhaseResult
- cook::execution::mapreduce::checkpoint::types::ResourceAllocation
- cook::execution::mapreduce::checkpoint::types::ResourceState
- cook::execution::mapreduce::checkpoint::types::ResumeState
- cook::execution::mapreduce::checkpoint::types::RetentionPolicy
- cook::execution::mapreduce::checkpoint::types::VariableState
- cook::execution::mapreduce::checkpoint::types::WorkItem
- cook::execution::mapreduce::checkpoint::types::WorkItemBatch
- cook::execution::mapreduce::checkpoint::types::WorkItemProgress
- cook::execution::mapreduce::checkpoint::types::WorkItemState
- cook::execution::mapreduce::checkpoint_integration::CheckpointedCoordinator
- cook::execution::mapreduce::cleanup::config::WorktreeCleanupConfig
- cook::execution::mapreduce::cleanup::coordinator::CleanupGuard
- cook::execution::mapreduce::cleanup::coordinator::WorktreeCleanupCoordinator
- cook::execution::mapreduce::cleanup::monitor::WorktreeMetrics
- cook::execution::mapreduce::cleanup::monitor::WorktreeResourceMonitor
- cook::execution::mapreduce::command::ClaudeCommandExecutor
- cook::execution::mapreduce::command::HandlerCommandExecutor
- cook::execution::mapreduce::command::ShellCommandExecutor
- cook::execution::mapreduce::command::context::ExecutionContext
- cook::execution::mapreduce::command::executor::CommandResult
- cook::execution::mapreduce::command::executor::CommandRouter
- cook::execution::mapreduce::command::interpolation::InterpolationEngine
- cook::execution::mapreduce::command::interpolation::StepInterpolator
- cook::execution::mapreduce::command::step_executor::StepExecutor
- cook::execution::mapreduce::coordination::command_executor::CommandExecutor
- cook::execution::mapreduce::coordination::executor::MapReduceCoordinator
- cook::execution::mapreduce::coordination::executor::OrphanedWorktree
- cook::execution::mapreduce::coordination::orchestrator::MapExecutor
- cook::execution::mapreduce::coordination::orchestrator::PhaseOrchestrator
- cook::execution::mapreduce::coordination::orchestrator::ReduceExecutor
- cook::execution::mapreduce::coordination::orchestrator::SetupExecutor
- cook::execution::mapreduce::coordination::scheduler::WorkItem
- cook::execution::mapreduce::coordination::scheduler::WorkScheduler
- cook::execution::mapreduce::dry_run::command_validator::CommandValidator
- cook::execution::mapreduce::dry_run::input_validator::InputValidator
- cook::execution::mapreduce::dry_run::output_formatter::OutputFormatter
- cook::execution::mapreduce::dry_run::resource_estimator::ResourceEstimator
- cook::execution::mapreduce::dry_run::types::CommandValidation
- cook::execution::mapreduce::dry_run::types::DiskEstimate
- cook::execution::mapreduce::dry_run::types::DryRunConfig
- cook::execution::mapreduce::dry_run::types::DryRunReport
- cook::execution::mapreduce::dry_run::types::DurationEstimate
- cook::execution::mapreduce::dry_run::types::InputValidation
- cook::execution::mapreduce::dry_run::types::JsonPathValidation
- cook::execution::mapreduce::dry_run::types::MemoryEstimate
- cook::execution::mapreduce::dry_run::types::NetworkEstimate
- cook::execution::mapreduce::dry_run::types::PhaseValidation
- cook::execution::mapreduce::dry_run::types::ResourceEstimates
- cook::execution::mapreduce::dry_run::types::StorageEstimate
- cook::execution::mapreduce::dry_run::types::ValidationError
- cook::execution::mapreduce::dry_run::types::ValidationResults
- cook::execution::mapreduce::dry_run::types::ValidationWarning
- cook::execution::mapreduce::dry_run::types::VariablePreview
- cook::execution::mapreduce::dry_run::types::VariableReference
- cook::execution::mapreduce::dry_run::types::WorkItemPreview
- cook::execution::mapreduce::dry_run::validator::DryRunValidator
- cook::execution::mapreduce::dry_run::variable_processor::VariableProcessor
- cook::execution::mapreduce::effects::commands::CommandResult
- cook::execution::mapreduce::effects::merge::MergeResult
- cook::execution::mapreduce::effects::worktree::Worktree
- cook::execution::mapreduce::environment::MapEnv
- cook::execution::mapreduce::environment::MapEnvParams
- cook::execution::mapreduce::environment::PhaseEnv
- cook::execution::mapreduce::environment_helpers::MapEnvOverrides
- cook::execution::mapreduce::environment_helpers::PhaseEnvOverrides
- cook::execution::mapreduce::event::EventLogger
- cook::execution::mapreduce::map_phase::MapPhaseConfig
- cook::execution::mapreduce::map_phase::MapPhaseResult
- cook::execution::mapreduce::merge_queue::MergeQueue
- cook::execution::mapreduce::mock_environment::MockMapEnvBuilder
- cook::execution::mapreduce::mock_environment::MockPhaseEnvBuilder
- cook::execution::mapreduce::noop_writer::NoOpEventWriter
- cook::execution::mapreduce::phases::DefaultTransitionHandler
- cook::execution::mapreduce::phases::PhaseCheckpoint
- cook::execution::mapreduce::phases::PhaseContext
- cook::execution::mapreduce::phases::PhaseMetrics
- cook::execution::mapreduce::phases::PhaseResult
- cook::execution::mapreduce::phases::coordinator::PhaseCoordinator
- cook::execution::mapreduce::phases::map::MapPhaseExecutor
- cook::execution::mapreduce::phases::orchestrator::ExecutionPlan
- cook::execution::mapreduce::phases::orchestrator::ResourceEstimate
- cook::execution::mapreduce::phases::reduce::ReducePhaseExecutor
- cook::execution::mapreduce::phases::setup::SetupPhaseExecutor
- cook::execution::mapreduce::progress::AgentProgress
- cook::execution::mapreduce::progress::ProgressConfig
- cook::execution::mapreduce::progress::ProgressManager
- cook::execution::mapreduce::progress::ProgressState
- cook::execution::mapreduce::progress::display::NullProgressRenderer
- cook::execution::mapreduce::progress::display::RenderError
- cook::execution::mapreduce::progress::display::TerminalProgressRenderer
- cook::execution::mapreduce::progress::display::TextProgressRenderer
- cook::execution::mapreduce::progress::operations::AgentOperationState
- cook::execution::mapreduce::progress::operations::AgentOperationTracker
- cook::execution::mapreduce::progress::operations::OperationHistoryEntry
- cook::execution::mapreduce::progress::operations::OperationStatistics
- cook::execution::mapreduce::progress::stream::AggregatedMetrics
- cook::execution::mapreduce::progress::stream::JsonLinesConsumer
- cook::execution::mapreduce::progress::stream::MetricsAggregator
- cook::execution::mapreduce::progress::stream::ProgressStreamer
- cook::execution::mapreduce::progress::stream::StreamError
- cook::execution::mapreduce::progress::stream::WebSocketConsumer
- cook::execution::mapreduce::progress::tracker::ProgressTracker
- cook::execution::mapreduce::pure::aggregation::AggregationStats
- cook::execution::mapreduce::pure::dependency_analysis::Command
- cook::execution::mapreduce::pure::dependency_analysis::CommandGraph
- cook::execution::mapreduce::pure::parallel_execution::AgentExecutionResult
- cook::execution::mapreduce::pure::phase_parallelization::ParallelBatch
- cook::execution::mapreduce::pure::phase_parallelization::ParallelizationPlan
- cook::execution::mapreduce::pure::phase_parallelization::PhaseCommand
- cook::execution::mapreduce::pure::work_planning::WorkAssignment
- cook::execution::mapreduce::pure::work_planning::WorkPlanConfig
- cook::execution::mapreduce::reduce_phase::ReducePhaseConfig
- cook::execution::mapreduce::reduce_phase::ReducePhaseResult
- cook::execution::mapreduce::resources::ResourceGuard
- cook::execution::mapreduce::resources::ResourceManager
- cook::execution::mapreduce::resources::ResourceMetrics
- cook::execution::mapreduce::resources::agent::AgentContext
- cook::execution::mapreduce::resources::agent::AgentResourceManager
- cook::execution::mapreduce::resources::cleanup::CleanupRegistry
- cook::execution::mapreduce::resources::cleanup::GenericCleanupTask
- cook::execution::mapreduce::resources::cleanup::GitBranchCleanupTask
- cook::execution::mapreduce::resources::cleanup::WorktreeCleanupTask
- cook::execution::mapreduce::resources::git::GitOperations
- cook::execution::mapreduce::resources::git_operations::AuthorInfo
- cook::execution::mapreduce::resources::git_operations::CommitInfo
- cook::execution::mapreduce::resources::git_operations::CommitStats
- cook::execution::mapreduce::resources::git_operations::DiffStats
- cook::execution::mapreduce::resources::git_operations::FileModificationInfo
- cook::execution::mapreduce::resources::git_operations::GitOperationsConfig
- cook::execution::mapreduce::resources::git_operations::GitOperationsService
- cook::execution::mapreduce::resources::git_operations::MergeGitInfo
- cook::execution::mapreduce::resources::pool::BoundedResourcePool
- cook::execution::mapreduce::resources::pool::GenericResourcePool
- cook::execution::mapreduce::resources::pool::PoolMetrics
- cook::execution::mapreduce::resources::worktree::WorktreeInfo
- cook::execution::mapreduce::resources::worktree::WorktreeResourceManager
- cook::execution::mapreduce::state::Checkpoint
- cook::execution::mapreduce::state::JobProgress
- cook::execution::mapreduce::state::JobState
- cook::execution::mapreduce::state::JobSummary
- cook::execution::mapreduce::state::RecoveryPlan
- cook::execution::mapreduce::state::StateEvent
- cook::execution::mapreduce::state::StateMachine
- cook::execution::mapreduce::state::StateManager
- cook::execution::mapreduce::state::persistence::DefaultStateStore
- cook::execution::mapreduce::state::recovery::ResumeOptions
- cook::execution::mapreduce::timeout::CommandTimeout
- cook::execution::mapreduce::timeout::RunningAverage
- cook::execution::mapreduce::timeout::TimeoutConfig
- cook::execution::mapreduce::timeout::TimeoutEnforcer
- cook::execution::mapreduce::timeout::TimeoutHandle
- cook::execution::mapreduce::timeout::TimeoutMetrics
- cook::execution::mapreduce::timeout::TimeoutSummary
- cook::execution::mapreduce::types::AgentContext
- cook::execution::mapreduce::types::MapPhase
- cook::execution::mapreduce::types::MapReduceConfig
- cook::execution::mapreduce::types::ReducePhase
- cook::execution::mapreduce::types::ResumeOptions
- cook::execution::mapreduce::types::ResumeResult
- cook::execution::mapreduce::types::SetupPhase
- cook::execution::mapreduce::utils::MapResultSummary
- cook::execution::mapreduce::validation::ValidatedWorkItem
- cook::execution::mapreduce::validation::WorkItemSchema
- cook::execution::mapreduce_resume::EnhancedResumeOptions
- cook::execution::mapreduce_resume::EnvironmentSnapshot
- cook::execution::mapreduce_resume::FullMapReduceResult
- cook::execution::mapreduce_resume::MapReduceResumeManager
- cook::execution::mapreduce_resume::MapReduceResumeState
- cook::execution::mapreduce_resume::MapResult
- cook::execution::mapreduce_resume::PhaseResult
- cook::execution::mapreduce_resume::ResumeMetadata
- cook::execution::mapreduce_resume::WorkItem
- cook::execution::output::ClaudeOutputFormatter
- cook::execution::output::HandlerOutputFormatter
- cook::execution::output::JsonOutputParser
- cook::execution::output::OutputMetadata
- cook::execution::output::OutputProcessor
- cook::execution::output::PlainTextOutputParser
- cook::execution::output::ProcessOutput
- cook::execution::output::ProcessedOutput
- cook::execution::output::ShellOutputFormatter
- cook::execution::output::TestOutputFormatter
- cook::execution::output::YamlOutputParser
- cook::execution::process::CleanupHandler
- cook::execution::process::ProcessId
- cook::execution::process::ProcessManager
- cook::execution::process::ResourceUsage
- cook::execution::process::SecurityContext
- cook::execution::process::UnifiedProcess
- cook::execution::progress::AgentProgress
- cook::execution::progress::CLIProgressViewer
- cook::execution::progress::EnhancedProgressTracker
- cook::execution::progress::ProgressHistory
- cook::execution::progress::ProgressMetrics
- cook::execution::progress::ProgressPersistence
- cook::execution::progress::ProgressSampler
- cook::execution::progress::ProgressSnapshot
- cook::execution::progress::ProgressUpdate
- cook::execution::progress::ProgressWebServer
- cook::execution::progress_dashboard::DashboardServer
- cook::execution::progress_display::JsonProgressRenderer
- cook::execution::progress_display::MultiProgressDisplay
- cook::execution::progress_tracker::AgentProgress
- cook::execution::progress_tracker::AgentProgressSnapshot
- cook::execution::progress_tracker::ItemProgress
- cook::execution::progress_tracker::PhaseProgress
- cook::execution::progress_tracker::PhaseProgressSnapshot
- cook::execution::progress_tracker::ProgressHistory
- cook::execution::progress_tracker::ProgressSnapshot
- cook::execution::progress_tracker::ProgressTracker
- cook::execution::progress_tracker::ResourceUsage
- cook::execution::progress_tracker::SerializableProgressSnapshot
- cook::execution::progress_tracker::SystemMetrics
- cook::execution::progress_tracker::WorkflowProgress
- cook::execution::progress_tracker::WorkflowProgressSnapshot
- cook::execution::resume_lock::ResumeLock
- cook::execution::resume_lock::ResumeLockData
- cook::execution::resume_lock::ResumeLockManager
- cook::execution::runner::RealCommandRunner
- cook::execution::setup_executor::SetupPhaseExecutor
- cook::execution::state::CheckpointInfo
- cook::execution::state::CheckpointManager
- cook::execution::state::DefaultJobStateManager
- cook::execution::state::FailureRecord
- cook::execution::state::MapReduceJobState
- cook::execution::state::ReducePhaseState
- cook::execution::state::ResumableJob
- cook::execution::state::WorktreeInfo
- cook::execution::state_pure::io::StateEnv
- cook::execution::state_pure::types::CheckpointInfo
- cook::execution::state_pure::types::FailureRecord
- cook::execution::state_pure::types::MapReduceJobState
- cook::execution::state_pure::types::ReducePhaseState
- cook::execution::state_pure::types::WorktreeInfo
- cook::execution::variable_capture::CaptureMetadata
- cook::execution::variable_capture::CapturedVariable
- cook::execution::variable_capture::CommandResult
- cook::execution::variable_capture::VariableCaptureEngine
- cook::execution::variables::CommandVariable
- cook::execution::variables::DateVariable
- cook::execution::variables::DefaultInterpolator
- cook::execution::variables::EnvVariable
- cook::execution::variables::FileVariable
- cook::execution::variables::JsonPathVariable
- cook::execution::variables::UuidVariable
- cook::execution::variables::VariableContext
- cook::execution::variables::VariableScope
- cook::expression::ExpressionEvaluator
- cook::expression::VariableContext
- cook::input::arguments::ArgumentsInputProvider
- cook::input::config::ArgumentValidation
- cook::input::config::CachingConfig
- cook::input::config::CustomValidationRule
- cook::input::config::FileFilters
- cook::input::config::InputConfig
- cook::input::config::InputFilter
- cook::input::config::SortConfig
- cook::input::config::TransformationConfig
- cook::input::config::ValidationConfig
- cook::input::environment::EnvironmentInputProvider
- cook::input::file_pattern::FilePatternInputProvider
- cook::input::file_pattern::FileSystem
- cook::input::generated::GeneratedInputProvider
- cook::input::legacy_adapter::LegacyInputAdapter
- cook::input::processor::InputProcessor
- cook::input::provider::InputConfig
- cook::input::provider::ValidationIssue
- cook::input::standard_input::StandardInputProvider
- cook::input::structured_data::StructuredDataInputProvider
- cook::input::types::ExecutionInput
- cook::input::types::InputMetadata
- cook::input::types::VariableDefinition
- cook::interaction::DefaultUserInteraction
- cook::interaction::display::IconConfig
- cook::interaction::display::ProgressDisplayImpl
- cook::interaction::prompts::UserPrompterImpl
- cook::orchestrator::CookConfig
- cook::orchestrator::DefaultCookOrchestrator
- cook::orchestrator::ExecutionEnvironment
- cook::orchestrator::builder::OrchestratorBuilder
- cook::orchestrator::effects::ExecutionEnvironment
- cook::orchestrator::effects::StepContext
- cook::orchestrator::effects::StepResult
- cook::orchestrator::effects::WorkflowResult
- cook::orchestrator::effects::WorkflowSession
- cook::orchestrator::environment::OrchestratorEnv
- cook::retry_state::BackoffState
- cook::retry_state::CircuitBreakerState
- cook::retry_state::CommandRetryState
- cook::retry_state::CoordinatedRetryState
- cook::retry_state::DlqRetryState
- cook::retry_state::RetryAttempt
- cook::retry_state::RetryCheckpointState
- cook::retry_state::RetryExecution
- cook::retry_state::RetryStateManager
- cook::retry_state::WorkItemRetryState
- cook::retry_v2::CircuitBreaker
- cook::retry_v2::RetryConfig
- cook::retry_v2::RetryExecutor
- cook::retry_v2::RetryMetrics
- cook::session::SessionInfo
- cook::session::state::ExecutionContext
- cook::session::state::ExecutionEnvironment
- cook::session::state::SessionState
- cook::session::state::StepResult
- cook::session::state::WorkflowState
- cook::session::summary::SessionSummary
- cook::workflow::ExtendedWorkflowConfig
- cook::workflow::FailureHandlerConfig
- cook::workflow::HandlerCommand
- cook::workflow::HandlerStep
- cook::workflow::StepResult
- cook::workflow::WorkflowContext
- cook::workflow::WorkflowExecutorImpl
- cook::workflow::WorkflowStep
- cook::workflow::checkpoint::AgentState
- cook::workflow::checkpoint::CheckpointManager
- cook::workflow::checkpoint::CompletedStep
- cook::workflow::checkpoint::ExecutionState
- cook::workflow::checkpoint::MapReduceCheckpoint
- cook::workflow::checkpoint::ResumeContext
- cook::workflow::checkpoint::ResumeOptions
- cook::workflow::checkpoint::RetryState
- cook::workflow::checkpoint::WorkflowCheckpoint
- cook::workflow::composition::ComposableWorkflow
- cook::workflow::composition::ComposedWorkflow
- cook::workflow::composition::CompositionMetadata
- cook::workflow::composition::DependencyInfo
- cook::workflow::composition::Parameter
- cook::workflow::composition::ParameterDefinitions
- cook::workflow::composition::WorkflowImport
- cook::workflow::composition::WorkflowTemplate
- cook::workflow::composition::composer::WorkflowComposer
- cook::workflow::composition::registry::FileTemplateStorage
- cook::workflow::composition::registry::TemplateEntry
- cook::workflow::composition::registry::TemplateInfo
- cook::workflow::composition::registry::TemplateMetadata
- cook::workflow::composition::registry::TemplateRegistry
- cook::workflow::composition::sub_workflow::SubWorkflow
- cook::workflow::composition::sub_workflow::SubWorkflowExecutor
- cook::workflow::composition::sub_workflow::SubWorkflowResult
- cook::workflow::effects::CommandOutput
- cook::workflow::effects::environment::ClaudeExecutorAdapter
- cook::workflow::effects::environment::DefaultShellRunner
- cook::workflow::effects::environment::RunnerOutput
- cook::workflow::effects::environment::WorkflowEnv
- cook::workflow::effects::environment::WorkflowEnvBuilder
- cook::workflow::effects::execution_env::ExecutionEnv
- cook::workflow::effects::execution_env::ExecutionEnvBuilder
- cook::workflow::effects::progress::StepResult
- cook::workflow::effects::progress::WorkflowProgress
- cook::workflow::effects::progress::WorkflowResult
- cook::workflow::error_policy::CircuitBreaker
- cook::workflow::error_policy::CircuitBreakerConfig
- cook::workflow::error_policy::ErrorMetrics
- cook::workflow::error_policy::ErrorPolicyExecutor
- cook::workflow::error_policy::FailurePattern
- cook::workflow::error_policy::RetryConfig
- cook::workflow::error_policy::WorkflowErrorPolicy
- cook::workflow::error_recovery::ErrorHandler
- cook::workflow::error_recovery::ErrorRecoveryState
- cook::workflow::error_recovery::HandlerExecution
- cook::workflow::error_recovery::ResumeErrorRecovery
- cook::workflow::error_recovery::RetryConfig
- cook::workflow::git_context::GitChangeTracker
- cook::workflow::git_context::StepChanges
- cook::workflow::normalized::HandlerConfig
- cook::workflow::normalized::MapReduceConfig
- cook::workflow::normalized::NormalizedStep
- cook::workflow::normalized::NormalizedWorkflow
- cook::workflow::normalized::StepHandlers
- cook::workflow::progress::ProgressDisplay
- cook::workflow::progress::ProgressState
- cook::workflow::progress::ProgressUpdate
- cook::workflow::progress::SequentialProgressTracker
- cook::workflow::progress_config::ProgressConfig
- cook::workflow::pure::resume_planning::ResumePlan
- cook::workflow::pure::step_planning::StepPlan
- cook::workflow::resume::ResumableWorkflow
- cook::workflow::resume::ResumeExecutor
- cook::workflow::resume::ResumeResult
- cook::workflow::step_validation::SingleValidationResult
- cook::workflow::step_validation::StepValidationConfig
- cook::workflow::step_validation::StepValidationExecutor
- cook::workflow::step_validation::StepValidationResult
- cook::workflow::step_validation::ValidationCommand
- cook::workflow::step_validation::ValidationMetrics
- cook::workflow::validation::GapDetail
- cook::workflow::validation::OnIncompleteConfig
- cook::workflow::validation::ValidationConfig
- cook::workflow::validation::ValidationResult
- cook::workflow::variable_checkpoint::CachedValue
- cook::workflow::variable_checkpoint::EnvironmentCompatibility
- cook::workflow::variable_checkpoint::EnvironmentSnapshot
- cook::workflow::variable_checkpoint::InterpolationRecord
- cook::workflow::variable_checkpoint::InterpolationTest
- cook::workflow::variable_checkpoint::InterpolationTestResults
- cook::workflow::variable_checkpoint::VariableCheckpointState
- cook::workflow::variable_checkpoint::VariableMetadata
- cook::workflow::variable_checkpoint::VariableResumeManager
- cook::workflow::variables::CaptureStreams
- cook::workflow::variables::CommandResult
- cook::workflow::variables::StandardVariables
- cook::workflow::variables::VariableContext
- cook::workflow::variables::VariableStore
- core::mapreduce::FilteredWorkItem
- core::mapreduce::MapResultSummary
- core::mapreduce::WorkDistribution
- core::orchestration::ExecutionPlan
- core::orchestration::ResourceRequirements
- core::session::SessionFilter
- core::session::SessionState
- core::session::SessionSummary
- core::session::updates::ProgressUpdate
- core::session::updates::StepRecord
- core::validation::ResourceLimits
- core::validation::ValidationResult
- core::workflow::ResolvedVariable
- core::workflow::StepProgress
- core::workflow::ValidationResult
- env::AppEnv
- env::MockDbEnv
- env::MockFileEnv
- env::MockGitEnv
- env::MockProcessEnv
- env::RealDbEnv
- env::RealFileEnv
- env::RealGitEnv
- env::RealProcessEnv
- error::ErrorContext
- error::codes::ErrorCode
- error::serialization::SerializableError
- git::GitCommandRunner
- git::scenario::GitCommand
- git::scenario::GitScenario
- git::scenario::GitScenarioMock
- git::types::CommitId
- git::types::FileDiff
- git::types::GitDiff
- git::types::GitRepoState
- git::types::GitStatus
- git::types::WorktreeInfo
- init::command::InitCommand
- init::templates::CommandTemplate
- storage::cleanup::CleanupConfig
- storage::cleanup::CleanupStats
- storage::cleanup::StorageCleanupManager
- storage::cleanup::StorageStats
- storage::config::CacheConfig
- storage::config::FileConfig
- storage::config::MemoryConfig
- storage::config::RetryPolicy
- storage::config::StorageConfig
- storage::factory::StorageFactory
- storage::global::GlobalStorage
- storage::lock::FileLockGuard
- storage::lock::LockManager
- storage::lock::StorageLock
- storage::session_job_mapping::SessionJobMapping
- storage::types::CheckpointFilter
- storage::types::CheckpointInfo
- storage::types::DLQFilter
- storage::types::DLQItem
- storage::types::DLQStats
- storage::types::EventFilter
- storage::types::EventRecord
- storage::types::EventStats
- storage::types::EventSubscription
- storage::types::HealthStatus
- storage::types::ParameterDefinition
- storage::types::PersistedSession
- storage::types::SessionFilter
- storage::types::SessionId
- storage::types::SessionStats
- storage::types::StorageMetrics
- storage::types::WorkflowCheckpoint
- storage::types::WorkflowDefinition
- storage::types::WorkflowExecution
- storage::types::WorkflowFilter
- storage::types::WorkflowInfo
- storage::types::WorkflowMetadata
- subprocess::SubprocessManager
- subprocess::adapter::RealSubprocessExecutor
- subprocess::builder::ProcessCommandBuilder
- subprocess::claude::ClaudeRunnerImpl
- subprocess::git::GitRunnerImpl
- subprocess::git::GitStatus
- subprocess::mock::MockCommandConfig
- subprocess::mock::MockProcessRunner
- subprocess::runner::ExitStatusHelper
- subprocess::runner::ProcessCommand
- subprocess::runner::ProcessOutput
- subprocess::runner::ProcessStream
- subprocess::runner::TokioProcessRunner
- subprocess::streaming::backpressure::BufferedStreamProcessor
- subprocess::streaming::backpressure::RateLimitedProcessor
- subprocess::streaming::claude_processor::ClaudeJsonProcessor
- subprocess::streaming::claude_processor::LoggingClaudeHandler
- subprocess::streaming::processor::JsonLineProcessor
- subprocess::streaming::processor::LoggingProcessor
- subprocess::streaming::processor::PatternMatch
- subprocess::streaming::processor::PatternMatchProcessor
- subprocess::streaming::runner::StreamingCommandRunner
- subprocess::streaming::runner::StreamingProcessRunner
- subprocess::streaming::types::BufferConfig
- subprocess::streaming::types::StreamingConfig
- subprocess::streaming::types::StreamingOutput
- testing::MockClaudeBuilder
- testing::MockGitBuilder
- testing::TestContext
- testing::TestFixtures
- testing::config::TestConfiguration
- testing::config::TestConfigurationBuilder
- testing::config::TestConfigurations
- testing::fixtures::Fixtures
- testing::fixtures::isolation::TestGitRepo
- testing::fixtures::isolation::TestWorkingDir
- testing::mocks::claude::MockClaudeClient
- testing::mocks::claude::MockClaudeClientBuilder
- testing::mocks::config::MockConfigLoader
- testing::mocks::config::MockConfigLoaderBuilder
- testing::mocks::fs::MockFileSystem
- testing::mocks::fs::MockFileSystemBuilder
- testing::mocks::git::MockGitOperations
- testing::mocks::git::MockGitOperationsBuilder
- testing::mocks::session::MockSessionManager
- testing::mocks::subprocess::CommandExecutorMock
- testing::mocks::subprocess::MockSubprocessManager
- testing::mocks::subprocess::MockSubprocessManagerBuilder
- testing::mocks::unified_session::MockUnifiedSessionManager
- testing::mocks::workflow::MockWorkflowExecutor
- testing::mocks::worktree::MockWorktreeManager
- testing::mocks::worktree::MockWorktreeManagerBuilder
- testing::test_mocks::CargoMocks
- testing::test_mocks::GitMocks
- testing::test_mocks::MockResponses
- testing::test_mocks::TarpaulinMocks
- testing::test_mocks::TestMockSetup
- unified_session::Checkpoint
- unified_session::CheckpointId
- unified_session::CookSessionAdapter
- unified_session::MapReduceSession
- unified_session::SessionConfig
- unified_session::SessionFilter
- unified_session::SessionId
- unified_session::SessionManager
- unified_session::SessionStorage
- unified_session::SessionSummary
- unified_session::UnifiedSession
- unified_session::WorkflowSession
- unified_session::effects::SessionEnv
- unified_session::migration::MigrationReport
- unified_session::migration::SessionMigrator
- unified_session::timing::TimingTracker
- worktree::WorktreeSession
- worktree::builder::WorktreeBuilder
- worktree::display::DetailedWorktreeList
- worktree::display::EnhancedSessionInfo
- worktree::display::WorktreeSummary
- worktree::manager::CleanupConfig
- worktree::manager::WorktreeManager
- worktree::merge_orchestrator::MergeOrchestrator
- worktree::pool::CleanupPolicy
- worktree::pool::PooledWorktree
- worktree::pool::ResourceLimits
- worktree::pool::ResourceUsage
- worktree::pool::ReuseCriteria
- worktree::pool::WorktreeHandle
- worktree::pool::WorktreeMetrics
- worktree::pool::WorktreePool
- worktree::pool::WorktreePoolConfig
- worktree::state::Checkpoint
- worktree::state::IterationInfo
- worktree::state::WorktreeState
- worktree::state::WorktreeStats
Enums
- cli::args::ChangelogCommands
- cli::args::CheckpointCommands
- cli::args::CleanCommands
- cli::args::Commands
- cli::args::ConfigCommands
- cli::args::DlqCommands
- cli::args::EventCommands
- cli::args::SessionCommands
- cli::args::TemplateCommand
- cli::args::WorktreeCommands
- cli::events::EventsCommand
- cli::events::format::JobStatus
- cli::validation::CliValidationError
- commands::attributes::AttributeValue
- commands::handlers::validate_debtmap::DebtType
- commands::handlers::validate_debtmap::Priority
- commands::handlers::validate_debtmap::ValidationStatus
- commands::result::CommandError
- config::command::CaptureOutputConfig
- config::command::CommandArg
- config::command::ForeachInput
- config::command::ParallelConfig
- config::command::WorkflowCommand
- config::command::WriteFileFormat
- config::command_validator::ArgumentType
- config::diagnostics::IssueSeverity
- config::diagnostics::IssueType
- config::prodigy_config::BackendType
- config::tracing::SourceType
- cook::environment::EnvValue
- cook::environment::Platform
- cook::environment::SecretProvider
- cook::environment::SecretStoreError
- cook::environment::SecretValue
- cook::execution::command::CaptureOutputMode
- cook::execution::command::CommandSpec
- cook::execution::command::CommandType
- cook::execution::command::HandlerAction
- cook::execution::command::OutputFormat
- cook::execution::data_pipeline::ComparisonOp
- cook::execution::data_pipeline::FilterExpression
- cook::execution::data_pipeline::LogicalOp
- cook::execution::data_pipeline::NullPosition
- cook::execution::data_pipeline::PathPart
- cook::execution::data_pipeline::SortOrder
- cook::execution::data_pipeline::validation::WorkItemValidationError
- cook::execution::dlq::DLQEvent
- cook::execution::dlq::ErrorType
- cook::execution::dlq_reprocessor::ErrorType
- cook::execution::dlq_reprocessor::RetryStrategy
- cook::execution::errors::ErrorAction
- cook::execution::errors::MapReduceError
- cook::execution::errors::ResourceType
- cook::execution::events::EventCategory
- cook::execution::events::EventSeverity
- cook::execution::events::MapReduceEvent
- cook::execution::executor::CommandStatus
- cook::execution::executor::FailureReason
- cook::execution::executor::ValidationLevel
- cook::execution::expression::ast::Expression
- cook::execution::expression::ast::NullHandling
- cook::execution::expression::ast::SortDirection
- cook::execution::expression::evaluator::Collation
- cook::execution::expression::tokenizer::Token
- cook::execution::input_source::InputSource
- cook::execution::interpolation::Segment
- cook::execution::mapreduce::agent::commit_validator::CommitValidationResult
- cook::execution::mapreduce::agent::execution::ExecutionError
- cook::execution::mapreduce::agent::execution::ExecutionStrategy
- cook::execution::mapreduce::agent::lifecycle::LifecycleError
- cook::execution::mapreduce::agent::state_machine::StateError
- cook::execution::mapreduce::agent::types::AgentLifecycleState
- cook::execution::mapreduce::agent::types::AgentOperation
- cook::execution::mapreduce::agent::types::AgentStateStatus
- cook::execution::mapreduce::agent::types::AgentStatus
- cook::execution::mapreduce::agent::types::AgentTransition
- cook::execution::mapreduce::agent::types::CleanupStatus
- cook::execution::mapreduce::aggregation::collector::CollectionStrategy
- cook::execution::mapreduce::aggregation::formatter::FormatType
- cook::execution::mapreduce::aggregation::reducer::ReductionStrategy
- cook::execution::mapreduce::checkpoint::effects::storage::CheckpointStorageError
- cook::execution::mapreduce::checkpoint::environment::CheckpointError
- cook::execution::mapreduce::checkpoint::pure::state_transitions::TransitionError
- cook::execution::mapreduce::checkpoint::pure::state_transitions::WorkItemEvent
- cook::execution::mapreduce::checkpoint::pure::state_transitions::WorkItemStatus
- cook::execution::mapreduce::checkpoint::pure::validation::CheckpointValidationError
- cook::execution::mapreduce::checkpoint::storage::CompressionAlgorithm
- cook::execution::mapreduce::checkpoint::types::CheckpointReason
- cook::execution::mapreduce::checkpoint::types::PhaseType
- cook::execution::mapreduce::checkpoint::types::ResumeStrategy
- cook::execution::mapreduce::cleanup::coordinator::CleanupTask
- cook::execution::mapreduce::cleanup::error::CleanupError
- cook::execution::mapreduce::cleanup::monitor::CleanupRecommendation
- cook::execution::mapreduce::command::executor::CommandError
- cook::execution::mapreduce::coordination::orchestrator::PhaseResult
- cook::execution::mapreduce::coordination::scheduler::SchedulingStrategy
- cook::execution::mapreduce::dry_run::types::CommandType
- cook::execution::mapreduce::dry_run::types::DryRunError
- cook::execution::mapreduce::dry_run::types::ExecutionMode
- cook::execution::mapreduce::dry_run::types::ValidationIssue
- cook::execution::mapreduce::dry_run::types::VariableContext
- cook::execution::mapreduce::event::FailureReason
- cook::execution::mapreduce::event::MapReduceEvent
- cook::execution::mapreduce::phases::PhaseError
- cook::execution::mapreduce::phases::PhaseProgress
- cook::execution::mapreduce::phases::PhaseType
- cook::execution::mapreduce::phases::coordinator::PhaseTransition
- cook::execution::mapreduce::phases::orchestrator::PhaseSpec
- cook::execution::mapreduce::progress::PhaseType
- cook::execution::mapreduce::progress::ProgressUpdate
- cook::execution::mapreduce::progress::operations::AgentOperation
- cook::execution::mapreduce::progress::stream::ProgressEvent
- cook::execution::mapreduce::pure::planning::Phase
- cook::execution::mapreduce::pure::work_planning::FilterExpression
- cook::execution::mapreduce::resources::cleanup::CleanupPriority
- cook::execution::mapreduce::resources::git_operations::ModificationType
- cook::execution::mapreduce::state::PhaseType
- cook::execution::mapreduce::state::StateError
- cook::execution::mapreduce::state::StateEventType
- cook::execution::mapreduce::timeout::CommandType
- cook::execution::mapreduce::timeout::TimeoutAction
- cook::execution::mapreduce::timeout::TimeoutError
- cook::execution::mapreduce::timeout::TimeoutEvent
- cook::execution::mapreduce::timeout::TimeoutPolicy
- cook::execution::mapreduce::timeout::TimeoutResolution
- cook::execution::mapreduce::timeout::TimeoutType
- cook::execution::mapreduce::utils::AgentEventType
- cook::execution::mapreduce::validation::Constraint
- cook::execution::mapreduce::validation::FieldType
- cook::execution::mapreduce::validation::WorkItemValidationError
- cook::execution::mapreduce_resume::EnhancedResumeResult
- cook::execution::mapreduce_resume::MapReducePhase
- cook::execution::progress::AgentState
- cook::execution::progress::ExportFormat
- cook::execution::progress::UpdateType
- cook::execution::progress_display::DisplayMode
- cook::execution::progress_display::ProgressEvent
- cook::execution::progress_tracker::AgentStatus
- cook::execution::progress_tracker::ItemStatus
- cook::execution::progress_tracker::PhaseStatus
- cook::execution::progress_tracker::PhaseType
- cook::execution::progress_tracker::WorkflowStatus
- cook::execution::state_pure::types::Phase
- cook::execution::variable_capture::CaptureConfig
- cook::execution::variable_capture::CaptureSource
- cook::execution::variable_capture::MultilineHandling
- cook::execution::variables::AggregateType
- cook::execution::variables::ScopeLevel
- cook::execution::variables::Variable
- cook::execution::variables::semigroup::AggregateResult
- cook::expression::ComparisonOp
- cook::expression::Expression
- cook::expression::LogicalOp
- cook::expression::Value
- cook::input::config::DataSource
- cook::input::config::FilterType
- cook::input::config::GeneratorType
- cook::input::config::InputSource
- cook::input::config::MergeStrategy
- cook::input::provider::ValidationSeverity
- cook::input::types::DataFormat
- cook::input::types::InputType
- cook::input::types::ValidationRule
- cook::input::types::VariableType
- cook::input::types::VariableValue
- cook::interaction::display::DisplayMessageType
- cook::interaction::display::VerbosityLevel
- cook::orchestrator::pure::IterationDecision
- cook::orchestrator::pure::WorkflowError
- cook::orchestrator::pure::WorkflowType
- cook::retry_state::CircuitState
- cook::retry_v2::BackoffStrategy
- cook::retry_v2::ErrorMatcher
- cook::retry_v2::FailureAction
- cook::session::SessionUpdate
- cook::session::state::SessionStatus
- cook::session::state::WorkflowType
- cook::workflow::CaptureOutput
- cook::workflow::CommandType
- cook::workflow::HandlerStrategy
- cook::workflow::OnFailureConfig
- cook::workflow::WorkflowMode
- cook::workflow::checkpoint::WorkflowStatus
- cook::workflow::checkpoint_errors::CheckpointError
- cook::workflow::checkpoint_path::CheckpointStorage
- cook::workflow::composer_integration::CompositionError
- cook::workflow::composition::DependencyType
- cook::workflow::composition::ParameterType
- cook::workflow::composition::TemplateSource
- cook::workflow::effects::CommandError
- cook::workflow::effects::claude_error::ClaudeError
- cook::workflow::effects::step_error::StepError
- cook::workflow::effects::step_error::WorkflowError
- cook::workflow::error_policy::BackoffStrategy
- cook::workflow::error_policy::CircuitState
- cook::workflow::error_policy::ErrorCollectionStrategy
- cook::workflow::error_policy::FailureAction
- cook::workflow::error_policy::ItemFailureAction
- cook::workflow::error_recovery::ErrorHandlerScope
- cook::workflow::error_recovery::RecoveryAction
- cook::workflow::error_recovery::ResumeError
- cook::workflow::git_context::VariableFormat
- cook::workflow::normalized::ExecutionMode
- cook::workflow::normalized::StepCommand
- cook::workflow::normalized::WorkflowType
- cook::workflow::progress::ExecutionPhase
- cook::workflow::progress::UpdateType
- cook::workflow::progress_config::LogLevel
- cook::workflow::progress_config::ProgressDisplayMode
- cook::workflow::pure::output_parser::OutputPattern
- cook::workflow::pure::step_planning::ResumeDecision
- cook::workflow::step_validation::StepValidationSpec
- cook::workflow::step_validation::SuccessCriteria
- cook::workflow::step_validation::ValidationCommandType
- cook::workflow::validation::Severity
- cook::workflow::validation::ValidationStatus
- cook::workflow::variables::CaptureFormat
- cook::workflow::variables::CapturedValue
- cook::workflow::variables::ExecutionInput
- cook::workflow::variables::ExecutionMode
- core::orchestration::ExecutionMode
- core::orchestration::Phase
- core::orchestration::PhaseType
- core::session::SessionStatus
- core::session::SessionUpdate
- core::session::updates::SessionUpdate
- core::session::updates::SessionUpdateError
- core::session::validation::SessionTransitionError
- core::validation::ErrorSeverity
- core::validation::ValidationError
- core::workflow::CommandType
- error::ProdigyError
- git::error::GitError
- git::scenario::ScenarioResponse
- git::types::FileChangeType
- resume_logic::WorkflowFileResult
- storage::config::BackendConfig
- storage::config::BackendType
- storage::config::CacheType
- storage::error::StorageError
- storage::types::ConnectionStatus
- storage::types::ExecutionStatus
- storage::types::SessionState
- subprocess::error::ProcessError
- subprocess::runner::ExitStatus
- subprocess::streaming::backpressure::OverflowStrategy
- subprocess::streaming::types::OutputFormat
- subprocess::streaming::types::ProcessorConfig
- subprocess::streaming::types::StreamSource
- subprocess::streaming::types::StreamingMode
- unified_session::MapReducePhase
- unified_session::SessionStatus
- unified_session::SessionType
- unified_session::SessionUpdate
- unified_session::effects::SessionEffectError
- worktree::manager::CleanupPolicy
- worktree::pool::AllocationStrategy
- worktree::pool::WorktreeRequest
- worktree::pool::WorktreeStatus
- worktree::state::CommandType
- worktree::state::InterruptionType
- worktree::state::WorktreeStatus
Traits
- abstractions::ExitStatusExt
- abstractions::claude::ClaudeClient
- abstractions::exit_status::ExitStatusExt
- abstractions::git::GitOperations
- commands::CommandHandler
- cook::coordinators::EnvironmentCoordinator
- cook::coordinators::ExecutionCoordinator
- cook::coordinators::SessionCoordinator
- cook::coordinators::WorkflowCoordinator
- cook::environment::env_reader::EnvReader
- cook::error::ext::ResultExt
- cook::execution::CommandExecutor
- cook::execution::claude::ClaudeExecutor
- cook::execution::dlq::DLQManager
- cook::execution::errors::ErrorHandler
- cook::execution::events::EventStore
- cook::execution::events::EventWriter
- cook::execution::executor::CommandExecutor
- cook::execution::executor::ObservabilityCollector
- cook::execution::mapreduce::agent::execution::AgentExecutor
- cook::execution::mapreduce::agent::lifecycle::AgentLifecycleManager
- cook::execution::mapreduce::agent::results::AgentResultAggregator
- cook::execution::mapreduce::checkpoint::effects::storage::CheckpointStorageEnv
- cook::execution::mapreduce::checkpoint::storage::CheckpointStorage
- cook::execution::mapreduce::command::executor::CommandExecutor
- cook::execution::mapreduce::coordination::orchestrator::PhaseExecutor
- cook::execution::mapreduce::phases::PhaseExecutor
- cook::execution::mapreduce::phases::PhaseTransitionHandler
- cook::execution::mapreduce::progress::display::ProgressRenderer
- cook::execution::mapreduce::progress::stream::ProgressStreamConsumer
- cook::execution::mapreduce::resources::cleanup::CleanupTask
- cook::execution::mapreduce::resources::git_operations::GitResultExt
- cook::execution::mapreduce::resources::pool::ResourcePool
- cook::execution::mapreduce::state::StateStore
- cook::execution::mapreduce::types::Configurable
- cook::execution::mapreduce::types::Resettable
- cook::execution::output::OutputFormatter
- cook::execution::output::OutputParser
- cook::execution::progress::ProgressReporter
- cook::execution::progress_tracker::ProgressRenderer
- cook::execution::runner::CommandRunner
- cook::execution::state::JobStateManager
- cook::execution::state::Resumable
- cook::execution::state_pure::io::EventLog
- cook::execution::state_pure::io::StorageBackend
- cook::execution::variables::ComputedVariable
- cook::execution::variables::VariableInterpolator
- cook::execution::variables::VariableProvider
- cook::input::provider::InputProvider
- cook::interaction::SpinnerHandle
- cook::interaction::UserInteraction
- cook::interaction::display::ProgressDisplay
- cook::interaction::prompts::UserPrompter
- cook::orchestrator::CookOrchestrator
- cook::orchestrator::builder::OrchestratorConfigHelpers
- cook::session::SessionManager
- cook::workflow::StepExecutor
- cook::workflow::WorkflowExecutor
- cook::workflow::composition::registry::TemplateStorage
- cook::workflow::effects::environment::ClaudeRunner
- cook::workflow::effects::environment::ShellRunner
- env::DbEnv
- env::FileEnv
- env::GitEnv
- env::ProcessEnv
- error::helpers::ErrorExt
- git::GitOperations
- git::GitReader
- git::GitWorktree
- git::GitWriter
- storage::lock::LockBackend
- storage::lock::StorageLockGuard
- subprocess::adapter::SubprocessExecutor
- subprocess::claude::ClaudeRunner
- subprocess::git::GitRunner
- subprocess::runner::ProcessRunner
- subprocess::streaming::claude_processor::ClaudeStreamHandler
- subprocess::streaming::processor::StreamProcessor
- unified_session::effects::SessionStorage
- worktree::display::SessionDisplay
Macros
Functions
- app::error_handling::handle_fatal_error
- app::logging::init_logging
- app::logging::init_tracing
- app::runtime::check_and_migrate_storage
- app::runtime::initialize_app
- cli::commands::changelog::run_changelog_command
- cli::commands::checkpoints::find_latest_checkpoint
- cli::commands::checkpoints::run_checkpoints_command
- cli::commands::clean::execute
- cli::commands::config::run_config_command
- cli::commands::dlq::run_dlq_command
- cli::commands::events::run_events_command
- cli::commands::exec::run_batch_command
- cli::commands::exec::run_exec_command
- cli::commands::logs::run_logs_command
- cli::commands::progress::run_progress_command
- cli::commands::resume::run_resume_job_command
- cli::commands::resume::run_resume_workflow
- cli::commands::sessions::run_sessions_command
- cli::commands::worktree::parse_duration
- cli::commands::worktree::run_worktree_command
- cli::events::analysis::aggregate_job_retention
- cli::events::analysis::analyze_retention_targets
- cli::events::analysis::export_aggregated_events
- cli::events::analysis::get_available_jobs
- cli::events::analysis::get_job_directories
- cli::events::analysis::process_event_for_status
- cli::events::analysis::read_job_status
- cli::events::analysis::search_aggregated_events
- cli::events::analysis::should_analyze_global_storage
- cli::events::analysis::show_aggregated_stats
- cli::events::execute
- cli::events::format::calculate_duration
- cli::events::format::calculate_elapsed
- cli::events::format::create_cleanup_summary_human
- cli::events::format::create_cleanup_summary_json
- cli::events::format::create_cleanup_summary_message
- cli::events::format::create_job_display_info
- cli::events::format::display_agent_progress
- cli::events::format::display_cleanup_summary
- cli::events::format::display_event
- cli::events::format::display_events_as_table
- cli::events::format::display_events_with_format
- cli::events::format::display_generic_event
- cli::events::format::display_job_completed
- cli::events::format::display_job_started
- cli::events::format::display_search_results
- cli::events::format::display_statistics_with_format
- cli::events::format::export_as_csv
- cli::events::format::export_as_json
- cli::events::format::export_as_markdown
- cli::events::format::extract_table_row_data
- cli::events::format::format_event_details
- cli::events::format::format_statistics_human
- cli::events::format::format_statistics_json
- cli::events::format::format_statistics_yaml
- cli::events::format::print_event_row
- cli::events::format::print_table_header
- cli::events::format::truncate_field
- cli::events::io::build_global_events_path
- cli::events::io::determine_watch_path
- cli::events::io::find_event_files
- cli::events::io::get_all_event_files
- cli::events::io::read_and_filter_events
- cli::events::io::read_events_from_files
- cli::events::io::read_events_from_single_file
- cli::events::io::resolve_event_file_with_fallback
- cli::events::io::resolve_job_event_file
- cli::events::transform::aggregate_stats
- cli::events::transform::calculate_archived_count
- cli::events::transform::calculate_event_statistics
- cli::events::transform::convert_duration_to_days
- cli::events::transform::convert_size_to_bytes
- cli::events::transform::event_is_recent
- cli::events::transform::event_matches_field
- cli::events::transform::event_matches_search
- cli::events::transform::event_matches_type
- cli::events::transform::extract_agent_id
- cli::events::transform::extract_event_metadata
- cli::events::transform::extract_job_id
- cli::events::transform::extract_job_name
- cli::events::transform::extract_nested_field
- cli::events::transform::extract_timestamp
- cli::events::transform::format_timestamp
- cli::events::transform::get_event_type
- cli::events::transform::parse_event_line
- cli::events::transform::search_events_with_pattern
- cli::events::transform::search_in_value
- cli::events::transform::sort_statistics_by_count
- cli::events::transform::validate_retention_policy
- cli::help::generate_command_help
- cli::help::generate_help
- cli::help::get_log_level
- cli::params::load_param_file
- cli::params::merge_params
- cli::params::parse_cli_params
- cli::router::execute_command
- cli::validation::validate_directory
- cli::validation::validate_parallel_count
- cli::validation::validate_threshold
- cli::validation::validate_timeout
- cli::validation::validate_workflow_file
- cli::workflow_generator::generate_batch_workflow
- cli::workflow_generator::generate_exec_workflow
- commands::handlers::all_handlers
- commands::handlers::validate_debtmap::calculate_summary
- commands::handlers::validate_debtmap::compare_debtmaps
- commands::handlers::validate_debtmap::item_key
- commands::handlers::validate_debtmap::load_debtmap
- config::builder::load_prodigy_config
- config::builder::load_prodigy_config_traced
- config::builder::load_prodigy_config_traced_with
- config::builder::load_prodigy_config_with
- config::builder::load_prodigy_config_with_options
- config::builder::load_prodigy_config_with_options_and_env
- config::command_parser::expand_variables
- config::command_parser::parse_command_string
- config::command_validator::apply_command_defaults
- config::command_validator::validate_command
- config::diagnostics::detect_issues
- config::diagnostics::format_issues
- config::diagnostics::format_issues_json
- config::get_global_prodigy_dir
- config::mapreduce::parse_mapreduce_workflow
- config::prodigy_config::global_config_path
- config::prodigy_config::project_config_path
- config::tracing::trace_config
- config::tracing::trace_config_with
- cook::common_strings::intern_command
- cook::common_strings::intern_variable
- cook::cook
- cook::environment::pure::build_command_env
- cook::environment::pure::inject_positional_args
- cook::environment::pure::interpolate_value
- cook::environment::pure::resolve_working_directory
- cook::execution::bridge::create_legacy_executor
- cook::execution::claude_log_detection::detect_json_log_location
- cook::execution::claude_log_detection::sanitize_project_path
- cook::execution::data_pipeline::validation::validate_all_items
- cook::execution::data_pipeline::validation::validate_item_data
- cook::execution::data_pipeline::validation::validate_item_id
- cook::execution::data_pipeline::validation::validate_work_item
- cook::execution::events::index::build_index_from_events
- cook::execution::events::index::calculate_time_range
- cook::execution::events::index::increment_event_count
- cook::execution::events::index::update_time_range
- cook::execution::events::index::validate_index_consistency
- cook::execution::events::index::validate_job_id
- cook::execution::expression::tokenizer::tokenize
- cook::execution::foreach::execute_foreach
- cook::execution::foreach::execute_foreach_with_dir
- cook::execution::foreach::get_items
- cook::execution::interpolation::shell_escape
- cook::execution::mapreduce::agent::state_machine::apply_transition
- cook::execution::mapreduce::agent::state_machine::get_agent_id
- cook::execution::mapreduce::agent::state_machine::is_valid_transition
- cook::execution::mapreduce::agent::state_machine::state_to_result
- cook::execution::mapreduce::checkpoint::effects::signals::save_checkpoint_on_shutdown
- cook::execution::mapreduce::checkpoint::effects::signals::shutdown_signal
- cook::execution::mapreduce::checkpoint::effects::storage::load_checkpoint
- cook::execution::mapreduce::checkpoint::effects::storage::load_checkpoint_effect
- cook::execution::mapreduce::checkpoint::effects::storage::save_checkpoint
- cook::execution::mapreduce::checkpoint::effects::storage::save_checkpoint_effect
- cook::execution::mapreduce::checkpoint::effects::storage::should_save_checkpoint
- cook::execution::mapreduce::checkpoint::effects::storage::update_checkpoint_state
- cook::execution::mapreduce::checkpoint::environment::get_checkpoint_job_id
- cook::execution::mapreduce::checkpoint::environment::get_checkpoint_storage
- cook::execution::mapreduce::checkpoint::environment::get_checkpoint_storage_path
- cook::execution::mapreduce::checkpoint::environment::get_items_since_checkpoint
- cook::execution::mapreduce::checkpoint::environment::get_trigger_config
- cook::execution::mapreduce::checkpoint::environment::is_checkpointing_enabled
- cook::execution::mapreduce::checkpoint::environment::with_checkpointing_disabled
- cook::execution::mapreduce::checkpoint::environment::with_trigger_config
- cook::execution::mapreduce::checkpoint::pure::preparation::calculate_integrity_hash
- cook::execution::mapreduce::checkpoint::pure::preparation::create_initial_checkpoint
- cook::execution::mapreduce::checkpoint::pure::preparation::prepare_checkpoint
- cook::execution::mapreduce::checkpoint::pure::preparation::reset_in_progress_items
- cook::execution::mapreduce::checkpoint::pure::preparation::update_completed_count
- cook::execution::mapreduce::checkpoint::pure::preparation::update_phase
- cook::execution::mapreduce::checkpoint::pure::preparation::verify_integrity
- cook::execution::mapreduce::checkpoint::pure::state_transitions::apply_interrupt_to_all
- cook::execution::mapreduce::checkpoint::pure::state_transitions::count_by_status
- cook::execution::mapreduce::checkpoint::pure::state_transitions::transition_work_item
- cook::execution::mapreduce::checkpoint::pure::triggers::items_until_checkpoint
- cook::execution::mapreduce::checkpoint::pure::triggers::should_checkpoint
- cook::execution::mapreduce::checkpoint::pure::triggers::time_until_checkpoint
- cook::execution::mapreduce::checkpoint::pure::validation::validate_checkpoint
- cook::execution::mapreduce::checkpoint::pure::validation::validate_integrity_hash
- cook::execution::mapreduce::checkpoint_integration::create_checkpointed_coordinator
- cook::execution::mapreduce::command::interpolation::build_interpolation_context
- cook::execution::mapreduce::command::interpolation::interpolate_workflow_step
- cook::execution::mapreduce::command::interpolation::interpolate_workflow_step_enhanced
- cook::execution::mapreduce::command::interpolation::merge_contexts
- cook::execution::mapreduce::command::types::collect_command_types
- cook::execution::mapreduce::command::types::determine_command_type
- cook::execution::mapreduce::command::types::validate_command_count
- cook::execution::mapreduce::dlq_integration::agent_result_to_dlq_item
- cook::execution::mapreduce::dlq_integration::validation_error_to_dlq_item
- cook::execution::mapreduce::dlq_integration::validation_errors_to_dlq_items
- cook::execution::mapreduce::effects::commands::execute_commands_effect
- cook::execution::mapreduce::effects::merge::has_commits_effect
- cook::execution::mapreduce::effects::merge::list_commits_effect
- cook::execution::mapreduce::effects::merge::merge_to_parent_effect
- cook::execution::mapreduce::effects::worktree::create_worktree_effect
- cook::execution::mapreduce::effects::worktree::remove_worktree_effect
- cook::execution::mapreduce::env_interpolation::build_positional_args_context
- cook::execution::mapreduce::env_interpolation::env_values_to_plain_map
- cook::execution::mapreduce::env_interpolation::interpolate_env_value
- cook::execution::mapreduce::env_interpolation::interpolate_workflow_env_with_positional_args
- cook::execution::mapreduce::env_interpolation::positional_args_as_env_vars
- cook::execution::mapreduce::environment_helpers::get_agent_template
- cook::execution::mapreduce::environment_helpers::get_command_executor
- cook::execution::mapreduce::environment_helpers::get_config
- cook::execution::mapreduce::environment_helpers::get_config_value
- cook::execution::mapreduce::environment_helpers::get_execution_context
- cook::execution::mapreduce::environment_helpers::get_job_id
- cook::execution::mapreduce::environment_helpers::get_max_parallel
- cook::execution::mapreduce::environment_helpers::get_phase_command_executor
- cook::execution::mapreduce::environment_helpers::get_phase_storage
- cook::execution::mapreduce::environment_helpers::get_phase_workflow_env
- cook::execution::mapreduce::environment_helpers::get_storage
- cook::execution::mapreduce::environment_helpers::get_variable
- cook::execution::mapreduce::environment_helpers::get_variables
- cook::execution::mapreduce::environment_helpers::get_workflow_env
- cook::execution::mapreduce::environment_helpers::get_worktree_manager
- cook::execution::mapreduce::environment_helpers::with_config
- cook::execution::mapreduce::environment_helpers::with_debug
- cook::execution::mapreduce::environment_helpers::with_max_parallel
- cook::execution::mapreduce::environment_helpers::with_overrides
- cook::execution::mapreduce::environment_helpers::with_phase_overrides
- cook::execution::mapreduce::environment_helpers::with_variables
- cook::execution::mapreduce::environment_helpers::with_verbose
- cook::execution::mapreduce::map_phase::execute_with_state
- cook::execution::mapreduce::mock_environment::mock_map_env
- cook::execution::mapreduce::mock_environment::mock_map_env_debug
- cook::execution::mapreduce::mock_environment::mock_map_env_with_parallel
- cook::execution::mapreduce::mock_environment::mock_phase_env
- cook::execution::mapreduce::phases::orchestrator::calculate_optimal_parallelism
- cook::execution::mapreduce::phases::orchestrator::plan_phases
- cook::execution::mapreduce::phases::orchestrator::should_skip_phase
- cook::execution::mapreduce::phases::orchestrator::validate_phase_config
- cook::execution::mapreduce::pure::aggregation::aggregate_stats
- cook::execution::mapreduce::pure::aggregation::calculate_success_rate
- cook::execution::mapreduce::pure::aggregation::collect_commits
- cook::execution::mapreduce::pure::aggregation::collect_outputs
- cook::execution::mapreduce::pure::aggregation::count_commits
- cook::execution::mapreduce::pure::aggregation::filter_failed
- cook::execution::mapreduce::pure::aggregation::filter_successful
- cook::execution::mapreduce::pure::aggregation::group_by_error
- cook::execution::mapreduce::pure::dependency_analysis::analyze_dependencies
- cook::execution::mapreduce::pure::dependency_analysis::extract_variable_reads
- cook::execution::mapreduce::pure::dependency_analysis::extract_variable_writes
- cook::execution::mapreduce::pure::formatting::build_error_context
- cook::execution::mapreduce::pure::formatting::format_commit_requirement_error
- cook::execution::mapreduce::pure::formatting::format_duration
- cook::execution::mapreduce::pure::formatting::format_execution_summary
- cook::execution::mapreduce::pure::formatting::format_phase_completion
- cook::execution::mapreduce::pure::formatting::format_progress
- cook::execution::mapreduce::pure::formatting::format_setup_error
- cook::execution::mapreduce::pure::formatting::format_size
- cook::execution::mapreduce::pure::formatting::sanitize_output
- cook::execution::mapreduce::pure::formatting::truncate_output
- cook::execution::mapreduce::pure::interpolation::build_item_variables
- cook::execution::mapreduce::pure::interpolation::extract_variable_names
- cook::execution::mapreduce::pure::interpolation::flatten_json_to_vars
- cook::execution::mapreduce::pure::interpolation::validate_context
- cook::execution::mapreduce::pure::parallel_execution::execute_agent_effect
- cook::execution::mapreduce::pure::parallel_execution::execute_agents_parallel
- cook::execution::mapreduce::pure::parallel_execution::plan_parallel_batches
- cook::execution::mapreduce::pure::phase_parallelization::analyze_command_dependencies
- cook::execution::mapreduce::pure::phase_parallelization::calculate_expected_speedup
- cook::execution::mapreduce::pure::phase_parallelization::create_parallelization_plan
- cook::execution::mapreduce::pure::phase_parallelization::create_phase_commands_from_shell
- cook::execution::mapreduce::pure::planning::calculate_batch_size
- cook::execution::mapreduce::pure::planning::calculate_parallelism
- cook::execution::mapreduce::pure::planning::distribute_work
- cook::execution::mapreduce::pure::planning::plan_execution_phases
- cook::execution::mapreduce::pure::planning::should_batch
- cook::execution::mapreduce::pure::planning::sort_by_priority
- cook::execution::mapreduce::pure::work_planning::plan_work_assignments
- cook::execution::mapreduce::reduce_phase::create_reduce_context
- cook::execution::mapreduce::reduce_phase::execute
- cook::execution::mapreduce::resume_collection::collect_failed_items
- cook::execution::mapreduce::resume_collection::collect_pending_items
- cook::execution::mapreduce::resume_collection::combine_work_items
- cook::execution::mapreduce::resume_deduplication::count_duplicates
- cook::execution::mapreduce::resume_deduplication::deduplicate_work_items
- cook::execution::mapreduce::retry_tracking::get_item_attempt_number
- cook::execution::mapreduce::retry_tracking::increment_retry_count
- cook::execution::mapreduce::retry_tracking::merge_retry_counts
- cook::execution::mapreduce::utils::add_individual_result_variables
- cook::execution::mapreduce::utils::build_agent_context_variables
- cook::execution::mapreduce::utils::build_map_results_interpolation_context
- cook::execution::mapreduce::utils::calculate_map_result_summary
- cook::execution::mapreduce::utils::classify_agent_status
- cook::execution::mapreduce::utils::generate_agent_branch_name
- cook::execution::mapreduce::utils::generate_agent_id
- cook::execution::mapreduce::utils::truncate_command
- cook::execution::mapreduce::utils::truncate_output
- cook::execution::mapreduce::validation::format_work_item_errors
- cook::execution::mapreduce::validation::validate_work_items
- cook::execution::progress::format_duration
- cook::execution::resume_lock::is_process_running
- cook::execution::state_pure::io::complete_batch
- cook::execution::state_pure::io::complete_reduce_phase_with_save
- cook::execution::state_pure::io::load_checkpoint
- cook::execution::state_pure::io::mark_complete_with_save
- cook::execution::state_pure::io::mark_setup_complete_with_save
- cook::execution::state_pure::io::save_checkpoint
- cook::execution::state_pure::io::set_parent_worktree_with_save
- cook::execution::state_pure::io::start_reduce_phase_with_save
- cook::execution::state_pure::io::update_variables_with_save
- cook::execution::state_pure::io::update_with_agent_result
- cook::execution::state_pure::pure::apply_agent_result
- cook::execution::state_pure::pure::complete_reduce_phase
- cook::execution::state_pure::pure::find_work_item
- cook::execution::state_pure::pure::get_retriable_items
- cook::execution::state_pure::pure::is_job_complete
- cook::execution::state_pure::pure::is_map_phase_complete
- cook::execution::state_pure::pure::mark_complete
- cook::execution::state_pure::pure::mark_setup_complete
- cook::execution::state_pure::pure::record_agent_failure
- cook::execution::state_pure::pure::set_parent_worktree
- cook::execution::state_pure::pure::should_transition_to_reduce
- cook::execution::state_pure::pure::start_reduce_phase
- cook::execution::state_pure::pure::update_variables
- cook::execution::variable_capture::extract_json_path
- cook::execution::variables::aggregate_results
- cook::execution::variables::aggregate_with_initial
- cook::execution::variables::semigroup::aggregate_map_results
- cook::execution::variables::semigroup::aggregate_with_initial
- cook::execution::variables::semigroup::parallel_aggregate
- cook::expression::parse_expression
- cook::git_ops::check_git_status
- cook::git_ops::create_commit
- cook::git_ops::get_last_commit_message
- cook::git_ops::git_command
- cook::git_ops::is_git_repo
- cook::git_ops::stage_all_changes
- cook::orchestrator::construction::build_session_config
- cook::orchestrator::construction::commits_were_created
- cook::orchestrator::construction::create_env_config
- cook::orchestrator::construction::create_session_metadata
- cook::orchestrator::construction::create_workflow_executor
- cook::orchestrator::construction::create_workflow_state_base
- cook::orchestrator::construction::extract_command_name
- cook::orchestrator::construction::extract_merge_config
- cook::orchestrator::construction::extract_workflow_env
- cook::orchestrator::construction::generate_session_id
- cook::orchestrator::construction::generate_workflow_id
- cook::orchestrator::construction::is_no_changes_command
- cook::orchestrator::construction::new_orchestrator
- cook::orchestrator::construction::new_orchestrator_with_test_config
- cook::orchestrator::construction::should_capture_head_before_execution
- cook::orchestrator::construction::should_create_unified_session
- cook::orchestrator::construction::should_merge_worktree
- cook::orchestrator::construction::should_skip_commit_validation
- cook::orchestrator::effects::execute_plan_effect
- cook::orchestrator::effects::execute_workflow
- cook::orchestrator::effects::finalize_session_effect
- cook::orchestrator::effects::run_workflow_effect
- cook::orchestrator::effects::setup_environment_effect
- cook::orchestrator::effects::setup_workflow
- cook::orchestrator::effects::validate_workflow
- cook::orchestrator::pure::classify_workflow
- cook::orchestrator::pure::format_validation_errors
- cook::orchestrator::pure::should_continue_iteration
- cook::orchestrator::pure::validate_workflow
- cook::orchestrator::workflow_classifier::determine_commit_required
- cook::orchestrator::workflow_classifier::matches_glob_pattern
- cook::retry::check_claude_cli
- cook::retry::execute_with_retry
- cook::retry::format_subprocess_error
- cook::retry::is_transient_error
- cook::run_improvement_loop
- cook::signal_handler::setup_interrupt_handlers
- cook::signal_handler::setup_simple_interrupt_handler
- cook::workflow::checkpoint::build_resume_context
- cook::workflow::checkpoint::create_checkpoint
- cook::workflow::checkpoint::create_checkpoint_with_total_steps
- cook::workflow::checkpoint::create_completion_checkpoint
- cook::workflow::checkpoint::create_error_checkpoint
- cook::workflow::checkpoint_errors::format_path
- cook::workflow::checkpoint_errors::mask_secret
- cook::workflow::checkpoint_path::resolve_global_base_dir
- cook::workflow::composer_integration::is_composable_workflow
- cook::workflow::composer_integration::parse_composable_workflow
- cook::workflow::effects::claude::execute_claude_command_effect
- cook::workflow::effects::claude::execute_claude_command_effect_fallible
- cook::workflow::effects::claude::execute_claude_command_with_retry
- cook::workflow::effects::executor::execute_claude_step_with_retry
- cook::workflow::effects::executor::execute_step
- cook::workflow::effects::executor::execute_workflow
- cook::workflow::effects::handler::execute_handler_effect
- cook::workflow::effects::retry_helpers::default_claude_retry_policy
- cook::workflow::effects::retry_helpers::parse_retry_policy
- cook::workflow::effects::retry_helpers::shell_retry_policy
- cook::workflow::effects::shell::execute_shell_command_effect
- cook::workflow::effects::shell::execute_shell_command_effect_fallible
- cook::workflow::effects::shell::execute_shell_command_effect_with_timeout_error
- cook::workflow::error_recovery::load_recovery_state_from_checkpoint
- cook::workflow::error_recovery::on_failure_to_error_handler
- cook::workflow::error_recovery::save_recovery_state_to_checkpoint
- cook::workflow::execute_write_file_command
- cook::workflow::pure::command_builder::build_command
- cook::workflow::pure::output_parser::parse_output_variables
- cook::workflow::pure::resume_planning::plan_resume
- cook::workflow::pure::resume_planning::validate_checkpoint_compatibility
- cook::workflow::pure::step_planning::is_safe_to_resume
- cook::workflow::pure::step_planning::plan_steps
- cook::workflow::pure::variable_expansion::expand_variables
- cook::workflow::pure::variable_expansion::extract_variable_references
- cook::workflow::resume::list_resumable_workflows
- core::config::merge_project_config
- core::config::merge_workflow_config
- core::config::parse_project_config
- core::config::parse_workflow_config
- core::config::validate_config_format
- core::mapreduce::aggregate_map_results
- core::mapreduce::distribute_work
- core::mapreduce::filter_work_items
- core::mapreduce::sort_work_items
- core::orchestration::calculate_resources
- core::orchestration::detect_execution_mode
- core::orchestration::plan_execution
- core::session::apply_session_update
- core::session::calculate_duration
- core::session::filter_sessions
- core::session::format_duration
- core::session::generate_session_summary
- core::session::updates::apply_add_step
- core::session::updates::apply_progress_update
- core::session::updates::apply_session_update
- core::session::updates::apply_status_update
- core::session::updates::apply_updates
- core::session::updates::apply_variable_update
- core::session::validation::is_terminal_status
- core::session::validation::valid_transitions_from
- core::session::validation::validate_status_transition
- core::validation::validate_command
- core::validation::validate_environment
- core::validation::validate_iteration_count
- core::validation::validate_json_schema
- core::validation::validate_paths
- core::validation::validate_resource_limits
- core::workflow::calculate_step_progress
- core::workflow::extract_command_content
- core::workflow::extract_variable_names
- core::workflow::interpolate_variables
- core::workflow::parse_command_type
- core::workflow::validate_workflow_structure
- error::codes::describe_error_code
- error::helpers::common::command_not_found
- error::helpers::common::config_not_found
- error::helpers::common::execution_timeout
- error::helpers::common::git_repo_not_found
- error::helpers::common::missing_required_field
- error::helpers::common::session_not_found
- error::helpers::common::storage_io_error
- error::helpers::common::workflow_validation_failed
- git::parsers::parse_diff_output
- git::parsers::parse_status_output
- git::parsers::parse_worktree_list
- init::run
- init::templates::get_all_command_templates
- init::templates::get_all_templates
- init::templates::get_templates_by_names
- resume_logic::calculate_skip_count
- resume_logic::find_workflow_file
- resume_logic::format_checkpoint_status
- resume_logic::format_resume_action
- resume_logic::possible_workflow_paths
- resume_logic::should_resume
- storage::cleanup::parse_duration
- storage::create_global_dlq
- storage::create_global_event_logger
- storage::discover_dlq_job_ids
- storage::extract_repo_name
- storage::get_default_storage_dir
- storage::init_from_env
- testing::helpers::assertions::assert_approx_eq
- testing::helpers::assertions::assert_contains
- testing::helpers::assertions::assert_dir_exists
- testing::helpers::assertions::assert_file_contains
- testing::helpers::assertions::assert_file_exists
- testing::helpers::assertions::assert_file_not_contains
- testing::helpers::assertions::assert_files_equal
- testing::helpers::assertions::assert_in_range
- testing::helpers::assertions::assert_not_contains
- testing::helpers::count_files
- testing::helpers::create_file
- testing::helpers::create_rust_project
- testing::helpers::create_test_repo
- testing::helpers::dirs_equal
- testing::helpers::file_contains
- testing::helpers::run_command
- unified_session::create_session_manager
- unified_session::effects::batch_update_session_effect
- unified_session::effects::load_session_effect
- unified_session::effects::save_session_effect
- unified_session::effects::update_session_effect
- unified_session::get_session
- unified_session::list_sessions
- unified_session::migration::auto_migrate
- unified_session::timing::format_duration
- worktree::manager_utilities::format_cleanup_message
- worktree::manager_utilities::format_variables_for_log
- worktree::manager_utilities::interpolate_variables
- worktree::manager_utilities::truncate_for_display
- worktree::manager_validation::check_if_branch_merged
- worktree::manager_validation::is_permission_denied
- worktree::manager_validation::should_proceed_with_merge
- worktree::manager_validation::validate_claude_result
- worktree::manager_validation::validate_merge_success
- worktree::parsing::parse_worktree_block
- worktree::parsing::parse_worktree_output
- worktree::parsing::split_into_worktree_blocks
Type Aliases
- LibResult
- cook::error::ext::ContextResult
- cook::execution::errors::MapReduceResult
- cook::execution::events::index::FileEventsData
- cook::execution::events::index::ParsedEventData
- cook::execution::mapreduce::agent::execution::ExecutionResult
- cook::execution::mapreduce::agent::lifecycle::LifecycleResult
- cook::execution::mapreduce::aggregation::reducer::ReductionFunction
- cook::execution::mapreduce::cleanup::error::CleanupResult
- cook::execution::mapreduce::timeout::AgentId
- cook::execution::state_pure::io::StateEffect
- cook::orchestrator::effects::OrchEffect
- core::validation::FileExistsCheck
- error::AppResult
- error::LibResult
- error::Result
- storage::error::StorageResult
- storage::types::EventStream
- subprocess::adapter::SubprocessError
- subprocess::runner::ProcessStreamFut
- subprocess::runner::ProcessStreamItem
- unified_session::SessionMetadata
- unified_session::SessionTimings
Statics
- config::command_validator::COMMAND_REGISTRY
- cook::common_strings::COMMAND_INTERNER
- cook::common_strings::VARIABLE_INTERNER
Constants
- config::prodigy_config::VALID_LOG_LEVELS
- cook::common_strings::commands::BUILD
- cook::common_strings::commands::CHECKOUT
- cook::common_strings::commands::CLAUDE
- cook::common_strings::commands::COMMIT
- cook::common_strings::commands::FOREACH
- cook::common_strings::commands::HANDLER
- cook::common_strings::commands::LOG
- cook::common_strings::commands::MERGE
- cook::common_strings::commands::PULL
- cook::common_strings::commands::PUSH
- cook::common_strings::commands::SHELL
- cook::common_strings::commands::STATUS
- cook::common_strings::commands::TEST
- cook::common_strings::commands::VALIDATE
- cook::common_strings::paths::CHECKPOINT
- cook::common_strings::paths::DLQ
- cook::common_strings::paths::DOT_PRODIGY
- cook::common_strings::paths::EVENTS
- cook::common_strings::paths::JOBS
- cook::common_strings::paths::MAPREDUCE
- cook::common_strings::paths::SESSION_STATE
- cook::common_strings::paths::STATE
- cook::common_strings::paths::WORKTREES
- cook::common_strings::status::COMPLETED
- cook::common_strings::status::ERROR
- cook::common_strings::status::FAILED
- cook::common_strings::status::IN_PROGRESS
- cook::common_strings::status::PENDING
- cook::common_strings::status::RETRY
- cook::common_strings::status::RUNNING
- cook::common_strings::status::SKIPPED
- cook::common_strings::status::SUCCESS
- cook::common_strings::variables::CLAUDE_OUTPUT
- cook::common_strings::variables::ITEM
- cook::common_strings::variables::ITEM_ID
- cook::common_strings::variables::ITEM_INDEX
- cook::common_strings::variables::MAP_FAILED
- cook::common_strings::variables::MAP_RESULTS
- cook::common_strings::variables::MAP_SUCCESSFUL
- cook::common_strings::variables::MAP_TOTAL
- cook::common_strings::variables::PROJECT_NAME
- cook::common_strings::variables::PROJECT_ROOT
- cook::common_strings::variables::REDUCE_OUTPUT
- cook::common_strings::variables::SESSION_ID
- cook::common_strings::variables::SHELL_EXIT_CODE
- cook::common_strings::variables::SHELL_LAST_OUTPUT
- cook::common_strings::variables::SHELL_OUTPUT
- cook::common_strings::variables::WORKTREE
- cook::common_strings::variables::WORKTREE_NAME
- cook::common_strings::variables::WORKTREE_PATH
- cook::workflow::checkpoint::CHECKPOINT_VERSION
- init::templates::PRODIGY_ADD_SPEC
- init::templates::PRODIGY_AI_ANALYZE_CHAPTER_SEMANTICS
- init::templates::PRODIGY_AI_ORGANIZE_CHAPTER
- init::templates::PRODIGY_ANALYZE_BOOK_CHAPTER_DRIFT
- init::templates::PRODIGY_ANALYZE_BOOK_CONSISTENCY
- init::templates::PRODIGY_ANALYZE_CHAPTER_STRUCTURE
- init::templates::PRODIGY_ANALYZE_DOC_SECTION_DRIFT
- init::templates::PRODIGY_ANALYZE_FEATURES_FOR_BOOK
- init::templates::PRODIGY_ANALYZE_FEATURES_FOR_MKDOCS
- init::templates::PRODIGY_ANALYZE_MKDOCS_DRIFT
- init::templates::PRODIGY_ANALYZE_MKDOCS_STRUCTURE
- init::templates::PRODIGY_ANALYZE_SUBSECTION_DRIFT
- init::templates::PRODIGY_ANALYZE_WORKFLOW_FEATURES
- init::templates::PRODIGY_AUTO_ORGANIZE_CHAPTERS
- init::templates::PRODIGY_CI
- init::templates::PRODIGY_CLEANUP_TECH_DEBT
- init::templates::PRODIGY_CODE_REVIEW
- init::templates::PRODIGY_COMMIT_CHANGES
- init::templates::PRODIGY_COMPARE_DEBT_RESULTS
- init::templates::PRODIGY_COMPLETE_DEBTMAP_FIX
- init::templates::PRODIGY_COMPLETE_DOC_FIX
- init::templates::PRODIGY_COMPLETE_MKDOCS_FIX
- init::templates::PRODIGY_COMPLETE_SPEC
- init::templates::PRODIGY_COVERAGE
- init::templates::PRODIGY_CREATE_CHAPTER_SUBSECTIONS
- init::templates::PRODIGY_CREATE_MKDOCS_SUBPAGES
- init::templates::PRODIGY_DEBTMAP
- init::templates::PRODIGY_DEBTMAP_IMPLEMENT
- init::templates::PRODIGY_DEBTMAP_PLAN
- init::templates::PRODIGY_DEBUG_TEST_FAILURE
- init::templates::PRODIGY_DETECT_DOCUMENTATION_GAPS
- init::templates::PRODIGY_DETECT_MKDOCS_GAPS
- init::templates::PRODIGY_DOCS_DRIFT_ANALYZE
- init::templates::PRODIGY_DOCS_DRIFT_UPDATE
- init::templates::PRODIGY_DOCS_GENERATE
- init::templates::PRODIGY_ENHANCE_MKDOCS_PAGE
- init::templates::PRODIGY_EVALUATE_AND_SPEC
- init::templates::PRODIGY_FIX_BOOK_BUILD_ERRORS
- init::templates::PRODIGY_FIX_BOOK_DRIFT
- init::templates::PRODIGY_FIX_CHAPTER_DRIFT
- init::templates::PRODIGY_FIX_MERMAID_DIAGRAMS
- init::templates::PRODIGY_FIX_MKDOCS_BUILD_ERRORS
- init::templates::PRODIGY_FIX_MKDOCS_DRIFT
- init::templates::PRODIGY_FIX_SUBSECTION_DRIFT
- init::templates::PRODIGY_FIX_WORKFLOW_SYNTAX_DRIFT
- init::templates::PRODIGY_IMPLEMENT_SPEC
- init::templates::PRODIGY_LINT
- init::templates::PRODIGY_MERGE_MASTER
- init::templates::PRODIGY_MERGE_WORKTREE
- init::templates::PRODIGY_MIGRATE_CHAPTER_TO_SUBSECTIONS
- init::templates::PRODIGY_PERFORMANCE
- init::templates::PRODIGY_PRODUCT_ENHANCE
- init::templates::PRODIGY_REFINE_SPEC
- init::templates::PRODIGY_REFINE_SPECS
- init::templates::PRODIGY_REPORT_SPECS
- init::templates::PRODIGY_REVISE_DEBTMAP_PLAN
- init::templates::PRODIGY_SECURITY_AUDIT
- init::templates::PRODIGY_SPLIT_OVERSIZED_CHAPTERS
- init::templates::PRODIGY_SPLIT_OVERSIZED_MKDOCS_PAGES
- init::templates::PRODIGY_TEST_GENERATE
- init::templates::PRODIGY_VALIDATE_ALL_SPECS
- init::templates::PRODIGY_VALIDATE_BOOK_HOLISTICALLY
- init::templates::PRODIGY_VALIDATE_DEBTMAP_IMPROVEMENT
- init::templates::PRODIGY_VALIDATE_DEBTMAP_PLAN
- init::templates::PRODIGY_VALIDATE_DOC_FIX
- init::templates::PRODIGY_VALIDATE_FEATURE_CONSISTENCY
- init::templates::PRODIGY_VALIDATE_MKDOCS_PAGE
- init::templates::PRODIGY_VALIDATE_MKDOCS_STRUCTURE
- init::templates::PRODIGY_VALIDATE_SPEC
- init::templates::PRODIGY_VALIDATE_SPEC_COMPLETENESS