agent-file-tools 0.50.0

Agent File Tools — tree-sitter powered code analysis for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Hashline editing support and its pinned semantic oracle.

pub mod apply;
pub mod integration;
pub mod oracle;
pub mod recovery;
pub mod release;
pub mod scan;
pub mod snapshot;
pub mod syntax;
pub mod transaction;