refactor(code-review): remove unused thisStepFile/nextStepFile from frontmatter

This commit is contained in:
Alex Verkhovsky 2026-01-05 02:37:00 -08:00
parent 9700da9dc6
commit 1f5700ea14
6 changed files with 0 additions and 17 deletions

View File

@ -1,9 +1,6 @@
--- ---
name: 'step-01-load-story' name: 'step-01-load-story'
description: 'Load story file, discover git changes, establish review context' 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 # Step 1: Load Story and Discover Changes

View File

@ -1,9 +1,6 @@
--- ---
name: 'step-02-build-attack-plan' name: 'step-02-build-attack-plan'
description: 'Extract ACs and tasks, create comprehensive review plan for both phases' 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 # Step 2: Build Review Attack Plan

View File

@ -1,9 +1,6 @@
--- ---
name: 'step-03-adversarial-review' name: 'step-03-adversarial-review'
description: 'Context-independent adversarial diff review via subagent - no story knowledge' 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) # Step 3: Adversarial Review (Information Asymmetric)

View File

@ -1,9 +1,6 @@
--- ---
name: 'step-04-context-aware-review' name: 'step-04-context-aware-review'
description: 'Story-aware validation: verify ACs, audit task completion, check git discrepancies' 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 # Step 4: Context-Aware Review

View File

@ -1,9 +1,6 @@
--- ---
name: 'step-05-consolidate-findings' name: 'step-05-consolidate-findings'
description: 'Merge and deduplicate findings from both review phases' 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 # Step 5: Consolidate Findings

View File

@ -1,8 +1,6 @@
--- ---
name: 'step-06-resolve-and-update' name: 'step-06-resolve-and-update'
description: 'Present findings, fix or create action items, update story and sprint status' 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 # Step 6: Resolve Findings and Update Status