SSH remote command uses stdbuf -oL -eL when available so libc-backed I/O
flushes on newlines; fiwi.py enables line_buffering on TextIO stdout/stderr
for Python prints over pipes.
Made-with: Cursor
Replace the hubmgr layout with the fiwi package and fiwi.py entry point.
Add SshNode with deferred remote subprocess overlap, async capture helpers,
and a central diag timeline (dmesg, lspci, kernel-dump event placeholder).
Document design, CLI, and test/automation authoring under docs/.
Refresh fiber_map.example.json and remote_ssh.env.example; widen .gitignore
for Python tooling and local operator files.
Made-with: Cursor