Просмотр исходного кода

Scope spec reviewer's Your Job wording to the diff

Jesse Vincent 3 месяцев назад
Родитель
Сommit
994bc26d2a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      skills/subagent-driven-development/spec-reviewer-prompt.md

+ 2 - 2
skills/subagent-driven-development/spec-reviewer-prompt.md

@@ -58,7 +58,7 @@ Subagent (general-purpose):
 
     ## Your Job
 
-    Read the implementation code and verify:
+    Read the diff and verify:
 
     **Missing requirements:**
     - Did they implement everything that was requested?
@@ -75,7 +75,7 @@ Subagent (general-purpose):
     - Did they solve the wrong problem?
     - Did they implement the right feature but wrong way?
 
-    **Verify by reading code, not by trusting report.**
+    **Verify by reading the diff, not by trusting the report.**
 
     Report:
     - ✅ Spec compliant (if everything matches after code inspection)