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
fix: strengthen review comment format to require perspective tags
Move comment format from a subsection hint to a top-level REQUIRED
section with concrete examples and explicit 'no exceptions' language.
This should improve compliance from the PR review bot.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The `repeat` function doesn't enforce resource limits...
65
-
```
69
+
No call to `enforce_limit()` during string growth. A malicious policy
70
+
can pass a huge count to exhaust memory.
66
71
67
-
This format helps maintainers prioritize, understand *why* something was flagged, and quickly file tracking issues for findings they want to address separately.
72
+
If a comment does not clearly map to one perspective, use the closest match.
73
+
Every comment must have exactly one perspective tag — this tells the maintainer
74
+
*which concern* identified the issue and helps them file tracking issues.
75
+
76
+
## Review Perspectives
77
+
78
+
Adopt these perspectives during your review. You cannot launch subagents, so
79
+
**think from each relevant perspective yourself**. Not every perspective applies
80
+
to every change — select the ones that matter based on what changed.
68
81
69
82
For deeper guidance on any perspective, read the corresponding agent file from
70
83
`.github/agents/` — each contains detailed domain-specific checklists.
0 commit comments