refactor: extract outbound peer client

This commit is contained in:
Eric Wendland 2026-07-05 17:43:24 +02:00
commit 5ccebe1978
3 changed files with 264 additions and 263 deletions

View file

@ -56,6 +56,8 @@ behavior.
Acceptance criteria:
- `[x]` Shared bounded Iroh line-read and send-finish helpers live outside
the main feature handler module.
- `[x]` Outbound peer-control, pipe-wire, and overlay-wire request helpers
live outside the main feature handler module.
- `[ ]` Iroh control ALPN handling, nonce checks, peer-card validation, and
endpoint-binding validation are centralized.
- `[ ]` Feature handlers receive authenticated caller context rather than