From ac081a27e8ba8730f912cc0cb4b2453416a413d0 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sun, 4 Jan 2026 21:15:04 -0800 Subject: [PATCH] docs(code-review): clarify step file loading in workflow architecture --- .../bmm/workflows/4-implementation/code-review/workflow.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/bmm/workflows/4-implementation/code-review/workflow.md b/src/modules/bmm/workflows/4-implementation/code-review/workflow.md index 13274de9..18318235 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/workflow.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/workflow.md @@ -7,7 +7,8 @@ description: 'Code review for dev-story output. Audits acceptance criteria again ## WORKFLOW ARCHITECTURE: STEP FILES -- Each step loads fresh to combat "lost in the middle" +- This file (workflow.md) stays in context throughout +- Each step file is read just before processing (current step stays at end of context) - State persists via variables: `{story_path}`, `{story_key}`, `{context_aware_findings}`, `{asymmetric_findings}` ---