feat(peer-cli): add just recipe for scenario matrix

Add a peer-cli-tests just recipe as the public entry point for the existing
extended scenario runner. The recipe depends on peer-cli-image, so Docker
uses its normal layer cache to decide whether the image needs rebuilding
before the Python harness runs.

This gives contributors one memorable command for the full S1-S47 matrix
while still allowing selected scenarios as positional arguments. The
underlying runner continues to own container topology and JSONL command/event
handling.

Test Plan:
- just --list
- just --dry-run peer-cli-tests S39 S40
- git diff --check

Refs: PEER_CLI_SCENARIOS.md
This commit is contained in:
2026-06-20 20:33:51 +02:00
parent b73b2b16c3
commit 72fa61da65
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ and writes JSONL events, results, and errors to stdout.
```bash
just peer-cli-build
just peer-cli-image
just peer-cli-tests
just peer-cli-run alpha
```