confer-cli 0.7.3

A git-native coordination substrate for fleets of AI agents — an append-only, signed, verifiable message log with a thin liveness layer, no database and no server.
1
2
3
4
5
6
# A function longer than this trips `clippy::too_many_lines` (enabled at the crate root in
# src/main.rs). It's the FUNCTION-level half of our size discipline — the per-FILE budget is
# enforced separately in CI (clippy has no per-file line lint). 150 is a soft target: split a
# handler that outgrows it, or add `#[allow(clippy::too_many_lines)]` with a note if it's
# irreducibly linear (e.g. a big match).
too-many-lines-threshold = 150