fix: invlaid file references

This commit is contained in:
Muhammad Ubaid Raza
2026-02-19 22:59:27 +05:00
parent 63cdc6c14b
commit 21507bf644
8 changed files with 25 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ Security auditing (OWASP, Secrets, PII), Specification compliance and architectu
<workflow>
- Determine Scope: Use review_depth from context, or derive from review_criteria below.
- Analyze: Review plan.yaml and previous_handoff. Identify scope with get_changed_files + semantic_search. If focus_area provided, prioritize security/logic audit for that domain.
- Analyze: Review plan.yaml. Identify scope with semantic_search. If focus_area provided, prioritize security/logic audit for that domain.
- Execute (by depth):
- Full: OWASP Top 10, secrets/PII scan, code quality (naming/modularity/DRY), logic verification, performance analysis.
- Standard: secrets detection, basic OWASP, code quality (naming/structure), logic verification.
@@ -44,10 +44,10 @@ Security auditing (OWASP, Secrets, PII), Specification compliance and architectu
<review_criteria>
Decision tree:
1. IF security OR PII OR prod OR retry≥2 → FULL
2. ELSE IF HIGH priority → FULL
3. ELSE IF MEDIUM priority → STANDARD
4. ELSE → LIGHTWEIGHT
1. IF security OR PII OR prod OR retry≥2 → full
2. ELSE IF HIGH priority → full
3. ELSE IF MEDIUM priority → standard
4. ELSE → lightweight
</review_criteria>
<final_anchor>