fabro/lib/crates/fabro-agent/src
Bryan Helmkamp 7de491ce8a Enable 7 additional pedantic clippy lints
Enables char_lit_as_u8, collapsible_else_if, collapsible_if,
map_unwrap_or, match_same_arms, used_underscore_binding, and
if_not_else. Fixes all violations: combines duplicate match arms,
renames underscore-prefixed bindings that are actually used, rewrites
if-not-else patterns, and applies map_or where appropriate.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:08 -04:00
..
profiles Apply rustfmt 2024 style edition across workspace 2026-03-29 13:47:08 -04:00
agent_profile.rs Enable 7 additional pedantic clippy lints 2026-03-29 13:47:08 -04:00
cli.rs Enable 7 additional pedantic clippy lints 2026-03-29 13:47:08 -04:00
compaction.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
config.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
docker_sandbox.rs Create fabro-sandbox crate, consolidating Sandbox trait and all implementations 2026-03-19 20:06:19 -04:00
error.rs Add #[source] error chaining to SdkError and tool_type field to ToolCall 2026-03-23 15:38:00 -04:00
event.rs rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
file_tracker.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
history.rs fix clippy large_enum_variant and rename ARC_ env vars in .env.example 2026-03-12 14:37:22 -04:00
lib.rs Apply rustfmt 2024 style edition across workspace 2026-03-29 13:47:08 -04:00
local_sandbox.rs Create fabro-sandbox crate, consolidating Sandbox trait and all implementations 2026-03-19 20:06:19 -04:00
loop_detection.rs fix clippy large_enum_variant and rename ARC_ env vars in .env.example 2026-03-12 14:37:22 -04:00
mcp_integration.rs Enable additional pedantic clippy lints and fix violations 2026-03-29 13:47:08 -04:00
memory.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
read_before_write_sandbox.rs Create fabro-sandbox crate, consolidating Sandbox trait and all implementations 2026-03-19 20:06:19 -04:00
sandbox.rs Apply rustfmt 2024 style edition across workspace 2026-03-29 13:47:08 -04:00
session.rs Enable additional pedantic clippy lints and fix violations 2026-03-29 13:47:08 -04:00
skills.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
subagent.rs Enable additional pedantic clippy lints and fix violations 2026-03-29 13:47:08 -04:00
test_support.rs Move subagent_manager from setter to Session::new() constructor parameter 2026-03-23 13:23:23 -04:00
tool_execution.rs Enable additional pedantic clippy lints and fix violations 2026-03-29 13:47:08 -04:00
tool_registry.rs rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
tools.rs Enable additional pedantic clippy lints and fix violations 2026-03-29 13:47:08 -04:00
truncation.rs Enable 7 additional pedantic clippy lints 2026-03-29 13:47:08 -04:00
types.rs Enable 7 additional pedantic clippy lints 2026-03-29 13:47:08 -04:00
v4a_patch.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00