hyperhive/hive-sh4re
iris d348ce885f manager: add optional agent param to GetLooseEnds
GetLooseEnds now takes agent: Option<String>:
- None   = manager's own loose ends (default; the bug fix)
- Some("*")    = hive-wide view (every approval/question/reminder)
- Some("name") = that agent's loose ends

The get_loose_ends MCP tool exposes this as an optional agent arg, so
the manager can still scan the whole swarm on demand. The web UI and
post-turn counts pass None (manager's own).
2026-05-20 21:44:17 +02:00
..
src manager: add optional agent param to GetLooseEnds 2026-05-20 21:44:17 +02:00
Cargo.toml clippy pedantic clean + wired into flake checks 2026-05-14 22:57:47 +02:00