müde
8b238bbfaf
agent UDS: chmod per-agent socket dir 0777 + log web_ui::serve errors
...
The harness runs as the non-root agent user; the per-agent
/run/hive-agent/<name>/ dir lands at 0755 root:root after
create_dir_all, so bind(2) of web.sock failed with EACCES. The error
was invisible because the web_ui::serve future was tokio::spawn'd with
its JoinHandle dropped — no log, no socket, agent looks unreachable
through the gateway.
2026-05-31 21:38:34 +02:00
..
bin
agent UDS: chmod per-agent socket dir 0777 + log web_ui::serve errors
2026-05-31 21:38:34 +02:00
client.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
events.rs
doc: add non-atomicity comment to emit_status RMW (argus note)
2026-05-31 20:32:13 +02:00
forge_notify.rs
hive-ag3nt + docs: extract forge_notify prose ( #716 batch 4)
2026-05-31 17:17:24 +02:00
identity.rs
hive-ag3nt + docs: extract identity prose ( #716 batch 1)
2026-05-31 16:41:24 +02:00
lib.rs
hive-ag3nt: identity module with hive-qualified label ( #589 phase A, first PR)
2026-05-29 19:09:44 +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
hive-ag3nt: scrub mcp.rs cookies ( #716 batch 8)
2026-05-31 17:39:45 +02:00
paths.rs
hive-ag3nt: scrub stale #658/#419 attribution cookies ( #716 batch 2)
2026-05-31 16:48:13 +02:00
plugins.rs
hive-ag3nt + docs: extract prompt-rendering prose ( #716 batch 3)
2026-05-31 16:46:00 +02:00
prompt.rs
hive-ag3nt + docs: extract prompt-rendering prose ( #716 batch 3)
2026-05-31 16:46:00 +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
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
turn.rs
hive-ag3nt: scrub turn.rs cookies ( #716 batch 7)
2026-05-31 17:29:20 +02:00
turn_stats.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
web_ui.rs
docs( #727 ): split docs/web-ui.md into shape / dashboard / agent
2026-05-31 21:37:04 +02:00