Low-Context Execution Packet

Use branch stage/d3-08-bridge-recon.

This stage is benchmarking only. Do not permanently modify the D3-07 mockup or Hermes core.

Create isolated test files under:

bench/bridge/

Benchmark at least two outbound paths:

Benchmark at least two inbound paths:

Search Dreamcast/KOS networking constraints before designing tests:

scripts/intel/query-shachi-atoms.sh search "KOS UDP"
scripts/intel/query-shachi-atoms.sh search "Broadband Adapter"

Metrics CSV schema:

trial_id,path,direction,payload_bytes,count_sent,count_received,loss_percent,min_ms,p50_ms,p95_ms,max_ms,fps_min,fps_avg,notes

Required load cases:

Process lifecycle research must be limited to prototypes and notes:

systemd-run --user --scope --property=RuntimeMaxSec=30s sleep 60
python3 - <<'PY'
import subprocess, time, os, signal
p = subprocess.Popen(['sleep','60'], start_new_session=True)
print(p.pid)
os.killpg(p.pid, signal.SIGKILL)
PY

docs/BRIDGE_TELEMETRY_BENCHMARKS.md must end with a recommendation, but that recommendation is not an implementation. D3-09 owns architecture.