fix(code-review): correct flow control directive in substep 4
Changed "Skip to substep 6" (which does not exist) to "Proceed to substep 5". Step only has 5 substeps. After setting NO_GIT flag, workflow continues to substep 5 (Cross-Reference Story vs Git), not to a non-existent substep 6. Fixes h2 finding from adversarial review. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
dbdaae1be7
commit
9e6e991b53
|
|
@ -64,7 +64,7 @@ Extract `story_file_list` from the Dev Agent Record → File List section of {st
|
||||||
|
|
||||||
Check if git repository exists.
|
Check if git repository exists.
|
||||||
|
|
||||||
**If NOT a git repo:** Set `git_changed_files` = NO_GIT, `git_discrepancies` = NO_GIT. Skip to substep 6.
|
**If NOT a git repo:** Set `git_changed_files` = NO_GIT, `git_discrepancies` = NO_GIT. Proceed to substep 5.
|
||||||
|
|
||||||
**If git repo detected:**
|
**If git repo detected:**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue