hyperhive/hive-c0re/src/workers
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas fbbd5d921c feat(#2485): remove vestigial Noop + StartupSweep residuals
Since the boot sweep (#2450) and meta-update cascade (#2476) became
single DAGs that grow subgraphs in-place, nothing constructs the old
fan-out anchors/parents anymore:

- NodeKind::Noop (the old boot_root grouping anchor) — no constructors.
- Template::StartupSweep / Source::StartupSweep (the old fan-out parent
  template + cascade-child source) — replaced by Template::Boot and
  Source::AutoUpdate/MetaUpdate respectively.

Drops the three variants + their as_str arms + the Noop executor arm, and
refreshes the stale fan-out/anchor doc comments (Boot/MetaUpdate/Source
docs, coordinator.md, dashboard.md). Frontend: the queue-kind glyph moves
from the dead startup_sweep to boot (which had none), and the dead
rqe-source-startup_sweep style is dropped.

No behaviour change — pure dead-variant removal.
2026-07-15 20:54:19 +02:00
..
agent_sockets.rs refactor(#2285): repoint all hive-c0re host-path consumers to paths.rs 2026-07-10 20:32:03 +02:00
auto_update.rs feat(#2485): remove vestigial Noop + StartupSweep residuals 2026-07-15 20:54:19 +02:00
crash_watch.rs refactor(hive-c0re): group src-root files into submodules 2026-07-06 22:38:47 +02:00
knowledge.rs fix(#2164): address argus review — Option<String> secret + stale hook cleanup 2026-07-12 02:21:33 +02:00
mcp_sockets.rs refactor(#2290): replace mcp_sockets poll with event-driven register_agent 2026-07-09 01:08:38 +02:00
mod.rs feat(#2290): split ensure_runtime — dirs to lifecycle, listeners to mcp_sockets supervisor 2026-07-09 00:58:51 +02:00
reminder_scheduler.rs refactor(hive-c0re): group src-root files into submodules 2026-07-06 22:38:47 +02:00
scheduled_prompts_worker.rs refactor(hive-c0re): group src-root files into submodules 2026-07-06 22:38:47 +02:00