testing: peer CLI pre-defined peers
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user