//! `assura check` / `check-rust` / project / watch command implementations.
//!
//! Split by concern so agents open the right module:
//! - [`run`] — single-file `assura check` pipeline entry
//! - [`report`] — verify + human/JSON diagnostics, SMT Unknown policy
//! - [`watch`] — watch mode
//! - [`project`] — multi-file project check
//! - [`check_rust`] — `assura check-rust` inline annotations
//! - [`types`] — `CheckOptions` / `VerifyContext`
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;