hyperhive/hive-matrix-mcp/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 4fbe9e4927 feat: surface pending matrix invites in get_loose_ends
Write mcp-loose-ends/matrix.json on invite arrival (before wake) and
after join_room clears an invite. The harness scans mcp-loose-ends/
generically in get_loose_ends, so pending invites are visible there
without any harness-side changes.

- paths: add mcp_loose_ends_dir() (mirrors hive-bash-mcp pattern)
- handlers: add refresh_invite_loose_ends() — atomic tmp+rename write
- handlers: join_room calls refresh after successful join to clear entry
- timeline: install_invite_handler refreshes loose-ends before wake
2026-06-03 22:33:58 +02:00
..
bin feat(#1102): add list_invites and join_room to matrix MCP 2026-06-03 01:18:47 +02:00
client.rs feat(gateway): hivectl gateway user management + fix htpasswdFile assertion 2026-06-01 23:25:28 +02:00
handlers.rs feat: surface pending matrix invites in get_loose_ends 2026-06-03 22:33:58 +02:00
lib.rs matrix: hive-matrix-mcp crate (daemon+stdio bridge) + harness wiring (#548 phase 3) 2026-05-29 20:51:01 +02:00
main.rs feat: auto-accept matrix room invites in hive-matrix-daemon 2026-06-03 22:33:58 +02:00
paths.rs feat: surface pending matrix invites in get_loose_ends 2026-06-03 22:33:58 +02:00
protocol.rs feat(#1137): rich unread summary in loose ends and wake signal 2026-06-03 13:56:00 +02:00
socket.rs feat(#1137): rich unread summary in loose ends and wake signal 2026-06-03 13:56:00 +02:00
timeline.rs feat: surface pending matrix invites in get_loose_ends 2026-06-03 22:33:58 +02:00
wake.rs feat(#1135): transient wake for matrix mcp events - bypass broker sqlite 2026-06-03 16:09:07 +02:00