refactor(code-review): remove unused thisStepFile/nextStepFile from frontmatter
This commit is contained in:
parent
9700da9dc6
commit
1f5700ea14
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
name: 'step-01-load-story'
|
||||
description: 'Load story file, discover git changes, establish review context'
|
||||
|
||||
thisStepFile: '{installed_path}/steps/step-01-load-story.md'
|
||||
nextStepFile: '{installed_path}/steps/step-02-build-attack-plan.md'
|
||||
---
|
||||
|
||||
# Step 1: Load Story and Discover Changes
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
name: 'step-02-build-attack-plan'
|
||||
description: 'Extract ACs and tasks, create comprehensive review plan for both phases'
|
||||
|
||||
thisStepFile: '{installed_path}/steps/step-02-build-attack-plan.md'
|
||||
nextStepFile: '{installed_path}/steps/step-03-adversarial-review.md'
|
||||
---
|
||||
|
||||
# Step 2: Build Review Attack Plan
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
name: 'step-03-adversarial-review'
|
||||
description: 'Context-independent adversarial diff review via subagent - no story knowledge'
|
||||
|
||||
thisStepFile: '{installed_path}/steps/step-03-adversarial-review.md'
|
||||
nextStepFile: '{installed_path}/steps/step-04-context-aware-review.md'
|
||||
---
|
||||
|
||||
# Step 3: Adversarial Review (Information Asymmetric)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
name: 'step-04-context-aware-review'
|
||||
description: 'Story-aware validation: verify ACs, audit task completion, check git discrepancies'
|
||||
|
||||
thisStepFile: '{installed_path}/steps/step-04-context-aware-review.md'
|
||||
nextStepFile: '{installed_path}/steps/step-05-consolidate-findings.md'
|
||||
---
|
||||
|
||||
# Step 4: Context-Aware Review
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
---
|
||||
name: 'step-05-consolidate-findings'
|
||||
description: 'Merge and deduplicate findings from both review phases'
|
||||
|
||||
thisStepFile: '{installed_path}/steps/step-05-consolidate-findings.md'
|
||||
nextStepFile: '{installed_path}/steps/step-06-resolve-and-update.md'
|
||||
---
|
||||
|
||||
# Step 5: Consolidate Findings
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
name: 'step-06-resolve-and-update'
|
||||
description: 'Present findings, fix or create action items, update story and sprint status'
|
||||
|
||||
thisStepFile: '{installed_path}/steps/step-06-resolve-and-update.md'
|
||||
---
|
||||
|
||||
# Step 6: Resolve Findings and Update Status
|
||||
|
|
|
|||
Loading…
Reference in New Issue