docs(stages): fix misleading STAGE_TRANSITIONS comment (L-1)

This commit is contained in:
Dev Agent
2026-06-03 09:51:46 +03:00
parent 2fdc6856ba
commit 48b7707eb3

View File

@@ -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
"""