scv-cli 0.3.0

A small, extensible terminal agent runtime with a TUI and headless server
1
2
3
4
5
# Functions over this many lines get `clippy::too_many_lines` once the
# pedantic group is enabled (see docs/quality.md, "Lint ratchet").
too-many-lines-threshold = 150
allow-unwrap-in-tests = true
allow-expect-in-tests = true