//! Docset ingestion (Cursor-like `@Docs`) for ReasonKit Mem.
//!
//! A **docset** is a named documentation source identified by a start URL and
//! one or more allowed URL prefixes. `reasonkit-mem` can crawl docsets,
//! normalize pages to Markdown, chunk them, and index them for retrieval.
//!
//! This module is **self-contained**: refresh scheduling works without
//! `reasonkit-org` by running `rk-mem docs refresh --due` periodically
//! (e.g., via systemd timer/cron) or by embedding the scheduler in your own
//! process.
pub use ;
pub use ;
pub use DocsetMcpServer;