hyperhive/hive-ag3nt/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 5c5ca38fe8 fix(#999): resolve all clippy warnings across the workspace
All crates now pass `cargo clippy --workspace -- -D warnings` cleanly.

Fixes span six crates (hive-sh4re, hive-ag3nt, hive-c0re, hive-forge,
hive-priv, hive-matrix-mcp was already clean):

- doc_markdown: wrap snake_case, type names, constants in backticks
- collapsible_if / collapsible_match: fold nested ifs into let-chains
- duration_suboptimal_units: Duration::from_secs(N) → from_mins/from_hours
- implicit_hasher: allow on HashMap-param fns where generalization is risky
- items_after_statements: hoist use to function tops
- map(f).unwrap_or(x) → map_or(x, f); map(f).unwrap_or_else(g) → map_or_else
- is_ok_and / is_none_or in place of map().unwrap_or(bool)
- needless_continue: {} instead of continue in loop match arms
- match_same_arms: Ok(None) | Err(_) merged
- format_push_str: write!() instead of push_str(&format!())
- while let replaces loop { let Some(..) = x else { break } }
- struct_excessive_bools / dead_code: allow on purpose-built structs
- too_many_lines / too_many_arguments: allow where refactor not worth it
- unused_async: remove async from poll_once in bash_runner
- needless_borrow: fix &repo deref in hive-forge comments verb
- cast_possible_truncation: allow u64→usize in fetch_tail

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 22:31:06 +02:00
..
bin fix(#999): resolve all clippy warnings across the workspace 2026-06-01 22:31:06 +02:00
bash_runner.rs fix(#999): resolve all clippy warnings across the workspace 2026-06-01 22:31:06 +02:00
client.rs docs: add missing #[must_use], # Errors, # Panics across public api 2026-05-22 19:41:27 +02:00
events.rs fix(#999): resolve all clippy warnings across the workspace 2026-06-01 22:31:06 +02:00
forge_notify.rs fix(#999): resolve all clippy warnings across the workspace 2026-06-01 22:31:06 +02:00
identity.rs reshape swarm peers: domain-as-key, certFingerprint field 2026-05-31 23:55:34 +02:00
lib.rs feat(#665): harness-internal async bash task runner (option B) 2026-06-01 13:28:31 +02:00
login.rs hive-ag3nt: scrub stale #658/#419 attribution cookies (#716 batch 2) 2026-05-31 16:48:13 +02:00
login_session.rs hive-ag3nt: scrub stale #658/#419 attribution cookies (#716 batch 2) 2026-05-31 16:48:13 +02:00
mcp.rs fix(#999): resolve all clippy warnings across the workspace 2026-06-01 22:31:06 +02:00
paths.rs rename(#162): scrub remaining hm1nd references from comments and MCP instructions 2026-06-01 19:18:02 +02:00
plugins.rs hive-ag3nt + docs: extract prompt-rendering prose (#716 batch 3) 2026-05-31 16:46:00 +02:00
prompt.rs rename(#162): scrub remaining hm1nd references from comments and MCP instructions 2026-06-01 19:18:02 +02:00
serve_common.rs harness: flip into needs_login on 401 mid-turn (closes #419) 2026-05-25 21:50:21 +02:00
stats.rs fix(#1023): read turn-stats db from harness_dir(), not state_dir() 2026-06-01 21:52:56 +02:00
turn.rs fix(#999): resolve all clippy warnings across the workspace 2026-06-01 22:31:06 +02:00
turn_stats.rs feat(#2): split harness-internal state from agent-visible state 2026-06-01 13:27:35 +02:00
web_ui.rs fix(#999): resolve all clippy warnings across the workspace 2026-06-01 22:31:06 +02:00