//! Plain-text issue tracking over per-project orgmode files.
//!
//! An issue is one top-level org heading in `<root>/<prefix>/<project>/issues.org`,
//! where `prefix` defaults to `Software`. The file is the database: every verb
//! parses it, and every mutation rewrites it under a lock. Reports never print;
//! they return `String`, so a CLI, an MCP server, and a library caller all share
//! one code path.
pub use ;
pub use ;
pub use CreateOpts;
pub use IssueDoc;