docs(code-review): clarify step file loading in workflow architecture
This commit is contained in:
parent
7c914ae8b2
commit
ac081a27e8
|
|
@ -7,7 +7,8 @@ description: 'Code review for dev-story output. Audits acceptance criteria again
|
||||||
|
|
||||||
## WORKFLOW ARCHITECTURE: STEP FILES
|
## 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}`
|
- State persists via variables: `{story_path}`, `{story_key}`, `{context_aware_findings}`, `{asymmetric_findings}`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue