iris
7d00928c69
feat(dashboard): operator inbox with mark-as-read on Y3R C4LL
...
Agents that `send(to: "operator")` were easy to miss — they only
surfaced on the FL0W firehose with no read-state (#1469 ). Surface them
on the Y3R C4LL ("things waiting on you") tab as a proper inbox.
Backend:
- broker: `unread_for_recipient(recipient, limit)` — unacked messages
for a recipient, newest-first. Mirrors `mark_all_read`'s filter
EXACTLY (`recipient = ?1 AND acked_at IS NULL`, no `delivered_at`
condition) so everything listed is exactly what mark-read clears —
operator rows never get `delivered_at` set (no agent-socket recv).
- dashboard: `GET /api/operator-inbox` → `{ messages: [...] }` (id,
from, body, at, in_reply_to, validated file_refs). Mark-read reuses
the existing `POST /api/agent/operator/mark-all-read` (the route
format-validates the name; "operator" passes; `mark_all_read`
already acks `to="operator"` rows).
Frontend (Y3R C4LL):
- New ◆ 1NB0X ◆ section listing unread messages (sender · time · body,
path-linkified) + a "✓ mark all read" button.
- Cold-loaded on page load + on tab activation; appended live from the
broker `sent` stream (deduped on row id); cleared on mark-all-read.
- Unread count folds into the Y3R C4LL tab pill + the browser-title
`(N)` prefix, so messages are visible from any tab.
Removing the now-redundant FL0W operator-inbox UI is a clean follow-up
(deferred to avoid a flow.js conflict with the in-flight #1473 ).
Backend (broker + route) is host-side — @damocles to review per plan.
Closes #1469 .
2026-06-06 12:34:31 +02:00
..
bin
feat: group host-side /var/lib/hyperhive state into db/ forge/ matrix/ run/ subdirs with startup migration
2026-06-05 23:01:47 +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: group host-side /var/lib/hyperhive state into db/ forge/ matrix/ run/ subdirs with startup migration
2026-06-05 23:01:47 +02:00
agent_server.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
agent_sockets.rs
feat: group host-side /var/lib/hyperhive state into db/ forge/ matrix/ run/ subdirs with startup migration
2026-06-05 23:01:47 +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( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
bash_tasks_vacuum.rs
feat: type-scope events vacuum to prune only stream rows (14d) + drop turn-stats vacuum
2026-06-06 07:57:27 +02:00
broker.rs
feat(dashboard): operator inbox with mark-as-read on Y3R C4LL
2026-06-06 12:34:31 +02:00
build_logs.rs
feat: type-scope events vacuum to prune only stream rows (14d) + drop turn-stats vacuum
2026-06-06 07:57:27 +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_stats.rs
stats(p3): normalise cpu% against host CPU count, not process affinity
2026-06-05 23:06:33 +02:00
container_view.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
coordinator.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +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
feat(dashboard): operator inbox with mark-as-read on Y3R C4LL
2026-06-06 12:34:31 +02:00
dashboard_events.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
events_vacuum.rs
feat: type-scope events vacuum to prune only stream rows (14d) + drop turn-stats vacuum
2026-06-06 07:57:27 +02:00
flake_check.rs
feat(gateway): hivectl gateway user management + fix htpasswdFile assertion
2026-06-01 23:25:28 +02:00
forge.rs
forge: revalidate the core token against the live forge before trusting it
2026-06-06 11:26:59 +02:00
gateway_nginx.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
hive_stats.rs
feat: type-scope events vacuum to prune only stream rows (14d) + drop turn-stats vacuum
2026-06-06 07:57:27 +02:00
knowledge.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
lib.rs
feat: type-scope events vacuum to prune only stream rows (14d) + drop turn-stats vacuum
2026-06-06 07:57:27 +02:00
lifecycle.rs
fix( #1374 ): make /shared writable by all agents (sticky world-writable)
2026-06-05 18:46:16 +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
feat: type-scope events vacuum to prune only stream rows (14d) + drop turn-stats vacuum
2026-06-06 07:57:27 +02:00
manager_server.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
matrix.rs
fix(matrix): pin room_version=10 on the hive chat room createRoom
2026-06-06 07:59:24 +02:00
meta.rs
chore: drop stale dead_code allows + the unused operator_questions get method
2026-06-06 11:14:35 +02:00
migrate.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
operator_questions.rs
chore: drop stale dead_code allows + the unused operator_questions get method
2026-06-06 11:14:35 +02:00
paths.rs
feat(matrix): auto-create a hive chat room as a child of the hive Space
2026-06-06 07:59:24 +02:00
priv_client.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +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( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
reminder_scheduler.rs
fix( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00
scheduled_prompts.rs
feat: group host-side /var/lib/hyperhive state into db/ forge/ matrix/ run/ subdirs with startup migration
2026-06-05 23:01:47 +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
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( #1375 ): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
2026-06-05 16:55:09 +02:00