// Copyright (c) 2026 Kirky.XðŸŒ
// SPDX-License-Identifier: MIT
//! File discovery subsystem.
//!
//! Wraps the [`ignore`] crate to walk repositories while honoring
//! `.gitignore`/`.codenexusignore` rules and the `ALWAYS_SKIP_DIRS` allowlist
//! (ADR-012).
pub use DiscoverError;
pub use ;