jigc 0.0.0

Reserved: jigc — a context compiler for coding agents. A deterministic CLI that assembles exactly the instructions and doc slices an agent needs, and is its sole channel for reading and writing managed project docs. 1.0 releases soon.
1
2
3
4
5
fn main() {
    println!("jigc — a context compiler for coding agents.");
    println!("This crate name is reserved; the 1.0 release is imminent.");
    println!("See https://github.com/gherrink/jigc");
}