Split large files into focused modules across all crates while
maintaining API compatibility via re-exports. Add comprehensive
unit tests covering core models, pipeline parsers, LLM triage,
DAST security tools, graph algorithms, and MCP parameter validation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix dead code warnings, redundant clones, boolean simplification,
format-in-format-args, type complexity, and Box::new of Default
across compliance-dast, compliance-agent, and compliance-dashboard.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sharang
merged commit 3bb690e5bb into main2026-03-13 08:03:46 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
cargo fmtandcargo clippy --fixacross the workspaceTest plan
cargo test -p compliance-core— 35 passedcargo test -p compliance-agent— 195 passedcargo test -p compliance-graph— 82 passedcargo test -p compliance-dast— 59 passedcargo test -p compliance-mcp— 33 passedcargo fmt --all --checkpasses🤖 Generated with Claude Code