agent-file-tools 0.26.2

Agent File Tools — tree-sitter powered code analysis for AI agents
Documentation
1
2
3
4
5
6
7
8
9
#[path = "helpers/mod.rs"]
mod test_helpers;

mod helpers {
    pub use crate::test_helpers::AftProcess;
}

#[path = "integration/semantic_test.rs"]
mod semantic_test;