ARCHIVED [experiment over]: An AI agent built to do Ralph loops - plan mode for planning and ralph mode for implementing.

fix(security): collapse nested if statements using let-chains master

Fix 3 clippy warnings for collapsible_if statements in check_path and check_command methods. Use let-chains (stable in edition 2024, Rust 1.85.0+) instead of nested if let/if blocks for more idiomatic code. - Lines 82-89: check_path denied patterns loop - Lines 94-99: check_path allowed patterns loop - Lines 107-111: check_command allowed commands loop Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>


+15 -15
1 changed file