docs: Update terminology from 'Requirement Delta' to 'Problem Statement' in step-02-investigate.md context.

This commit is contained in:
Alex Verkhovsky 2025-12-24 05:21:27 -08:00
parent 855cf705bf
commit 0782f357c3
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ wipFile: '{implementation_artifacts}/tech-spec-wip.md'
## CONTEXT: ## CONTEXT:
- Requires `{wipFile}` from Step 1 with the "Requirement Delta" defined. - Requires `{wipFile}` from Step 1 with the "Problem Statement" defined.
- Focus: Map the requirement delta to specific anchor points in the codebase. - Focus: Map the problem statement to specific anchor points in the codebase.
- Output: Exact files to touch, classes/patterns to extend, and technical constraints identified. - Output: Exact files to touch, classes/patterns to extend, and technical constraints identified.
- Objective: Provide the implementation-ready ground truth for the plan. - Objective: Provide the implementation-ready ground truth for the plan.