agit 1.3.0

AI-native Git wrapper for capturing context alongside code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Clippy configuration
# https://doc.rust-lang.org/clippy/

# Complexity thresholds
cognitive-complexity-threshold = 30
too-many-arguments-threshold = 8
type-complexity-threshold = 250

# MSRV for compatibility checks
msrv = "1.75"

# Allowed names that would otherwise trigger lint warnings
allowed-idents-below-min-chars = ["i", "j", "k", "n", "x", "y", "id"]

# Documentation requirements
missing-docs-in-crate-items = true