//! `worktree-io` — open GitHub, Linear, and local Centy issues as git worktree workspaces.
/// Configuration loading and serialization.
/// Git operations: cloning, fetching, branch detection, and worktree creation.
/// Pre/post-open hook execution.
/// Issue reference types and parsing.
/// Multi-repo unified workspace creation.
/// Random human-friendly workspace name generator.
/// Editor and terminal openers.
/// Per-repository hook configuration loaded from `.worktree.toml`.
/// Parser for the `.worktree.toml` flat-key hook syntax.
/// Scaffold template written to `.worktree.toml` when the file is absent.
/// `worktree://` URL scheme registration.
/// Compile-time TOML template assets embedded via `include_str!`.
/// Workspace TTL management and registry.
/// Workspace creation and lifecycle.
pub use Config;
pub use ;
pub use Workspace;