From 6d03eaa9c8190c503c04b676791cf87d3d5dad8e Mon Sep 17 00:00:00 2001 From: HiranoMasaaki Date: Thu, 12 Mar 2026 19:01:51 +0900 Subject: [PATCH] docs: refine perstack log delegation tree to show resume flow Add resumed runs with testing/evaluator re-delegation and trailing ellipsis to better represent real execution flow with checkpoints. Co-Authored-By: Claude Opus 4.6 --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c28de87..17aa23c5 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,18 @@ Runs (create-expert) Enter:Select b:Back q:Quit | | | | ✓ @bash-gaming/testing | | | | ✓ @bash-gaming/evaluator | | | | / + | | | ⎇ bash-gaming (resumed) + | | | | \ + | | | | ✓ @bash-gaming/testing Build a comprehensive test suite for the "lexicon" word sear… + | | | | / + | | | ⎇ bash-gaming (resumed) + | | | | \ + | | | | ✓ @bash-gaming/evaluator Evaluate the "lexicon" word search puzzle game against all… + | | | | / + | | | ✓ bash-gaming (resumed) | | | / - | | / - | / + | | ✓ @create-expert/test-expert (resumed) +... ``` `✓` succeeded, `✗` failed, `○` skipped. Use `perstack log --help` for filtering and JSON output options.