[global]
repo = "joshrotenberg/redis-server-wrapper"
model = "claude-sonnet-4-6"
gate_label = "forza:ready"
branch_pattern = "automation/{issue}-{slug}"
default_branch = "main"
[security]
authorization_level = "contributor"
[validation]
commands = [
"cargo fmt --all -- --check",
"cargo clippy --all-targets --all-features -- -D warnings",
"cargo test --all-features",
"cargo doc --no-deps --all-features",
]
[routes.bugfix]
type = "issue"
label = "bug"
workflow = "bug"
[routes.feature]
type = "issue"
label = "enhancement"
workflow = "feature"
[routes.docs]
type = "issue"
label = "documentation"
workflow = "chore"