cmdai 0.1.0

Convert natural language to shell commands using local LLMs
Documentation
1
2
3
4
5
6
7
8
9
10
# Clippy configuration for cmdai project

# Set cognitive complexity threshold
cognitive-complexity-threshold = 25

# Avoid false positives for common patterns
avoid-breaking-exported-api = true

# Style preferences
enum-variant-name-threshold = 3