rust-bucket-cli 0.9.5

Long-horizon agentic coding scaffold for Rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Rules are opt-in. Enable rule IDs or $set references here; entries in
# disabled_ratchets subtract from this union (disabled always wins).
enabled_ratchets = ["$common-starter", "no-unwrap", "no-panic"]

[ratchets]
version = "2"
languages = ["rust"]

# File patterns to include (defaults to all)
# include = ["src/**", "tests/**"]

# File patterns to exclude
# exclude = ["**/generated/**"]

[output]
format = "human"