Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion patterns/archetypes/content-moderation.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"tips": [
"Never auto-close or lock \u2014 label and comment only",
"Include explicit rules for what IS legitimate to reduce false positives",
"Use DO NOT constraints for actions the agent should never take"
"Use DO NOT constraints for actions the agent should never take",
"Enable tools.github.lockdown to restrict surfaced content from public repos to authors with push access"
],
"anti_patterns": []
}
3 changes: 2 additions & 1 deletion patterns/archetypes/pr-review.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"tips": [
"Focus on specific review criteria (security, performance, style)",
"Use pull_request triggers focused on ready-to-review activity",
"Include DO NOT constraints to avoid false positive comments"
"Include DO NOT constraints to avoid false positive comments",
"Set tools.github.min-integrity (e.g. approved) so the agent only acts on content from trusted authors"
],
"anti_patterns": [
"supply-chain-review",
Expand Down
Loading