diff --git a/src/stages.py b/src/stages.py index 070f9f4..5759313 100644 --- a/src/stages.py +++ b/src/stages.py @@ -5,7 +5,7 @@ Stages: Each stage defines: - next: the stage to advance to - - agent: the agent to launch when entering the NEXT stage + - agent: the agent to launch when advancing FROM this stage (NOT the next stage's agent) - qg: the quality gate check required to leave this stage """