ralph-workflow 0.7.9

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Package-local clippy configuration for ralph-workflow.
# Keep lint policy strict while configuring thresholds for structural lints.

too-many-lines-threshold = 500
max-struct-bools = 32
# ~652KB stack frame detected in test code (clippy emits no source location
# for large_stack_frames/large_stack_arrays when the function is generated
# by macro expansion - known clippy limitation).
# Threshold raised incrementally as test suites grow (more TestDescAndFn entries).
# Last raised after additional git helper/worktree coverage pushed the
# generated lib-test harness slightly above the previous limit.
stack-size-threshold = 652000
array-size-threshold = 65536