Add local pipe registry commands

This commit is contained in:
Eric Wendland 2026-05-17 20:17:26 +02:00
commit c991825127
13 changed files with 235 additions and 14 deletions

View file

@ -251,11 +251,15 @@ authorization and durable-state boundaries clear.
Goal: add authorized stream-oriented management workflows over Iroh.
- `[ ]` Dumbpipe-style Iroh streams.
- `[~]` Dumbpipe-style Iroh streams.
Acceptance criteria:
- `geth pipe listen/connect` can connect two local test nodes.
- Pipe access requires `pipe.listen` or `pipe.connect`.
- Streams close cleanly and propagate errors.
- `[x]` `geth pipe listen/connect` works against a local daemon-lifetime
registry.
- `[x]` Tests cover local listener registration, local connect matching, and
daemon restart behavior.
- `[ ]` `geth pipe listen/connect` can connect two local test nodes over Iroh.
- `[ ]` Pipe access requires `pipe.listen` or `pipe.connect`.
- `[ ]` Streams close cleanly and propagate errors.
- `[ ]` TCP forwarding.
Acceptance criteria: