@@ -198,14 +198,14 @@ IMPL_STORY_EOF
198198done
199199unset _impl_id _wt
200200
201- # git init E134S01-workspace so handle_commit_phase can run in T7c
202- _e134_wt =" $DISPATCH_FIXTURE_DIR /E134S01-workspace"
203- git -C " $_e134_wt " init -q
204- git -C " $_e134_wt " config user.email " test@example.com"
205- git -C " $_e134_wt " config user.name " Test"
206- git -C " $_e134_wt " commit --allow-empty -m " init" --quiet
207- git -C " $_e134_wt " checkout -B " story/E134S01 " -q
208- unset _e134_wt
201+ # git init dispatch-worktree so handle_commit_phase can run in T7c
202+ _dispatch_wt =" $DISPATCH_FIXTURE_DIR /E134S01-workspace"
203+ git -C " $_dispatch_wt " init -q
204+ git -C " $_dispatch_wt " config user.email " test@example.com"
205+ git -C " $_dispatch_wt " config user.name " Test"
206+ git -C " $_dispatch_wt " commit --allow-empty -m " init" --quiet
207+ git -C " $_dispatch_wt " checkout -B " story/dispatch-test " -q
208+ unset _dispatch_wt
209209
210210# ── node shim: redirects nested-claude-spawn.js to impl-spawn-stub.mjs ──────
211211# This exercises the real runImpl() routing via _setSpawnFn (AC6.a requirement).
@@ -1187,7 +1187,7 @@ unset QA_OLD_PATH QA_FIXTURE_DIR QA_SHIM_DIR PROJECT_DIR_QA_ORIG
11871187rm -rf " /tmp/gaai-qa-phase-tests-$$ "
11881188
11891189# ── T30-T44: handle_commit_phase tests ────────────────────────
1190- # Tests for the real commit phase implementation (E134S06) :
1190+ # Tests for the real commit phase implementation:
11911191# git commit, push, gh pr create, auto-merge policy, routing record.
11921192
11931193COMMIT_FIXTURE_DIR=" /tmp/gaai-commit-phase-tests-$$ "
@@ -1412,7 +1412,7 @@ else
14121412fi
14131413
14141414# ── T32: gh pr create called with --base staging ──────────────
1415- echo " T32: gh pr create — called with --base staging (DEC-23) "
1415+ echo " T32: gh pr create — called with --base staging"
14161416if grep -q ' \-\-base' " $COMMIT_CALL_LOG " 2> /dev/null && grep -q ' staging' " $COMMIT_CALL_LOG " 2> /dev/null; then
14171417 pass " T32: gh pr create was called with --base staging"
14181418else
0 commit comments