|
93 | 93 | fi |
94 | 94 |
|
95 | 95 | # ── Setup for T4-T8: handle_plan_phase requires GAAI_WORKTREE_PATH + claude shim ── |
96 | | -# handle_plan_phase is now the real spawn (E134S03), not a stub. |
| 96 | +# handle_plan_phase is now the real spawn, not a stub. |
97 | 97 | # T4-T8 need a worktree fixture + success claude shim so plan phase can advance. |
98 | 98 | DISPATCH_FIXTURE_DIR="/tmp/gaai-dispatch-tests-$$" |
99 | 99 | mkdir -p "$DISPATCH_FIXTURE_DIR/.gaai/project/contexts/artefacts/stories" |
@@ -544,7 +544,7 @@ cat > "$IMPL_STORY_PATH" << 'IMPL_STORY_EOF' |
544 | 544 | type: artefact |
545 | 545 | artefact_type: story |
546 | 546 | id: TST-IMPL-01 |
547 | | -related_decs: [DEC-88] |
| 547 | +related_decs: [] |
548 | 548 | --- |
549 | 549 | ## Acceptance Criteria |
550 | 550 | - [ ] AC1: test impl phase |
|
739 | 739 | fail "T19b: expected [ERROR] line in output — got: $(echo "$T19_OUTPUT" | head -3)" |
740 | 740 | fi |
741 | 741 |
|
742 | | -# ── T20: DEC-72 primary routing confirmed via impl-spawn-stub (AC6.d) ── |
743 | | -echo "T20: DEC-72 primary routing — impl-spawn-stub with primary tag outputs success" |
| 742 | +# ── T20: primary routing confirmed via impl-spawn-stub ── |
| 743 | +echo "T20: primary routing — impl-spawn-stub with primary tag outputs success" |
744 | 744 | make_impl_node_shim_success |
745 | 745 | STUB_PROMPT_FILE_T20=$(mktemp /tmp/gaai-test-prompt-XXXXXX.md) |
746 | 746 | printf '=== STORY: TST-IMPL-01 ===\nTest.\n=== EXECUTION PLAN ===\nStep 1.\n' > "$STUB_PROMPT_FILE_T20" |
@@ -775,14 +775,14 @@ print(d.get('success', False) if d is not None else False) |
775 | 775 | " 2>/dev/null || echo "False") |
776 | 776 |
|
777 | 777 | if [[ "$T20_SUCCESS" == "True" ]]; then |
778 | | - pass "T20: DEC-72 primary routing — runImpl(primary) reports success:true" |
| 778 | + pass "T20: primary routing — runImpl(primary) reports success:true" |
779 | 779 | else |
780 | | - fail "T20: expected success:true for primary routing, got: $(printf '%s\n' "$T20_RESULT" | tail -3)" |
| 780 | + fail "T20: expected success:true (primary routing), got: $(printf '%s\n' "$T20_RESULT" | tail -3)" |
781 | 781 | fi |
782 | 782 |
|
783 | 783 | # ── T21: daemon-prompt-construct.sh preamble when SECONDARY_ROUTE=true (AC6.b) ── |
784 | 784 | echo "T21: daemon-prompt-construct.sh — SECONDARY_ROUTE=true emits R1-R6 preamble" |
785 | | -GOLDEN_FIXTURE="$SCRIPT_DIR/fixtures/E134S04-prompt-preamble.golden.md" |
| 785 | +GOLDEN_FIXTURE="$SCRIPT_DIR/fixtures/impl-phase-prompt-preamble.golden.md" |
786 | 786 | if [[ ! -f "$GOLDEN_FIXTURE" ]]; then |
787 | 787 | fail "T21: golden fixture missing at $GOLDEN_FIXTURE" |
788 | 788 | else |
|
0 commit comments