add p2p-relay transport router scaffold for nodes tool

This commit is contained in:
DBT
2026-02-24 15:06:54 +00:00
parent 7fa0e629e8
commit 9635d48e67
5 changed files with 87 additions and 6 deletions

View File

@@ -40,7 +40,8 @@ These changes improve stability, observability, and maintainability under concur
A `nodes` tool control-plane PoC is now available:
- `action=status|describe`: inspect paired node status and capability matrix
- `action=run|invoke|camera_snap|screen_record|location_get`: routing framework is in place (data-plane bridge lands in next phase)
- `action=run|invoke|camera_snap|screen_record|location_get`: routing framework is in place
- `mode=auto|p2p|relay`: default `auto` (prefer p2p, fallback to relay)
Implementation:
- `pkg/nodes/types.go`