harness-glob 0.1.1

Glob tool for AI agent harnesses — bash-style pattern matching with .gitignore enumeration, alias pushback, NOT_FOUND siblings, and auto-split absolute-path patterns
Documentation
1
2
3
4
5
6
7
pub const DEFAULT_HEAD_LIMIT: usize = 250;
pub const DEFAULT_OFFSET: usize = 0;
pub const GLOB_MAX_BYTES: usize = 51_200;
pub const GLOB_MAX_FILE_SIZE: u64 = 5 * 1024 * 1024;
pub const GLOB_MAX_PATHS_SCANNED: usize = 50_000;
pub const DEFAULT_TIMEOUT_MS: u64 = 30_000;
pub const FUZZY_SUGGESTION_LIMIT: usize = 3;