bash -c 
set -uo pipefail
find "$1/spec-only" -mindepth 1 -printf "%y %p\n" | sort
echo "--- resolved spec list ---"
cd /home/bloxer/buzz/desktop
pnpm exec playwright test "$2" --config "$3" --list
 _ /home/bloxer/b4-qualifying-harness/20260818T225201Z /home/bloxer/b4-qualifying-harness/20260818T225201Z/spec-only/workstream-board-b4-wait-lifecycle.spec.ts /home/bloxer/b4-qualifying-harness/20260818T225201Z/playwright.b4-wait-lifecycle.config.ts
