feat(FN-5112): complete Step 3 — reviewer LLM defense-in-depth

Fusion-Task-Id: FN-5112
Fusion-Task-Lineage: 692fba2a-5856-4256-8144-d87bda56e1aa
This commit is contained in:
Fusion (runfusion.ai)
2026-05-19 00:18:01 -07:00
committed by gsxdsm
parent 574d661134
commit 654e59199b
2 changed files with 3 additions and 1 deletions

View File

@@ -258,6 +258,7 @@ describe("reviewStep — spec review type", () => {
expect(capturedPrompt).toContain("Evaluate this PROMPT.md specification");
expect(capturedPrompt).toContain("spec quality criteria");
expect(capturedPrompt).toContain("# Task: KB-050");
expect(capturedPrompt).toContain("dangling task-document references");
// Spec reviews should NOT contain git diff instructions
expect(capturedPrompt).not.toContain("git diff");
});