prx 0.5.9

Praxis — agent-native Unix tools. Single binary replacing grep, cat, find, sed, diff for AI coding agents.
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod chunking;
pub mod commands;
pub mod fallback;
pub mod hash;
pub mod index;
pub mod output;
pub mod parsing;
pub mod ranking;
pub mod runner;
pub mod search;
pub mod tokens;
pub mod walk;
pub mod workspace;