You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,11 +66,12 @@ existing architecture and patterns over generic frontend advice.
66
66
-`Issues`
67
67
- one ordered `Checklist` for the whole reviewed scope
68
68
- Do not stop after the findings until the ordered checklist is complete.
69
-
9. Fix checklist items in order, using the `Rules` below as the quality bar for the implementation.
69
+
9. Stop after the checklist and ask for approval before making code changes, unless the user explicitly asked to implement fixes.
70
+
10. Fix approved checklist items in order, using the `Rules` below as the quality bar for the implementation.
70
71
- State the main maintainability problem in one sentence.
71
72
- Fix the highest-value items first.
72
73
- Make the smallest behavior-preserving change that clearly improves the code.
73
-
10. Summarize what changed, what remains, and what verification ran.
74
+
11. Summarize what changed, what remains, and what verification ran.
74
75
75
76
## Strict Mode
76
77
@@ -169,7 +170,9 @@ Before finalizing the review, explicitly ask:
169
170
- Prefer straight-line render logic, guard clauses, and early returns over deep nesting.
170
171
- Prefer controlled components where practical.
171
172
- Use semantic HTML like `<main>`, `<nav>`, `<header>`, and `<aside>`.
172
-
- Every plain `<button>` must include an explicit `type` attribute. Use `type="button"` unless the control is intentionally submitting or resetting a form.
0 commit comments