testing: peer CLI pre-defined peers

This commit is contained in:
2026-05-17 07:54:12 +02:00
parent 3380d137fc
commit 9a677947ed
4 changed files with 68 additions and 3 deletions
+5
View File
@@ -36,6 +36,11 @@ Never use normal cargo ... commands, use the just ... commands instead.
There is only one wire version — the current one. No legacy peers, no compatibility shims, no fallback paths for older builds. Anyone who wants to interop must run the current build; everyone else is out. Do not add backward-compat code, `#[serde(other)]` escape hatches, or "what if an old peer sends X" defenses.
## Manual CLI testing (docker container)
Start `just peer-cli-alpha`, `just peer-cli-bravo` and `just peer-cli-charlie` each in its own terminal. You then have 3 peers that you can interact with via stdin/stdout (JSONL).
Use this setup to manually test peer functionality.
## General info
See `README.md`.