From 1f5700ea14848753f903743547ca8fe5c7fa4930 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Mon, 5 Jan 2026 02:37:00 -0800 Subject: [PATCH] refactor(code-review): remove unused thisStepFile/nextStepFile from frontmatter --- .../4-implementation/code-review/steps/step-01-load-story.md | 3 --- .../code-review/steps/step-02-build-attack-plan.md | 3 --- .../code-review/steps/step-03-adversarial-review.md | 3 --- .../code-review/steps/step-04-context-aware-review.md | 3 --- .../code-review/steps/step-05-consolidate-findings.md | 3 --- .../code-review/steps/step-06-resolve-and-update.md | 2 -- 6 files changed, 17 deletions(-) diff --git a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md index 0c8fd8c9..d5473c96 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md @@ -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 diff --git a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-02-build-attack-plan.md b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-02-build-attack-plan.md index 6307e963..13907a12 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-02-build-attack-plan.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-02-build-attack-plan.md @@ -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 diff --git a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-03-adversarial-review.md b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-03-adversarial-review.md index cb1e8b6c..45681fda 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-03-adversarial-review.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-03-adversarial-review.md @@ -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) diff --git a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-04-context-aware-review.md b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-04-context-aware-review.md index 90d295c3..ca145736 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-04-context-aware-review.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-04-context-aware-review.md @@ -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 diff --git a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-05-consolidate-findings.md b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-05-consolidate-findings.md index 97e4c0d3..2c310e5f 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-05-consolidate-findings.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-05-consolidate-findings.md @@ -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 diff --git a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-06-resolve-and-update.md b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-06-resolve-and-update.md index 44988a54..700032b7 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-06-resolve-and-update.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-06-resolve-and-update.md @@ -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