Module refresh

Module refresh 

Source
Expand description

Refresh helpers shared across CLI and MCP Refresh helpers shared by CLI and MCP consumers.

Structs§

DefaultRefreshIndexer
Default indexer that writes to the Tantivy search index.
RefreshPayload
Data describing remote changes.
RefreshUrlResolution
URL resolution details for refresh operations.
ReindexOutcome
Result summary for a reindex operation.

Enums§

RefreshOutcome
Result summary for a refresh operation.

Traits§

RefreshIndexer
Interface for indexing refreshed content.
RefreshStorage
Abstraction over storage interactions used by refresh routines.

Functions§

apply_refresh
Apply a refresh: persist content and re-index the source.
refresh_source
Refresh a source using its current metadata.
refresh_source_with_metadata
Refresh a source using preloaded metadata and URL resolution.
reindex_source
Re-parse and re-index a source using cached content.
resolve_refresh_url
Resolve the best refresh URL (llms.txt → llms-full.txt) when available.