//! Rivets - A Rust-based issue tracking system.
//!
//! This crate provides both a CLI application and a library for issue tracking
//! using various storage backends.
// Public modules for library usage
// Public CLI module (needed by binary)
// Command implementations (public for programmatic access)
// Internal modules (not exposed as public API)
pub