crates/flocks-driver-yourcli/src/lib.rs
flocks-driver’s registry, declare the new crate as a
workspace member, and cargo build. That’s the whole loop.
Conventions
- Drivers don’t talk to the network directly. All I/O flows through the gateway’s tool fabric.
- Drivers don’t read filesystem paths beyond the run dir.
- Drivers don’t handle auth — the grant did that already.