Cancel active E2E test loop
Terminates active E2E test loop and logs cancellation status to progress file.
/plugin marketplace add SomtoUgeh/somto-dev-toolkit/plugin install somto-dev-toolkit@somto-dev-toolkitTo cancel the E2E test loop:
Check if .claude/e2e-loop.local.md exists using Bash: test -f .claude/e2e-loop.local.md && echo "EXISTS" || echo "NOT_FOUND"
If NOT_FOUND: Say "No active E2E loop found."
If EXISTS:
.claude/e2e-loop.local.md to get: iteration and progress_pathecho '{"ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","status":"CANCELLED","iteration":N,"notes":"User cancelled E2E test loop"}' >> PROGRESS_PATH
rm .claude/e2e-loop.local.md