List of all items
Structs
- annotations::Annotation
- build::builder::BuildOptions
- build::builder::BuildResult
- build::discovery::DiscoveryResult
- cache::CacheStats
- cache::SourceMeta
- config::Config
- config::CustomCostRate
- config::SourceConfig
- config::TrackingConfig
- fetch::FetchError
- registry::EntryLookup
- registry::MergedRegistry
- registry::SearchFilters
- registry::TaggedEntry
- search::bm25::SearchResult
- search::index::InvertedIndex
- team::agent_config::SyncResult
- team::analytics::AnnotateEvent
- team::analytics::BuildEvent
- team::analytics::FeedbackEvent
- team::analytics::FetchEvent
- team::analytics::McpCallEvent
- team::analytics::PinEvent
- team::analytics::SearchEvent
- team::analytics::UsageStats
- team::bundles::Bundle
- team::context::ContextDoc
- team::detect::DetectedDep
- team::detect::DetectedMatch
- team::freshness::FreshnessResult
- team::hooks::ClaudeCodeHookInput
- team::hooks::CursorHookInput
- team::hooks::HookInstallResult
- team::pins::PinEntry
- team::pins::PinsFile
- team::profiles::Profile
- team::profiles::ResolvedProfile
- team::project::AgentRules
- team::project::AnnotationServerConfig
- team::project::AutoProfileEntry
- team::project::ModuleRules
- team::project::ProjectFileConfig
- team::sessions::ActiveSession
- team::sessions::Environment
- team::sessions::Session
- team::sessions::SessionReport
- team::sessions::TokenUsage
- team::snapshots::Snapshot
- team::snapshots::SnapshotDiff
- team::team_annotations::TeamAnnotation
- team::team_annotations::TeamAnnotationNote
- team::tracking::checkpoint::CheckpointSummary
- team::tracking::checkpoint::CommittedMetadata
- team::tracking::checkpoint::SessionFilePaths
- team::tracking::session_state::SessionState
- team::tracking::transcript::ConversationMessage
- team::tracking::transcript::DiffResult
- team::tracking::transcript::ThinkingBlock
- team::tracking::transcript::TranscriptAnalysis
- team::tracking::types::CheckpointID
- team::tracking::types::CodeLearning
- team::tracking::types::InitialAttribution
- team::tracking::types::LearningsSummary
- team::tracking::types::PromptAttribution
- team::tracking::types::SessionMetrics
- team::tracking::types::Summary
- team::tracking::types::TokenUsage
- telemetry::FeedbackOpts
- telemetry::FeedbackResult
- types::AuthorDoc
- types::AuthorRegistry
- types::AuthorSkill
- types::AvgFieldLengths
- types::Bm25Params
- types::DocEntry
- types::Frontmatter
- types::FrontmatterMetadata
- types::LanguageEntry
- types::Registry
- types::SearchDocument
- types::SearchIndex
- types::SearchTokens
- types::SkillEntry
- types::VersionEntry
Enums
- annotations::AnnotationKind
- cache::SourceStat
- error::Error
- registry::EntryKind
- registry::ResolvedPath
- team::agent_config::SyncAction
- team::agent_config::Target
- team::analytics::Event
- team::freshness::FreshnessStatus
- team::hooks::AgentKind
- team::hooks::HookAction
- team::session_journal::SessionEvent
- team::snapshots::DiffChange
- team::tracking::session_state::SessionEvent
- team::tracking::types::AgentType
- team::tracking::types::Phase
- types::Entry
Functions
- annotations::clear_annotation
- annotations::list_annotations
- annotations::read_annotation
- annotations::sanitize_note
- annotations::write_annotation
- build::builder::build_registry
- build::builder::days_to_date
- build::builder::write_build_output
- build::builder::write_build_output_with_opts
- build::discovery::discover_author
- build::discovery::load_author_registry
- cache::clear_cache
- cache::evict_lru_cache
- cache::get_cache_stats
- cache::get_source_data_dir
- cache::get_source_dir
- cache::get_source_meta_path
- cache::get_source_registry_path
- cache::get_source_search_index_path
- cache::has_any_registry
- cache::is_source_cache_fresh
- cache::load_search_index
- cache::load_source_registry
- cache::read_cached_doc
- cache::read_meta
- cache::save_cached_doc
- cache::save_source_registry
- cache::should_fetch_remote_registry
- cache::touch_source_meta
- cache::write_meta
- config::chub_dir
- config::get_annotation_token
- config::load_config
- fetch::ensure_registry
- fetch::fetch_all_registries
- fetch::fetch_doc
- fetch::fetch_doc_full
- fetch::fetch_full_bundle
- fetch::fetch_remote_registry
- fetch::verify_content_hash
- frontmatter::parse_frontmatter
- identity::detect_agent
- identity::detect_agent_version
- identity::detect_model
- identity::get_or_create_client_id
- identity::is_first_run
- normalize::display_language
- normalize::normalize_language
- registry::get_entry
- registry::is_multi_source
- registry::list_entries
- registry::load_merged
- registry::resolve_doc_path
- registry::resolve_entry_file
- registry::search_entries
- search::bm25::build_index
- search::bm25::build_index_from_documents
- search::bm25::search
- search::tokenizer::compact_identifier
- search::tokenizer::is_searchable_token
- search::tokenizer::tokenize
- search::tokenizer::tokenize_identifier
- team::agent_config::diff_configs
- team::agent_config::generate_config
- team::agent_config::load_agent_rules
- team::agent_config::sync_configs
- team::analytics::clear_journal
- team::analytics::export_raw
- team::analytics::get_stats
- team::analytics::journal_size_bytes
- team::analytics::load_events
- team::analytics::record_annotate
- team::analytics::record_build
- team::analytics::record_feedback
- team::analytics::record_fetch
- team::analytics::record_fetch_detailed
- team::analytics::record_mcp_call
- team::analytics::record_pin
- team::analytics::record_search
- team::bundles::create_bundle
- team::bundles::install_bundle
- team::bundles::list_bundles
- team::bundles::load_bundle
- team::bundles::load_bundle_by_name
- team::context::discover_context_docs
- team::context::get_context_doc
- team::context::list_context_docs
- team::cost::estimate_cost
- team::detect::detect_dependencies
- team::detect::match_deps_to_docs
- team::freshness::auto_fix_freshness
- team::freshness::check_freshness
- team::hooks::detect_agents
- team::hooks::extract_file_path
- team::hooks::extract_tool_name
- team::hooks::install_claude_code_hooks
- team::hooks::install_codex_hooks
- team::hooks::install_copilot_hooks
- team::hooks::install_cursor_hooks
- team::hooks::install_gemini_hooks
- team::hooks::install_git_hooks
- team::hooks::install_hooks
- team::hooks::parse_hook_stdin
- team::hooks::relativize_path
- team::hooks::uninstall_claude_code_hooks
- team::hooks::uninstall_codex_hooks
- team::hooks::uninstall_copilot_hooks
- team::hooks::uninstall_cursor_hooks
- team::hooks::uninstall_gemini_hooks
- team::hooks::uninstall_git_hooks
- team::hooks::uninstall_hooks
- team::org_annotations::clear_org_annotation
- team::org_annotations::clear_org_cache
- team::org_annotations::get_annotation_server_config
- team::org_annotations::invalidate_org_cache
- team::org_annotations::list_org_annotations
- team::org_annotations::read_org_annotation
- team::org_annotations::write_org_annotation
- team::pins::add_pin
- team::pins::get_pin
- team::pins::list_pins
- team::pins::load_pins
- team::pins::remove_pin
- team::pins::save_pins
- team::profiles::auto_detect_profile
- team::profiles::get_active_profile
- team::profiles::list_profiles
- team::profiles::load_profile
- team::profiles::resolve_profile
- team::profiles::set_active_profile
- team::project::find_project_root
- team::project::init_project
- team::project::load_project_config
- team::project::project_chub_dir
- team::session_journal::append_event
- team::session_journal::clear_journals
- team::session_journal::journal_size
- team::session_journal::list_journal_files
- team::session_journal::load_events
- team::session_journal::record_file_change
- team::session_journal::record_prompt
- team::session_journal::record_response
- team::session_journal::record_session_end
- team::session_journal::record_session_start
- team::session_journal::record_thinking
- team::session_journal::record_tool_call
- team::session_journal::record_tool_result
- team::sessions::clear_active_session
- team::sessions::end_session
- team::sessions::generate_report
- team::sessions::generate_session_id
- team::sessions::get_active_session
- team::sessions::get_session
- team::sessions::git_sessions_dir
- team::sessions::list_sessions
- team::sessions::push_sessions
- team::sessions::save_active_session
- team::sessions::start_session
- team::sessions::write_session_summary
- team::snapshots::create_snapshot
- team::snapshots::diff_snapshots
- team::snapshots::list_snapshots
- team::snapshots::restore_snapshot
- team::team_annotations::clear_team_annotation
- team::team_annotations::get_merged_annotation
- team::team_annotations::get_merged_annotation_async
- team::team_annotations::get_pin_notice
- team::team_annotations::list_team_annotations
- team::team_annotations::read_team_annotation
- team::team_annotations::write_team_annotation
- team::tracking::branch_store::branch_exists
- team::tracking::branch_store::ensure_branch
- team::tracking::branch_store::list_files
- team::tracking::branch_store::push_branch
- team::tracking::branch_store::read_file
- team::tracking::branch_store::write_files
- team::tracking::checkpoint::create_checkpoint
- team::tracking::checkpoint::list_checkpoints
- team::tracking::session_state::delete_state
- team::tracking::session_state::get_active_state
- team::tracking::session_state::list_states
- team::tracking::session_state::load_state
- team::tracking::session_state::save_state
- team::tracking::transcript::archive_transcript_to_git
- team::tracking::transcript::calculate_attribution
- team::tracking::transcript::claude_projects_dir
- team::tracking::transcript::find_transcript
- team::tracking::transcript::get_diff_files
- team::tracking::transcript::parse_conversation
- team::tracking::transcript::parse_transcript
- team::tracking::transcript::parse_transcript_range
- team::tracking::transcript::transcript_line_count
- team::tracking::transcript::transcript_size
- telemetry::get_telemetry_url
- telemetry::is_feedback_enabled
- telemetry::is_telemetry_enabled
- telemetry::send_feedback
- util::atomic_write
- util::days_to_date
- util::now_iso8601
- util::sanitize_entry_id
- util::today_date
- util::validate_filename
- util::validate_path_within
- util::validate_url