List of all items
Structs
- agent_presets::AgentPreset
- agent_presets::DetectedAgent
- api::AgentContext
- api::AttemptRecord
- api::BlockedUnit
- api::Config
- api::DependencyGraph
- api::FactParams
- api::FactResult
- api::GraphNode
- api::Index
- api::IndexEntry
- api::ReadyQueue
- api::ReadyUnit
- api::RunPlan
- api::RunRecord
- api::RunWave
- api::StatsResult
- api::StatusSummary
- api::TreeNode
- api::Unit
- api::VerifyFactsResult
- api::VerifyResult
- api::claim::ClaimParams
- api::claim::ClaimResult
- api::claim::ReleaseResult
- api::close::AutoCommitResult
- api::close::CircuitBreakerStatus
- api::close::CloseOpts
- api::close::CloseResult
- api::close::VerifyFailure
- api::close::VerifyFailureResult
- api::context::AgentContext
- api::context::DepProvider
- api::context::FileEntry
- api::create::CreateParams
- api::create::CreateResult
- api::delete::DeleteResult
- api::dep::DepAddResult
- api::dep::DepEntry
- api::dep::DepListResult
- api::dep::DepRemoveResult
- api::fact::FactParams
- api::fact::FactResult
- api::fact::FactVerifyEntry
- api::fact::VerifyFactsResult
- api::list::ListParams
- api::plan::PlanCandidate
- api::show::GetResult
- api::update::UpdateParams
- api::update::UpdateResult
- api::verify::VerifyResult
- commands::agents::AgentEntry
- commands::create::CreateArgs
- commands::init::InitArgs
- commands::interactive::Prefill
- commands::mutate::MutateArgs
- commands::next::ScoredUnit
- commands::plan::PlanArgs
- commands::quick::QuickArgs
- commands::review::ReviewArgs
- commands::run::DispatchPlan
- commands::run::RunArgs
- commands::run::SizedUnit
- commands::run::Wave
- commands::stats::CostStats
- commands::stats::StatsOutput
- commands::stats::UnitRef
- commands::status::AgentStatus
- commands::trace::AttemptSummary
- commands::trace::TraceOutput
- commands::trace::UnitSummary
- 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
- mcp::protocol::ClientInfo
- mcp::protocol::InitializeParams
- mcp::protocol::JsonRpcError
- mcp::protocol::JsonRpcRequest
- mcp::protocol::JsonRpcResponse
- mcp::protocol::ResourceContent
- mcp::protocol::ResourceDefinition
- mcp::protocol::ServerInfo
- mcp::protocol::ToolContent
- mcp::protocol::ToolDefinition
- output::Output
- prompt::FileOverlap
- prompt::PromptOptions
- prompt::PromptResult
- spawner::AgentProcess
- spawner::CompletedAgent
- spawner::Spawner
- unit::AttemptRecord
- unit::RunRecord
- unit::Unit
- unit::types::AttemptRecord
- unit::types::RunRecord
- util::SimilarUnit
- worktree::WorktreeInfo
Enums
- api::AttemptOutcome
- api::Error
- api::OnCloseAction
- api::OnFailAction
- api::RunResult
- api::Status
- api::close::CloseOutcome
- api::close::CloseWarning
- api::close::OnCloseActionResult
- api::close::OnFailActionTaken
- api::error::ManaError
- blocking::BlockReason
- blocking::ScopeWarning
- commands::diff::DiffOutput
- commands::review::ReviewVerdict
- commands::run::UnitAction
- hooks::HookEvent
- spawner::AgentAction
- unit::AttemptOutcome
- unit::OnCloseAction
- unit::OnFailAction
- unit::RunResult
- unit::Status
- unit::types::AttemptOutcome
- unit::types::OnCloseAction
- unit::types::OnFailAction
- unit::types::RunResult
- unit::types::Status
- worktree::MergeResult
Functions
- agent_presets::all_presets
- agent_presets::detect_agents
- agent_presets::get_preset
- api::add_dep
- api::assemble_context
- api::build_dependency_tree
- api::build_full_graph
- api::claim::claim
- api::claim::release
- api::claim_unit
- api::close::all_children_closed
- api::close::archive_unit
- api::close::auto_close_parents
- api::close::check_circuit_breaker
- api::close::close
- api::close::close_failed
- api::close::find_root_parent
- api::close::format_failure_note
- api::close::process_on_fail
- api::close::record_failure
- api::close::resolve_max_loops
- api::close::truncate_output
- api::close::truncate_to_char_boundary
- api::close_unit
- api::compute_ready_queue
- api::context::assemble_agent_context
- api::context::extract_file_structure
- api::context::format_attempt_notes
- api::context::load_rules
- api::context::merge_paths
- api::context::resolve_dependency_context
- api::count_subtree_attempts
- api::create::assign_child_id
- api::create::create
- api::create::parse_on_fail
- api::create_fact
- api::create_unit
- api::delete::delete
- api::delete_unit
- api::dep::dep_add
- api::dep::dep_list
- api::dep::dep_remove
- api::dependency_graph
- api::detect_cycle
- api::fact::create_fact
- api::fact::verify_facts
- api::fail_unit
- api::find_all_cycles
- api::find_archived_unit
- api::find_mana_dir
- api::find_unit_file
- api::get_archived_unit
- api::get_stats
- api::get_status
- api::get_tree
- api::get_unit
- api::list::list
- api::list_units
- api::load_index
- api::plan::build_decomposition_prompt
- api::plan::build_research_prompt
- api::plan::detect_project_stack
- api::plan::find_plan_candidates
- api::plan::is_oversized
- api::plan::run_static_checks
- api::plan::shell_escape
- api::ready_units
- api::record_attempt
- api::release_unit
- api::remove_dep
- api::reopen_unit
- api::run_verify
- api::show::get
- api::topological_sort
- api::update::update
- api::update_unit
- api::validate_priority
- api::verify::run_verify
- api::verify::run_verify_command
- api::verify_facts
- blocking::check_blocked
- blocking::check_blocked_with_archive
- blocking::check_scope_warning
- commands::adopt::cmd_adopt
- commands::agents::agents_file_path
- commands::agents::cmd_agents
- commands::agents::load_agents
- commands::agents::save_agents
- commands::claim::cmd_claim
- commands::claim::cmd_release
- commands::close::cmd_close
- commands::close::cmd_close_failed
- commands::config_cmd::cmd_config_get
- commands::config_cmd::cmd_config_set
- commands::context::cmd_context
- commands::create::assign_child_id
- commands::create::cmd_create
- commands::create::cmd_create_next
- commands::create::parse_on_fail
- commands::delete::cmd_delete
- commands::dep::cmd_dep_add
- commands::dep::cmd_dep_list
- commands::dep::cmd_dep_remove
- commands::diff::cmd_diff
- commands::doctor::cmd_doctor
- commands::edit::cmd_edit
- commands::edit::load_backup
- commands::edit::open_editor
- commands::edit::prompt_rollback
- commands::edit::rebuild_index_after_edit
- commands::edit::validate_and_save
- commands::fact::cmd_fact
- commands::fact::cmd_verify_facts
- commands::graph::cmd_graph
- commands::init::cmd_init
- commands::interactive::interactive_create
- commands::list::cmd_list
- commands::locks::cmd_locks
- commands::locks::cmd_locks_clear
- commands::logs::cmd_logs
- commands::logs::find_all_logs
- commands::logs::find_latest_log
- commands::logs::log_dir
- commands::mcp::cmd_mcp_serve
- commands::memory_context::cmd_memory_context
- commands::move_units::cmd_move_from
- commands::move_units::cmd_move_to
- commands::mutate::cmd_mutate
- commands::next::cmd_next
- commands::onboard::cmd_onboard
- commands::plan::cmd_plan
- commands::quick::cmd_quick
- commands::recall::cmd_recall
- commands::reopen::cmd_reopen
- commands::review::apply_verdict
- commands::review::cmd_review
- commands::review::parse_verdict
- commands::review_human::cmd_review_human
- commands::run::cmd_run
- commands::run::find_unit_file
- commands::show::cmd_show
- commands::stats::cmd_stats
- commands::status::cmd_status
- commands::stdin::read_ids_from_stdin
- commands::stdin::read_stdin
- commands::stdin::resolve_stdin_opt
- commands::stdin::resolve_stdin_value
- commands::sync::cmd_sync
- commands::tidy::cmd_tidy
- commands::trace::cmd_trace
- commands::tree::cmd_tree
- commands::trust::cmd_trust
- commands::unarchive::cmd_unarchive
- commands::update::cmd_update
- commands::verify::cmd_verify
- 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
- mcp::resources::handle_resource_read
- mcp::resources::resource_definitions
- mcp::server::run
- mcp::tools::handle_tool_call
- mcp::tools::tool_definitions
- prompt::build_agent_prompt
- relevance::relevance_score
- spawner::build_log_path
- spawner::find_all_logs
- spawner::find_latest_log
- spawner::log_dir
- spawner::substitute_template
- spawner::substitute_template_with_model
- 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
- worktree::cleanup_worktree
- worktree::commit_worktree_changes
- worktree::detect_worktree
- worktree::merge_to_main