agentignore 0.1.0

FUSE filesystem that hides files matching .agentignore rules from processes - control what agents can see while building apps
Documentation
1
2
3
4
5
6
7
8
9
10
//! CLI subcommands for agentignore.

pub mod args;
pub mod check;
pub mod common;
pub mod explain;
pub mod init;
pub mod mount;
pub mod run;
pub mod unmount;