hyperhive/hive-c0re/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 734fe88858 fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368)
The nixpkgs bump to clippy 0.1.95 / cargo 1.95.0 added + strengthened a
large batch of lints. CI denied ALL warnings (`-D warnings`) against the
`pedantic = warn` workspace lint, so the bump hard-failed `nix flake
check` workspace-wide with zero code changes — and would recur on every
future clippy bump.

Posture fix (the durable part): CI now runs
`-D warnings -A clippy::pedantic`, so the default/correctness/style lints
stay a hard gate while the "extra, opinionated" pedantic group is
advisory only (still `warn` for local `cargo clippy` via the workspace
lints table, just non-blocking in CI). `-A` rather than `-W` so the
group drop doesn't re-enable the specific pedantic lints the workspace
allows (e.g. `must_use_candidate`).

Also fixes the genuine DEFAULT/STYLE lints the bump surfaced across the
workspace (doc_lazy_continuation, collapsible_if, ptr_arg,
match_like_matches_macro, …) via `cargo clippy --fix` + manual stragglers
(`too_many_arguments` #[allow] on the host-config constructors), and
three tests that had rotted while the CI runner was offline (#1221):
- topology::top_level_agents_in_multi_root — hardcoded unsorted expected
- rebuild_queue::depends_on_evicted_dep_counts_as_resolved — needs
  MAX_HISTORY_PER_KIND newer terminals to evict, not one
- coordinator::agent_paths doctest — illustrative pseudo-code, now `ignore`

Validated: clippy + formatting + cargo-test checks all pass.
2026-06-05 15:32:07 +02:00
..
bin style: treefmt main — fix CI formatting check 2026-06-05 13:09:56 +02:00
actions.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
agent_ports.rs feat(gateway): hivectl gateway user management + fix htpasswdFile assertion 2026-06-01 23:25:28 +02:00
agent_server.rs feat: live SSE updates for the SYST3M reminders section 2026-06-05 12:06:32 +02:00
agent_sockets.rs fix: route gateway nginx control through hive-priv 2026-06-04 09:48:56 +02:00
approvals.rs hive-c0re: scrub manager-surface cookies + SetParent doc fix (#715 batch 7) 2026-05-31 17:53:45 +02:00
auto_update.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
bash_tasks_vacuum.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
broker.rs feat(#1137): rich unread summary in loose ends and wake signal 2026-06-03 13:56:00 +02:00
build_logs.rs feat(gateway): hivectl gateway user management + fix htpasswdFile assertion 2026-06-01 23:25:28 +02:00
capabilities.rs fix: update stale doc comment example root→ruth in capabilities.rs 2026-06-02 18:18:06 +02:00
client.rs hive-c0re: admin socket server + client (stub dispatch) 2026-05-14 20:49:11 +02:00
container_view.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
coordinator.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
crash_watch.rs cleanup(#1177): unify manager socket path, remove dead manager-name branches, rename ensure_manager 2026-06-03 20:39:45 +02:00
dashboard.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
dashboard_events.rs feat: live SSE updates for P3RM1SS10NS tab (capabilities + tool groups) 2026-06-05 12:06:32 +02:00
events_vacuum.rs fix(#999): resolve all clippy warnings across the workspace 2026-06-01 22:31:06 +02:00
flake_check.rs feat(gateway): hivectl gateway user management + fix htpasswdFile assertion 2026-06-01 23:25:28 +02:00
forge.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
gateway_nginx.rs fix: route gateway nginx control through hive-priv 2026-06-04 09:48:56 +02:00
knowledge.rs style: treefmt main — fix CI formatting check 2026-06-05 13:09:56 +02:00
lib.rs feat(#1167): hive-wide knowledge repo — forge, local clone, bind-mount, webhook 2026-06-03 20:56:17 +02:00
lifecycle.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
limits.rs fix(#1164,#1171): harness writes status file, c0re just rescans 2026-06-03 18:33:07 +02:00
loose_ends.rs feat(gateway): hivectl gateway user management + fix htpasswdFile assertion 2026-06-01 23:25:28 +02:00
main.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
manager_server.rs fix: emit SchedulesChanged from manager-server + approval paths 2026-06-05 12:06:32 +02:00
matrix.rs fix(#1329): restart hive-matrix-daemon after token write so new credential is picked up immediately 2026-06-05 15:30:21 +02:00
meta.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
migrate.rs refactor: remove hyperhive.role option — there is only one role: agent 2026-06-04 14:31:44 +02:00
operator_questions.rs feat(gateway): hivectl gateway user management + fix htpasswdFile assertion 2026-06-01 23:25:28 +02:00
priv_client.rs fix(#1329): restart hive-matrix-daemon after token write so new credential is picked up immediately 2026-06-05 15:30:21 +02:00
questions.rs feat: live SSE updates for the SYST3M reminders section 2026-06-05 12:06:32 +02:00
rebuild_queue.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00
reminder_scheduler.rs feat: live SSE updates for the SYST3M reminders section 2026-06-05 12:06:32 +02:00
scheduled_prompts.rs scheduled_prompts: address argus 🟡 on #849 — submit paths section + persistence.md anchor fix 2026-05-31 17:18:15 +02:00
scheduled_prompts_worker.rs feat: live SSE updates for the SCH3DUL3S tab 2026-06-05 12:06:32 +02:00
server.rs feat(queue): link rebuild queue entries to build log rows for live streaming 2026-06-04 17:39:31 +02:00
stats_vacuum.rs feat(gateway): hivectl gateway user management + fix htpasswdFile assertion 2026-06-01 23:25:28 +02:00
tool_groups.rs fix: address argus+mara review on #1243 — stale docs, MANAGER_DEFAULT refs, ruth migration 2026-06-04 12:15:03 +02:00
topology.rs fix(ci): unblock nix flake check after clippy 0.1.95 bump (#1368) 2026-06-05 15:32:07 +02:00