List of all items
Structs
- analysis::backend::BackendResponse
- analysis::claude_cli::ClaudeCliBackend
- analysis::merge::MergeUpdate
- config::AiConfig
- config::AnalysisConfig
- config::AutoApproveConfig
- config::ClaudeMdConfig
- config::Config
- config::HooksConfig
- config::KnowledgeConfig
- config::PathsConfig
- config::PrivacyConfig
- config::RunnerConfig
- config::TrustConfig
- config::TrustScopeConfig
- curator::AuditFinding
- curator::AuditResponse
- curator::CleanResult
- curator::StaleItem
- db::ApplyGraphResult
- db::Connection
- ingest::IngestResult
- lock::LockFile
- models::AgentDraft
- models::AgentFile
- models::AnalysisResponse
- models::AnalyzeResult
- models::AnalyzeV2Result
- models::ApplyAction
- models::ApplyPlan
- models::AssistantEntry
- models::AssistantMessage
- models::AuditEntry
- models::BatchDetail
- models::ClaudeCliOutput
- models::ClaudeMdEdit
- models::CliUsage
- models::CompactPattern
- models::CompactSession
- models::CompactUserMessage
- models::ContextSnapshot
- models::GraphAnalysisResponse
- models::GraphOperationResponse
- models::HistoryEntry
- models::IngestedSession
- models::KnowledgeEdge
- models::KnowledgeNode
- models::KnowledgeProject
- models::NewPattern
- models::ParsedAssistantMessage
- models::ParsedUserMessage
- models::Pattern
- models::PluginSkillSummary
- models::Projection
- models::Session
- models::SessionMetadata
- models::SkillDraft
- models::SkillFile
- models::SkillValidation
- models::SummaryEntry
- models::UpdateExisting
- models::Usage
- models::UserEntry
- models::UserMessage
- observer::ModifiedSession
- projection::ExecuteResult
Enums
- errors::CoreError
- git::HookInstallResult
- models::ApplyTrack
- models::ClaudeMdEditType
- models::ContentBlock
- models::EdgeType
- models::GraphOperation
- models::MessageContent
- models::NodeScope
- models::NodeStatus
- models::NodeType
- models::PatternStatus
- models::PatternType
- models::PatternUpdate
- models::ProjectionStatus
- models::SessionEntry
- models::SuggestedTarget
- models::ToolResultContent
Traits
Functions
- analysis::analyze
- analysis::analyze_v2
- analysis::full_management_analysis_schema
- analysis::merge::normalized_similarity
- analysis::merge::process_updates
- analysis::parse_graph_response
- analysis::prompts::build_analysis_prompt
- analysis::prompts::build_audit_prompt
- analysis::prompts::build_context_summary
- analysis::prompts::build_curate_prompt
- analysis::prompts::build_graph_analysis_prompt
- analysis::prompts::to_compact_session
- audit_log::append
- audit_log::read_entries
- briefing::generate_briefing
- briefing::read_briefing
- briefing::write_briefing
- config::expand_tilde
- config::retro_dir
- curator::archive_stale_items
- curator::detect_stale
- db::analyzed_session_count
- db::apply_graph_operations
- db::clear_node_pr
- db::delete_edge
- db::delete_projection
- db::dismiss_nodes_for_pr
- db::generate_project_slug
- db::generate_unique_project_slug
- db::get_all_patterns
- db::get_all_projects
- db::get_applied_projections_with_pr
- db::get_edges_from
- db::get_edges_to
- db::get_last_nudge_at
- db::get_metadata
- db::get_node
- db::get_nodes_by_scope
- db::get_nodes_by_status
- db::get_nodes_with_pr
- db::get_patterns
- db::get_pending_review_projections
- db::get_project
- db::get_project_by_remote_url
- db::get_projected_pattern_ids
- db::get_projected_pattern_ids_by_status
- db::get_projections_for_active_patterns
- db::get_sessions_for_analysis
- db::get_unprojected_nodes
- db::has_projection_for_pattern
- db::has_unanalyzed_sessions
- db::has_unprojected_patterns
- db::ingested_session_count
- db::ingested_session_count_for_project
- db::init_db
- db::insert_edge
- db::insert_node
- db::insert_pattern
- db::insert_projection
- db::is_session_analyzed
- db::is_session_ingested
- db::last_analyzed_at
- db::last_applied_at
- db::last_ingested_at
- db::list_projects
- db::mark_node_projected
- db::mark_node_projected_with_pr
- db::migrate_patterns_to_nodes
- db::open_db
- db::pattern_count_by_status
- db::record_analyzed_session
- db::record_ingested_session
- db::set_generation_failed
- db::set_last_nudge_at
- db::set_metadata
- db::supersede_node
- db::unanalyzed_session_count
- db::update_node_confidence
- db::update_node_content
- db::update_node_status
- db::update_pattern_last_projected
- db::update_pattern_merge
- db::update_pattern_status
- db::update_projection_pr_url
- db::update_projection_status
- db::upsert_project
- db::verify_wal_mode
- git::checkout_branch
- git::commit_files
- git::create_branch
- git::create_pr
- git::create_retro_pr
- git::current_branch
- git::default_branch
- git::fetch_branch
- git::git_root
- git::install_hooks
- git::is_gh_available
- git::is_in_git_repo
- git::pr_state
- git::push_current_branch
- git::remote_url
- git::remove_hooks
- git::stash_pop
- git::stash_push
- ingest::context::parse_skill_frontmatter
- ingest::context::snapshot_context
- ingest::encode_project_path
- ingest::find_project_dir
- ingest::history::parse_history
- ingest::history::session_ids_from_history
- ingest::ingest_all_projects
- ingest::ingest_project
- ingest::recover_project_path
- ingest::session::parse_session_file
- ingest::session::parse_subagent_dir
- observer::find_modified_sessions
- projection::build_apply_plan
- projection::claude_md::apply_edit
- projection::claude_md::apply_edits
- projection::claude_md::build_managed_section
- projection::claude_md::dissolve_managed_section
- projection::claude_md::has_managed_section
- projection::claude_md::project_rule_to_claude_md
- projection::claude_md::read_managed_section
- projection::claude_md::update_claude_md_content
- projection::dissolve_if_needed
- projection::execute_plan
- projection::global_agent::agent_path
- projection::global_agent::generate_agent
- projection::global_agent::parse_agent_name
- projection::is_edit_action
- projection::parse_edit
- projection::save_plan_for_review
- projection::skill::generate_with_retry
- projection::skill::node_to_pattern
- projection::skill::parse_skill_name
- projection::skill::skill_path
- runner::ai_calls_today
- runner::last_run_time
- runner::rotate_log_if_needed
- scrub::scrub_secrets
- scrub::scrub_session
- trust::should_auto_approve
- util::backup_file
- util::log_parse_warning
- util::shorten_path
- util::shorten_path_buf
- util::strip_code_fences
- util::truncate_str