v0.4.0
Fix clippy warnings and update tests for embedded workflows - Collapse nested if statements (collapsible_if) - Replace map_or(false, ...) with is_some_and (unnecessary_map_or) - Replace if let Err(_) with is_err() (redundant_pattern_matching) - Update workflow listing tests to account for embedded workflows Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>