File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ func TestBuildOrchestrator_CompletionInstructions(t *testing.T) {
7676 t .Fatalf ("expected non-nil WorkflowData" )
7777 }
7878
79- // Governed invariant: completion is reported explicitly in Step 4 .
79+ // Governed invariant: completion is reported explicitly in Step 5 .
8080 expectedPhrases := []string {
81- "### Step 4 — Report" ,
82- "completion state (work items only) " ,
81+ "### Step 5 — Report" ,
82+ "**Completion:** " ,
8383 }
8484 for _ , expected := range expectedPhrases {
8585 if ! strings .Contains (data .MarkdownContent , expected ) {
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ func TestRenderClosingInstructions(t *testing.T) {
157157 "Execute all four steps in strict order" ,
158158 "Read State (no writes)" ,
159159 "Make Decisions (no writes)" ,
160- "Dispatch Workers (dispatch-workflow only )" ,
160+ "Apply Updates (writes )" ,
161161 "Report" ,
162162 "Workers are immutable and campaign-agnostic" ,
163163 "GitHub Project board is the single source of truth" ,
You can’t perform that action at this time.
0 commit comments