..
actions.rs
refactor: split long functions per review feedback; remove all #[allow] attributes
2026-05-22 19:24:44 +02:00
agent_server.rs
enforce per-agent pending reminder cap (default 50, HIVE_REMIND_MAX_PENDING_PER_AGENT)
2026-05-20 13:35:28 +02:00
approvals.rs
update_meta_inputs: require operator approval, rename to request_update_meta_inputs
2026-05-22 10:49:20 +02:00
auto_update.rs
fix #289 : full forge sync on rebuild (extract sync_agent, use in rebuild_agent)
2026-05-22 22:18:05 +02:00
broker.rs
fix: use try_from for i64/u64 casts; split format_notification into helpers
2026-05-22 19:14:22 +02:00
client.rs
hive-c0re: admin socket server + client (stub dispatch)
2026-05-14 20:49:11 +02:00
container_view.rs
fix #265 : resolve all remaining clippy warnings (cast, too_many_lines, doc nits)
2026-05-22 19:11:40 +02:00
coordinator.rs
dashboard: show meta-update progress in the META INPUTS panel
2026-05-22 21:54:28 +02:00
crash_watch.rs
clippy: apply auto-fixable warnings across workspace ( closes #265 partial)
2026-05-22 18:55:57 +02:00
dashboard.rs
dashboard: show meta-update progress in the META INPUTS panel
2026-05-22 21:54:28 +02:00
dashboard_events.rs
dashboard: show meta-update progress in the META INPUTS panel
2026-05-22 21:54:28 +02:00
events_vacuum.rs
fix #265 : resolve all remaining clippy warnings (cast, too_many_lines, doc nits)
2026-05-22 19:11:40 +02:00
forge.rs
fix #289 : full forge sync on rebuild (extract sync_agent, use in rebuild_agent)
2026-05-22 22:18:05 +02:00
lifecycle.rs
lifecycle: seed applied repo at template commit, not main, for first-spawn diff
2026-05-22 21:29:52 +02:00
limits.rs
limits: raise message body cap 1k → 4k (catches ~95% of conversational overflow)
2026-05-17 22:15:25 +02:00
loose_ends.rs
rename: open_threads → loose_ends + cancel_thread → cancel_loose_end across wire / tools / web ui
2026-05-18 18:24:09 +02:00
main.rs
refactor: split long functions per review feedback; remove all #[allow] attributes
2026-05-22 19:24:44 +02:00
manager_server.rs
lifecycle: seed applied repo at template commit, not main, for first-spawn diff
2026-05-22 21:29:52 +02:00
meta.rs
clippy: apply auto-fixable warnings across workspace ( closes #265 partial)
2026-05-22 18:55:57 +02:00
migrate.rs
model/context: move context window config to host-level hive-c0re.nix
2026-05-20 15:49:03 +02:00
operator_questions.rs
clippy: zero pedantic warnings across the tree
2026-05-18 22:09:34 +02:00
questions.rs
fix question answer sender and self-cancel feedback loop
2026-05-20 20:31:25 +02:00
reminder_scheduler.rs
clippy: apply auto-fixable warnings across workspace ( closes #265 partial)
2026-05-22 18:55:57 +02:00
server.rs
model/context: move context window config to host-level hive-c0re.nix
2026-05-20 15:49:03 +02:00
stats_vacuum.rs
fix #265 : resolve all remaining clippy warnings (cast, too_many_lines, doc nits)
2026-05-22 19:11:40 +02:00