List of all items
Structs
- agent_presets::AgentPreset
- agent_presets::DetectedAgent
- api::DependencyGraph
- api::GraphNode
- api::TreeNode
- config::Config
- config::GlobalConfig
- config::NotifyConfig
- config::ReviewConfig
- failure::FailureContext
- history::AgentHistoryEntry
- hooks::HookPayload
- hooks::HookVars
- index::ArchiveIndex
- index::Index
- index::IndexEntry
- index::LockedIndex
- locks::ActiveLock
- locks::LockInfo
- ops::adopt::AdoptResult
- ops::batch_verify::BatchVerifyFailure
- ops::batch_verify::BatchVerifyResult
- ops::claim::ClaimParams
- ops::claim::ClaimResult
- ops::claim::ReleaseResult
- ops::close::AutoCommitResult
- ops::close::CircuitBreakerStatus
- ops::close::CloseOpts
- ops::close::CloseResult
- ops::close::VerifyFailure
- ops::close::VerifyFailureResult
- ops::context::AgentContext
- ops::context::DepProvider
- ops::context::FileEntry
- ops::create::CreateParams
- ops::create::CreateResult
- ops::delete::DeleteResult
- ops::dep::DepAddResult
- ops::dep::DepEntry
- ops::dep::DepListResult
- ops::dep::DepRemoveResult
- ops::fact::FactParams
- ops::fact::FactResult
- ops::fact::FactVerifyEntry
- ops::fact::VerifyFactsResult
- ops::init::InitParams
- ops::init::InitResult
- ops::list::ListParams
- ops::memory_context::MemoryContext
- ops::memory_context::RecentWork
- ops::memory_context::RelevantFact
- ops::memory_context::WorkingUnit
- ops::move_units::MoveResult
- ops::mutate::DiffHunk
- ops::mutate::Mutant
- ops::mutate::MutantResult
- ops::mutate::MutateOpts
- ops::mutate::MutationReport
- ops::plan::PlanCandidate
- ops::recall::RecallMatch
- ops::reopen::ReopenResult
- ops::run::BlockedUnit
- ops::run::ReadyQueue
- ops::run::ReadyUnit
- ops::run::RunPlan
- ops::run::RunWave
- ops::show::GetResult
- ops::stats::CostStats
- ops::stats::StatsResult
- ops::stats::UnitRef
- ops::status::BlockedEntry
- ops::status::StatusSummary
- ops::sync::SyncResult
- ops::tidy::ReleasedUnit
- ops::tidy::TidiedUnit
- ops::tidy::TidyResult
- ops::unarchive::UnarchiveResult
- ops::update::UpdateParams
- ops::update::UpdateResult
- ops::verify::VerifyResult
- prompt::FileOverlap
- prompt::PromptOptions
- prompt::PromptResult
- unit::Unit
- unit::types::AttemptRecord
- unit::types::RunRecord
- util::SimilarUnit
- verify_lint::VerifyLintResult
- worktree::WorktreeInfo
Enums
- blocking::BlockReason
- blocking::ScopeWarning
- error::ManaError
- hooks::HookEvent
- ops::close::CloseOutcome
- ops::close::CloseWarning
- ops::close::OnCloseActionResult
- ops::close::OnFailActionTaken
- ops::mutate::MutationOperator
- unit::types::AttemptOutcome
- unit::types::OnCloseAction
- unit::types::OnFailAction
- unit::types::RunResult
- unit::types::Status
- verify_lint::VerifyLintLevel
- worktree::MergeResult
Functions
- agent_presets::all_presets
- agent_presets::detect_agents
- agent_presets::get_preset
- api::add_dep
- api::assemble_context
- api::claim_unit
- api::close_unit
- api::compute_ready_queue
- api::create_fact
- api::create_unit
- api::delete_unit
- api::dependency_graph
- api::detect_cycle
- api::fail_unit
- api::get_archived_unit
- api::get_stats
- api::get_status
- api::get_tree
- api::get_unit
- api::list_units
- api::load_index
- api::ready_units
- api::record_attempt
- api::release_unit
- api::remove_dep
- api::reopen_unit
- api::run_verify
- api::topological_sort
- api::update_unit
- api::verify_facts
- blocking::check_blocked
- blocking::check_blocked_with_archive
- blocking::check_scope_warning
- config::resolve_identity
- ctx_assembler::assemble_context
- ctx_assembler::extract_paths
- ctx_assembler::format_file_block
- ctx_assembler::read_file
- discovery::archive_path_for_unit
- discovery::find_archived_unit
- discovery::find_mana_dir
- discovery::find_unit_file
- failure::build_failure_summary
- failure::count_tool
- failure::extract_files_from_logs
- failure::extract_last_tools
- failure::extract_tool_paths
- failure::summarize_paths
- graph::build_dependency_tree
- graph::build_full_graph
- graph::count_subtree_attempts
- graph::detect_cycle
- graph::find_all_cycles
- history::append_history
- hooks::create_trust
- hooks::current_git_branch
- hooks::execute_config_hook
- hooks::execute_hook
- hooks::expand_template
- hooks::get_hook_path
- hooks::is_hook_executable
- hooks::is_trusted
- hooks::revoke_trust
- index::count_unit_formats
- locks::acquire
- locks::check_lock
- locks::clear_all
- locks::list_locks
- locks::lock_dir
- locks::release_all_for_unit
- ops::adopt::adopt
- ops::batch_verify::batch_verify
- ops::batch_verify::batch_verify_ids
- ops::claim::claim
- ops::claim::release
- ops::close::all_children_closed
- ops::close::archive_unit
- ops::close::auto_close_parents
- ops::close::check_circuit_breaker
- ops::close::close
- ops::close::close_failed
- ops::close::find_root_parent
- ops::close::format_failure_note
- ops::close::process_on_fail
- ops::close::record_failure
- ops::close::resolve_max_loops
- ops::close::truncate_output
- ops::close::truncate_to_char_boundary
- ops::config_cmd::config_get
- ops::config_cmd::config_set
- ops::context::assemble_agent_context
- ops::context::extract_file_structure
- ops::context::format_attempt_notes
- ops::context::load_rules
- ops::context::merge_paths
- ops::context::resolve_dependency_context
- ops::create::assign_child_id
- ops::create::create
- ops::create::parse_on_fail
- ops::delete::delete
- ops::dep::dep_add
- ops::dep::dep_list
- ops::dep::dep_remove
- ops::fact::create_fact
- ops::fact::verify_facts
- ops::init::auto_detect_project_name
- ops::init::init
- ops::list::list
- ops::memory_context::memory_context
- ops::move_units::move_from
- ops::move_units::move_to
- ops::move_units::move_units
- ops::move_units::resolve_mana_dir
- ops::mutate::generate_mutations
- ops::mutate::get_diff_hunks
- ops::mutate::run_mutation_test
- ops::plan::build_decomposition_prompt
- ops::plan::build_research_prompt
- ops::plan::detect_project_stack
- ops::plan::find_plan_candidates
- ops::plan::is_oversized
- ops::plan::run_static_checks
- ops::plan::shell_escape
- ops::recall::recall
- ops::reopen::reopen
- ops::run::all_deps_closed
- ops::run::compute_downstream_weights
- ops::run::compute_ready_queue
- ops::run::compute_run_plan
- ops::show::get
- ops::stats::aggregate_cost
- ops::stats::stats
- ops::status::status
- ops::sync::sync
- ops::tidy::tidy
- ops::unarchive::unarchive
- ops::update::update
- ops::verify::run_verify
- ops::verify::run_verify_command
- prompt::build_agent_prompt
- relevance::relevance_score
- unit::validate_priority
- util::atomic_write
- util::find_similar_titles
- util::natural_cmp
- util::parse_status
- util::title_similarity
- util::title_to_slug
- util::validate_unit_id
- verify_lint::lint_verify
- worktree::cleanup_worktree
- worktree::commit_worktree_changes
- worktree::detect_worktree
- worktree::merge_to_main