List of all items
Structs
- annotate::gather::AnnotationContext
- annotate::gather::AuthorContext
- annotate::squash::AmendMigrationContext
- annotate::squash::PendingSquash
- annotate::squash::SquashSynthesisContext
- ast::outline::OutlineEntry
- cli::Cli
- config::ChronicleConfig
- config::user_config::ProviderConfig
- config::user_config::UserConfig
- doctor::DoctorCheck
- doctor::DoctorReport
- error::agent_error::GitSnafu
- error::agent_error::InvalidAnnotationSnafu
- error::agent_error::JsonSnafu
- error::agent_error::MaxTurnsExceededSnafu
- error::agent_error::NoAnnotationsSnafu
- error::agent_error::ProviderSnafu
- error::ast_error::ParseFailedSnafu
- error::ast_error::TreeSitterSnafu
- error::ast_error::UnsupportedLanguageSnafu
- error::chronicle_error::AgentSnafu
- error::chronicle_error::AstSnafu
- error::chronicle_error::ConfigSnafu
- error::chronicle_error::GitSnafu
- error::chronicle_error::IoSnafu
- error::chronicle_error::JsonSnafu
- error::chronicle_error::NotARepositorySnafu
- error::chronicle_error::NotInitializedSnafu
- error::chronicle_error::ProviderSnafu
- error::chronicle_error::SetupSnafu
- error::chronicle_error::ValidationSnafu
- error::git_error::CommandFailedSnafu
- error::git_error::CommitNotFoundSnafu
- error::git_error::DiffParseSnafu
- error::git_error::FileNotFoundSnafu
- error::git_error::IoSnafu
- error::git_error::NotesRefMissingSnafu
- error::provider_error::ApiSnafu
- error::provider_error::AuthFailedSnafu
- error::provider_error::HttpSnafu
- error::provider_error::NoCredentialsSnafu
- error::provider_error::ParseResponseSnafu
- error::provider_error::RateLimitedSnafu
- error::provider_error::RetriesExhaustedSnafu
- error::provider_error::TimeoutSnafu
- error::setup_error::ApiKeyNotSetSnafu
- error::setup_error::BinaryNotFoundSnafu
- error::setup_error::ClaudeCliNotFoundSnafu
- error::setup_error::InteractiveInputSnafu
- error::setup_error::NoHomeDirectorySnafu
- error::setup_error::ReadConfigSnafu
- error::setup_error::ReadFileSnafu
- error::setup_error::WriteConfigSnafu
- error::setup_error::WriteFileSnafu
- export::ExportEntry
- git::CommitInfo
- git::cli_ops::CliOps
- git::diff::FileDiff
- git::diff::Hunk
- hooks::PendingContext
- hooks::post_rewrite::RewriteMapping
- import::ImportSummary
- mcp::annotate_handler::AnchorInput
- mcp::annotate_handler::AnchorResolution
- mcp::annotate_handler::AnnotateInput
- mcp::annotate_handler::AnnotateResult
- mcp::annotate_handler::ConstraintInput
- mcp::annotate_handler::RegionInput
- provider::CompletionRequest
- provider::CompletionResponse
- provider::Message
- provider::TokenUsage
- provider::ToolDefinition
- provider::anthropic::AnthropicProvider
- provider::claude_code::ClaudeCodeProvider
- read::MatchedRegion
- read::ReadQuery
- read::ReadResult
- read::deps::DependentEntry
- read::deps::DepsOutput
- read::deps::DepsQuery
- read::deps::DepsStats
- read::deps::QueryEcho
- read::history::HistoryOutput
- read::history::HistoryQuery
- read::history::HistoryStats
- read::history::QueryEcho
- read::history::RelatedContext
- read::history::TimelineEntry
- read::summary::QueryEcho
- read::summary::SummaryAnchor
- read::summary::SummaryOutput
- read::summary::SummaryQuery
- read::summary::SummaryStats
- read::summary::SummaryUnit
- schema::annotation::Annotation
- schema::annotation::AstAnchor
- schema::annotation::Constraint
- schema::annotation::CrossCuttingConcern
- schema::annotation::CrossCuttingRegionRef
- schema::annotation::LineRange
- schema::annotation::Provenance
- schema::annotation::RegionAnnotation
- schema::annotation::RelatedAnnotation
- schema::annotation::SemanticDependency
- schema::correction::Correction
- setup::SetupOptions
- setup::SetupReport
- show::data::LineAnnotationMap
- show::data::RegionRef
- show::data::ShowData
- show::tui::AppState
- sync::push_fetch::SyncConfig
- sync::push_fetch::SyncStatus
Enums
- annotate::filter::FilterDecision
- ast::Language
- ast::anchor::AnchorMatch
- ast::outline::SemanticKind
- cli::Commands
- cli::ContextAction
- cli::SyncAction
- config::user_config::ProviderType
- doctor::DoctorStatus
- error::AgentError
- error::AstError
- error::ChronicleError
- error::GitError
- error::ProviderError
- error::SetupError
- git::diff::DiffStatus
- git::diff::HunkLine
- mcp::annotate_handler::AnchorResolutionKind
- provider::AuthStatus
- provider::ContentBlock
- provider::Role
- provider::StopReason
- schema::annotation::ConstraintSource
- schema::annotation::ContextLevel
- schema::annotation::ProvenanceOperation
- schema::correction::CorrectionType
- sync::NotesMergeStrategy
Traits
Functions
- agent::prompt::build_system_prompt
- agent::run_agent_loop
- agent::tools::dispatch_tool
- agent::tools::tool_definitions
- annotate::filter::pre_llm_filter
- annotate::gather::build_context
- annotate::run
- annotate::squash::collect_source_annotations
- annotate::squash::collect_source_messages
- annotate::squash::delete_pending_squash
- annotate::squash::migrate_amend_annotation
- annotate::squash::read_pending_squash
- annotate::squash::synthesize_squash_annotation
- annotate::squash::write_pending_squash
- ast::anchor::resolve
- ast::extract_outline
- ast::outline::extract_rust_outline
- ast::resolve_anchor
- cli::annotate::run
- cli::backfill::run
- cli::context::run
- cli::correct::run
- cli::deps::run
- cli::doctor::run
- cli::export::run
- cli::flag::run
- cli::history::run
- cli::import::run
- cli::init::run
- cli::read::run
- cli::reconfigure::run
- cli::setup::run
- cli::show::run
- cli::summary::run
- cli::sync::run_enable
- cli::sync::run_pull
- cli::sync::run_status
- config::load_config
- doctor::run_doctor
- export::export_annotations
- git::diff::parse_diff
- hooks::delete_pending_context
- hooks::install_hooks
- hooks::post_rewrite::handle_post_rewrite
- hooks::post_rewrite::parse_rewrite_mappings
- hooks::prepare_commit_msg::handle_prepare_commit_msg
- hooks::read_pending_context
- hooks::write_pending_context
- import::import_annotations
- mcp::annotate_handler::handle_annotate
- provider::discover_provider
- read::deps::find_dependents
- read::execute
- read::history::build_timeline
- read::retrieve::retrieve_regions
- read::summary::build_summary
- schema::correction::apply_correction_penalty
- schema::correction::resolve_author
- setup::apply_marker_content
- setup::prompt_provider_selection
- setup::run_setup
- show::data::build_show_data
- show::keymap::handle_key
- show::plain::run_plain
- show::tui::run_tui
- sync::push_fetch::enable_sync
- sync::push_fetch::get_sync_config
- sync::push_fetch::get_sync_status
- sync::push_fetch::pull_notes