diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50fcab8..6834ce9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,6 @@ jobs: - name: Validate evidence fixture run: PYTHONPATH=src python3 -m fishtoucher.cli evidence examples/evidence.pass.json - name: Validate recorded agent mailbox - run: PYTHONPATH=src python3 -m fishtoucher.cli mailbox examples/runs/software-loop-001/mailbox.jsonl + run: PYTHONPATH=src python3 -m fishtoucher.cli mailbox examples/runs/harness-loop-001/mailbox.jsonl - name: Run tests run: python3 -m unittest discover -s tests -v diff --git a/README.md b/README.md index 8b1a2ce..7a38a13 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # 乱序摸鱼(FishToucher) +
+
+