//! Core library for `ptj`, the promptjar CLI.
//!
//! A Git repository of Markdown prompt archives is treated as a queryable
//! database: directory = project, file = thread, YAML frontmatter = thread
//! metadata, top-level `---` thematic break = record separator. See SPEC.md
//! in the repository for the full design.
pub use ;
/// Typed library errors; the CLI maps these to messages and exit code 1.